diff options
author | Zach Copley <zach@status.net> | 2009-10-01 16:17:43 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-01 16:17:43 -0700 |
commit | b3bbaecf47d74102a2ed48cd0c773d33a4a49d59 (patch) | |
tree | 5aed1f7150ac6a988148499cd8beae8b1854648f /README | |
parent | b0ddb971e61bd98250c41e653ab2e649a9b08926 (diff) | |
parent | f65baaaa4f48b84392200bb54161887669440cab (diff) |
Merge branch '0.9.x' into refactor-api
* 0.9.x:
change DB so OpenIDPlugin manages OpenID tables
Some bug fixes
check the schema
add some more methods to Schema
Added hook for Aside container
Revert "Outputting UTF-8 charset in document header irrespective of mimetype."
FOAF for Groups.
use schema tool to create a table
statusize schema-related modules
test script for schema code
make table def method of schema code work
start a module for schema management
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1037,6 +1037,14 @@ utf8: whether to talk to the database in UTF-8 mode. This is the default with new installations, but older sites may want to turn it off until they get their databases fixed up. See "UTF-8 database" above for details. +schemacheck: when to let plugins check the database schema to add + tables or update them. Values can be 'runtime' (default) + or 'script'. 'runtime' can be costly (plugins check the + schema on every hit, adding potentially several db + queries, some quite long), but not everyone knows how to + run a script. If you can, set this to 'script' and run + scripts/checkschema.php whenever you install or upgrade a + plugin. syslog ------ |