[koha-commits] main Koha release repository branch master updated. v3.14.00-609-g3a99c04

Git repo owner gitmaster at git.koha-community.org
Thu Mar 13 16:08:08 CET 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, master has been updated
       via  3a99c0441a7400ddc2437300b94a98e645c89881 (commit)
       via  12df62ca33047df0c5cd372bf5574cf131f773e0 (commit)
       via  183d4a55ca7877ae5bf7eb8399bf37dc954117e4 (commit)
       via  e34508744d3e76827e911531a56f84731a669784 (commit)
       via  b987a206f6ba78ae72c5a21e0ce0d8720863746c (commit)
       via  b056f93c4d33a9a56d56bbb081924f7c4c974a79 (commit)
       via  6310c992bf23d164f013ead7c0b2182226279454 (commit)
       via  21e6518d32477fa1fe59da64d735f3f07ae49bcd (commit)
       via  4ad27b99a4baa51271e8a69a8bdbfa7c26f2ec92 (commit)
       via  e7f08df1ddb68aeb24e0439de252e8dee0bb6857 (commit)
      from  8a9cdcd3bcce07ace793b9b2a6ad31f4604961a2 (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 3a99c0441a7400ddc2437300b94a98e645c89881
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Mar 13 15:17:37 2014 +0000

    Bug 11934: (follow-up) tidy up whitespace
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 12df62ca33047df0c5cd372bf5574cf131f773e0
Author: Nicolas Legrand <nicolas.legrand at bulac.fr>
Date:   Thu Mar 13 10:40:27 2014 +0100

    Bug 11934 - Replace given by if-else statements
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Circulation_issuingrules.t
        passes.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    replaces given-when with if-elsif-else constructs.
    Tests still pass and code looks good.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 183d4a55ca7877ae5bf7eb8399bf37dc954117e4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Mar 11 10:34:40 2014 -0400

    Bug 11923: fix option to sort contents of MARC record batches by citation descending
    
    When the ability to stage authority records was added to Koha, sorting
    record batches by citation ( i.e. title ) caused the addition of
    "authorized_heading" to be added to the sort. When sorting by title
    descending, this causes the order by clause to be "title,
    authorized_heading DESC" which means sort by title ASC, then
    authorized_heading DESC. This is incorrect and causes regular biblio
    batches to always be sorted ascending.
    
    Test plan:
    1) Stage a batch of biblio records from a file
    2) View the staged batch
    3) Attempt to sort by title descending
    4) Note it is still sorted by title ascending
    5) Apply this patch
    6) Note the sorting now works correctly
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works as advertised. The code pertaining to sorting in routine
    GetImportRecordsRange will probably not win beauty prizes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e34508744d3e76827e911531a56f84731a669784
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Mar 13 14:57:04 2014 +0000

    Bug 11647: (follow-up) add comment expressing that user must be logged in
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b987a206f6ba78ae72c5a21e0ce0d8720863746c
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Wed Mar 12 15:53:28 2014 +0100

    Bug 11647 : (follow-up) Add template modification for bootstrap theme
    
    Signed-off-by: Aurelie Fichot <aurelie.fichot at iepg.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b056f93c4d33a9a56d56bbb081924f7c4c974a79
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Mon Mar 10 17:07:07 2014 +0100

    Bug 11647: (follow-up) test if user is logged in before proposing to subscribe or unsubcribe from serial routing list
    
    To test :
    1) Search for a subscription with patron notification active
    2) If you're not logged in, a message warns you that you must log
       in to subscribe to notification on new issues
    3) If you log in, and have not yet subscribed to this routing list,
       you've got a link to subscribe
    4) Once you have subscribed, you've got a link to unsubscribe
    5) If you log out, you've got a message saying you must log in to
       subscribe
    6) If you log in with another user, you've got the link to subscribe
       or unsubscribe depending on if he has already subscribed.
    
    Signed-off-by: remy juliette <remy.gonzalves at iepg.fr>
    
    Signed-off-by: Aurelie Fichot <aurelie.fichot at iepg.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6310c992bf23d164f013ead7c0b2182226279454
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Fri Jan 31 12:22:05 2014 +0100

    Bug 11647: require that user log into OPAC to request email subscription notifications
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: remy juliette <remy.gonzalves at iepg.fr>
    Signed-off-by: Aurelie Fichot <aurelie.fichot at iepg.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes QA script and tests.
    Instead of hiding the feature completely, now a message
    tells the user to login to subscribe to the email
    notifications.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 21e6518d32477fa1fe59da64d735f3f07ae49bcd
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Mar 5 14:26:14 2014 +0100

    Bug 11366: make "no group" option in acq basket group drop-down translatable
    
    in Acq baskets, there's a pull-down for basket groups. One of the
    entries in that pull-down is "No group", which is untranslatable.
    This string is hard-coded in Perl.
    
    This patch removes the string from Perl to set it has first option
    in select. To allow it to be default value, the option "Add new group"
    is moved to last position.
    
    Test plan :
    - Go to a closed aquisition basket in no basket group :
      cgi-bin/koha/acqui/basket.pl?basketno=x
    => You see "No group" selected in combobox "Basket group"
    - Cick on this combobox
    => You see "No group", then existing basket groups and then "Add new
       group"
    - Select a basket group and click on "change basket group"
    => You see the basket group name in combobox
    Use translation, for example fr-FR
    - go to src/misc/translator
    - run : perl translate update fr-FR
    => You find in PO file :
      #: intranet-tmpl/prog/en/modules/acqui/basket.tt:365
      #, fuzzy, c-format
      msgid "No group"
      msgstr "Nom de groupe"
    - remove ", fuzzy" and correct translation : "Pas de groupe"
    - run : perl translate install fr-FR
    - Go to translated aquisition basket page
    => You see translated option in combobox
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4ad27b99a4baa51271e8a69a8bdbfa7c26f2ec92
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Mar 13 14:40:31 2014 +0000

    Bug 11928: DBRev 3.15.00.025
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e7f08df1ddb68aeb24e0439de252e8dee0bb6857
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Mar 12 11:53:17 2014 -0400

    Bug 11928 - Remove unused table aqorderdelivery
    
    Aqorderdelivery has apparently never been used. This patch
    removes it.
    
    TEST PLAN
    ---------
    1) Apply patch.
    2) Run the Koha QA Test tool.
    3) Confirm table is there.
    4) Run upgrade process.
    5) Confirm table has been removed.
    6) Drop koha database and create empty one.
    7) Fresh install from staff client.
    8) Confirm table was not created.
    9) I'm unsure how to test the Schema's. It was just git rm'd.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/ImportBatch.pm                                  |    3 +-
 Koha/Schema/Result/Aqorderdelivery.pm              |   75 --------------------
 acqui/basket.pl                                    |    7 --
 installer/data/mysql/kohastructure.sql             |   13 ----
 installer/data/mysql/updatedatabase.pl             |   15 +++-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    3 +-
 .../bootstrap/en/modules/opac-serial-issues.tt     |   20 +++---
 .../prog/en/modules/opac-serial-issues.tt          |   18 +++--
 kohaversion.pl                                     |    2 +-
 opac/opac-alert-subscribe.pl                       |    3 +-
 opac/opac-serial-issues.pl                         |   18 +++--
 t/db_dependent/Circulation_issuingrules.t          |   31 ++++----
 12 files changed, 71 insertions(+), 137 deletions(-)
 delete mode 100644 Koha/Schema/Result/Aqorderdelivery.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list