[koha-commits] main Koha release repository branch master updated. v3.18.00-50-g22b8d55

Git repo owner gitmaster at git.koha-community.org
Fri Dec 19 21:05:48 CET 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  22b8d559f9c8f5733d051313c4d6266570d5be6f (commit)
       via  cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9 (commit)
       via  281b3225fcbafbb26568f57c2547c4fe13bde017 (commit)
       via  30e40bd8847d3b015477bae50f6a40358d9f70ca (commit)
       via  f1323e60a290cfe100773d6877c54731e6a45050 (commit)
       via  e04b3ef0685f2bbe8a25b65181c937b8eb5e34d3 (commit)
      from  dd6fbe04d12a50523c8d950422ef8182cdd1ba82 (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 22b8d559f9c8f5733d051313c4d6266570d5be6f
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Dec 14 22:31:04 2014 +0100

    Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used
    
    To test:
    - Check RentalFeesCheckoutConfirmation is activated
    - Try to check out an item without rental fine
    - Verify confirmation message without explanation
      is shown
    - Apply patch
    - Verify confirmation message is no longer shown
    - Configure itemtype to have rental fee
    - Veirfy now the confirmation message appears as
      it should
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Dec 19 16:54:18 2014 -0300

    Bug 13436: DBRev 3.19.00.001
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Note: it also fixes a minor POD error.

commit 281b3225fcbafbb26568f57c2547c4fe13bde017
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Dec 19 16:45:23 2014 -0300

    Bug 13436: (RM followup) university -> academic DB update
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 30e40bd8847d3b015477bae50f6a40358d9f70ca
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Mon Dec 15 20:57:56 2014 +0000

    Bug 13436: Adding more options to UsageStatsLibraryType syspref
    
    Added options:
    - research
    - private
    - society or association
    - corporate
    - government
    - religious organization
    - subscription
    - school
    
    Also changed 'university' to 'academic'
    
    To test:
    1) Go on to Global System Preferences and find UsageStatsLibraryType under Administration
    2) Click drop-down menu and see all new options described above, as well as 'academic' instead of 'university'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: replace tab with spaces
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f1323e60a290cfe100773d6877c54731e6a45050
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Dec 16 12:53:18 2014 +1100

    Bug 13469 - Unapi path to XSLTs is wrong in OPAC
    
    The Unapi path to XSLTs is wrong in the OPAC.
    
    Unfortunately, it's coded to work just for Git installs, which makes it
    tough to test.
    
    _TEST PLAN_
    
    Before applying:
    1) Go to
    http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    2) If the biblionumber exists, it should show you the record in OAI_DC format.
    3) Go to
    http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    4) You should get a software error
    
    Apply the patch.
    
    After applying:
    1) Refresh the page for
    http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc
    2) It should work exactly the same as before.
    
    Thorough testers:
    1) Push the code to that regular test install
    2) Try the link again. It will properly show the converted record now.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Verified that single install
    intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus
    "/prog/en/xslt/" is the location for the required xslt files.
    Script unapi in git install is still fine.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e04b3ef0685f2bbe8a25b65181c937b8eb5e34d3
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 30 08:18:11 2014 +0100

    Bug 12565: Acq: Fix broken link in breadcrumbs
    
    The link back to the basket when creating an order by
    searching for an existing record in the catalog is
    broken.
    
    To test:
    - Start a new basket
    - Create a new order line by searching for an existing
      record in your catalog
    - Try the link back to the basket from the breadcrumbs
      at the result list page
    - Verify that the link is broken
    - Apply patch and retest
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                                        |    2 +-
 installer/data/mysql/sysprefs.sql                        |    2 +-
 installer/data/mysql/updatedatabase.pl                   |   14 ++++++++++++++
 .../prog/en/modules/acqui/neworderbiblio.tt              |    2 +-
 .../prog/en/modules/admin/preferences/admin.pref         |   10 +++++++++-
 kohaversion.pl                                           |    3 ++-
 opac/unapi                                               |    4 ++--
 7 files changed, 30 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list