X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=51a679387e4557b424a09100b7fad62f2c5e4f38;hb=9b2ed52d2607731198d280a735dd8ba287533422;hp=18c95c4b8c00cf89894c3684b1406ee8e08ccbf1;hpb=6f32de4b74341429926902a50485f0863f041410;p=infobot.git diff --git a/ChangeLog b/ChangeLog index 18c95c4..51a6793 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2007-03-08 00:00 troubled + + * files/sample/blootbot.config: set tempDir changed to /tmp and + changed pgsql to SUPPORTED! + * src/dbi.pl: Fixed SQL comments (--) bug that prevented tables + from being created during startup. + * src/Modules/Factoids.pl: Typo for "factstats locked in selColHash + was preventing it from finding the func. Also addressed a !WARN! + issue about sorting a scalar. + * src/dbi.pl: Altered checkTables() to pass $dbtype when creating + tables. Table sql now called from setup/<$dbtype>/$table.sql + * src/Modules/Topic.pl: Fixed topicAuthor when no topic existed + and cleaned up original if statement to remove redundancy + * Reorganized the setup/ dir. Put schema SQL for each db type + into its own dir to allow customization. See the README file + * src/dbi.pl: Simplified the pgsql "SHOW TABLES" SQL + 2007-03-07 14:06 troubled * setup/pgsql/: Added pgsql specific dir. To be completed later