We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6726
    • 7,075 Posts
    As it turns out, it didn’t prevent AjaxSearch from working properly... I just was the cause of my own problem and this js warning was separate...

    Unfortunately I don’t have the skills to jump in and fix this one...
    Having played with mootools lately I find it’s a sharp tool but not that easy to "keep in line" at times, it’s not forgiving tongue

    Thanks for the quick response Ryan smiley
      .: COO - Commerce Guys - Community Driven Innovation :.


      MODx est l'outil id
      • 25663 MODX Staff
      • 12,272 Posts
      Been doing more internal testing today, and added a few more usability tweaks to the installer:
      • Set the admin user email during install
      • Better explanations of the advanced install options
      • Check all, uncheck all and toggle selections for the resources page
      • Fixed some bugs with database selections when db prefix contains dashes
      • More TinyMCE tweaks


      Remaining work for an official RC2 release:
      • Commit a fix for base_url/base_href occasional borkage.
      • Put in a "hidden" config option to make the tree menu able to show items that even when edit permissions aren’t there. Can be expanded upon later to add a config option to the manager (changing will require a quick trip to phpmyadmin).
      • merge it down, zip it up, and post away
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 25663 MODX Staff
        • 12,272 Posts
        And obviously it’s now out. smiley
          Ryan Thrash, MODX Co-Founder
          Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
          • 18397
          • 3,250 Posts
          I’m seeing "Messages ( ? / ? )" in the top toolbar... I thought we removed the message count since it never worked reliably?
            • 10487 MODX Staff
            • 1,535 Posts
            I did get the message count working again but it seems recent commits have affected it somehow - I’ll have to have a look and see if I can find the issue.
              Garry Nutting
              Senior Developer
              MODX, LLC

              Email: [email protected]
              Twitter: @garryn
              Web: modx.com
              • 25663 MODX Staff
              • 12,272 Posts
              I think sirlancelot has a fix he’s committing for that Garry.
                Ryan Thrash, MODX Co-Founder
                Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                • 27376
                • 576 Posts
                Quote from: rthrash at Apr 16, 2007, 12:27 PM

                I think sirlancelot has a fix he’s committing for that Garry.
                Indeed! Check out revision 2554 of the 095dev branch.
                  • 1511
                  • 144 Posts
                  Hello! I’m a bit busy at my work right now, so my contribution is a bit on the low side... sad
                  But anyway, I’ve added code for manager session reset when installing/upgrading the site. Tomorrow will do some more testing (it’s 2 AM here at the moment) and will commit.

                  Since I’m new I’d like to ask how are new language strings handled, since translation pack is already out?
                    • 33372
                    • 1,611 Posts
                    Just upgraded a 0.9.5 site to the latest SVN version of 0.9.6 RC2, and it went swimmingly. In fact, it seemed to happen instantaneously. If I’d blinked, I would’ve missed it.

                    Nothing to report, since everything is as it should be as far as I can tell, but since you said you wanted feedback I thought I’d give some.

                    I think maybe we should lose Lucida Grande as a Manager font, though; too many Windows PCs have wacky versions of it that display the text at like 5 points when it’s supposed to be about 11.
                      "Things are not what they appear to be; nor are they otherwise." - Buddha

                      "Well, gee, Buddha - that wasn't very helpful..." - ZAP

                      Useful MODx links: documentation | wiki | forum guidelines | bugs & requests | info you should include with your post | commercial support options
                      • 1511
                      • 144 Posts
                      Just commited to 095dev the session handling when updating the site.

                      If the installer is running (final steps), the users’ manager session will be terminated, but data will not be lost (if he’s saving the content in that request).
                      Until the site updating is over, the manager access is disabled.
                      If the user has a live session and there is no activity but the site gets updated in the meantime, the session is reset and he must login again.

                      Added two new entries in lang/english.inc.php:
                      $_lang["login_cancelled_install_in_progress"]
                      $_lang["login_cancelled_site_was_updated"]

                      This was tested in three environments, please report if any problems arise.