From f049052195906fb2c909a5eafa4b0721a8c95b7a Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 17 Jan 2021 21:05:42 +0100 Subject: [PATCH] todo updates --- TODO | 7 ++++--- upgrade/from-version-1.0.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 03c45ab..90acd52 100644 --- 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 diff --git a/upgrade/from-version-1.0.txt b/upgrade/from-version-1.0.txt index d065e0b..2396841 100644 --- a/upgrade/from-version-1.0.txt +++ b/upgrade/from-version-1.0.txt @@ -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'); -- 2.39.5