Dan [Wed, 21 Nov 2007 15:13:06 -0500] rev 274
Merging in new search algo from Scribus
Dan [Wed, 21 Nov 2007 15:11:51 -0500] rev 273
Minor fix for the password meter in Admin:UserManager
Dan [Wed, 21 Nov 2007 15:10:57 -0500] rev 272
Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Dan [Sun, 18 Nov 2007 20:37:08 -0500] rev 271
Merging in fixes and updates from stable
Dan [Sun, 18 Nov 2007 18:44:55 -0500] rev 270
Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
Dan [Sat, 17 Nov 2007 23:30:23 -0500] rev 269
Fixed a couple of renaming issues in the installer
Dan [Sat, 17 Nov 2007 23:09:12 -0500] rev 268
Hopefully managed to put enough hacks in there to make renaming the config file the last step, so if it fails, it can be done manually
Dan [Sat, 17 Nov 2007 22:56:26 -0500] rev 267
Removed stray debug message in installer
Dan [Sat, 17 Nov 2007 22:25:37 -0500] rev 266
Merging in fixes from stable
Dan [Sat, 17 Nov 2007 22:12:31 -0500] rev 265
Some (not much) progress with localizing tooltips on the pagebar. Still aways to go and committing so as to merge changes from stable
Dan [Sat, 17 Nov 2007 21:09:31 -0500] rev 264
Well I'm an idiot - the fulltext index on page_text was missing from a default installation. It didn't break searches but probably slowed them down tremendously. Also set engine to MyISAM on page_text to avoid cryptic error messages from MySQL.
Dan [Sat, 17 Nov 2007 20:31:01 -0500] rev 263
Major improvements in the security of the CAPTCHA system (no SQL injection or anything like that); fixed denied form submission due to _af_acting on form object wrongly switched to true
Dan [Sat, 17 Nov 2007 18:54:13 -0500] rev 262
Javascript validation for install DB info form didn't allow dashes
Dan [Sat, 17 Nov 2007 18:51:06 -0500] rev 261
Changed default content for the main page to something a lot more user-friendly and helpful
Dan [Sat, 17 Nov 2007 15:40:04 -0500] rev 260
Rewrote some security code in PageUtils::savepage to accommodate the ACL system better; there was an issue with non-admin users saving pages on which they have edit rights but wiki mode is turned off