[koha-commits] main Koha release repository branch master updated. v3.16.00-409-gba107bb

Git repo owner gitmaster at git.koha-community.org
Fri Aug 15 16:08:17 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, master has been updated
       via  ba107bb8875d7f9194cdb499d09c9faee81c1e8b (commit)
       via  1cc01f1ff76845f0b685f347aa88bc596870b993 (commit)
       via  85c387f8486c4b1bfcc36978cbc5b13c9a73a1b2 (commit)
       via  79d6c14e284c2748ff3559ada60c8e45b891b997 (commit)
       via  eb6d44d5a21cad7954e266acaa691ceacb99adb9 (commit)
      from  83e9a8e73b868e75f67575a61a6604ef43bbb06b (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 ba107bb8875d7f9194cdb499d09c9faee81c1e8b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Aug 15 11:07:41 2014 -0300

    Bug 12529: DBRev 3.17.00.014
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1cc01f1ff76845f0b685f347aa88bc596870b993
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue May 27 07:50:16 2014 +1200

    Bug 12529: Add a syspref to make overdue notices respect holidays
    
    Test Plan
    
    Set up some overdue triggers, for example 5,10,15
    Set up some holidays
    Create some items that are past due (one due 5 days, 10 days ago etc)
    Run the overdue notices script (misc/cronjobs/overdue_notices.pl)
    
    Notice holidays are ignored
    
    Apply the patch,
    Switch the OverdueNoticeCalendar syspref to Use calendar
    
    Run the overdue notices again
    Notice holidays are now taken into account
    
    Sponsored-by: BSZ
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 85c387f8486c4b1bfcc36978cbc5b13c9a73a1b2
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Aug 15 10:47:29 2014 -0300

    Bug 12683: (followup) use the Koha.Preference plugin and add ids
    
    It is kosher now to use the Koha template toolkit plugin for retrieving
    system preferences values. This followup does that.
    
    It also changes the class for ids, for people considering this patch
    introduces too much noise on the home screen being able to control
    its visibility.
    
    Regards
    To+
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 79d6c14e284c2748ff3559ada60c8e45b891b997
Author: simith <simith at inlibro.com>
Date:   Tue Aug 12 10:21:56 2014 -0400

    Bug 12683: Follow-up, adding div tags around NoLoginInstructions
    
    Button in pop-up displays now as expected.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eb6d44d5a21cad7954e266acaa691ceacb99adb9
Author: simith <simith at inlibro.com>
Date:   Thu Jul 31 12:48:26 2014 -0400

    Bug 12683: Use NoLoginInstructions to customize text for OPAC user/pass information
    
    Enable staff to setting a text for OPAC user/pass information
    
    Modified:
    
    C4/Auth.pm
    koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc   -add a text to the popup login page
    koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-main.tt   -add a text to the main login page
    
    Testing:
    
    I Apply the patch
    
    0) Search NoLoginInstructions preference
    1) Add/modify a text
    2) Open OPAC main page
    3) Validate the text added under Login button
    4) Click in "Log in to your account" link
    5) Validate the text added under input password (popup)
    
    Sponsored-by: CCSR ( http://www.ccsr.qc.ca )
    
    Patch behaves as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 ++
 .../en/modules/admin/preferences/circulation.pref  |    8 +-
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |    7 +-
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    5 +
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/overdue_notices.pl                   |   98 ++++++++++++++++----
 7 files changed, 111 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list