Mon, 07 Jul 2008 02:48:14 -0400 Fixed $use_cache bug in plugins.php
Dan [Mon, 07 Jul 2008 02:48:14 -0400] rev 601
Fixed $use_cache bug in plugins.php
Mon, 07 Jul 2008 02:47:20 -0400 Fixed missing require() on stats.php in pageprocess; made pageprocess update the metadata cache on page rename
Dan [Mon, 07 Jul 2008 02:47:20 -0400] rev 600
Fixed missing require() on stats.php in pageprocess; made pageprocess update the metadata cache on page rename
Mon, 07 Jul 2008 02:46:44 -0400 Added purge_all_caches() routine to functions.php. Temporary, will be discarded once the new cache code is implemented
Dan [Mon, 07 Jul 2008 02:46:44 -0400] rev 599
Added purge_all_caches() routine to functions.php. Temporary, will be discarded once the new cache code is implemented
Mon, 07 Jul 2008 02:41:50 -0400 Added the theme_is_<themeid> template boolean value to allow conditional template code depending on theme ID (in shared templates, sidebar blocks, etc.)
Dan [Mon, 07 Jul 2008 02:41:50 -0400] rev 598
Added the theme_is_<themeid> template boolean value to allow conditional template code depending on theme ID (in shared templates, sidebar blocks, etc.)
Mon, 07 Jul 2008 02:37:12 -0400 Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script
Dan [Mon, 07 Jul 2008 02:37:12 -0400] rev 597
Added ability to hide or show sidebar blocks based on a {restrict} or {hideif} conditional in the sidebar script
Thu, 03 Jul 2008 15:37:18 -0400 Added failsafe .htaccess files to enable far future Expires and mod_deflate
Dan [Thu, 03 Jul 2008 15:37:18 -0400] rev 596
Added failsafe .htaccess files to enable far future Expires and mod_deflate
Thu, 03 Jul 2008 15:34:09 -0400 As promised, dropped in the new librijndael. Benchmarks say about 3 times faster, but more performance testing will be done.
Dan [Thu, 03 Jul 2008 15:34:09 -0400] rev 595
As promised, dropped in the new librijndael. Benchmarks say about 3 times faster, but more performance testing will be done.
Thu, 03 Jul 2008 15:08:35 -0400 A little more optimization work, client-side this time. I lied, no librijnadel2 here, but it's about to be merged in...
Dan [Thu, 03 Jul 2008 15:08:35 -0400] rev 594
A little more optimization work, client-side this time. I lied, no librijnadel2 here, but it's about to be merged in...
Wed, 02 Jul 2008 22:15:55 -0400 More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
Dan [Wed, 02 Jul 2008 22:15:55 -0400] rev 593
More optimization work. Moved special page init functions to common instead of common_post hook. Allowed paths to cache page metadata on filesystem. Phased out the redundancy in $paths->pages that paired a number with every urlname as foreach loops are allowed now (and have been for some time). Fixed missing includes for several functions. Rewrote str_replace_once to be a lot more efficient.
Wed, 02 Jul 2008 19:36:44 -0400 Another sweep from the optimization monster.
Dan [Wed, 02 Jul 2008 19:36:44 -0400] rev 592
Another sweep from the optimization monster. template: rewrote parts of tplWikiFormat to do faster validation and less eval()ing template: sidebar is now cached for anonymous users (thanks to Richard Greene for the suggestion) dbal: rewrote SQL query parser, much cruft taken out template: made tplWikiFormat depend more on RenderMan common: moved some lesser-used includes out of main loading sequence Expect a lot of changes to AES code in the next commit!
(0) -300 -100 -10 +10 +100 +300 tip