We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28042 ☆ A M B ☆
    • 24,524 Posts
    The "Templates" page breaks badly, I suspect that the javascript is conflicting between the fancy javascript menu and the "themes". Or something.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 22815
      • 1,097 Posts
      Quote from: rthrash at Aug 21, 2006, 04:18 PM

      For those of you not yet making the leap to SVN, here’s the latest test build: http://modxcms.com/testbuilds/rev1325.zip

      Can I give that out in bug threads and ask the people who are experiencing issues with 0.9.2.1 to try this test build? It may be more efficient than me trying to replicate the issue, particularly where it is configuration-specific. Quite a lot has changed since 0.9.2.1 came out and there’s every chance that other changes have inadvertently fixed the more obscure issues. I’m only suggesting doing this where the issue isn’t easily replicable in all PHP/mySQL environments.
        No, I don't know what OpenGeek's saying half the time either.
        MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
        Forum: Where to post threads about add-ons | Forum Rules
        Like MODx? donate (and/or share your resources)
        Like me? See my Amazon wishlist
        MODx "Most Promising CMS" - so appropriate!
        • 22815
        • 1,097 Posts
        Gaaah.
        Integrated Site Search. Allows visitors to search only the pages you wish them to search.
        This is not true. The version of AjaxSearch included (which is the latest version) will quite happily list pages that a logged-out user cannot view.
        It does not contain this fix:
        http://modxcms.com/forums/index.php/topic,3501.msg36136.html#msg36136
          No, I don't know what OpenGeek's saying half the time either.
          MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
          Forum: Where to post threads about add-ons | Forum Rules
          Like MODx? donate (and/or share your resources)
          Like me? See my Amazon wishlist
          MODx "Most Promising CMS" - so appropriate!
          • 6726
          • 7,075 Posts
          Some first test with the new parser tags with rev 1325 :

          - REPEAT-WHILE works
          - IF-LOGIN works
          - IF-BROWSER works


          - IF-GROUPS does not work for me : it does display the else message but if I am logged in and belong to a given group, it does not display the then message (unless I am doing something wrong here...).
          - IF-ROLES doesn’t work either, but in this case I don’t even get the else message...


          Can someone confirm that ?

          Also, @Raymond : could you give some example of IF-ISSET and IF-COMPARE ? Thanks !

          A little thing, I have activated the new debug mode but with the MODx Host template, the debug info is hidden by the header, probably some css conflict here, I’ll try to look into that...
            .: COO - Commerce Guys - Community Driven Innovation :.


            MODx est l'outil id
            • 25663 MODX Staff
            • 12,272 Posts
            Quote from: PaulGregory at Aug 22, 2006, 07:22 AM

            Quote from: rthrash at Aug 21, 2006, 04:18 PM

            For those of you not yet making the leap to SVN, here’s the latest test build: http://modxcms.com/testbuilds/rev1325.zip

            Can I give that out in bug threads and ask the people who are experiencing issues with 0.9.2.1 to try this test build? It may be more efficient than me trying to replicate the issue, particularly where it is configuration-specific. Quite a lot has changed since 0.9.2.1 came out and there’s every chance that other changes have inadvertently fixed the more obscure issues. I’m only suggesting doing this where the issue isn’t easily replicable in all PHP/mySQL environments.

            Paul, that would be fine, but do so via PM please. We’re planning on a public beta after resolving a few more things.
              Ryan Thrash, MODX Co-Founder
              Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
              • 22815
              • 1,097 Posts
              Hmmn. I composed a nice message, and then found that two of the guys’ PM mailboxes are full. So instead, I’m going with a message in the bugtracker that invites them to PM me to get the latest test build if they want to try it. Is this secrecy intended to avoid questions from newbies who can’t figure out SVN?
                No, I don't know what OpenGeek's saying half the time either.
                MODx Documentation: The Wiki | My Wiki contributions | Main MODx Documentation
                Forum: Where to post threads about add-ons | Forum Rules
                Like MODx? donate (and/or share your resources)
                Like me? See my Amazon wishlist
                MODx "Most Promising CMS" - so appropriate!
                • 15987
                • 786 Posts
                Quote from: PaulGregory at Aug 22, 2006, 08:20 AM

                Gaaah.
                Integrated Site Search. Allows visitors to search only the pages you wish them to search.
                This is not true. The version of AjaxSearch included (which is the latest version) will quite happily list pages that a logged-out user cannot view.
                It does not contain this fix:
                http://modxcms.com/forums/index.php/topic,3501.msg36136.html#msg36136


                Paul, I just finished working on adding this in. The version submitted in the forum errors if you are using ajax functionality so I had to make a few other changes to get it to work. I will get it updated in the svn so it can be merged into the trunk.
                  • 25663 MODX Staff
                  • 12,272 Posts
                  No, it means that it’s not really ready for public beta. Most folks are not able to use SVN, so there’s no worry there.
                    Ryan Thrash, MODX Co-Founder
                    Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                    • 10487 MODX Staff
                    • 1,535 Posts
                    I noticed earlier, on the latest SVN commit, that the images for the little padlock (that gets displayed when private web or manager permissions are set on the page settings preview tab in the manager) and the close icon for the alert box (displayed when an error occurs in a module) are broken.

                    I think they’re just a path issue.

                    EDIT: I’ve just put a commit to my personal branch in SVN to fix these (commit #1341)
                      Garry Nutting
                      Senior Developer
                      MODX, LLC

                      Email: [email protected]
                      Twitter: @garryn
                      Web: modx.com
                      • 22303 MODX Staff
                      • 10,725 Posts
                      Quote from: garryn at Aug 22, 2006, 07:38 PM

                      I noticed earlier, on the latest SVN commit, that the images for the little padlock (that gets displayed when private web or manager permissions are set on the page settings preview tab in the manager) and the close icon for the alert box (displayed when an error occurs in a module) are broken.

                      I think they’re just a path issue.

                      EDIT: I’ve just put a commit to my personal branch in SVN to fix these (commit #1341)

                      Nice catch garryn...I’ll merge it in a little later tonight.