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!
Mon, 30 Jun 2008 17:22:29 -0400 Made $session->private_key protected and added pk_{en,de}crypt methods for encrypting and decrypting data using the private key
Dan [Mon, 30 Jun 2008 17:22:29 -0400] rev 591
Made $session->private_key protected and added pk_{en,de}crypt methods for encrypting and decrypting data using the private key
Mon, 30 Jun 2008 17:20:02 -0400 Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
Dan [Mon, 30 Jun 2008 17:20:02 -0400] rev 590
Several optimization changes including getting rid of a few eval()s. Added placeholder functions for the theme manager, which should be working now
Thu, 26 Jun 2008 21:36:32 -0400 [minor] Added password_score_* into placeholder functions
Dan [Thu, 26 Jun 2008 21:36:32 -0400] rev 589
[minor] Added password_score_* into placeholder functions
Thu, 26 Jun 2008 20:55:13 -0400 Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
Dan [Thu, 26 Jun 2008 20:55:13 -0400] rev 588
Upgraded TinyMCE to 3.1.0.1. Ported a couple special pages to the componentized JS system.
Thu, 26 Jun 2008 18:05:42 -0400 Oops, scriptPath isn't defined in jsres.php.
Dan [Thu, 26 Jun 2008 18:05:42 -0400] rev 587
Oops, scriptPath isn't defined in jsres.php.
Thu, 26 Jun 2008 18:03:04 -0400 Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
Dan [Thu, 26 Jun 2008 18:03:04 -0400] rev 586
Made encryption work in form-based logon again; modified load_component() to fetch compressed versions when possible
Thu, 26 Jun 2008 17:31:33 -0400 Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
Dan [Thu, 26 Jun 2008 17:31:33 -0400] rev 585
Fixed javascript ACL manager and captcha not showing on ajax login lockout_captcha event
Thu, 26 Jun 2008 17:01:42 -0400 Fixed missing table_prefix in generate_rank_sql()
Dan [Thu, 26 Jun 2008 17:01:42 -0400] rev 584
Fixed missing table_prefix in generate_rank_sql()
(0) -300 -100 -10 +10 +100 +300 tip