[koha-commits] main Koha release repository branch master updated. v3.18.00-235-gac3f497

Git repo owner gitmaster at git.koha-community.org
Mon Jan 26 20:29:21 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  ac3f497f64c1854a275fe894c1070f5888c1c302 (commit)
       via  0d4672035ff16d465e649bf8c58860e267498797 (commit)
       via  72ca839518488eb98bd4bac3d770e893c7cababc (commit)
       via  af148f92b492aeea01119a9e7db15ebffcbb4517 (commit)
       via  de08845edc543c449698e01c5ea1eec509c8b271 (commit)
       via  066108ff41cd41ed0a8228ec7adc4babc50d1b61 (commit)
       via  ec52df60253dac8ca2eebbe4e0566f45b963103a (commit)
       via  e1eb47dede47e567108dcdf31ec7970ed4c212ad (commit)
       via  e9829b6d995a22e9d85de3ceae37ac6fe0c26c10 (commit)
       via  eed620c773e3c48fdec656ae7b61e09352a94946 (commit)
      from  229a3b329c9fbe1567a9cd0796dce7ddf1aca781 (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 ac3f497f64c1854a275fe894c1070f5888c1c302
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 3 09:09:19 2014 +0100

    Bug 13235: Move onclick attr to javacsript code
    
    Refactor 1 line of code and add a preventDefault.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0d4672035ff16d465e649bf8c58860e267498797
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 2 13:01:21 2014 -0500

    Bug 13235 - Revise layout of patron search form
    
    Bug 9811 (Patron search improvements) reversed the layout changes made
    by Bug 10153. This patch returns to the form to its "stacked" layout.
    
    To test, apply the patch and navigate to the Patrons home page. Expand
    the hidden search fields in the search header and confirm that the
    layout looks correct. Perform some searches and check that the results
    are correct and that the modified search fields retain their state.
    
    Note: This patch contains indentation changes, so please diff
    accordingly.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 72ca839518488eb98bd4bac3d770e893c7cababc
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Tue Jan 20 10:49:34 2015 +0100

    Bug 13373 - [QA Followup] - Update Polish web installer sample data files
    
    Fixed "Duplicate entry CF-952-i" error in marc21_simple_bib_frameworks.sql
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit af148f92b492aeea01119a9e7db15ebffcbb4517
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Tue Dec 2 15:24:01 2014 +0100

    Bug 13373 [2/2] - Update Polish web installer sample data files.
    
    Part 2/2 - optional files.
    
    Changes:
    - Deleted unnecessary files
    - Translated description files and some values in sql files
    
    To test:
    - Aplly patch
    - Run webinstaller on empty database (drop database and create new if necessary)
    - Verify everything works, especially verify you have permission
    to all modules, eg. Tools, Catalouging etc.
    - Check spelling and grammar if you can :)
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit de08845edc543c449698e01c5ea1eec509c8b271
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Tue Dec 2 14:14:23 2014 +0100

    Bug 13373 [1/2] - Update Polish web installer sample data files.
    
    Part 1/2 - mandatory files.
    
    Changes:
    - Translated user permission and user flags.
    - Changed untranslated different files from en version
    - Deleted unnecessary files
    
    To test:
    - Aplly patch
    - Run webinstaller on empty database (drop database if necessary)
    - Verify everything works, especially verify you have permission to all
    modules, eg. Tools, Catalouging etc.
    - Check spelling and grammar if you can :)
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 066108ff41cd41ed0a8228ec7adc4babc50d1b61
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 23 09:50:58 2015 -0500

    Bug 13040 [CSS follow-up] Improve exporter to allow multiple branch selections
    
    This patch adds a little bit of CSS to style the branch checkbox boxes.
    I hope that this helps the readability, especially in systems with a
    large number of branches.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ec52df60253dac8ca2eebbe4e0566f45b963103a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jan 23 08:22:28 2015 -0500

    Bug 13040 [QA Followup] - Fix koha-qa.pl issues
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e1eb47dede47e567108dcdf31ec7970ed4c212ad
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Oct 8 19:12:13 2014 +1300

    Bug 13040 - multiple branch selections in exporter
    
    This allows the exporter (Tools -> Export) to have any combination of
    branches selected, rather than it being all or only one.
    
    Test Plan:
    * Apply the patch
    * Go to the exporter, see that instead of a dropdown you now have an
      elegently laid out grid of branches you can select from
    * Select some branches, run the export
    * Note that only records with items in the selected branches are
      returned.
    * Repeat this with the item related options (as that code was refactored
      slightly) and make sure everything is sane.
    
    Sponsored-By: South Taranaki District Libraries
    Signed-off-by: Thomas <tomsStudy at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e9829b6d995a22e9d85de3ceae37ac6fe0c26c10
Author: simith <simith at inlibro.com>
Date:   Wed Aug 13 15:26:15 2014 -0400

    Bug 11961 - This patch fix the QA critical error, fix the capitalization and the UNIMARC support.
    
    http://bugs.koha-community.org/show_bug.cgi?id=11961
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eed620c773e3c48fdec656ae7b61e09352a94946
Author: Frédérick <frederick.capovilla at libeo.com>
Date:   Mon Jan 20 11:04:52 2014 -0500

    Bug 11961 - Add a "Z39.50 search" button to the authority creation and modification pages.
    
    This button lets you replace existing authorities using a Z39.50 search.
    
    http://bugs.koha-community.org/show_bug.cgi?id=11961
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Breeding.pm                                     |    4 +-
 authorities/authorities.pl                         |   28 +++
 cataloguing/z3950_auth_search.pl                   |    3 +
 .../pl-PL/mandatory/message_transport_types.sql    |    1 +
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    9 +-
 .../mysql/pl-PL/mandatory/system_preferences.sql   |   20 --
 .../mysql/pl-PL/mandatory/system_preferences.txt   |    1 -
 installer/data/mysql/pl-PL/mandatory/userflags.sql |   39 ++--
 .../data/mysql/pl-PL/mandatory/userpermissions.sql |  137 ++++++------
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 installer/data/mysql/pl-PL/optional/auth_val.sql   |   39 +++-
 installer/data/mysql/pl-PL/optional/parameters.sql |    9 +-
 .../mysql/pl-PL/optional/patron_categories.txt     |   32 +--
 .../data/mysql/pl-PL/optional/sample_budgets.sql   |   11 -
 .../data/mysql/pl-PL/optional/sample_budgets.txt   |    1 -
 .../data/mysql/pl-PL/optional/sample_labels.sql    |   21 --
 .../data/mysql/pl-PL/optional/sample_labels.txt    |    9 -
 .../mysql/pl-PL/optional/sample_z3950_servers.sql  |   19 +-
 .../mysql/pl-PL/optional/sample_z3950_servers.txt  |    7 +-
 .../intranet-tmpl/prog/en/css/staff-global.css     |   16 ++
 .../prog/en/includes/authorities-toolbar.inc       |    8 +-
 .../prog/en/includes/branch-selector.inc           |   26 +++
 .../prog/en/includes/patron-search.inc             |  222 ++++++++++----------
 .../prog/en/modules/authorities/authorities.tt     |   31 +++
 .../en/modules/cataloguing/z3950_auth_search.tt    |   34 +--
 .../prog/en/modules/help/tools/export.tt           |   22 +-
 .../intranet-tmpl/prog/en/modules/tools/export.tt  |   13 +-
 tools/export.pl                                    |   31 ++-
 28 files changed, 441 insertions(+), 354 deletions(-)
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/system_preferences.sql
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/system_preferences.txt
 delete mode 100644 installer/data/mysql/pl-PL/optional/sample_budgets.sql
 delete mode 100644 installer/data/mysql/pl-PL/optional/sample_budgets.txt
 delete mode 100644 installer/data/mysql/pl-PL/optional/sample_labels.sql
 delete mode 100644 installer/data/mysql/pl-PL/optional/sample_labels.txt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list