[koha-commits] updated branch master (13ab69ae08f962760c21ef4c52c3591c766a7fe1)

Koha Gitosis gitosis at git.koha.org
Wed Feb 10 14:42:54 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  13ab69ae08f962760c21ef4c52c3591c766a7fe1 (commit)
       via  209637695d52771efeb00bf6f46e0bd748f4fcc7 (commit)
       via  3d19eb7fef079a71d3d92cbb696d8e94fb8e4ee4 (commit)
      from  89fab00e996282b07980fce0cfee5bbf93f0b604 (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 13ab69ae08f962760c21ef4c52c3591c766a7fe1
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Feb 10 07:11:17 2010 -0500

    bug 4122: make WebBasedSelfCheck functional
    
    The WebBasedSelfCheck preference is now functional - if a user
    tries to use /cgi-bin/koha/sco/sco-main.pl if the preference
    is not on, they get redirected to the OPAC home page.
    
    Also, the patron image web service now returns HTTP 403 (forbidden) unless
    both WebBasedSelfCheck and ShowPatronImageInWebBasedSelfCheck are on.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 209637695d52771efeb00bf6f46e0bd748f4fcc7
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Wed Feb 10 14:05:54 2010 +0100

    bug 3893 : No way to see late orders
    
    When no lateorders were found, there was no way to change the limit in order to check for older orders
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 3d19eb7fef079a71d3d92cbb696d8e94fb8e4ee4
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Feb 10 08:31:45 2010 -0500

    bugs 3912, 4144: can now add contracts if dataformat is not metric
    
    Fixed bug in date validation that prevented adding new contracts
    if the dateformat syspref was set to something other than 'metric'.
    
    In process, also removed three hand-written date validation routines
    in favor of using JavaScript Date objects and the Date_from_syspref
    function provided in calendar.inc.
    
    This fixes bug 3912, and partially addresses bug 4144.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 admin/aqcontract.pl                                |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |   93 --------------------
 .../prog/en/modules/acqui/lateorders.tmpl          |    2 -
 .../prog/en/modules/admin/aqcontract.tmpl          |   16 ++--
 opac/sco/sco-main.pl                               |    7 ++
 opac/sco/sco-patron-image.pl                       |   10 ++
 6 files changed, 27 insertions(+), 102 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list