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
Thanks for the quick response Ryan
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
I’m seeing "Messages ( ? / ? )" in the top toolbar... I thought we removed the message count since it never worked reliably?
-
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
-
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
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.
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.