[koha-commits] main Koha release repository branch master updated. v3.18.00-936-g52c4161

Git repo owner gitmaster at git.koha-community.org
Thu May 7 17:29:29 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  52c4161c83c9456836a8bfb4b0e1c1ab95896acc (commit)
       via  b66a334808db99f08925ebcb13eccad5f17acb2f (commit)
       via  11049f9d0267f7b1dcf66f148c82b36a25284954 (commit)
       via  e9d30862c1f271a8d2117ee6e0cf9ffce516c28b (commit)
       via  e6d9882a14068d257dd48e4cbfb3381fe2274a8c (commit)
       via  ee478c3605962efcd160bba6dacad3f69f8e9c43 (commit)
       via  e5858e16ec455ba14b964b51627287bb0219131c (commit)
       via  5218a0de08d95123a932b0bf7318817fd28334a5 (commit)
       via  64bb1162b6c34717e0abb07778e38b43b6dd0ab8 (commit)
       via  d933d054cd360ceb339a7113451fa807db5e155d (commit)
       via  d7e60d2af7c4eac72ff90e8c527f96b389014ab3 (commit)
       via  a6824d34f08f157f6a57c989be0cea3c6bda4190 (commit)
      from  6e7c6e0bcba7726e10d2d97ca7fb034547c7d306 (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 52c4161c83c9456836a8bfb4b0e1c1ab95896acc
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu May 7 11:42:12 2015 -0300

    Bug 13758: (QA followup) Make Makefile.PL aware of Koha.pm
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b66a334808db99f08925ebcb13eccad5f17acb2f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 18 15:50:25 2015 +0100

    Bug 13758: Add POD
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 11049f9d0267f7b1dcf66f148c82b36a25284954
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 17 16:02:41 2015 +0100

    Bug 13758: Move the Koha version from kohaversion.pl
    
    It will permit not to run another perl interpreter.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e9d30862c1f271a8d2117ee6e0cf9ffce516c28b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 22 13:56:28 2015 +0200

    Bug 14042: Get rid of the home made pagination in the auth type admin
    
    This patch removes the home made pagination and introduces datatables on
    this page.
    
    Test plan:
    Go to the authority type admin page and confirm there is a beautiful
    table.
    
    Confirmed...
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e6d9882a14068d257dd48e4cbfb3381fe2274a8c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 24 16:12:32 2015 +0100

    Bug 4281: Reports dictionary supports only 1 field selection
    
    The reports dictionary allows the user to select several fields, but
    only 1 is used.
    The interface is quite confusing.
    This patch removes the multiple selection and permit to select only 1
    field.
    
    Test plan:
    1/ Create a report dictionary (reports/dictionary.pl)
    2/ On the step 3, confirm that only 1 field can be selected
    
    Confirm there is no regression on this tool.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ee478c3605962efcd160bba6dacad3f69f8e9c43
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 23 16:57:31 2015 +0200

    Bug 11464: Prevent wrong "nothing to save" message on saving syspref
    
    Sometime you get the "Nothing to save" message when clicking on the "save
    all preferences" button, even if something has changed.
    
    On irritating behavior is the middle click: if you use the middle click
    to paste some text in the input, the "keyup" event won't be trigger.
    This patch replaces the "keyup" event with the "change", which works
    as we want here.
    
    The issues:
    1/ Search for "wanted" (admin/preferences.pl?op=search&searchfield=wanted)
    Empty the input, click save
    Type something and remove it
    You are able to save, but nothing has changed
    2/ Put something in your selection buffer and use the middle click to
    paste it in the input.
    No change detected.
    
    Test plan:
    Confirm the issues are fixed and you don't find any regression
    Note that now the "(modified)" string is displayed when the input loses
    the focus.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e5858e16ec455ba14b964b51627287bb0219131c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 29 09:42:40 2015 +0200

    Bug 11890: Prevent default on click event
    
    It seems that the previous patch does not stop the propagation of the
    event if the link is clicked with the left button (which=1).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5218a0de08d95123a932b0bf7318817fd28334a5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 24 12:12:57 2015 +0200

    Bug 11890: Click events on titles does not work as expected
    
    The browse results feature (bug 10404) modified the click events on
    titles on the search result page (intranet).
    
    It introduced bad behaviors:
    1/ ctrl+click on a title does not open a new tab
    2/ middle click on a title does open a new tab but the browser is not
    displayed.
    
    Note that this patch is not perfect, it fixes the 2 bad behaviors but
    the ctrl+click gives the focus to the new tab (could go against the
    preferences of the users).
    
    Test plan:
    1/ On the staff interface, launch a search (catalogue/search.pl?q=XXX)
    2/ When middle-clicking on a title, a new tab should open. On this tab
    the browse result feature should be displayed
    3/ Same for cltr+click
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 64bb1162b6c34717e0abb07778e38b43b6dd0ab8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jan 5 10:10:57 2015 -0500

    Bug 13516: Display issue for search results with items both checkout out and lost
    
    If the staff search results, if an item is both checked out and lost,
    the result will appear as two item lines where one line has the lost
    status and the other line has the rest of the item's data.
    
    Test Plan:
    1) Check an item out to a patron
    2) Mark the item as lost *without* removing the item from the patron's
       record, either by using longoverdue.pl or by editing the itemlost
       field in the database directly.
    3) Perform a search where that item will be in the results
    4) Note the improper display of the item's data
    5) Apply this patch set
    6) Reload the search restults
    7) Note the item now displays correctly
    
    Signed-off-by: Nick <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d933d054cd360ceb339a7113451fa807db5e155d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jan 5 10:05:48 2015 -0500

    Bug 13516: Tidy relevant code block
    
    Signed-off-by: Nick <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d7e60d2af7c4eac72ff90e8c527f96b389014ab3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 4 08:18:47 2015 +0200

    Bug 14125: Fix template problems on csv profiles help page
    
    Page uses TAGS Directive in order to print TT directives
    in the manual without having them interpreted, but fails
    to switch back/change all following TT code, causing
    problems in displaying the file correctly.
    
    See TT documentation:
    http://www.template-toolkit.org/docs/manual/Directives.html#section_TAGS
    
    As [- ... -] showed up in translations, I chose to switch back
    instead of changing the TT variable and INCLUDE.
    
    To test:
    - Go to tools > csv profiles
    - Open the help page
    - Verify the link to the manual includes the version and works
    - Verify the footer shows up correctly with the edit buttons
    
    Works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a6824d34f08f157f6a57c989be0cea3c6bda4190
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 27 07:28:29 2015 -0400

    Bug 14065: Typo in opac self registration form
    
    The phrase
    
    Please type this following characters into the preceding box
    
    should be
    
    Please type the following characters into the preceding box
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Auth.pm                                         |    7 +-
 C4/Context.pm                                      |   33 +---------
 C4/External/OverDrive.pm                           |    3 +-
 C4/Installer.pm                                    |    3 +-
 C4/Search.pm                                       |   27 ++++----
 Koha.pm                                            |   68 ++++++++++++++++++++
 Koha/Template/Plugin/Koha.pm                       |    3 +-
 Makefile.PL                                        |    1 +
 about.pl                                           |    4 +-
 admin/authtypes.pl                                 |   32 +++------
 installer/data/mysql/updatedatabase.pl             |    4 +-
 installer/install.pl                               |    4 +-
 koha-tmpl/intranet-tmpl/js/browser.js              |   17 ++++-
 .../intranet-tmpl/prog/en/js/pages/preferences.js  |    2 +-
 .../prog/en/modules/admin/authtypes.tt             |   24 +++++--
 .../prog/en/modules/help/tools/csv-profiles.tt     |    3 +-
 .../prog/en/modules/reports/dictionary.tt          |   43 ++-----------
 .../bootstrap/en/modules/opac-memberentry.tt       |    2 +-
 kohaversion.pl                                     |   19 +-----
 opac/maintenance.pl                                |    6 +-
 opac/svc/overdrive_proxy                           |    4 +-
 t/Koha_Template_Plugin_Koha.t                      |   14 ++--
 t/db_dependent/Context.t                           |    7 --
 23 files changed, 173 insertions(+), 157 deletions(-)
 create mode 100644 Koha.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list