[koha-commits] main Koha release repository branch master updated. v3.16.00-756-g91eb425

Git repo owner gitmaster at git.koha-community.org
Fri Oct 24 15:00:11 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  91eb4252c7a120a6137123175e331dbe2f79dd77 (commit)
       via  fbc4e94d7f389d6bac37d9145283239d872f82f5 (commit)
       via  5e7e48b9c593ff3c7c1d6e4b74e318592b422bd7 (commit)
       via  5caedfb633f5046b03007c5c882c70d2ca0737da (commit)
       via  7bc22d27484f0d0534d19de7eaee92cc601ea490 (commit)
       via  f9965d53c2c0bed10407b27874ae5dadb2c64e6c (commit)
       via  f41a30fe38207d8e11782041e28bdff3b57a5627 (commit)
       via  aaa843c9165b97c1f9052f6a41177dbb9f6ac2b2 (commit)
       via  67a2d18fbcb338ca4fffb5150a567ebbc5e1ab01 (commit)
       via  a657589b1fcc408334370578eadc7bfa5adeafe7 (commit)
      from  37a0a5983a4a0ff173eade7dfc373688aeed04ed (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 91eb4252c7a120a6137123175e331dbe2f79dd77
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 8 10:06:34 2014 -0400

    Bug 13042 - Move budget action links into menu
    
    The series of links in the "actions" column of the budgets
    administration summary table are not very readable as they are, all
    strung together: Edit Delete Duplicate Close Add fund.
    
    This patch moves the links into an "Actions" menu, similar to the change
    made by Bug 10615 in Reports.
    
    To test you should have multiple active and inactive budgets. Apply the
    patch and go to Administration -> Budgets. Confirm that each menu item
    links to the correct action. Test the menu for both active and inactive
    budgets.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Nice improvement on template level, works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fbc4e94d7f389d6bac37d9145283239d872f82f5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Sat Oct 11 22:43:52 2014 +0200

    Bug 11945: The script should die if the pref are not filled
    
    If the 2 prefs are not defined, the script should die.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5e7e48b9c593ff3c7c1d6e4b74e318592b422bd7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 9 10:23:31 2014 +0200

    Bug 11945: SQL syntax error in delete_expired_opac_registrations.pl
    
    This patch corrects a syntax error, adds some comments to the usage
    instructions and adds a count of the removed borrowers (with verbose
    flag on).
    
    Note that this is a dangerous script. It will delete your patrons
    in patron category PatronSelfRegistrationDefaultCategory.
    If you do not use this as a temporary category, you should NOT run this
    script.
    
    Test plan:
    Check PatronSelfRegistrationDefaultCategory.
    Check PatronSelfRegistrationExpireTemporaryAccountsDelay.
    Based on these two settings, check the number of patrons to be deleted (date
    enrolled should be before NOW minus the delay).
    Backup your data and run the script.
    Check the number of deleted borrowers.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5caedfb633f5046b03007c5c882c70d2ca0737da
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Oct 24 10:00:37 2014 -0300

    Bug 2969: Update DBIx
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7bc22d27484f0d0534d19de7eaee92cc601ea490
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Oct 24 09:48:59 2014 -0300

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

commit f9965d53c2c0bed10407b27874ae5dadb2c64e6c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 23 10:05:22 2013 -0500

    Bug 2969 - Report Name should be mandatory for saved reports
    
    This patch re-implements the database changes from the original patch
    and adds an update for existing reports. It also reimplements the
    client-side validation using the new built-in validation plugin and adds
    coverage for SQL reports.
    
    I have also added the "required" attribute to the SQL report textarea
    since saving a report with no SQL triggers an error.
    
    To test:
    
    - Create a new guided report. Confirm that you cannot save your guided
      report without a report name.
    - Create or edit a saved SQL report. Confirm that you cannot save your
      report without a name or without SQL.
    - Confirm that the saved_sql table structure has been updated.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Functional tests pass, database tables look correct to me.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Even with JS disabled, the form can not be submitted without the
    report name filled in.
    However we are not checking this server side .. if this was the public
    interface that would be a fail. I will leave this up to the RM to
    decided if client side checks are ok for this. Bearing in mind we
    weren't handling any sql errors properly server side before this.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: description of the updatedb entry
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f41a30fe38207d8e11782041e28bdff3b57a5627
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Oct 10 22:18:01 2014 +0200

    Bug 13071: format_date should not be called in currency.pl
    
    The TT plugin is used in the template, it is useless and can cause
    problems to format the dates before sending them to the template.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes the problem I was seeing before, didn't find any regressions.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Checked all three settings of dateformat. Looks fine to me.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit aaa843c9165b97c1f9052f6a41177dbb9f6ac2b2
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Oct 23 11:13:32 2014 +1300

    Bug 13131 - remove Solr config file
    
    This file should have been removed as part of Bug 12538.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 67a2d18fbcb338ca4fffb5150a567ebbc5e1ab01
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Oct 22 15:56:29 2014 -0300

    Bug 13087: Add a notice for use_zebra_facets problems in about page
    
    This patch adds two checks to about.pl:
    
    - use_zebra_facets entry presence in koha-conf.xml
    - use_zebra_facets==1 and zebra_bib_index_mode==dom
    
    The idea is to alert the user if it has conflicting or wrong settings. Even
    if there's a fallback to a working configuration.
    
    To test:
    - On clean master install, go to the about page
    => SUCCESS: No warnings regarding use_zebra_facets
    - Comment out the use_zebra_facets entry, reload
    => SUCCESS: The about page mentions the use_zebra_facets entry is missing
    - Uncomment the use_zebra_facets entry, make sure it is set to 1
    - Change zebra_bib_index_mode to 'grs1', reload
    => SUCCESS: The about page says zebra_bib_index_mode is not set to DOM even though
      you have use_zebra_facets set.
    - Sign off :-D
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Followed test plan with success
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, tested by changing the koha-conf.xml file.
    Note: There is no warning if use_zebra_facets is 0.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a657589b1fcc408334370578eadc7bfa5adeafe7
Author: Mason James <mtj at kohaaloha.com>
Date:   Tue Sep 30 00:08:59 2014 +1300

    Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G
    
    To test...
    
    - apply patch
    - build and install a new Koha .deb from patched codebase
    - create a new Koha instance
    - add some authority records to instance
    - do a full zebra reindex
    - do an authorities search, and get some results
    
    note: this patch does not fix existing Koha instances, just new ones
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha/Schema/Result/Biblioitem.pm                   |    8 ++---
 Koha/Schema/Result/Deletedbiblioitem.pm            |    8 ++---
 Koha/Schema/Result/Deleteditem.pm                  |    8 ++---
 Koha/Schema/Result/Item.pm                         |    8 ++---
 Koha/Schema/Result/SavedSql.pm                     |    9 ++---
 about.pl                                           |   13 +++++++
 admin/currency.pl                                  |    7 ----
 debian/templates/zebra-authorities-dom-site.cfg.in |    6 ++--
 debian/templates/zebra-authorities-site.cfg.in     |    6 ++--
 etc/solr/indexes.yaml                              |   33 ------------------
 etc/zebradb/zebra-authorities-dom.cfg              |    6 ++--
 etc/zebradb/zebra-authorities.cfg                  |    6 ++--
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/updatedatabase.pl             |    7 ++++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   14 ++++++++
 .../prog/en/modules/admin/aqbudgetperiods.tt       |   36 ++++++++++++++------
 .../prog/en/modules/admin/currency.tt              |    2 +-
 .../en/modules/reports/guided_reports_start.tt     |   14 ++++----
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/delete_expired_opac_registrations.pl |   23 ++++++++++---
 20 files changed, 121 insertions(+), 97 deletions(-)
 delete mode 100644 etc/solr/indexes.yaml


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list