Bug 12275: Small corrections to English web installer
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 17 May 2014 10:23:53 +0000 (12:23 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 19 May 2014 22:13:06 +0000 (22:13 +0000)
- 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 <bgkriegel@gmail.com>
Works well following test plan.
No errors

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

installer/data/mysql/en/mandatory/subtag_registry.sql
installer/data/mysql/en/mandatory/userflags.sql
installer/data/mysql/en/mandatory/userpermissions.sql
installer/data/mysql/en/optional/sample_itemtypes.sql

index 64bcc1b..ceaae46 100755 (executable)
@@ -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
index c00db34..e727f9e 100644 (file)
@@ -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');
index 2533600..ba5ccd0 100644 (file)
@@ -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'),
index 9180dec..bddfee1 100644 (file)
@@ -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','');