Author: dom Date: 2008-10-19 14:06:48 +0100 (Sun, 19 Oct 2008) New Revision: 1233
Modified: trunk/Changes trunk/lib/OpenGuides/Config.pm Log: change default database type to sqlite (#241)
Modified: trunk/Changes =================================================================== --- trunk/Changes 2008-10-19 12:58:16 UTC (rev 1232) +++ trunk/Changes 2008-10-19 13:06:48 UTC (rev 1233) @@ -10,6 +10,7 @@ JSON support for node details and metatdata discovery Correctly validate web site URLs during edit and display, and truncate URLs that are too long (#21) + Change default database type to sqlite (#241) Set content charset correctly in RDF (#260)
0.63 16 August 2008
Modified: trunk/lib/OpenGuides/Config.pm =================================================================== --- trunk/lib/OpenGuides/Config.pm 2008-10-19 12:58:16 UTC (rev 1232) +++ trunk/lib/OpenGuides/Config.pm 2008-10-19 13:06:48 UTC (rev 1233) @@ -73,7 +73,7 @@ # Here are the defaults for the variable values. # Don't forget to add to INSTALL when changing these. my %defaults = ( - dbtype => "postgres", + dbtype => "sqlite", script_name => "wiki.cgi", install_directory => "/usr/lib/cgi-bin/openguides/", use_plucene => 1,
openguides-commits@lists.openguides.org