includes/clientside/static/misc.js
2008-01-25 Dan A number of scattered changes. Profiler added and only enabled in debug mode (currently on), but awfully useful for fixing performance in the future. Started work on Admin:LangManager
2008-01-16 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
2007-12-28 Dan Merging in the last couple of revisions from stable
2007-12-27 Dan Fixed search indexer causing duplicate keys when two "words" of 64+ characters encountered and first 64 characters are the same (thanks Vadi); attempt to fix onunload confirmation during page editing
2007-12-28 Dan Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
2007-12-26 Dan More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
2007-12-20 Dan Redid merge, the previous one had a few problems
2007-12-15 Dan SURPRISE! Preliminary PostgreSQL support added. The required schema file is not present in this commit and will be included at a later date. No installer support is implemented. Also in this commit: several fixes including <!-- SYSMSG ... --> was broken in template compiler; set fixed width on included images to prevent the thumbnail box from getting huge; added a much more friendly interface to AJAX responses that are invalid JSON
2007-12-12 Dan Fixed focus of AJAX login form fields in IE; removed stale/unused call to $template->makeParserText() in paginate_array(); added hook page_create_request to possibly help control creation of pages of certain namespaces from plugins; fixed critical bug in user CP that prevented plugins from adding custom CP modules
2007-12-02 Dan Merging in the newly stable Coblynau
2007-11-26 Dan Add warning in installer for PHP < 5.2.0; hopefully fix validation of e-mail addresses with dashes
2007-11-22 Dan AJAX login box now briefly shows the message "success" when a login is successful
2007-11-03 Dan Merging in fixes from rev. 207
2007-10-28 Dan Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
2007-10-24 Dan Merging in fixes from stable
2007-10-26 Dan You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
2007-10-21 Dan Nothing real special. The AJAX loading icon can be changed using the Javascript variable ajax_load_icon in header.tpl.
2007-10-08 Dan Fixed the security hole (really, I'm a moron - used $failed > $threshold instead of $failed >= $threashold) and patched up some...erm... math issues
2007-10-08 Dan [F] Added support for account lockouts. User is locked out or required to complete a CAPTCHA after specified threshold for specified period.
2007-10-07 Dan More minor Ux improvements
2007-10-07 Dan AJAX login box is now used in userprefs panel; Spry shake effect and general UX on auth fail is smoother now; added ajaxLoginNavTo() JS function
2007-10-07 Dan SECURITY: remove debug message in session manager; implemented alternate MediaWiki syntax for template embedding; added Adobe Spry for "shake" effect on unsuccessful login
2007-09-25 Dan Improved response time for username autofill; fix JS login box in Safari (bug surfaced only after 1.0.1)
2007-09-23 Dan Revamped the administrator's user CP, big time. The admin module now uses a smart form and enables all profile fields, including users_extra, to be changed. Passwords are encrypted when sent. The whole CP has been split off into a different file to accomodate the large amount of code.
2007-09-18 Dan Enano should now fully support UTF-8 usernames; newly registered users are now granted automatic edit access to their user pages (admins can still use protection on the page)
2007-09-18 Dan Fully implemented password complexity enforcement; added encryption for passwords on registration form; some baby steps taken towards supporting international usernames - this is not working very well, we might need a hackish fix; TODO: implement password strength meter into installer UI and get international usernames 100% working
2007-09-08 Dan Fixed some rather major bugs in the registration system, this will need a release followup
2007-08-09 Dan AJAX comments are now paginated; plugin manager can now show system plugins; typo in installer corrected; links in oxygen/stpatty/admin footers changed to "About Enano" page; 1.0.1 release candidate
2007-07-25 Dan Various bugfixes and cleanups, too much to remember... see the diffs for what got changed :-)
2007-07-10 Dan Changed administration login request to use the AJAX login form; made high-level authentication more apparent in the AJAX box; recompiled Oxygen Mint
2007-07-03 Dan Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
2007-06-16 dan Following fixes: admin theme supports <button> tag now, PageProcessor can eval now, and SpecialAdmin.php plugin can no longer be disabled
2007-06-13 dan Adding /includes
less more (0) tip