Dan [Sun, 06 Apr 2008 14:02:20 -0400] rev 518
SECURITY: Disabled caching of decrypted DiffieHellman login requests
Dan [Tue, 01 Apr 2008 01:26:22 -0400] rev 517
Fixed bad captcha refresh code on registration page
Dan [Tue, 01 Apr 2008 01:25:47 -0400] rev 516
Added debugging ability to Language::import() for CLI usage
Dan [Tue, 01 Apr 2008 01:24:10 -0400] rev 515
Fixed bad URL interpretation on CGI and Apache wrongly supplying PATH_INFO when directory index requested
Dan [Sun, 30 Mar 2008 07:24:48 -0700] rev 514
Added debugging switch to $lang->import() for help with optimization
Dan [Sat, 29 Mar 2008 15:58:59 -0700] rev 513
AJAX interface for listing ACL rules implemented
Dan [Thu, 27 Mar 2008 16:41:07 -0400] rev 512
ACL: Added API call to edit rule based only on numeric rule ID; to be used later with lister for existing rules and effective permissions viewer
Dan [Wed, 26 Mar 2008 20:20:22 -0400] rev 511
Made some improvements to ACL system including: warning on setting Deny for Everyone on the entire site, added ACL_ALWAYS_ALLOW_ADMIN_EDIT_ACL, and changed behavior as noted in the docs so that Deny for Everyone is no longer able to be overridden
Dan [Wed, 26 Mar 2008 16:51:42 -0400] rev 510
Fixed some bugs in the installer that prevented it from working without mod_rewrite and/or with a table_prefix present
Dan [Wed, 26 Mar 2008 02:56:23 -0400] rev 509
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)
Dan [Tue, 18 Mar 2008 16:56:56 -0400] rev 508
Fixed auto-detection of URL scheme, didn't work unless rewriting worked
Dan [Tue, 18 Mar 2008 14:32:40 -0400] rev 507
Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
Dan [Mon, 17 Mar 2008 09:47:19 -0400] rev 506
Updated tree menu images to fit with the icons
Dan [Sun, 16 Mar 2008 16:30:22 -0400] rev 505
Added icons for the administration panel
Dan [Sun, 16 Mar 2008 16:06:59 -0400] rev 504
Added support for embedding language data into plugins; updated all version numbers on plugin files
Dan [Sat, 15 Mar 2008 14:19:18 -0400] rev 503
[minor] silence errors when closing DB connections
Dan [Sat, 15 Mar 2008 14:18:54 -0400] rev 502
Adding the images for the expander support. (oops)
Dan [Sat, 15 Mar 2008 14:18:29 -0400] rev 501
Added support for an enano:expand=(closed|open) attribute on fieldsets to make them act like GTK expandable widgets; implementation is on Special:CreatePage
Dan [Sat, 15 Mar 2008 00:17:26 -0400] rev 500
Added basic CLI support for the Enano API. Loads automatically, just include common.php as normal. REVISION 500!!! :-D
Dan [Sat, 15 Mar 2008 00:08:01 -0400] rev 499
Fixed some bugs with PostgreSQL and added a word_lcase column to the search_index table because collation is not working under MySQL. TODO: Trigger search index rebuild on upgrade to 1.1.4.
Dan [Tue, 11 Mar 2008 17:09:20 -0400] rev 498
Fixed some display issues with breadcrumbs (thanks Manoj)
Dan [Sat, 08 Mar 2008 19:39:43 -0500] rev 497
Updated upgrade/migration schemas to handle user_timezone column properly
Dan [Sat, 08 Mar 2008 12:22:05 -0500] rev 496
[Minor] Added a nice little link on upgrade success.
Dan [Sat, 08 Mar 2008 12:13:23 -0500] rev 495
Fixed undefined variable ($row['is_regex'] instead of $is_regex) in sessions.php
Dan [Sat, 08 Mar 2008 12:12:27 -0500] rev 494
Added support for upgrading arbitrary previous 1.0.x versions (very experimental)
Dan [Fri, 07 Mar 2008 01:27:28 -0500] rev 493
Fixed the TinyMCE save bug.
Dan [Fri, 07 Mar 2008 00:19:29 -0500] rev 492
Tagging last revision as it should be tagged (again)
Dan [Fri, 07 Mar 2008 00:19:21 -0500] rev 491
Aww crap. NOW it should be together.