Wed, 21 Aug 2013 22:13:58 -0400 Merged
Dan Fuhry <dan@enanocms.org> [Wed, 21 Aug 2013 22:13:58 -0400] rev 1376
Merged
Wed, 21 Aug 2013 22:12:42 -0400 Add PDO support for MySQL
Dan Fuhry <dan@enanocms.org> [Wed, 21 Aug 2013 22:12:42 -0400] rev 1375
Add PDO support for MySQL
Sat, 15 Dec 2012 12:40:59 -0500 Fixed undefined $errors in mass e-mail function
Dan Fuhry <dan@enanocms.org> [Sat, 15 Dec 2012 12:40:59 -0500] rev 1374
Fixed undefined $errors in mass e-mail function
Mon, 19 Nov 2012 11:40:35 -0500 Merged
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:40:35 -0500] rev 1373
Merged
Mon, 19 Nov 2012 11:39:25 -0500 Fix double negative in avatar language string ("Don't block animated images" -> "Allow animated images")
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:39:25 -0500] rev 1372
Fix double negative in avatar language string ("Don't block animated images" -> "Allow animated images")
Mon, 19 Nov 2012 11:38:34 -0500 Add Output class for Comet (HTTP incremental streams) -- experimental and not working with every browser/apache configuration.
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:38:34 -0500] rev 1371
Add Output class for Comet (HTTP incremental streams) -- experimental and not working with every browser/apache configuration.
Mon, 19 Nov 2012 11:37:36 -0500 Make redirects send 302 Found instead of 307 to suppress "confirm POST resend" dialog in firefox
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:37:36 -0500] rev 1370
Make redirects send 302 Found instead of 307 to suppress "confirm POST resend" dialog in firefox
Mon, 19 Nov 2012 11:37:02 -0500 DBAL: Persistent connections; also explicitly commit and unlock tables when shutting down
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:37:02 -0500] rev 1369
DBAL: Persistent connections; also explicitly commit and unlock tables when shutting down
Mon, 19 Nov 2012 11:36:37 -0500 Plugins: support closures
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:36:37 -0500] rev 1368
Plugins: support closures
Mon, 19 Nov 2012 11:35:17 -0500 Fixed a few bugs/display issues in search
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:35:17 -0500] rev 1367
Fixed a few bugs/display issues in search
Mon, 19 Nov 2012 11:33:49 -0500 Fixed minor display issue in login.js
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:33:49 -0500] rev 1366
Fixed minor display issue in login.js
Mon, 19 Nov 2012 11:32:41 -0500 Cacher: Add XCache support (partial)
Dan Fuhry <dan@enanocms.org> [Mon, 19 Nov 2012 11:32:41 -0500] rev 1365
Cacher: Add XCache support (partial)
Sat, 15 Sep 2012 13:16:59 -0400 Merged
Dan Fuhry <dan@enanocms.org> [Sat, 15 Sep 2012 13:16:59 -0400] rev 1364
Merged
Sat, 15 Sep 2012 13:18:01 -0400 Added template context API and render_getpage_norender hook. This allows variable sets to be pushed and popped from $template, so that variables in a template inclusion can be accessed and pre-processed by plugins.
Dan Fuhry <dan@enanocms.org> [Sat, 15 Sep 2012 13:18:01 -0400] rev 1363
Added template context API and render_getpage_norender hook. This allows variable sets to be pushed and popped from $template, so that variables in a template inclusion can be accessed and pre-processed by plugins.
Sat, 15 Sep 2012 13:16:13 -0400 firebugx was breaking things
Dan Fuhry <dan@enanocms.org> [Sat, 15 Sep 2012 13:16:13 -0400] rev 1362
firebugx was breaking things
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.
(0) -1000 -300 -100 -50 -30 tip