* 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
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');