[koha-commits] main Koha release repository branch master updated. v3.20.00-1001-g47e2b8f

Git repo owner gitmaster at git.koha-community.org
Mon Nov 2 15:35:42 CET 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  47e2b8f7d8360c059a66032f80dbb5f68b8fa925 (commit)
       via  7f55d55e68c83aaf916640ad098d256830408314 (commit)
       via  3f56ae2b9520a97801c801b03cad43e793eeeda3 (commit)
       via  02feeca14f4c27a05f46920545734c3a9e5455d7 (commit)
       via  9c203a004052966407d6192f404d901deb4f8c12 (commit)
      from  17bcc6a242fce21e759653b2b6c6778cdda336e8 (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 47e2b8f7d8360c059a66032f80dbb5f68b8fa925
Author: Joonas Kylmälä <j.kylmala at gmail.com>
Date:   Tue Sep 8 10:23:37 2015 +0000

    Bug 14773: Move help link back out of the dropdown menu
    
    This moves the help link back out of the dropdown menu
    like it used to be.
    
    To test:
    
    1. Notice that in intra the help link is inside the dropdown
       menu.
    2. Apply the patch
    3. Notice that the help link is now clearly visible in the
       top right corner of the page.
    
    Sponsored-by: Vaara-kirjastot
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 7f55d55e68c83aaf916640ad098d256830408314
Author: Nicole C. Engard <nicole at bywatersolutions.com>
Date:   Wed Oct 28 09:30:06 2015 -0500

    Bug 15073: Move FeeOnChangePatronCategory
    
    This patch moves the FeeOnChangePatronCategory system
    preference so that it's in a more logical place. Also
    a few typos were fixed.
    
    To test:
    
    * Go to System Preferences
    * Go to Patrons
    * Find FeeOnChangePatronCategory and confirm
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Confirmed. No errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3f56ae2b9520a97801c801b03cad43e793eeeda3
Author: Marc Véron <veron at veron.ch>
Date:   Fri Oct 30 15:23:30 2015 +0100

    Bug 15090: Fix date filter for Suggestions management
    
    Home > Acquisitions > Suggestions management:
    Before 13813 the "from" date in filters was 0000-00-00 if not
    filled, afer 13813 it's today.
    
    This patch re-introduces 0000-00-00.
    
    See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13813#c172
    
    To test:
    - Go to Home > Acquisitions > Suggestions management
    - Verify that date filters work as expected
    - Verify that start dates in sql query are 0000-00-00 if no start
      dates are given
    - Note: Line 185 outputs the start dates as warn if $debug is set.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 02feeca14f4c27a05f46920545734c3a9e5455d7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 2 17:13:41 2015 +0100

    Bug 10799: Limit the SCO user to the SCO module
    
    The SCO user should only be allowed to access to the SCO module.
    
    This patch make the session ends if the user tries to access another
    page after the SCO module.
    
    Test plan:
    0/ Configure the SCO module correctly
    1/ Go on the sco main page (sco/sco-main.pl)
    2/ Try to go somewhere else: you should not be logged in
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9c203a004052966407d6192f404d901deb4f8c12
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 30 11:49:40 2015 +0000

    Bug 15087: hardduedate should not be inserted as 0000-00-00 but NULL
    
    This has been introduced by bug 14949, recently pushed.
    So I don't think we need to update the DB, only devs will face this
    problem.
    
    The hardduedate was inserted as 0000-00-00 because was en empty string.
    To be inserted as NULL, the value should be undef.
    
    Test plan:
    0/ Don't apply this patch
    1/ Edit a circ rules and don't fill the hard due date
    2/ Look at the DB, the value is 0000-00-00
    3/ Apply this patch and confirm that the value is now NULL
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Confirmed
    +--------------+----------+-------------+
    | categorycode | itemtype | hardduedate |
    +--------------+----------+-------------+
    | *            | *        | NULL        |
    +--------------+----------+-------------+
    
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Auth.pm                                         |   23 ++++++++++++++++++++
 C4/Suggestions.pm                                  |    9 ++++++--
 admin/smart-rules.pl                               |    2 +-
 .../intranet-tmpl/prog/en/includes/header.inc      |    6 ++---
 .../prog/en/modules/admin/preferences/patrons.pref |   12 +++++-----
 5 files changed, 40 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list