[koha-commits] main Koha release repository branch master updated. v3.18.00-897-g9d50a11

Git repo owner gitmaster at git.koha-community.org
Tue May 5 20:42:08 CEST 2015


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  9d50a1189d05618f6ef12d6f8696cab57861aba9 (commit)
       via  13722ebe737acf6c74195b15b3f51d1ba21a4b79 (commit)
       via  0057fa933af260b01f29a9f648ce652999eddb32 (commit)
       via  8b94c89f0bd73888d7f5146b0be1848cf2c25cbf (commit)
       via  bad95fc8b3784e63b219866395d2054a26a30067 (commit)
       via  0a103054be7b26d94c5bec00d6f34508e8149416 (commit)
      from  65405c5a96207623b3b30997b7c93f02fbcfe2f7 (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 9d50a1189d05618f6ef12d6f8696cab57861aba9
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat Apr 4 16:43:40 2015 -0400

    Bug 11574 - Clean up Printing Lists
    
    Removes extraneous stuff from prints - toolbars, breadcrumbs, etc.
    
    To test:
    
    1. make a list
    2. print it to a file (from OPAC), observe wasted paper
    3. apply patch
    4. print list, compare
    5. if you like it, sign off. ;)
    
    Patch cleans up OPAC list printing as expected.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    NOTE: Made functional again. Turns out my issues were a result of
          cached CSS pages. Tested in IE and Firefox successfully.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 13722ebe737acf6c74195b15b3f51d1ba21a4b79
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 20 15:39:45 2015 -0300

    Bug 14006: about.pl checks the wrong zebra index mode
    
    When setting zebra_bib_index_mode to grs1 I get two warnings when not applying the patch:
    
    "The <zebra_bib_index_mode> entry is set to grs1. GRS-1 support is now deprecated and will be removed in future releases. Please use DOM instead by setting <zebra_bib_index_mode> to dom (full reindex required)."
    
    "You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to dom. Falling back to legacy facet calculation."
    
    When applying the patch a third warning appears in addition to the two previous ones:
    
    "The <zebra_bib_index_mode> entry is set to dom, but your system still appears to be set up for grs1 indexing."
    
    Seems like the patch does what it should to me regarding the configuration mismatch warning.
    
    Signed-off-by: Eivin Giske Skaaren <eskaaren at yahoo.no>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0057fa933af260b01f29a9f648ce652999eddb32
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Tue Dec 23 09:55:06 2014 +0200

    Bug 12671: Guess next serial date when there are several issues per unit. Added support for real month and year lenghts.
    
    When getting the next frequency number, use the real number of days for each month and each year.
    
    Unit tests updated.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8b94c89f0bd73888d7f5146b0be1848cf2c25cbf
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jul 22 14:43:16 2014 +0200

    Bug 12671: Guess next serial date when there are several issues per unit
    
    This guess uses the following algorithm
    1/ Get the number of days remaining from first issue of this unit of
    time until the end of the unit of time (using 7 days for week, 28 for
    month and 365 for year)
    2/ Divide it by the number of issues per unit
    3/ Take the integer part of the result, this is the number of days to
    add to previous serial published date
    
    This patch also try to guess the date of the first issue of a unit of
    time. Before that, it was:
    - for week: monday of week
    - for month: 1st day of month
    - for year: 1st day of year
    Now it uses firstacquidate.
    
    Example:
      firstacquidate = 1970-01-07 (wednesday)
      unit = week
      issuesperunit = 2 (2 issues per week)
    
      From wednesday to sunday, there are 4 days so we add 2 days to get the
      next date.
      The next dates should be:
      - 1970-01-09 (+ 2 days)
      - 1970-01-14 (wednesday of next week)
      - 1970-01-16 (+ 2 days)
      - ... and so on
    
    Test plan:
    1/ Go to numbering pattern creation page (Serials -> Manager numbering
    patterns -> New numbering pattern)
    2/ In "Test prediction pattern" fieldset, set subscription length to 50
    issues (this avoid to compute the next 1000 dates, which can take time)
    3/ Fill first issue publication date
    4/ Choose the frequency you want to test
    5/ click on "Test pattern" button
    6/ Check that the dates are correct
    7/ Repeat steps 3-7 until you think you have tested enough cases
    
    Interesting frequencies to test:
    - 1/day
    - 1/week
    - 2/week
    - 6/week (firstacquidate should be monday or tuesday, or the generated
      dates will be the same for all the week)
    - 1/month
    - 2/month
    - 3/month
    - 1/year
    - 2/year
    - 3/year
    
    ----------------
    Sign off report:
    ----------------
    -Followed the test plan. Unit tests work. Also trying some more strange
     frequencies with our librarians:
     5/year, 43/year, 10/year.
    -Received all serials for a subscription and found no errors.
    -Received some serials with frequency 2/month pre-patch, getting publication
     date as 1st of every month for each magazine. Having applied the patch,
     publication dates started working mid-subscription for new magazines.
    -Works well and fine!
    Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bad95fc8b3784e63b219866395d2054a26a30067
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jul 21 17:06:33 2014 +0200

    Bug 12671: Refactor GetNextDate
    
    A much needed refactoring. Thanks for seeing the effort through.
    Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0a103054be7b26d94c5bec00d6f34508e8149416
Author: Nicolas Legrand <nicolas.legrand at bulac.fr>
Date:   Thu Mar 26 12:15:33 2015 +0100

    Bug 9089: show suggestion number
    
    Show suggestion number on suggestion management.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Serials.pm                                      |  184 ++++++++-------
 about.pl                                           |    8 +-
 .../prog/en/modules/suggestion/suggestion.tt       |    4 +
 koha-tmpl/opac-tmpl/bootstrap/css/print.css        |  234 +-------------------
 .../bootstrap/{css/print.css => less/print.less}   |    7 +
 t/db_dependent/Serials/GetNextDate.t               |  138 ++++++++----
 6 files changed, 210 insertions(+), 365 deletions(-)
 copy koha-tmpl/opac-tmpl/bootstrap/{css/print.css => less/print.less} (89%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list