Wed, 25 Apr 2012 02:03:38 -0400 Small change to generation time formatting to make all pages the same time. Makes apachebench not screw up.
Dan Fuhry <dan@enanocms.org> [Wed, 25 Apr 2012 02:03:38 -0400] rev 1361
Small change to generation time formatting to make all pages the same time. Makes apachebench not screw up.
Wed, 25 Apr 2012 02:01:55 -0400 Image scaling: Fixed a bug where (height > width) images would be scaled to the wrong dimensions (GD). Added PNG/GIF transparency support to GD image resizer. Added a cache bypass option to SpecialUpDownload.
Dan Fuhry <dan@enanocms.org> [Wed, 25 Apr 2012 02:01:55 -0400] rev 1360
Image scaling: Fixed a bug where (height > width) images would be scaled to the wrong dimensions (GD). Added PNG/GIF transparency support to GD image resizer. Added a cache bypass option to SpecialUpDownload.
Mon, 16 Jan 2012 09:23:20 -0500 Disable output gzipping during file download... it negates the memory usage controls
Dan Fuhry <dan@enanocms.org> [Mon, 16 Jan 2012 09:23:20 -0500] rev 1359
Disable output gzipping during file download... it negates the memory usage controls
Mon, 16 Jan 2012 09:22:24 -0500 Typo
Dan Fuhry <dan@enanocms.org> [Mon, 16 Jan 2012 09:22:24 -0500] rev 1358
Typo
Mon, 16 Jan 2012 09:22:08 -0500 Fixed PHP-based JSON decode to output arrays, not objects
Dan Fuhry <dan@enanocms.org> [Mon, 16 Jan 2012 09:22:08 -0500] rev 1357
Fixed PHP-based JSON decode to output arrays, not objects
Mon, 05 Dec 2011 08:16:00 -0500 AjaxUpload: fixed handling of upload completion
Dan Fuhry <dan@enanocms.org> [Mon, 05 Dec 2011 08:16:00 -0500] rev 1356
AjaxUpload: fixed handling of upload completion
Fri, 02 Dec 2011 01:15:55 -0500 Conditionally declare hex2bin() due to a function of the same name being introduced in PHP 5.4
Dan Fuhry <dan@enanocms.org> [Fri, 02 Dec 2011 01:15:55 -0500] rev 1355
Conditionally declare hex2bin() due to a function of the same name being introduced in PHP 5.4
Sun, 18 Sep 2011 02:13:34 -0400 Improvements and updates to tutorial
Dan Fuhry <dan@enanocms.org> [Sun, 18 Sep 2011 02:13:34 -0400] rev 1354
Improvements and updates to tutorial
Sun, 18 Sep 2011 01:26:02 -0400 Improved vimperator compatibility in jBox
Dan Fuhry <dan@enanocms.org> [Sun, 18 Sep 2011 01:26:02 -0400] rev 1353
Improved vimperator compatibility in jBox
Sun, 04 Sep 2011 02:32:49 -0400 SECURITY: Various security enhancements to password resets. They are now rate-limited by username and IP, and it is possible to disable username autofill for guests.
Dan Fuhry <dan@enanocms.org> [Sun, 04 Sep 2011 02:32:49 -0400] rev 1352
SECURITY: Various security enhancements to password resets. They are now rate-limited by username and IP, and it is possible to disable username autofill for guests.
Fri, 22 Jul 2011 23:14:06 -0400 Fixed CLI installer failing to set the DB version
Dan Fuhry <dan@enanocms.org> [Fri, 22 Jul 2011 23:14:06 -0400] rev 1351
Fixed CLI installer failing to set the DB version
Tue, 12 Jul 2011 22:49:40 -0400 Release: 1.1.8pl1
Dan Fuhry <dan@enanocms.org> [Tue, 12 Jul 2011 22:49:40 -0400] rev 1350
Release: 1.1.8pl1
Tue, 12 Jul 2011 22:34:02 -0400 Release prep 1.1.8pl1 1.1.8pl1
Dan Fuhry <dan@enanocms.org> [Tue, 12 Jul 2011 22:34:02 -0400] rev 1349
Release prep 1.1.8pl1
Tue, 12 Jul 2011 22:21:08 -0400 SECURITY: CSRF protection in Private Messaging, which is a really broken feature and should get the TinyMCE treatment. *sigh* Reported by Secunia.
Dan Fuhry <dan@enanocms.org> [Tue, 12 Jul 2011 22:21:08 -0400] rev 1348
SECURITY: CSRF protection in Private Messaging, which is a really broken feature and should get the TinyMCE treatment. *sigh* Reported by Secunia.
Tue, 12 Jul 2011 22:15:18 -0400 SECURITY: Fixed XSS in post-login page redirection. Reported by Secunia.
Dan Fuhry <dan@enanocms.org> [Tue, 12 Jul 2011 22:15:18 -0400] rev 1347
SECURITY: Fixed XSS in post-login page redirection. Reported by Secunia.
Fri, 03 Jun 2011 10:45:21 -0400 Fixed installer (DB revision was wrong); make editor load jQuery, as the editor requires it now
Dan Fuhry <dan@enanocms.org> [Fri, 03 Jun 2011 10:45:21 -0400] rev 1346
Fixed installer (DB revision was wrong); make editor load jQuery, as the editor requires it now
Thu, 02 Jun 2011 05:48:21 -0400 Removed TinyMCE from licenses page
Dan Fuhry <dan@enanocms.org> [Thu, 02 Jun 2011 05:48:21 -0400] rev 1345
Removed TinyMCE from licenses page
Thu, 02 Jun 2011 05:46:13 -0400 Removed TinyMCE.
Dan Fuhry <dan@enanocms.org> [Thu, 02 Jun 2011 05:46:13 -0400] rev 1344
Removed TinyMCE.
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.
(0) -1000 -300 -100 -50 -30 tip