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)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 8 Jan 2014 00:53:11 +0000 (00:53 +0000)
commitbbe64974b02d78fc916f76408a995ac1bf7f6228
tree6b19d7cb3f034c367aa7f9045a3d3184e0aa43fd
parent917dad97a86dd4f8c23a07cea5e3294c9da88f07
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>
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