]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
todo updates
authorBanana <mail@bananas-playground.net>
Sun, 17 Jan 2021 20:05:42 +0000 (21:05 +0100)
committerBanana <mail@bananas-playground.net>
Sun, 17 Jan 2021 20:05:42 +0000 (21:05 +0100)
TODO
upgrade/from-version-1.0.txt

diff --git a/TODO b/TODO
index 03c45ab687e3bc1e47190b014bf66458eda8c35d..90acd527468ef1e6acdaea71e4519c2a71a8966c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,10 +2,11 @@
 * Mass edit of entries
 * User and groupmanagement: Check where a user or group is used!
 * Better error handling and display while adding / update and delete
-
-* responsive and breakpoints
-* stats overview page. amount of entries. file and db storage.
+* stats overview page. amount of entries. file and db storage. Version info and where to find it.
 * Export of an entry, collection or everything. Stored on disk.
 * Import of the export
+
+* responsive and breakpoints
 * Field management: Web interface
 * minimal theme
+* Automatic upgrade from DB changes
index d065e0bf3fd866aad8bdaaca2c9d909849c10f33..23968418687d21ce4456f899d60981f1fde6945b 100644 (file)
@@ -10,7 +10,7 @@ Copy config/config-imdbweb.php.default to config/config-imdbweb.php
 See too-imdbweb.txt documentation for more information.
 
 # DB changes. Run each line against your bibliotheca DB.
-# Replace #REPLACEME# with your table prefix. Default  is bib
+# Replace #REPLACEME# with your table prefix. Default is bib
 UPDATE `#REPLACEME#_menu` SET `rights` = 'rw-rw----' WHERE `bib_menu`.`id` = 10;
 UPDATE `#REPLACEME#_menu` SET `group` = '2' WHERE `bib_menu`.`id` = 10;
 INSERT INTO `#REPLACEME#_menu` (`id`, `text`, `action`, `icon`, `owner`, `group`, `rights`, `position`, `category`) VALUES (NULL, 'Profile', 'profile', 'user', '1', '2', 'rw-rw----', '5', 'manage');