includes/clientside/static/enano-lib-basic.js
Sat, 15 Sep 2012 13:16:13 -0400 Dan Fuhry firebugx was breaking things
Thu, 02 Jun 2011 05:46:13 -0400 Dan Fuhry Removed TinyMCE.
Thu, 02 Jun 2011 05:28:28 -0400 Dan Fuhry Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
Fri, 24 Sep 2010 21:50:25 -0400 Dan Fuhry Fixed check for iPhone OS 3 - it now returns true on 3.0 or any later version including 4.x
Tue, 30 Mar 2010 11:37:00 -0400 Dan Added selection and popup for <pre> tags within wikitext. Also fixed more bugs found in the HTML paragraph parser (mostly self-closing tags e.g. <hr />).
Sun, 28 Mar 2010 23:10:46 -0400 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Sun, 28 Mar 2010 21:49:26 -0400 Dan Introduced configurability for gzip compression. Fixes issue 18.
Sun, 27 Dec 2009 02:28:21 -0500 Dan All javascript and css requests now append the version number to the URL to break browser caches and prevent from having to clear the cache upon upgrade
Fri, 18 Dec 2009 20:31:43 -0500 Dan Added ajaxLoginInit to JS load stub list
Sun, 09 Aug 2009 01:26:57 -0400 Dan Login: enabled DiffieHellman on IE8
Mon, 03 Aug 2009 02:56:03 -0400 Dan Login: Enabled DiffieHellman for iPhone OS 3.0 (it passes unit tests now)
Wed, 08 Jul 2009 22:27:24 -0400 Dan Fixed a series of infinite loops with preloading components and placeholders
Sun, 05 Jul 2009 00:57:53 -0400 Dan Fixed onload_hooks[] being initted to null after runOnloadHooks() called (should now be initted to an array)
Mon, 15 Jun 2009 20:09:58 -0400 Dan Added support for preloading javascript libs ($template->preload_js()). Updated admin theme and Tigra Tree Menu to support this + JS_{HEADER,FOOTER} variables.
Wed, 27 May 2009 09:45:54 -0400 Dan JS core: allow setting loaded_components in other scripts
Wed, 15 Apr 2009 16:20:33 -0400 Dan File rollbacks should be all up to date now.
Tue, 14 Apr 2009 21:02:13 -0400 Dan Finished core of log display interface including filter management. There is still a bit of a to-do list, especially regarding rollbacks and reuploads.
Sat, 04 Apr 2009 22:17:32 -0400 Dan Made aclDisableTransitionFX also switch on jQuery.fx.off; made theme switcher work with said jQuery switch
Thu, 26 Feb 2009 01:03:22 -0500 Dan Added a basic plugin/hook framework for Javascript
Sun, 25 Jan 2009 20:35:32 -0500 Dan Login: reauth: window.location.hash is now updated to include the new SID so that page reloads will use it
Mon, 22 Dec 2008 13:30:49 -0500 Dan Added paginator_goto() to function reverse map; fixed some missing component loads in pagination code
Sun, 21 Dec 2008 18:02:55 -0500 Dan Added ajaxReverseDNS to function-to-script map. 1.1.5
Sun, 21 Dec 2008 16:41:03 -0500 Dan load_component() now accepts an array, and most JS components are loaded all in one request now. Totally modular baby. And failsafe too.
Fri, 28 Nov 2008 22:52:29 -0500 Dan Fixed an onload recursion issue if load_component() is called during global onload
Sat, 15 Nov 2008 18:21:16 -0500 Dan load_component() now uses wait cursor on document.body
Sat, 08 Nov 2008 22:37:59 -0500 Dan Merging in the past three months' work on ACL tracing tools.
Thu, 21 Aug 2008 11:24:56 -0400 Dan Autocomplete further stabilized. Made Special:PasswordReset and Special:Register prevent use if logged in.
Thu, 21 Aug 2008 08:24:04 -0400 Dan Removed Adobe Spry and replaced with jQuery. Please report any new bugs on the forums or via IRC. In a related note, auto-completion should work now at least for usernames. Still hacking away at page name completion...
Wed, 13 Aug 2008 08:57:45 -0400 Dan Couple of fixes (hacks) for Opera and the aftermath of that z-index change to darken() and enlighten() fadefilters; added ajaxOpenDirectACLRule() to placeholder list
Mon, 11 Aug 2008 11:56:25 -0400 Dan Improved miniPrompt and fadefilter to properly overlap parent modal windows. MessageBox() is next. Fixed pref_disable_js_fx not working due to wrong type (number instead of boolean).
Mon, 28 Jul 2008 07:16:00 -0600 Dan Fixed a couple missing functions in placeholder_list in enano-lib-basic
Sun, 20 Jul 2008 13:32:04 -0400 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
Sat, 12 Jul 2008 03:32:57 -0400 Dan Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
Wed, 02 Jul 2008 19:36:44 -0400 Dan Another sweep from the optimization monster.
Mon, 30 Jun 2008 17:22:29 -0400 Dan Made $session->private_key protected and added pk_{en,de}crypt methods for encrypting and decrypting data using the private key
Mon, 30 Jun 2008 17:20:02 -0400 Dan Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
Thu, 26 Jun 2008 21:36:32 -0400 Dan [minor] Added password_score_* into placeholder functions
Thu, 26 Jun 2008 20:55:13 -0400 Dan Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
Thu, 26 Jun 2008 18:03:04 -0400 Dan Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
Thu, 26 Jun 2008 17:31:33 -0400 Dan Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
Thu, 26 Jun 2008 16:56:52 -0400 Dan Installer should work with JS componentization now
Tue, 24 Jun 2008 23:37:23 -0400 Dan Majorly reworked Javascript runtime stuff to use on-demand loading.
Sun, 22 Jun 2008 18:13:59 -0400 Dan Initial progress towards converting auto-completion framework to Spry. Not currently in a very working state.
Sun, 15 Jun 2008 01:29:30 -0400 Dan Moved some TinyMCE init code to make JS early init work
Sat, 07 Jun 2008 12:48:39 -0400 Dan First test of rank manager interface, not currently capable of doing anything interesting (fills form with placeholder data); strings are in an earlier commit
Fri, 16 May 2008 12:22:26 -0400 Dan Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
Mon, 05 May 2008 20:28:13 -0400 Dan Added TinyMCE compression support and made some supporting modifications to common.php
Wed, 26 Mar 2008 02:56:23 -0400 Dan Added a copy of Firebug Lite for debugging purposes. License is uncertain but being treated as MPL. (If is is not MPL then it is under something more permissive that permits relicensing anyway)
Sun, 02 Mar 2008 22:52:23 -0500 Dan Added modal dialog support for page editor; added customizability for breadcrumbs (thanks to Manoj for idea)
Sun, 02 Mar 2008 19:32:19 -0500 Dan Implemented password reset (albeit hackishly) into the new login API; added dummy window.console object to hopefully reduce errors when Firebug isn't around; fixed the longstanding ACL dismiss/close button bug; fixed a couple undefined variables in mailer; fixed PHP error on attempted opening of /dev/(u)random in rijndael.php; clarified documentation for PageProcessor::update_page(); fixed some logic problems in theme ACL code; disabled CAPTCHA debug
Sun, 24 Feb 2008 17:50:38 -0500 Dan Fixed a number of IE6 bugs
Wed, 20 Feb 2008 14:38:39 -0500 Dan Added support for Diffie-Hellman key exchange during login. w00t!
Mon, 18 Feb 2008 16:27:28 -0500 Dan Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
Wed, 13 Feb 2008 21:59:07 -0500 Dan Re-enabled, debugged, and optimized Javascript compression code
Wed, 16 Jan 2008 13:55:49 -0500 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Thu, 27 Dec 2007 22:09:33 -0500 Dan Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Sun, 28 Oct 2007 16:40:24 -0400 Dan Added language export to JSON page and localization for Javascript using $lang.get(). Localized AJAX login interface.
Sun, 21 Oct 2007 01:45:00 -0400 Dan Nothing real special. The AJAX loading icon can be changed using the Javascript variable ajax_load_icon in header.tpl.
Fri, 12 Oct 2007 14:41:51 -0400 Dan Replaced autocompleting username with a much more efficient algorithm and caching system
Sun, 07 Oct 2007 08:39:40 -0400 Dan SECURITY: remove debug message in session manager; implemented alternate MediaWiki syntax for template embedding; added Adobe Spry for "shake" effect on unsuccessful login
less more (0) -60 tip