[koha-commits] updated branch master (21c7f786bf6b0d23fba69d9def05e1fe47010287)

Koha Gitosis gitosis at git.koha.org
Fri Feb 19 04:50:02 CET 2010


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 "Koha GitWeb".

The branch, master has been updated
       via  21c7f786bf6b0d23fba69d9def05e1fe47010287 (commit)
       via  57869cb439b5956ca3aa7bca6f4d1555a11c8089 (commit)
       via  52fe58dd9526c38efbdac08c9ddf5a1890442f7e (commit)
       via  3502810346d5e2b24417c47638f2ee42dd5c61d7 (commit)
      from  6ded7fcfd32ac903bfc3499d1af61db3c3ed7a78 (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 21c7f786bf6b0d23fba69d9def05e1fe47010287
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Feb 18 22:42:53 2010 -0500

    bug 1532: various code cleanup
    
    * export C4::Reserves::CancelExpiredReserves
    * rename  misc/cronjobs/cancel_expired_reserves.pl
      to misc/cronjobs/holds/cancel_expired_holds.pl
    * added cancel_expired_holds.pl to example crontab
    * fix staff crash if AllowHoldDateInFuture is on
    * expirationdate is now nullable instead of relying
      on 0000-00-00
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 57869cb439b5956ca3aa7bca6f4d1555a11c8089
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Feb 18 22:15:06 2010 -0500

    bug 1532: fix XHTML validation errors
    
    Also changed some titles to use "hold" instead of "reserve"
    for display purposes.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 52fe58dd9526c38efbdac08c9ddf5a1890442f7e
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Thu Feb 18 21:45:56 2010 -0500

    bug 1532: tweak new reserves columns and add to init SQL (DB rev 121)
    
    Changed type of lowestpriority from BOOL to tinyint(1) - BOOL was likely
    OK, but made it tinyint(1) to match the rest of the flag columns.  We
    should look into converting those to BOOL en masse in 3.4.
    
    Also made expirationdate nullable.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 3502810346d5e2b24417c47638f2ee42dd5c61d7
Author: Kyle M Hall <kyle.m.hall at gmail.com>
Date:   Wed Sep 23 16:10:23 2009 +0000

    (bug 1532) Reserves Updates Ported From Dev_Week
    
    This is a much improved re-implementation of the reserves updates from dev_week.
    Less new code has been added, and more existing functions are used instead of adding new ones.
    
    The 'Lock Hold' function has been removed due to it not working as intended.
    
    [RM note for documentation: this adds the following features:
    
    * ability to specify an expiration date for a hold request
      when placing it via the staff interface or OPAC
    * daily batch job to cancel expired holds
    * nice interface to change the priority of hold
      requests for a bib in the staff interface]
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Reserves.pm                                     |  115 ++++++++++++++++++--
 installer/data/mysql/kohastructure.sql             |    4 +
 installer/data/mysql/updatedatabase.pl             |   12 ++
 .../prog/en/modules/reserve/request.tmpl           |   74 +++++++++++++
 koha-tmpl/intranet-tmpl/prog/img/go-bottom.png     |  Bin 0 -> 663 bytes
 koha-tmpl/intranet-tmpl/prog/img/go-down.png       |  Bin 0 -> 683 bytes
 koha-tmpl/intranet-tmpl/prog/img/go-top.png        |  Bin 0 -> 636 bytes
 koha-tmpl/intranet-tmpl/prog/img/go-up.png         |  Bin 0 -> 652 bytes
 .../prog/img/{famfamfam/silk/cross.png => x.png}   |  Bin 655 -> 655 bytes
 .../opac-tmpl/prog/en/modules/opac-reserve.tmpl    |   33 ++++++
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl |    8 +-
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/crontab.example                      |    3 +
 .../cronjobs/holds/cancel_expired_holds.pl         |   19 ++--
 opac/opac-reserve.pl                               |   14 ++-
 opac/opac-user.pl                                  |    7 ++
 reserve/placerequest.pl                            |    9 +-
 reserve/request.pl                                 |   27 ++++-
 18 files changed, 294 insertions(+), 33 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/go-bottom.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/go-down.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/go-top.png
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/go-up.png
 copy koha-tmpl/intranet-tmpl/prog/img/{famfamfam/silk/cross.png => x.png} (100%)
 copy opac/changelanguage.pl => misc/cronjobs/holds/cancel_expired_holds.pl (73%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list