We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19369
    • 1,098 Posts
    Quote from: yama at May 04, 2012, 07:25 AM

    And,

    http://mng.demo.modx.jp/en/index.html
    Add hundred pages(100) in a container, it's hidden in tree. Please try. Basic weblog is OK.
    And, can use right click context menu in resource list view.

    What do you mean exactly?
      • 33014 ☆ A M B ☆
      • 1,231 Posts
      This is sample.
      http://120506115503-32026.evo.demo.modx.jp/manager/
      username:modx password:modx






      Context menu (right click resource title)
      [ed. note: yama last edited this post 14 years, 4 months ago.]
        • 19369
        • 1,098 Posts
        I've got it now! Yama, you're amazing! Is there a system config for customize that?
          • 33014 ☆ A M B ☆
          • 1,231 Posts
          It has not made yet. However, it can add system-settings easily. Next, it improves.
            • 33014 ☆ A M B ☆
            • 1,231 Posts
            Quote from: Stefanie at May 05, 2012, 11:37 AM
            I really prefer to stay with the original order, because that way it is easer to see the changes in the source history. There might be situations, when one needs to compare current and older code. I think that staying with the original order is the better solution.
            Yes, OK.
              • 21671
              • 244 Posts
              Hey All,

              Great work moving forward! I just looked at the demo manager that is set up. Are these changes going to then have jQuery rather than mootools as we move forward? I really want the published checkbox on the first tab and no longer on the settings tab. It should be right next to the "Show in menu" checkbox.

              When I saw the paged children inside the container it made me wonder two things:
              1. can the page size be configured inline and 2. I immediately wished that it had an ajax search functionality to find children resources that might not be on the first page...

              My understanding of the roadmap is that we will integrate all the improvements from the Japenese community and then move forward with all the changes that have been discussed in this thread. Is that correct?

              I'm excited about all that's happening here.

              Many Thanks,

              Noah
                • 33014 ☆ A M B ☆
                • 1,231 Posts
                Quote from: noahlearner at May 06, 2012, 06:15 AM
                My understanding of the roadmap is that we will integrate all the improvements from the Japenese community and then move forward with all the changes that have been discussed in this thread. Is that correct?

                I think that Japanese codes should for idea thinking.
                [ed. note: yama last edited this post 14 years, 4 months ago.]
                  • 28073
                  • 164 Posts
                  Hi Stefanie ,

                  At the beginning of this thread we had a discussion about PDO, or not. I feared, that it might bring some trouble with end users, as that happened to Revo using PDO.

                  When Revo used PDO, what kind of trouble occurred concretely?
                  Was solution of this trouble very difficult?
                  If it can be solved easily, I think that I would like to use PDO from a viewpoint of security.

                  If PDO::prepare is used, the problem of SQL injection will be solved.
                  Since MySQL API of PHP was not multi-query support, SQL injection did not become a big problem in many cases.
                  When we will correspond to multi-query supporting DB in the future, I think that it needs to be as secure as possible.
                  If there is a better method rather than using PDO, of course, I will use it.

                  In Japan, there were few rental servers which can use PDO before.
                  However, now, support PDO is becoming a standard.

                  There is also a some work to do, because the installer must be changed, that one uses direct MySQL connections, instead of the DBAPI class.

                  Change of the installer thinks since change of the core(/manager/) finishes.
                  Although it is important to consider the specification of an installer, I think change of code is still a future event.
                  For example, change of code is time of supporting multi-DB.
                    • 28439
                    • 222 Posts
                    The problems with PDO where, that it wasn't enabled in php.ini or by the provider. I don't want to explain that to someone, who does not know, what this is about.

                    Change of the installer thinks since change of the core(/manager/) finishes.
                    Although it is important to consider the specification of an installer, I think change of code is still a future event.
                    For example, change of code is time of supporting multi-DB.

                    Exactly this is my goal of changing DBAPI, I've the SQL nearly ready to go to run Evo with PostgreSQL. Two things are not done by now, that is full text index and constraints.
                      Gone away and found a better place to stay
                      • 19369
                      • 1,098 Posts
                      Quote from: noahlearner at May 06, 2012, 06:15 AM
                      Hey All,

                      Great work moving forward! I just looked at the demo manager that is set up. Are these changes going to then have jQuery rather than mootools as we move forward? I really want the published checkbox on the first tab and no longer on the settings tab. It should be right next to the "Show in menu" checkbox.
                      You can already do this with ManagerManager. I am working on the Manager theme (with jQuery) right now, so I hope that later on everything will use jQuery, not Mootools.

                      When I saw the paged children inside the container it made me wonder two things:
                      1. can the page size be configured inline and 2. I immediately wished that it had an ajax search functionality to find children resources that might not be on the first page...
                      There is also another possible solution for handling big categories, that is pagination in the tree menu, or, "Show More, Show All" links, and ajax loading like the one on Twitter.
                      My understanding of the roadmap is that we will integrate all the improvements from the Japenese community and then move forward with all the changes that have been discussed in this thread. Is that correct?
                      Yes

                      This discussion is closed to further replies. Keep calm and carry on.