Dan [Sun, 25 Nov 2007 20:24:16 -0500] rev 238
Add warning in installer for PHP < 5.2.0; hopefully fix validation of e-mail addresses with dashes
Dan [Sun, 25 Nov 2007 19:23:50 -0500] rev 237
Nothing special. ksort()ing list of allowed filetypes in the admin panel to make editing the list marginally easier
Dan [Sun, 25 Nov 2007 19:03:50 -0500] rev 236
Added OpenDocument MIME types and extensions; make sql_report page show total time taken for SQL queries
Dan [Sun, 25 Nov 2007 17:53:03 -0500] rev 235
Fixed highlighting in search results; changed search algorithm to give more score for terms found in page title; hopefully (hackishly) fixed login_key_cache getting too long
Dan [Sat, 24 Nov 2007 13:16:20 -0500] rev 234
A couple of minor tweaks to the upgrade schema; tests pending
Dan [Sat, 24 Nov 2007 02:11:43 -0500] rev 233
The template-cache incompatibility bug has finally been isolated, so a function to clear the template cache was added into the upgrade script for 1.0.2
Dan [Sat, 24 Nov 2007 01:35:12 -0500] rev 232
Fixed a few major bugs with the upgrade script and the config file not getting loaded properly due to IN_ENANO_INSTALL
Dan [Sat, 24 Nov 2007 01:04:30 -0500] rev 231
Hopefully once again fix scriptPath detection in dbal.php
Dan [Sat, 24 Nov 2007 01:02:55 -0500] rev 230
Fix missing REPORT_URI variable in template_nodb
Dan [Sat, 24 Nov 2007 00:53:23 -0500] rev 229
Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
Dan [Fri, 23 Nov 2007 17:59:24 -0500] rev 228
Changed all urlname/page_id columns to varchar(255) because 63 characters just isn't long enough
Dan [Thu, 22 Nov 2007 02:10:12 -0500] rev 227
Made the username validation regexp in install less picky since it was blacklisting two of the letters in my name. >.<
Dan [Wed, 21 Nov 2007 22:50:08 -0500] rev 226
Feature freezing repository for Coblynau release
Dan [Wed, 21 Nov 2007 22:49:37 -0500] rev 225
Entering feature freeze for Coblynau release
Dan [Wed, 21 Nov 2007 21:56:49 -0500] rev 224
AJAX login box now briefly shows the message "success" when a login is successful
Dan [Wed, 21 Nov 2007 20:40:26 -0500] rev 223
Deprecated and removed Oxygen css-simple/bleu.css
Dan [Wed, 21 Nov 2007 20:14:14 -0500] rev 222
Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Dan [Wed, 21 Nov 2007 15:18:15 -0500] rev 221
Re-add search_results hook and changed column type of search_index.word to varchar(64) in installer schema
Dan [Wed, 21 Nov 2007 15:13:06 -0500] rev 220
Merging in new search algo from Scribus
Dan [Wed, 21 Nov 2007 15:11:51 -0500] rev 219
Minor fix for the password meter in Admin:UserManager
Dan [Wed, 21 Nov 2007 15:10:57 -0500] rev 218
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 18:44:55 -0500] rev 217
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 216
Fixed a couple of renaming issues in the installer
Dan [Sat, 17 Nov 2007 23:09:12 -0500] rev 215
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 214
Removed stray debug message in installer
Dan [Sat, 17 Nov 2007 21:09:31 -0500] rev 213
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 212
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 211
Javascript validation for install DB info form didn't allow dashes