From 9fddb442a162887544c247f1fd5d206c3832e24d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 17 May 2014 12:23:53 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 12275: Small corrections to English web installer - Corrects the German translation for 'Laotisch' - Adds an icon to the reference item type - Corrects capitalization for user permissions To test: - Run English web installer, make sure to select the sample item types and all mandatory data - Check user permissions appear correctly - Check icon for REF itemtype is shown correctly - Check that languages in Advanced Search appear as normal - Install German and check in language list on advanced search 'Laotisch' now appears Signed-off-by: Bernardo Gonzalez Kriegel Works well following test plan. No errors --- .../data/mysql/en/mandatory/subtag_registry.sql | 2 +- installer/data/mysql/en/mandatory/userflags.sql | 6 +++--- .../data/mysql/en/mandatory/userpermissions.sql | 4 ++-- .../data/mysql/en/optional/sample_itemtypes.sql | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/installer/data/mysql/en/mandatory/subtag_registry.sql b/installer/data/mysql/en/mandatory/subtag_registry.sql index 64bcc1b..ceaae46 100755 --- a/installer/data/mysql/en/mandatory/subtag_registry.sql +++ b/installer/data/mysql/en/mandatory/subtag_registry.sql @@ -885,7 +885,7 @@ INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'Laoo', 'script', 'en', 'Lao'); INSERT INTO language_descriptions(subtag, type, lang, description) -VALUES( 'Laoo', 'script', 'en', 'Laotisch'); +VALUES( 'Laoo', 'script', 'de', 'Laotisch'); -- REGIONS diff --git a/installer/data/mysql/en/mandatory/userflags.sql b/installer/data/mysql/en/mandatory/userflags.sql index c00db34..e727f9e 100644 --- a/installer/data/mysql/en/mandatory/userflags.sql +++ b/installer/data/mysql/en/mandatory/userflags.sql @@ -7,14 +7,14 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES (5,'permissions','Set user permissions',0), (6,'reserveforothers','Place and modify holds for patrons',0), (7,'borrow','Borrow books',1), -(9,'editcatalogue','Edit Catalog (Modify bibliographic/holdings data)',0), +(9,'editcatalogue','Edit catalog (Modify bibliographic/holdings data)',0), (10,'updatecharges','Manage patrons fines and fees',0), (11,'acquisition','Acquisition and/or suggestion management',0), (12,'management','Set library management parameters (deprecated)',0), (13,'tools','Use all tools (expand for granular tools permissions)',0), -(14,'editauthorities','Edit Authorities',0), +(14,'editauthorities','Edit authorities',0), (15,'serials','Manage serial subscriptions',0), (16,'reports','Allow access to the reports module',0), (17,'staffaccess','Allow staff members to modify permissions for other staff members',0), -(18,'coursereserves','Course Reserves',0), +(18,'coursereserves','Course reserves',0), (19, 'plugins', 'Koha plugins', '0'); diff --git a/installer/data/mysql/en/mandatory/userpermissions.sql b/installer/data/mysql/en/mandatory/userpermissions.sql index 2533600..ba5ccd0 100644 --- a/installer/data/mysql/en/mandatory/userpermissions.sql +++ b/installer/data/mysql/en/mandatory/userpermissions.sql @@ -10,7 +10,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES ( 6, 'modify_holds_priority', 'Modify holds priority'), ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), ( 9, 'fast_cataloging', 'Fast cataloging'), - ( 9, 'edit_items', 'Edit Items'), + ( 9, 'edit_items', 'Edit items'), (10, 'writeoff', 'Write off fines and fees'), (10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), (11, 'vendors_manage', 'Manage vendors'), @@ -60,7 +60,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES (15, 'routing', 'Routing'), (15, 'superserials', 'Manage subscriptions from any branch (only applies when IndependentBranches is used)'), (16, 'execute_reports', 'Execute SQL reports'), - (16, 'create_reports', 'Create SQL Reports'), + (16, 'create_reports', 'Create SQL reports'), (18, 'manage_courses', 'Add, edit and delete courses'), (18, 'add_reserves', 'Add course reserves'), (18, 'delete_reserves', 'Remove course reserves'), diff --git a/installer/data/mysql/en/optional/sample_itemtypes.sql b/installer/data/mysql/en/optional/sample_itemtypes.sql index 9180dec..bddfee1 100644 --- a/installer/data/mysql/en/optional/sample_itemtypes.sql +++ b/installer/data/mysql/en/optional/sample_itemtypes.sql @@ -6,4 +6,4 @@ INSERT INTO itemtypes (itemtype, description, rentalcharge, notforloan, imageurl ('VM', 'Visual Materials',5,1,'bridge/dvd.gif',''), ('MU', 'Music',5,0,'bridge/sound.gif',''), ('CR', 'Continuing Resources',5,0,'bridge/periodical.gif',''), -('REF', 'Reference',0,1,'',''); +('REF', 'Reference',0,1,'bridge/reference.gif',''); -- 1.7.9.5