Bug 11260: Update German web installer for 3.14
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 17 Nov 2013 20:05:45 +0000 (21:05 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 08:39:42 +0000 (09:39 +0100)
commit5c8674a45907bc07a90875f17ccac24bf3bc2895
tree5d697227b0deaafdc00da1ca6d288342a60db7df
parentc63a66d4f31808b84a4af50447a946a1517c03cb
Bug 11260: Update German web installer for 3.14

Mandatory:
- adds auth_values.sql and .txt with YES_NO referenced in patron_attributes.sql
- updates sample notices with redone slip templates (ISSUESLIP, ISSUEQSLIP,
  RESERVSLIP, TRANSFERSLIP)
- adds German translations to subtag_registry.sql and copies updated file
  from en to de-DE
- adds translation for new course_reserves permission to userflags.sql
- adds translations for new permissions in userpermissions.sql
- Fixes typo IndependantBranches in English userpermissions.sql

Optional:
- adds csv_profiles.sql and translation of the serial claims profile
- adds z39.50 servers for authorities to sample_z3950_servers.sql

To test:
- Run web installer in English
  - check all sample files, make sure they all install without SQL errors
  - check language list on advanced search displays correctly still
  - check area/language list on tools > news displays correctly still
  - check permissions for correct spelling of IndependentBranches

- Run web installer in German
  - repeat checks from above
  - also check: authorised values, especially existence of YES_NO
  - all permissions are translated now
  - slip notices are all there and look right
  - new z39.50 servers for authorities are available
  - csv profile for serial claims is available and works as expected

... and anything else you can think of.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit bbe64974b02d78fc916f76408a995ac1bf7f6228)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
12 files changed:
installer/data/mysql/de-DE/mandatory/auth_values.sql [new file with mode: 0644]
installer/data/mysql/de-DE/mandatory/auth_values.txt [new file with mode: 0644]
installer/data/mysql/de-DE/mandatory/sample_notices.sql
installer/data/mysql/de-DE/mandatory/subtag_registry.sql
installer/data/mysql/de-DE/mandatory/userflags.sql
installer/data/mysql/de-DE/mandatory/userpermissions.sql
installer/data/mysql/de-DE/optional/csv_profiles.sql [new file with mode: 0644]
installer/data/mysql/de-DE/optional/csv_profiles.txt [new file with mode: 0644]
installer/data/mysql/de-DE/optional/sample_z3950_servers.sql
installer/data/mysql/en/mandatory/subtag_registry.sql
installer/data/mysql/en/mandatory/userpermissions.sql
installer/data/mysql/en/optional/sample_z3950_servers.sql