Sat, 24 Nov 2007 13:16:20 -0500 | Dan | A couple of minor tweaks to the upgrade schema; tests pending | file | diff | annotate |
Fri, 23 Nov 2007 17:59:24 -0500 | Dan | Changed all urlname/page_id columns to varchar(255) because 63 characters just isn't long enough | file | diff | annotate |
Wed, 21 Nov 2007 15:10:57 -0500 | Dan | 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. | file | diff | annotate |
Sat, 17 Nov 2007 21:09:31 -0500 | Dan | 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. | file | diff | annotate |