Dan [Sun, 09 Nov 2008 09:02:35 -0500] rev 730
[minor] fixed non-hidden next button in ACL trace view
Dan [Sat, 08 Nov 2008 22:37:59 -0500] rev 729
Merging in the past three months' work on ACL tracing tools.
Dan [Sat, 08 Nov 2008 22:37:40 -0500] rev 728
[minor] Login box shook too slowly on failure
Dan [Sat, 08 Nov 2008 22:37:12 -0500] rev 727
JSON parse failures should spawn their own darkener layer now instead of reusing the main one if applicable
Dan [Sat, 08 Nov 2008 22:36:28 -0500] rev 726
Upgraded jQuery UI.
Dan [Sat, 08 Nov 2008 22:35:59 -0500] rev 725
Fixed DiffieHellman being included twice when not supported and login fails
Dan [Sat, 08 Nov 2008 22:35:05 -0500] rev 724
Fixed plugin manager not checking for plugin file existence before marking to load
Dan [Sat, 08 Nov 2008 22:34:27 -0500] rev 723
[minor] $template->footer() no longer flushes output buffers, due to headers being sent prematurely
Dan [Sat, 08 Nov 2008 22:33:51 -0500] rev 722
[minor] AboutEnano can detect Mac OS X now
Dan [Sat, 08 Nov 2008 22:33:26 -0500] rev 721
Fixed filename not being sent through sanitize_page_id() during upload. Non-security.
Dan [Sat, 08 Nov 2008 22:32:43 -0500] rev 720
Fixed attempt at gzip compression after headers sent; hopefully safely escape args to scale_image() instead of erroring out
Dan [Sat, 08 Nov 2008 22:31:58 -0500] rev 719
Fixed system table list; added safeguard against twice prefixing the tables in $system_table_list
Dan [Sun, 02 Nov 2008 01:42:17 -0400] rev 718
Fixed issue where login box was not obeying server orders to disable DiffieHellman. Increased quality of error handling for JS errors during login process.
Dan [Wed, 22 Oct 2008 10:49:15 -0400] rev 717
Made template inclusion wikisyntax fully MediaWiki-compatible
Dan [Fri, 17 Oct 2008 21:21:55 -0400] rev 716
Fixed SpecialAdmin setting theme and style way too late (thanks Andrew Kohnken)
Dan [Mon, 29 Sep 2008 08:26:49 -0400] rev 715
Added ability to use hash marks in internal links
Dan [Mon, 29 Sep 2008 08:26:21 -0400] rev 714
Fixed nonworking editor preview due to uninitialized template
Dan [Mon, 29 Sep 2008 08:25:59 -0400] rev 713
Marked Text_Wiki's parse_internal_links() as deprecated.
Dan [Mon, 29 Sep 2008 08:24:26 -0400] rev 712
SECURITY: Changed Diffie-Hellman parameters to prime and generator created through OpenSSL
Dan [Sun, 21 Sep 2008 09:01:27 -0400] rev 711
Added initial support for DST. Rules are defined in constants.php and are extensible.
Dan [Tue, 16 Sep 2008 08:22:47 -0400] rev 710
Fixed IPv6 address match (the one from phpBB3 did not work)
Dan [Wed, 10 Sep 2008 10:49:13 -0400] rev 709
Fixing \r\n bug in SQL parser (see comment on rev. 7a7173c0f62f in stable)
Dan [Sun, 24 Aug 2008 13:43:04 -0400] rev 708
Rewrote sidebar compilation code, caching is more stable now and things were cleaned up/separated into more functions/made plugin-expandable. In theory, plugins can add new sidebar block types now. I'd personally like to see a fully plugin-based sidebar editor that completely overhauls what Enano has now sometime now that this framework is in place.
Dan [Sun, 24 Aug 2008 13:39:46 -0400] rev 707
Fixed userpage events being fired even when the tabs aren't there
Dan [Sun, 24 Aug 2008 12:42:50 -0400] rev 706
Fixed reference to $() which should be $dynano() in SpecialAdmin
Dan [Sun, 24 Aug 2008 12:41:05 -0400] rev 705
Fixed draft controls being shown in view source mode
Dan [Sat, 23 Aug 2008 16:03:32 -0400] rev 704
More work on auto-completion - it auto-scrolls now and limits result divs to 300px height
Dan [Sat, 23 Aug 2008 16:03:13 -0400] rev 703
Fixed minor (non-XSS) sanitization issue for main_page field in Admin:GeneralConfig