]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
upgrade notes
authorBanana <mail@bananas-playground.net>
Sat, 8 Oct 2022 10:40:58 +0000 (12:40 +0200)
committerBanana <mail@bananas-playground.net>
Sat, 8 Oct 2022 10:40:58 +0000 (12:40 +0200)
upgrade/from-version-1.2.txt

index 1a487451e16941cbca94102b33408c8a33a4262a..2f760e45a24489ddab2be8a5138068726967cb1f 100644 (file)
@@ -4,3 +4,8 @@ INSERT INTO `#REPLACEME#_sys_fields` (`id`, `identifier`, `displayname`, `type`,
 INSERT INTO `#REPLACEME#_menu` (`id`, `text`, `action`, `icon`, `owner`, `group`, `rights`, `position`, `category`) VALUES (NULL, 'System Information', 'sysinfo', 'info', '1', '1', 'rw-------', '3', 'show');
 UPDATE `#REPLACEME#_sys_fields` SET `value` = 'DOS,Windows 1,Windows 2,Windows 3,Windows 95,Windows 99,Windows XP,Windows 2000,Windows ME,Windows Vista,Windows 7,Windows 8,Windows 10,Windows 11', `apiinfo` = 'One of DOS,Windows 1,Windows 2,Windows 3,Windows 95,Windows 99,Windows XP,Windows 2000,Windows ME,Windows Vista,Windows 7,Windows 8,Windows 10,Windows 11' WHERE `bib_sys_fields`.`id` = 17;
 INSERT INTO `#REPLACEME#_sys_fields` (`id`, `identifier`, `displayname`, `type`, `searchtype`, `createstring`, `inputValidation`, `value`, `apiinfo`, `created`, `modified`, `modificationuser`, `owner`, `group`, `rights`) VALUES (NULL, 'isbn', 'ISBN', 'number', 'entrySingleNum', '`isbn` int(10) NULL, ADD INDEX (`isbn`)', '', NULL, 'int 10', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, NULL, '1', '1', 'rw-r--r--');
+
+# New syntax in config files
+"define(.." syntax can be replace with "const" syntax in all the config files.
+See the default ones about the changes.
+"define" syntax will still work for now.