[koha-commits] updated branch master (d5da1cace077016fa06aee849622f5d8264cef34)

Koha Gitosis gitosis at git.koha.org
Tue Aug 11 16:21:57 CEST 2009


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  d5da1cace077016fa06aee849622f5d8264cef34 (commit)
       via  7242939cf44c0fa2512448a1e7dd7ac4f7482c33 (commit)
       via  4ecaa1f9bd469046ab1dbbbf1b9bcfc97bdc54ab (commit)
       via  e96c821ad7d75c1894729dc06df5b0ecc1718a36 (commit)
       via  04586395664ee7889f946a02134e2c9dd416f0d4 (commit)
       via  74a4f29236497f4cca2e62b56d83fc89ffe563f3 (commit)
      from  c1d4bb641bd0dcf27fbd1e14004c19c28edc76e6 (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 d5da1cace077016fa06aee849622f5d8264cef34
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Aug 11 19:21:36 2009 -0400

    future hold request followup 4 - date controls
    
    Fixed the calendar control for selecting the request
    date in staff and OPAC so that user can explicitly
    select current date and all days in the future.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 7242939cf44c0fa2512448a1e7dd7ac4f7482c33
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Aug 11 19:20:48 2009 -0400

    future hold request followup 3 - build_holdsqueue
    
    Fixed the holds queue job so that it correctly
    ignores hold requests that are not yet scheduled
    to be filled.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 4ecaa1f9bd469046ab1dbbbf1b9bcfc97bdc54ab
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Aug 11 19:19:50 2009 -0400

    future hold request followup 2 - fix queries
    
    Clarify when it is necessary to add a
    'reservedate <= CURRENT_DATE()' clause.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit e96c821ad7d75c1894729dc06df5b0ecc1718a36
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Aug 11 19:18:56 2009 -0400

    future hold request followup 1 - updatedatabase
    
    Fix so that syspref description is populated after
    a database updated.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 04586395664ee7889f946a02134e2c9dd416f0d4
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Mon Aug 10 17:17:29 2009 -0600

    Allow the reserve date to be set on holds - sysprefs
    
    This is the two system preferences controlling this feature, and the
    updatedatabase addition using db verion 3.01.00.040
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 74a4f29236497f4cca2e62b56d83fc89ffe563f3
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Tue Aug 11 09:03:22 2009 -0600

    Allow the reserve date to be set on holds
    
    This adds to the interface and code the ability to set the reserve date when
    requesting a hold.
    
    Resubmit.  Sorry, I formatted it from the wrong branch.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Reserves.pm                                     |   84 ++++++++++++++++++--
 C4/SIP/ILS/Transaction/Hold.pm                     |    4 +-
 admin/systempreferences.pl                         |    2 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    2 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    2 +
 installer/data/mysql/updatedatabase.pl             |    8 ++
 .../prog/en/modules/reserve/request.tmpl           |   32 ++++++++
 .../prog/en/includes/calendar.inc                  |    0 
 .../prog/en/lib/calendar/cal.gif                   |  Bin 127 -> 127 bytes
 .../prog/en/lib/calendar/calendar-en.js            |    0 
 .../prog/en/lib/calendar/calendar-setup.js         |    0 
 .../prog/en/lib/calendar/calendar-system.css       |    0 
 .../prog/en/lib/calendar/calendar.js               |    0 
 .../prog/en/lib/calendar/menuarrow.gif             |  Bin 68 -> 68 bytes
 .../opac-tmpl/prog/en/modules/opac-reserve.tmpl    |   44 ++++++++++
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/holds/build_holds_queue.pl           |    4 +-
 opac/opac-reserve.pl                               |   25 ++++++-
 reserve/placerequest.pl                            |    9 +-
 reserve/request.pl                                 |   11 ++-
 serials/routing-preview.pl                         |    2 +-
 21 files changed, 210 insertions(+), 21 deletions(-)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/includes/calendar.inc (100%)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/calendar/cal.gif (100%)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/calendar/calendar-en.js (100%)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/calendar/calendar-setup.js (100%)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/calendar/calendar-system.css (100%)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/calendar/calendar.js (100%)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/lib/calendar/menuarrow.gif (100%)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list