Dan [Sun, 27 Dec 2009 02:27:35 -0500] rev 1195
Version bump to 1.1.8
Dan [Sun, 27 Dec 2009 02:25:29 -0500] rev 1194
Fixed phrase search, it got really broken somehow
Dan [Tue, 22 Dec 2009 13:09:59 -0500] rev 1193
TinyMCE: Bumped to v3.2.7
Dan [Mon, 21 Dec 2009 15:41:05 -0500] rev 1192
Fixed two "declaration should be compatible" errors encountered by the BitNami folks. Thanks Neal for reporting.
Dan [Sat, 19 Dec 2009 16:06:29 -0500] rev 1191
Beta release: Enano CMS 1.1.7 (Caoineag beta 2) (retag #2)
Dan [Sat, 19 Dec 2009 16:06:27 -0500] rev 1190
Detagged 1.1.7
Dan [Sat, 19 Dec 2009 15:59:52 -0500] rev 1189
Upgrade: added 1.0.6pl1 migration support, tarball repository will need to be updated
Dan [Fri, 18 Dec 2009 22:04:01 -0500] rev 1188
Beta release: Enano CMS 1.1.7 (Caoineag beta 2)
Dan [Fri, 18 Dec 2009 22:03:55 -0500] rev 1187
Last minute fix to wikitext code tag
Dan [Fri, 18 Dec 2009 22:00:02 -0500] rev 1186
Backout from 1.1.7 due to upgrade issue, fixed and retagging
Dan [Fri, 18 Dec 2009 21:49:48 -0500] rev 1185
Beta release: Enano CMS 1.1.7 (Caoineag beta 2)
Dan [Fri, 18 Dec 2009 21:46:05 -0500] rev 1184
Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly
Dan [Fri, 18 Dec 2009 21:21:59 -0500] rev 1183
OK screw that, put the crypto backend check in functions.
Dan [Fri, 18 Dec 2009 21:11:42 -0500] rev 1182
Fixed libenanoinstall/CLI double declaration of run_installer_stage()
Dan [Fri, 18 Dec 2009 21:04:39 -0500] rev 1181
Forgot table_prefix in the logs table migrator
Dan [Fri, 18 Dec 2009 21:01:09 -0500] rev 1180
Fixed no author_uid in PageProcessor::rename_page()
Dan [Fri, 18 Dec 2009 20:57:28 -0500] rev 1179
Added an upgrade hook to populate the author_uid column in logs, pending test by Neal
Dan [Fri, 18 Dec 2009 20:31:43 -0500] rev 1178
Added ajaxLoginInit to JS load stub list
Dan [Fri, 18 Dec 2009 19:26:36 -0500] rev 1177
Added a graceful dead-end for the tutorial; removed the hash symbols from IRC links per a heads-up from Neal.
Dan [Fri, 18 Dec 2009 19:17:18 -0500] rev 1176
AJAX login: Fixed error box failure to destroy upon cancel. Fixes issue 8.
Dan [Fri, 18 Dec 2009 19:06:49 -0500] rev 1175
Logs: Fully integrated an author_uid column. Logs are now linked by user ID instead of just username, so they survive username changes better. Database is changed. Fixes issue 6.
Dan [Fri, 18 Dec 2009 09:39:18 -0500] rev 1174
Wikitext parer: re-added the <code> tag thing
Dan [Fri, 18 Dec 2009 05:12:02 -0500] rev 1173
Comments (AJAX): Now paginated server side. Fixes issue 2.
Dan [Fri, 18 Dec 2009 05:05:01 -0500] rev 1172
Mod extras: Changed string for RDNS generic failure error
Dan [Thu, 17 Dec 2009 22:42:32 -0500] rev 1171
Fixed php_in_pages out-of-scope error in Special:UploadFile; modified RenderMan::preprocess_text() to take a permissions object for any page
Dan [Thu, 17 Dec 2009 04:31:55 -0500] rev 1170
ACP: Added lockout management feature
Dan [Thu, 17 Dec 2009 04:29:55 -0500] rev 1169
Fixed undefined $score_min in password change. Potential security concern?
Dan [Thu, 17 Dec 2009 04:27:50 -0500] rev 1168
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.