includes/clientside/static/editor.js
2009-08-25 Dan Fixed a couple bugs with read-only mode and protected pages in the AJAX editor
2009-07-18 Dan Editor: completely moved wiki edit notice to AJAX fetch, so it's not shipped with the page anymore.
2009-03-22 Dan JSON: Properly handles unicode escape sequences (\u####) now
2009-02-16 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
2009-01-26 Dan AJAX core library: possible breaking change, readystatechange functions are now called with the XHR instance as the first parameter, to allow requests to run in parallel. This means much better stability but may break some applets (compatibility hack is included)
2008-12-21 Dan load_component() now accepts an array, and most JS components are loaded all in one request now. Totally modular baby. And failsafe too.
2008-12-20 Dan Fixed: editor state was not unlocked after draft save
2008-08-24 Dan Fixed draft controls being shown in view source mode
2008-08-21 Dan Autocomplete further stabilized. Made Special:PasswordReset and Special:Register prevent use if logged in.
2008-08-13 Dan Fixed that exception that was thrown on draft save in fx3
2008-07-29 Dan Added abutton_img class + supporting properties in miniPromptMessage to allow icons on abuttons
2008-07-28 Dan Added tab-based interface to userpage UI. Yes, it is plugin expansible, and yes, it breaks existing plugins that add code to the userpage (but that can be fixed with a "colspan=4")
2008-07-22 Dan Improved JSON validation and error interface when validation fails; made rank manager support custom CSS
2008-07-20 Dan Added CDN support: a URL to a CDN can now be specified and Enano will load all images, CSS, and javascript (except TinyMCE) from that server
2008-07-10 Dan Fixed another bad tinyMCE reference in editor.js
less more (0) -15 tip