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.