summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-01 02:39:58 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-01 02:39:58 +0000
commit5eb6a99c4a2b0b1e6fe9be3338245a7d8c2c21a9 (patch)
tree3120e04314c4f96240d677514174f684d2799356
parentc2a6cc6576461b9e68443d144b8db9c776f5ba7c (diff)
downloadbrdo-5eb6a99c4a2b0b1e6fe9be3338245a7d8c2c21a9.tar.gz
brdo-5eb6a99c4a2b0b1e6fe9be3338245a7d8c2c21a9.tar.bz2
- Patch #886170 by puregin, jhodgdon: SQLite install documentation should mention directory permissions.
-rw-r--r--INSTALL.sqlite.txt7
-rw-r--r--modules/system/system.api.php2
2 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL.sqlite.txt b/INSTALL.sqlite.txt
index 549738788..4081ffbf9 100644
--- a/INSTALL.sqlite.txt
+++ b/INSTALL.sqlite.txt
@@ -12,7 +12,9 @@ SQLITE DATABASE CREATION
The Drupal installer will create the SQLite database for you. The only
requirement is the installer must have write permissions the directory where
-the database file resides.
+the database file resides. This directory (not just the database file) also has
+to remain writeable by the web server going forward for SQLite to continue to be
+able to operate.
On the "Database configuration" form in the "Database name" field, you must
supply the exact path to where you wish your database file to reside. It is
@@ -31,4 +33,5 @@ file from downloading.
USERNAME, PASSWORD, and ADVANCED OPTIONS
----------------------------------------
-No username, password, or advanced options are necessary and should not be used.
+No username, password, or advanced options are necessary, and they should not be
+used.
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index c41b58d11..276d39f8b 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -980,6 +980,8 @@ function hook_page_build(&$page) {
* - MENU_DEFAULT_LOCAL_TASK: Every set of local tasks should provide one
* "default" task, which should display the same page as the parent item.
* If the "type" element is omitted, MENU_NORMAL_ITEM is assumed.
+ * - "options": An array of options to be passed to l() when generating a link
+ * from this menu item.
*
* For a detailed usage example, see page_example.module.
* For comprehensive documentation on the menu system, see