[koha-commits] main Koha release repository branch master updated. v16.05.00-106-gdde0e01

Git repo owner gitmaster at git.koha-community.org
Fri Jun 10 20:09:52 CEST 2016


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  dde0e0150344cecfcad5c81df3d00f216dbecbbb (commit)
       via  d753644c2f09f6500b3c1690593f1e41922f0677 (commit)
      from  9066ae153b15ae49b7d5832b331eed31c32ed583 (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 dde0e0150344cecfcad5c81df3d00f216dbecbbb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 6 20:46:01 2016 +0100

    Bug 16289: Refactore code and add tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d753644c2f09f6500b3c1690593f1e41922f0677
Author: Karl Holten <kholten at switchinc.org>
Date:   Mon Apr 18 14:17:40 2016 -0500

    Bug 16289: Abbreviated formatting for numbering patterns
    
    To test:
    
    1) Go to Serials -> Manage numbering patterns
    2) Create .New Numbering Pattern.
    3) Type in a name of 'Day, Month, Season' and a numbering formula of '{X} {Y} {Z}'.
    4) Set up the X field as following: add 1, every 1, set back to 1, when more than 30.
    5) Select the formatting for X. There should be six options available instead of the original three. Use the formatting 'Name of Day (abbreviated)'.
    5) Set up the Y field to add 1 every 30 reset back to 1 when more than 12. Use the formatting option 'Name of month (abbreviated)'.
    6) Set up the Z field to add 1 every 90 reset back to 1 when more than 4. Use the formatting option 'Name of season (abbreviated)'.
    8) Select a frequency of 1/day.
    9) Select a first issue publication date of Jan 1, 2016.
    10) Set X to begin with 5 and have an inner counter of 5. Set Z to begin with 3 and have an inner counter of 10.
    11) Click the 'Test Pattern' button.
    12) Abbreviated versions of the day, month and season should appear in the test pattern.
    
    Signed-off-by: sonia bouis <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Serials.pm                                      |   19 +++--
 .../prog/en/modules/serials/subscription-add.tt    |    3 +
 .../modules/serials/subscription-numberpatterns.tt |   15 ++++
 t/Serials/GetNextSeq.t                             |   76 ++++++++++----------
 4 files changed, 71 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list