[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-52-g49d314f

Git repo owner gitmaster at git.koha-community.org
Mon Dec 30 10:15:57 CET 2013


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  49d314fb92893956c57773d2a6677bf345bb1c32 (commit)
       via  8d74b32e0903e73d46b284d19143db1b206f3866 (commit)
       via  a03ca3fc5a3e0c08db27aee1e5d26d66c3663e89 (commit)
       via  f5f8e98945e64e13da45ea65917d1dd13984cdea (commit)
       via  d1f81ee1d6286acb10c13e80e1ae623b2fcafa11 (commit)
       via  1a8e76a8f2d5150433ab4a6329503d1ab91a2d8a (commit)
       via  022b2c5cd78e21a315ac4dbfbbb16ace269ecbf8 (commit)
      from  09e79c62c89408963a8eb56fd037e28ad8221212 (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 49d314fb92893956c57773d2a6677bf345bb1c32
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Dec 14 00:33:25 2013 +0000

    Bug 10852: (follow-up) update the POD for C4::Serials::SearchSubscriptions
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 945dbfc490e7bc8849f7b5f741856131c765cc75)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit 8d74b32e0903e73d46b284d19143db1b206f3866
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Dec 14 00:24:06 2013 +0000

    Bug 10852: (follow-up) regression tests
    
    This patch adds regression tests for the changes to
    C4::Serials::SearchSubscriptions().
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 659ac6a904dbfe9c5e535963a4717fd183ffb7e6)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit a03ca3fc5a3e0c08db27aee1e5d26d66c3663e89
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Dec 14 00:21:48 2013 +0000

    Bug 10852: (follow-up) fix POD for C4::Serials::NewSubscription
    
    The error in the POD was discovered in the course of writing
    test cases for the main patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 8a5ce95916fad6f73b8d5be2908ead65b78a7f2f)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit f5f8e98945e64e13da45ea65917d1dd13984cdea
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sat Dec 14 00:10:46 2013 +0000

    Bug 10852: (follow-up) tweak wording of serials search form
    
    * "Callnumber" => "Call number"
    * "Expire before" => "Expires before"
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c88d7d831877895cc74c5bf90730530a65cc9f98)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit d1f81ee1d6286acb10c13e80e1ae623b2fcafa11
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 13 15:34:17 2013 -0500

    Bug 10852: (follow-up) switch from KohaAuthorisedValues to AuthorisedValues
    
    Bug 10626 will remove the KohaAuthorisedValues plugin and keep the
    AuthorisedValues plugin.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 28e4a4a69946c3e30c054467ca3465e835841aac)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit 1a8e76a8f2d5150433ab4a6329503d1ab91a2d8a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 4 14:42:22 2013 +0100

    Bug 10852: (follow-up) rename the "expiration date" filter name
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d20489c874fb62415ad0aa9489aa07817d5a7091)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit 022b2c5cd78e21a315ac4dbfbbb16ace269ecbf8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 20 15:06:08 2013 +0200

    Bug 10852: serials search improvements
    
    This patch adds 3 filters for the serials search:
    - location
    - callnumber
    - expiration date
    
    To test:
    - Search serials by location and/or callnumber and/or expiration date
      and check that results are consistent.
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4651bbff213996c3c1e9364855de02de568596f4)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Serials.pm                                      |   38 ++++++++++--
 .../prog/en/modules/serials/serials-search.tt      |   65 +++++++++++++++++++-
 serials/serials-search.pl                          |   15 ++++-
 t/db_dependent/Bookseller.t                        |   23 +++++--
 4 files changed, 125 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list