[Koha-patches] Bug 6537 - Simplified sysprefs for the web installer - Request to pull

Magnus Enger magnus at enger.priv.no
Mon Aug 8 12:17:23 CEST 2011


The following changes since commit 7093f075a77b0c33545466301fc58ad02808ae1b:

  Fix for Bug 6534 - Duplicate opac renew buttons at the top of the
checkouts list (2011-08-07 22:55:12 +1200)

are available in the git repository at:
  git://github.com/MagnusEnger/kohawork.git bug6537-sysprefs

Magnus Enger (5):
      Bug 6537 - Move installer/data/mysql/en/mandatory/sysprefs.sql
to installer/data/mysql/sysprefs.sql
      Bug 6537 - Make the web installer use installer/data/mysql/sysprefs.sql
      Bug 6537 - New syspref files with only the prefs that differ
from the default
      Bug 6537 - Remove syspref-related tests in xt/
      Bug 6537 - Fix a problem in French syspref file

 C4/Installer.pm                                    |    3 +
 installer/data/mysql/de-DE/mandatory/sysprefs.sql  |  320 ----------
 .../mysql/de-DE/mandatory/system_preferences.sql   |   20 +
 .../{sysprefs.txt => system_preferences.txt}       |    0
 installer/data/mysql/es-ES/mandatory/sysprefs.sql  |  319 ----------
 installer/data/mysql/es-ES/mandatory/sysprefs.txt  |    1 -
 .../mysql/es-ES/mandatory/system_preferences.sql   |   20 +
 .../mandatory/system_preferences.txt}              |    0
 .../unimarc_standard_system_preferences.sql        |   69 ++
 ...txt => unimarc_standard_system_preferences.txt} |    0
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |  321 ----------
 installer/data/mysql/it-IT/necessari/sysprefs.sql  |  307 ---------
 .../mysql/it-IT/necessari/system_preferences.sql   |   70 ++
 .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql   |  326 ----------
 .../nb-NO/1-Obligatorisk/system_preferences.sql    |   29 +
 .../{sysprefs.txt => system_preferences.txt}       |    0
 installer/data/mysql/pl-PL/mandatory/sysprefs.sql  |  318 ----------
 .../mysql/pl-PL/mandatory/system_preferences.sql   |   20 +
 .../{sysprefs.txt => system_preferences.txt}       |    0
 ...m_preferences_full_optimal_for_install_only.sql |  407 +-----------
 ...ystem_preferences_only_translation_updating.sql |  667 --------------------
 ...ystem_preferences_only_translation_updating.txt |    1 -
 .../data/mysql/{en/mandatory => }/sysprefs.sql     |    0
 ...m_preferences_full_optimal_for_install_only.sql |  410 +-----------
 ...ystem_preferences_only_translation_updating.sql |  667 --------------------
 ...ystem_preferences_only_translation_updating.txt |    1 -
 ...stem_preferences_optimal_values_insert_only.sql |    2 -
 xt/check_sysprefs.t                                |  131 ----
 xt/syspref.t                                       |  138 ----
 29 files changed, 302 insertions(+), 4265 deletions(-)
 delete mode 100755 installer/data/mysql/de-DE/mandatory/sysprefs.sql
 create mode 100644 installer/data/mysql/de-DE/mandatory/system_preferences.sql
 rename installer/data/mysql/de-DE/mandatory/{sysprefs.txt =>
system_preferences.txt} (100%)
 delete mode 100755 installer/data/mysql/es-ES/mandatory/sysprefs.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sysprefs.txt
 create mode 100644 installer/data/mysql/es-ES/mandatory/system_preferences.sql
 rename installer/data/mysql/{en/mandatory/sysprefs.txt =>
es-ES/mandatory/system_preferences.txt} (100%)
 create mode 100644
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql
 rename installer/data/mysql/fr-FR/1-Obligatoire/{unimarc_standard_systemprefs.txt
=> unimarc_standard_system_preferences.txt} (100%)
 delete mode 100755
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql
 delete mode 100755 installer/data/mysql/it-IT/necessari/sysprefs.sql
 create mode 100644 installer/data/mysql/it-IT/necessari/system_preferences.sql
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql
 create mode 100644
installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql
 rename installer/data/mysql/nb-NO/1-Obligatorisk/{sysprefs.txt =>
system_preferences.txt} (100%)
 delete mode 100755 installer/data/mysql/pl-PL/mandatory/sysprefs.sql
 create mode 100644 installer/data/mysql/pl-PL/mandatory/system_preferences.sql
 rename installer/data/mysql/pl-PL/mandatory/{sysprefs.txt =>
system_preferences.txt} (100%)
 delete mode 100644
installer/data/mysql/ru-RU/mandatory/system_preferences_only_translation_updating.sql
 delete mode 100644
installer/data/mysql/ru-RU/mandatory/system_preferences_only_translation_updating.txt
 rename installer/data/mysql/{en/mandatory => }/sysprefs.sql (100%)
 delete mode 100644
installer/data/mysql/uk-UA/mandatory/system_preferences_only_translation_updating.sql
 delete mode 100644
installer/data/mysql/uk-UA/mandatory/system_preferences_only_translation_updating.txt
 delete mode 100755 xt/check_sysprefs.t
 delete mode 100755 xt/syspref.t


More information about the Koha-patches mailing list