[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-95-g5d5c15f

Git repo owner gitmaster at git.koha-community.org
Wed Aug 13 09:26:03 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.14.x has been updated
       via  5d5c15f873f6285ef1fdd900c2a15cdac3a9e2c5 (commit)
       via  ee7fb5e8ec4c3539e166fb0256929126d88ece7a (commit)
      from  20c1fac16bdc51e9653ad9a79d7bcdddcbc0fd60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5d5c15f873f6285ef1fdd900c2a15cdac3a9e2c5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 24 09:58:38 2013 +0100

    Bug 10138: (follow-up) FIX sql errors
    
    There were 2 INSERT in error.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I have gone ahead and fixed the typo pointed out by Mathieu:
    Endommadgé-> Endommagé
    
    Sample files install without problems, tests look good.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e81513199cba41a254820347442719a6fd50ec0b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ee7fb5e8ec4c3539e166fb0256929126d88ece7a
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Sun Apr 28 19:06:11 2013 +0200

    Bug 10138: Add some authorized values in French installer; small fixes in frameworks
    
    This patch adds some categories of values in French installer :
    
    - SUGGEST
    - OPAC_SUG
    - REPORT_GROUP
    - LOST
    - DAMAGED
    
    SUGGEST and OPAC_SUG are used by Suggestions module.
    REPORT_GROUP is used by Reports module.
    
    It also adds a new status for "ETAT" (en commande)
    
    It creates a 995$2 subfield in french frameworks when it did not exist.
    It links existing 995$2 subfield with LOST category.
    
    It cleans up the list of authorised values installed with "Lecture
    publique" framework :
    
    - some codes are moved in general 1-Obligatoire/authorised_values.sql
      (SUGGEST, REPORT_GROUP)
    - some are suppressed, because they are also defined in
      1-Obligatoire/authorised_values.sql (langue, COUNTRY, statut)
    - the code for inserting the ones left is changed (I suppress the `id`
      column)
    
    To test :
    1. Take a fresh new Koha
    2. Install Koha choosing French installer and UNIMARC Lecture publique
    3. Check the authorised values are imported
    4. Check the cataloguing frameworks are usable :
       especially 995 $2 field, which must be mapped with LOST values :
       Perdu, Long retard, Perdu et remboursé, Introuvable
       you can also check 101$a (language codes), 102$a (country codes)
    5. In OPAC, make a suggestion. See if you can select a cause for your
       suggestion ("Bestseller" or "'L'exemplaire en rayon est endommagé")
    6. In staff interface, manage some suggestions. See if you can select a
       cause for rejection or acceptation ("Bestseller", "Budget
       insuffisant" etc)
    7. In reports, see if you can sort reports according to values of
       REPORT_GROUP ("Circulation", "Catalogue", "Adhérents" etc)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comments on second patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e5fe771cc9ebab7980cac27216d553952cb60277)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 .../fr-FR/1-Obligatoire/authorised_values.sql      |   33 ++-
 .../fr-FR/1-Obligatoire/authorised_values.txt      |    4 +-
 .../Obligatoire/framework_DEFAULT.sql              |    3 +-
 .../Optionnel/cataloguage_rapide.sql               |    2 +-
 .../Obligatoire/framework_DEFAULT.sql              |  262 +++++++++-----------
 .../Obligatoire/framework_DEFAULT.txt              |    3 +-
 6 files changed, 162 insertions(+), 145 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list