Thu, 02 Jun 2011 05:28:28 -0400 Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
Dan Fuhry <dan@enanocms.org> [Thu, 02 Jun 2011 05:28:28 -0400] rev 1343
Removed explicit TinyMCE support, replaced with support for arbitrary page_formats. The TinyMCE files will be removed in an upcoming commit.
Thu, 02 Jun 2011 05:24:38 -0400 Added database transaction API. (Untested with Postgres)
Dan Fuhry <dan@enanocms.org> [Thu, 02 Jun 2011 05:24:38 -0400] rev 1342
Added database transaction API. (Untested with Postgres)
Thu, 31 Mar 2011 13:09:56 -0400 Fixed a typo in which()
Dan Fuhry <dan@enanocms.org> [Thu, 31 Mar 2011 13:09:56 -0400] rev 1341
Fixed a typo in which()
Thu, 10 Feb 2011 21:52:54 -0500 ajax get_styles is now case insensitive with the theme_id
Dan Fuhry <dan@enanocms.org> [Thu, 10 Feb 2011 21:52:54 -0500] rev 1340
ajax get_styles is now case insensitive with the theme_id
Thu, 10 Feb 2011 01:34:55 -0500 functions: HTML compressor: fixed handling of <script> blocks which consist only of whitespace
Dan Fuhry <dan@enanocms.org> [Thu, 10 Feb 2011 01:34:55 -0500] rev 1339
functions: HTML compressor: fixed handling of <script> blocks which consist only of whitespace
Sat, 29 Jan 2011 15:31:25 -0500 More comments in enanium header
Dan Fuhry <dan@enanocms.org> [Sat, 29 Jan 2011 15:31:25 -0500] rev 1338
More comments in enanium header
Sat, 29 Jan 2011 15:31:15 -0500 Fixed some variable issues in emailer
Dan Fuhry <dan@enanocms.org> [Sat, 29 Jan 2011 15:31:15 -0500] rev 1337
Fixed some variable issues in emailer
Sat, 29 Jan 2011 15:30:59 -0500 ACL permissions viewer has better formatting now
Dan Fuhry <dan@enanocms.org> [Sat, 29 Jan 2011 15:30:59 -0500] rev 1336
ACL permissions viewer has better formatting now
Sat, 29 Jan 2011 15:22:06 -0500 Corrected a link
Dan Fuhry <dan@enanocms.org> [Sat, 29 Jan 2011 15:22:06 -0500] rev 1335
Corrected a link
Sun, 02 Jan 2011 03:12:04 -0500 Added another AJAX editor hook after init is pretty much done
Dan Fuhry <dan@enanocms.org> [Sun, 02 Jan 2011 03:12:04 -0500] rev 1334
Added another AJAX editor hook after init is pretty much done
Thu, 30 Dec 2010 23:43:16 -0500 Added set_post() in Request_HTTP
Dan Fuhry <dan@enanocms.org> [Thu, 30 Dec 2010 23:43:16 -0500] rev 1333
Added set_post() in Request_HTTP
Wed, 29 Dec 2010 13:25:32 -0500 Added some more hooks to the page editing pipeline. It should now be possible to add controls to the page editor, send the data from them out to the server, and process them on the server side.
Dan Fuhry <dan@enanocms.org> [Wed, 29 Dec 2010 13:25:32 -0500] rev 1332
Added some more hooks to the page editing pipeline. It should now be possible to add controls to the page editor, send the data from them out to the server, and process them on the server side.
Wed, 29 Dec 2010 13:23:58 -0500 Fixed a postgresql bug in the File namespace (reported by phirox - thanks)
Dan Fuhry <dan@enanocms.org> [Wed, 29 Dec 2010 13:23:58 -0500] rev 1331
Fixed a postgresql bug in the File namespace (reported by phirox - thanks)
Wed, 29 Dec 2010 13:22:39 -0500 AES: Fixed wrongfully hardcoded $return_format/$input_format (non-security)
Dan Fuhry <dan@enanocms.org> [Wed, 29 Dec 2010 13:22:39 -0500] rev 1330
AES: Fixed wrongfully hardcoded $return_format/$input_format (non-security)
Fri, 19 Nov 2010 03:30:35 -0500 Added conflict resolution for wikitext heading names
Dan Fuhry <dan@enanocms.org> [Fri, 19 Nov 2010 03:30:35 -0500] rev 1329
Added conflict resolution for wikitext heading names
Fri, 19 Nov 2010 02:47:10 -0500 Some enhancements to the error handler. It replaces out ENANO_ROOT for security, and if the warning is from dbal.php and ENANO_DEBUG is set, prints out a much more verbose message.
Dan Fuhry <dan@enanocms.org> [Fri, 19 Nov 2010 02:47:10 -0500] rev 1328
Some enhancements to the error handler. It replaces out ENANO_ROOT for security, and if the warning is from dbal.php and ENANO_DEBUG is set, prints out a much more verbose message.
Fri, 19 Nov 2010 02:46:14 -0500 Changed var_export() calls to use "true" as second parameter. Not sure which PHP version it was added in, but I could have sworn it wasn't there last time I checked.
Dan Fuhry <dan@enanocms.org> [Fri, 19 Nov 2010 02:46:14 -0500] rev 1327
Changed var_export() calls to use "true" as second parameter. Not sure which PHP version it was added in, but I could have sworn it wasn't there last time I checked.
Fri, 19 Nov 2010 02:20:16 -0500 Fixed syntax error in plugins/admin/PageManager.php
Dan Fuhry <dan@enanocms.org> [Fri, 19 Nov 2010 02:20:16 -0500] rev 1326
Fixed syntax error in plugins/admin/PageManager.php
Thu, 18 Nov 2010 15:34:30 -0500 Fixed some rather severe issues when changing the urlname of uploaded files
Dan Fuhry <dan@enanocms.org> [Thu, 18 Nov 2010 15:34:30 -0500] rev 1325
Fixed some rather severe issues when changing the urlname of uploaded files
Thu, 18 Nov 2010 15:34:06 -0500 Added FLAC to list of file types. (In other news: I'm an audiophile)
Dan Fuhry <dan@enanocms.org> [Thu, 18 Nov 2010 15:34:06 -0500] rev 1324
Added FLAC to list of file types. (In other news: I'm an audiophile)
Tue, 16 Nov 2010 13:24:24 -0500 Updated tags
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 13:24:24 -0500] rev 1323
Updated tags
Tue, 16 Nov 2010 13:23:34 -0500 Fixed title[]= too. 1.1.8 current-unstable
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 13:23:34 -0500] rev 1322
Fixed title[]= too.
Tue, 16 Nov 2010 12:55:06 -0500 Tagged 1.1.8 as current-unstable
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:55:06 -0500] rev 1321
Tagged 1.1.8 as current-unstable
Tue, 16 Nov 2010 12:53:35 -0500 Tagged release: 1.1.8
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:53:35 -0500] rev 1320
Tagged release: 1.1.8
Tue, 16 Nov 2010 12:49:48 -0500 Added a notice to re-import language on 1.1.8 upgrade
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:49:48 -0500] rev 1319
Added a notice to re-import language on 1.1.8 upgrade
Tue, 16 Nov 2010 12:33:42 -0500 Tagged release: 1.1.7pl2
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:33:42 -0500] rev 1318
Tagged release: 1.1.7pl2
Tue, 16 Nov 2010 12:31:41 -0500 SECURITY: Fix SQL injection in banlist check (1.1.7 branch) 1.1.7-maintenance 1.1.7pl2
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:31:41 -0500] rev 1317
SECURITY: Fix SQL injection in banlist check (1.1.7 branch)
Tue, 16 Nov 2010 12:24:38 -0500 editor: removed extraneous debug info; changed around the order by which the textarea is created and appended to the DOM
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:24:38 -0500] rev 1316
editor: removed extraneous debug info; changed around the order by which the textarea is created and appended to the DOM
Tue, 16 Nov 2010 12:23:10 -0500 Fixed bad language installation docs in common
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:23:10 -0500] rev 1315
Fixed bad language installation docs in common
Tue, 16 Nov 2010 12:11:29 -0500 SECURITY: Fix SQL injection in banlist check
Dan Fuhry <dan@enanocms.org> [Tue, 16 Nov 2010 12:11:29 -0500] rev 1314
SECURITY: Fix SQL injection in banlist check
(0) -1000 -300 -100 -50 -30 +30 tip