Dan [Mon, 21 Jan 2008 15:37:28 -0500] rev 362
Started localization on User CP. Localized pagination, password strength, and various other small widgets. Fixed bug in path manager causing return of fullpage from get_page_id_from_url() even when namespace is Special.
Dan [Mon, 21 Jan 2008 11:05:16 -0500] rev 361
PageUtils::createpage(): $name was being sanitized too strictly
Dan [Mon, 21 Jan 2008 10:17:26 -0500] rev 360
Implemented (well stubbed) IP logging in non-AJAX comment interface
Dan [Mon, 21 Jan 2008 10:09:48 -0500] rev 359
Implemented IP logging for comments and registration
Dan [Sun, 20 Jan 2008 22:34:02 -0500] rev 358
Completed l10n on admin panel. Exception is Admin:ThemeManager, which is pending a rewrite.
Dan [Sun, 20 Jan 2008 20:27:26 -0500] rev 357
Localized Admin:MassEmail
Dan [Sat, 19 Jan 2008 00:32:41 -0500] rev 356
Localized Admin:COPPA
Dan [Fri, 18 Jan 2008 22:27:29 -0500] rev 355
Fixed a coupla minor bugs with the template_nodb class wrongly referencing $lang
Dan [Fri, 18 Jan 2008 10:47:24 -0500] rev 354
A few more installer tweaks / fixes. Initted upgrade script. Added migration schema from 1.0 to 1.1.
Dan [Thu, 17 Jan 2008 23:31:35 -0500] rev 353
Dropping changes from revision 350 (dd7cbc97f681)
Dan [Thu, 17 Jan 2008 23:28:43 -0500] rev 352
Enano's new installable installer, alpha 1. No upgrade and (in some parts) very little localization.
Dan [Thu, 17 Jan 2008 19:49:14 -0500] rev 351
Initlogs stage of installer now working
Dan [Thu, 17 Jan 2008 09:39:56 -0500] rev 350
Oops, search_index table was still registered and language and language_strings weren't
Dan [Thu, 17 Jan 2008 02:03:33 -0500] rev 349
More progress on the installer. At this point it can install and import the language, but does not rename config files. Still much work to be done, most notably localization and creation of MySQL users and databases.
Dan [Wed, 16 Jan 2008 13:55:49 -0500] rev 348
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Dan [Thu, 03 Jan 2008 18:39:19 -0500] rev 347
Localized and separated Admin:GroupManager
Dan [Thu, 03 Jan 2008 00:55:10 -0500] rev 346
Oops, forgot to add in the rewritten Admin:PageEditor
Dan [Thu, 03 Jan 2008 00:53:33 -0500] rev 345
WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
Dan [Mon, 31 Dec 2007 21:43:51 -0500] rev 344
Merging in something from Nighthawk, can't seem to figure out what
Dan [Sun, 30 Dec 2007 01:13:24 -0500] rev 343
Localized the first parts of the admin panel. As a consequence, also wrote a brand new Admin:PageManager that doesn't suck like the old one did.
Dan [Fri, 28 Dec 2007 16:52:03 -0500] rev 342
Finished localization of SpecialUserFuncs
Dan [Fri, 28 Dec 2007 13:36:33 -0500] rev 341
[Minor] fix stupid bad td width in privmsgs compose interface
Dan [Fri, 28 Dec 2007 00:07:53 -0500] rev 340
Merging in the last couple of revisions from stable
Dan [Thu, 27 Dec 2007 11:35:00 -0500] rev 339
Fixed search indexer causing duplicate keys when two "words" of 64+ characters encountered and first 64 characters are the same (thanks Vadi); attempt to fix onunload confirmation during page editing
Dan [Sun, 23 Dec 2007 17:58:21 -0500] rev 338
Corrected licensing issue on YoungPup's DOM-Drag (it is now public domain -> GPLv2+ for Enano); fixed wrongful access denial under specific circumstances (fetch_page_acl() on nonexistent page + wiki mode)
Dan [Fri, 28 Dec 2007 00:03:27 -0500] rev 337
Made CAPTCHA for guests' page editing work with the non-AJAX interface
Dan [Thu, 27 Dec 2007 23:32:11 -0500] rev 336
Added ability to require CAPTCHA for guests when editing pages (AJAX INTERFACE ONLY)
Dan [Thu, 27 Dec 2007 22:09:33 -0500] rev 335
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan [Wed, 26 Dec 2007 00:37:26 -0500] rev 334
More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
Dan [Fri, 21 Dec 2007 19:08:27 -0500] rev 333
Fix missing avatar-related columns in users table