Wed, 13 Feb 2008 23:16:33 -0500 Optimized JS aggressive-compression list a little more
Dan [Wed, 13 Feb 2008 23:16:33 -0500] rev 421
Optimized JS aggressive-compression list a little more
Wed, 13 Feb 2008 21:59:07 -0500 Re-enabled, debugged, and optimized Javascript compression code
Dan [Wed, 13 Feb 2008 21:59:07 -0500] rev 420
Re-enabled, debugged, and optimized Javascript compression code
Tue, 12 Feb 2008 22:17:58 -0500 Unsuccessful attempt at fixing "dismiss"/"close manager" buttons in ACL editor; non-breaking change to template API to allow plugins to add "normal" sidebar widgets in addition to the special "raw" block type, specified as the third parameter to $template->sidebar_widget(). Defaults to false, which is old behavior; new behavior (enabled by passing TRUE as the 3rd param) means that the content of the block is primarily block-level links.
Dan [Tue, 12 Feb 2008 22:17:58 -0500] rev 419
Unsuccessful attempt at fixing "dismiss"/"close manager" buttons in ACL editor; non-breaking change to template API to allow plugins to add "normal" sidebar widgets in addition to the special "raw" block type, specified as the third parameter to $template->sidebar_widget(). Defaults to false, which is old behavior; new behavior (enabled by passing TRUE as the 3rd param) means that the content of the block is primarily block-level links.
Tue, 12 Feb 2008 07:44:16 -0500 Fixed version-set on migration code (see the comments in the source for why) and added post-upgrade hooks.
Dan [Tue, 12 Feb 2008 07:44:16 -0500] rev 418
Fixed version-set on migration code (see the comments in the source for why) and added post-upgrade hooks.
Tue, 12 Feb 2008 07:38:52 -0500 Edit summary should now be carried over when a draft is restored
Dan [Tue, 12 Feb 2008 07:38:52 -0500] rev 417
Edit summary should now be carried over when a draft is restored
Tue, 12 Feb 2008 07:33:25 -0500 [Minor] Fixed obsolete trigger upon attempt at page save after draft autosave
Dan [Tue, 12 Feb 2008 07:33:25 -0500] rev 416
[Minor] Fixed obsolete trigger upon attempt at page save after draft autosave
Tue, 12 Feb 2008 07:25:54 -0500 OOPS: forgot to add the "save draft" icon
Dan [Tue, 12 Feb 2008 07:25:54 -0500] rev 415
OOPS: forgot to add the "save draft" icon
Tue, 12 Feb 2008 00:42:29 -0500 Added "is_draft != 1" where appropriate in SQL queries to prevent drafts from being treated as real revisions.
Dan [Tue, 12 Feb 2008 00:42:29 -0500] rev 414
Added "is_draft != 1" where appropriate in SQL queries to prevent drafts from being treated as real revisions.
Tue, 12 Feb 2008 00:37:46 -0500 Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Dan [Tue, 12 Feb 2008 00:37:46 -0500] rev 413
Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
Mon, 11 Feb 2008 14:33:49 -0500 Tagging latest revision as rebrand
Dan [Mon, 11 Feb 2008 14:33:49 -0500] rev 412
Tagging latest revision as rebrand
Mon, 11 Feb 2008 14:33:31 -0500 Rebrand as 1.1.2; made upgrade framework functional
Dan [Mon, 11 Feb 2008 14:33:31 -0500] rev 411
Rebrand as 1.1.2; made upgrade framework functional
Mon, 11 Feb 2008 14:05:57 -0500 Added upgrade schema files for 1.1.1 -> current (1.1.2-dev)
Dan [Mon, 11 Feb 2008 14:05:57 -0500] rev 410
Added upgrade schema files for 1.1.1 -> current (1.1.2-dev)
Mon, 11 Feb 2008 13:55:14 -0500 Removed unused schema files
Dan [Mon, 11 Feb 2008 13:55:14 -0500] rev 409
Removed unused schema files
Mon, 11 Feb 2008 10:05:33 -0500 Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
Dan [Mon, 11 Feb 2008 10:05:33 -0500] rev 408
Modified editor and rename functions to go through the API when rolling back. This causes rollbacks to be logged.
Sun, 10 Feb 2008 19:35:06 -0500 Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
Dan [Sun, 10 Feb 2008 19:35:06 -0500] rev 407
Mass-fixed all AJAX functions to also check the HTTP status code before parsing the response
Fri, 08 Feb 2008 23:20:20 -0500 Added some basic timezone support; DST support is still to come.
Dan [Fri, 08 Feb 2008 23:20:20 -0500] rev 406
Added some basic timezone support; DST support is still to come.
Fri, 08 Feb 2008 12:16:43 -0500 [minor] re-enabled ENANO_DANGEROUS on install.php (oops!); made textarea in page editor focus automatically
Dan [Fri, 08 Feb 2008 12:16:43 -0500] rev 405
[minor] re-enabled ENANO_DANGEROUS on install.php (oops!); made textarea in page editor focus automatically
Thu, 07 Feb 2008 15:45:44 -0500 Made the form validation icons (check/X/?) more visually appealing. IE-friendliness is still on the TODO list.
Dan [Thu, 07 Feb 2008 15:45:44 -0500] rev 404
Made the form validation icons (check/X/?) more visually appealing. IE-friendliness is still on the TODO list.
Thu, 07 Feb 2008 07:58:07 -0500 Started on a Special:RecentChanges page, more to come.
Dan [Thu, 07 Feb 2008 07:58:07 -0500] rev 403
Started on a Special:RecentChanges page, more to come.
Wed, 06 Feb 2008 19:27:43 -0500 Fixed some captcha bugs and made all captcha fields case-insensitive
Dan [Wed, 06 Feb 2008 19:27:43 -0500] rev 402
Fixed some captcha bugs and made all captcha fields case-insensitive
Wed, 06 Feb 2008 18:41:47 -0500 Implemented a new CAPTCHA API; the frontend ($session->{make,get}_captcha) is API-compatible but the backend (the captcha class) is deprecated.
Dan [Wed, 06 Feb 2008 18:41:47 -0500] rev 401
Implemented a new CAPTCHA API; the frontend ($session->{make,get}_captcha) is API-compatible but the backend (the captcha class) is deprecated.
Mon, 04 Feb 2008 05:52:12 -0500 A few hacks to make the 1.1 demo plugin work
Dan [Mon, 04 Feb 2008 05:52:12 -0500] rev 400
A few hacks to make the 1.1 demo plugin work
Mon, 04 Feb 2008 05:19:20 -0500 Cosmetic improvements to page editor; added demo mode checks in Admin:LangManager
Dan [Mon, 04 Feb 2008 05:19:20 -0500] rev 399
Cosmetic improvements to page editor; added demo mode checks in Admin:LangManager
Sat, 02 Feb 2008 23:14:32 -0500 Fixed some MySQL installation schema bugs, thanks to rainmain on the forums.
Dan [Sat, 02 Feb 2008 23:14:32 -0500] rev 398
Fixed some MySQL installation schema bugs, thanks to rainmain on the forums.
Sat, 02 Feb 2008 22:44:05 -0500 Added a heading "editing page" in page editor for visual appeal; removed use of alternate <?= ?> syntax in installer as it was causing problems on Win2k3 + PHP/FastCGI. (Experimentally using TortoiseHG's hgtk to commit)
Dan [Sat, 02 Feb 2008 22:44:05 -0500] rev 397
Added a heading "editing page" in page editor for visual appeal; removed use of alternate <?= ?> syntax in installer as it was causing problems on Win2k3 + PHP/FastCGI. (Experimentally using TortoiseHG's hgtk to commit)
Sat, 02 Feb 2008 22:32:09 -0500 Fixed some stray undefined-variable problems revealed as a result of testing on Windows Server '03, IIS6, PHP/FastCGI, and PostgreSQL 8.2.5.
Dan [Sat, 02 Feb 2008 22:32:09 -0500] rev 396
Fixed some stray undefined-variable problems revealed as a result of testing on Windows Server '03, IIS6, PHP/FastCGI, and PostgreSQL 8.2.5.
Sat, 02 Feb 2008 11:54:16 -0500 Fixed splitting bug (really the same issue from stable) in get_pageid_from_url(); upgraded TinyMCE to version 3.0-stable
Dan [Sat, 02 Feb 2008 11:54:16 -0500] rev 395
Fixed splitting bug (really the same issue from stable) in get_pageid_from_url(); upgraded TinyMCE to version 3.0-stable
Thu, 31 Jan 2008 22:29:07 -0500 Fixed jBox menus failing to appear when window scrolled down
Dan [Thu, 31 Jan 2008 22:29:07 -0500] rev 394
Fixed jBox menus failing to appear when window scrolled down
Thu, 31 Jan 2008 16:43:37 -0500 Unstable alpha release (1.1.1)
Dan [Thu, 31 Jan 2008 16:43:37 -0500] rev 393
Unstable alpha release (1.1.1)
Thu, 31 Jan 2008 16:43:15 -0500 Updated readme file for 1.1.1 1.1.1
Dan [Thu, 31 Jan 2008 16:43:15 -0500] rev 392
Updated readme file for 1.1.1
(0) -300 -100 -50 -30 +30 +50 +100 +300 tip