[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-11-ga3b7dfb

Git repo owner gitmaster at git.koha-community.org
Fri Mar 29 08:23:29 CET 2013


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, 3.8.x has been updated
       via  a3b7dfb29141ebfe196d0d42d5e05adc990550ae (commit)
       via  5a59a0a9c6a8ab864341b4a515042181e5ac4ea4 (commit)
       via  738c1dc45b70fd28731c82677d841c4a8eeee529 (commit)
       via  12382076f06c0a99b6dbe6ee19a52284a34b8309 (commit)
       via  ce6dd8e5bb30017f3aae2d1ef3d7ca81e59d74b3 (commit)
       via  4dc8e08be5a334d9c6a615c262eb589b226b6f64 (commit)
       via  3fced0a187a5a88c66676a551d8c236ea770faae (commit)
      from  50f94338fef2be72c3aeacb1d41fdfbea353cd62 (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 a3b7dfb29141ebfe196d0d42d5e05adc990550ae
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Fri Mar 29 20:16:07 2013 +1300

    Bumping db version

commit 5a59a0a9c6a8ab864341b4a515042181e5ac4ea4
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Wed Mar 20 14:46:07 2013 +0100

    Bug 8378 - followup - update notices to use <<items.fine>>
    
    Didn't break on well-formed notices, and fixed those with problems
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 738c1dc45b70fd28731c82677d841c4a8eeee529
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Wed Mar 20 14:13:16 2013 +0100

    Bug 8378 - followup - sample_notices.sql updated to <<items.fine>>
    
    Trivial string substitution.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 12382076f06c0a99b6dbe6ee19a52284a34b8309
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Tue Mar 19 14:36:14 2013 +0100

    Bug 8378 - show all items columns and new items.fine
    
    This allows users to select any columns from items and adds new
    items.fine field introduced by previous patch to user interface.
    
    Note: This works as expected. items.fine appears as an option and gets inserted in the notice template as expected.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit ce6dd8e5bb30017f3aae2d1ef3d7ca81e59d74b3
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Tue Mar 19 13:40:50 2013 +0100

    Bug 8378 - <fine> in overdues changed to <<items.fine>>
    
    This patch reintroduces fines in overdue_notices.pl with minimal
    changes to exsiting code.
    
    It DOES changes template syntax, it used to be <fine>USD</fine> but
    currency was not recalculated and used only to select format, so
    now we are using active system currency because values are in it
    anyway.
    
    Example notify template:
    
    <item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>,
    Barcode: <<items.barcode>> Fine: <<items.fine>> </item>
    
    If your active currency doesn't have valid ISO code this code will
    fallback to sprintf with two decimal digits, and you can insert
    currency symbol in template itself (currency field is not editable
    through web interface, so this fallback might be useful for existing
    installations).
    
    Test scenario:
    1. configure fine amount under "Circulation and fines rules"
       for patron category and item type
    2. checkout item with correct type to partron in correct
       category with due date set to yesterday
    3. verify that overdue notice uses new <<items.fine>> tag
    4. run ./misc/cronjobs/fines.pl to calculate fines
    5. run ./misc/cronjobs/overdue_notices.pl -n
       and verify that fine amount is included
    
    Notes: Tested using the default ODUE notice, changing:
    <fines>USD</fines>
    for
    <<items.fine>>
    
    Everything worked as expected with finesmode=production set.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 4dc8e08be5a334d9c6a615c262eb589b226b6f64
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Wed Mar 13 15:51:37 2013 +1300

    Bug 9802 - add test case to ensure man pages have correct XML
    
    To test:
    * run xt/verify-debian-docbook.t and make sure it's all OK
    * modify an xml file in debian/docs, try again, make sure it fails
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    - Running "prove -v xt/verify-debian-docbook.t" loops through all the
      XML files in debian/docs and reports them as being ok.
    - Removing a "<" from one of the files makes the test report it as
      an error
    - I did not verify that the test actually trips up a package build
      if there is invalid XML.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 3fced0a187a5a88c66676a551d8c236ea770faae
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Mar 5 14:08:12 2013 -0500

    Bug 9748: don't link items in SCO checkout list back to main OPAC
    
    It appears that the conversion from HTML::Template to TT
    changed noitemlinks to ISSUE.noitemlinks, hence it is being ignored.
    
    This is a problem for SCO kiosks where all the navigation controls
    are hidden. Clicking the link means leaving the SCO module and
    not being able to get back.
    
    Test plan:
    1) Run SCO module, check for item links
    2) Apply patch
    3) Run SCO module, note that the items no longer have links
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 debian/control                                     |    3 +-
 debian/control.in                                  |    3 +-
 debian/rules                                       |    1 +
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/en/mandatory/sample_notices.sql     |    2 +-
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |    2 +-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    2 +-
 installer/data/mysql/it-IT/necessari/notices.sql   |    4 +-
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |    2 +-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    2 +-
 installer/data/mysql/updatedatabase.pl             |   17 +++++++++++++++
 .../opac-tmpl/prog/en/modules/sco/sco-main.tt      |    2 +-
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/overdue_notices.pl                   |   14 ++++--------
 tools/letter.pl                                    |    3 +-
 .../verify-debian-docbook.t                        |   22 ++++++++++----------
 18 files changed, 52 insertions(+), 35 deletions(-)
 copy misc/cronjobs/holds/auto_unsuspend_holds.pl => xt/verify-debian-docbook.t (65%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list