[koha-commits] updated branch master (372ebb8bdd017a1b18c3f867944851ed7f5dbe98)

Koha Gitosis gitosis at git.koha.org
Mon Feb 8 15:02:40 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  372ebb8bdd017a1b18c3f867944851ed7f5dbe98 (commit)
       via  5c8845821799d78928bf4914d01da2052a650e39 (commit)
       via  f52c54eb358ffd86d3701fb00fb5873c6662b16f (commit)
      from  ff4d456072fecb4045928015d57c1594b911ef96 (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 372ebb8bdd017a1b18c3f867944851ed7f5dbe98
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Feb 8 09:01:25 2010 -0500

    set koha_login_context in order to get auto-login for SCO working
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 5c8845821799d78928bf4914d01da2052a650e39
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Feb 8 08:46:21 2010 -0500

    DB rev 114 - tweak  AutoSelfCheckAllowed, AutoSelfCheckID, and AutoShelfCheckPass
    
    * made AutoSelfCheckID and AUtoSelfCheckPass type free instead of textarea
    * consolidated DB updates into one
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f52c54eb358ffd86d3701fb00fb5873c6662b16f
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Fri Oct 30 09:44:38 2009 -0400

    Bug 3738 Automate login to web-based self-check system
    
    Some small, single-branch corporate and special libraries use unattended self-checkout stations, and would like to automate the staff login, so that just going to the sco/sco-main.pl URL would bring the self-check up ready for patron use.  This patch create three sysprefs, AutoSelfCheckAllowed, and AutoSelfCheckID/AutoSelfCheckPass. If the site wants to allow automated login, staff would then need to create the selfcheck user record and enter that login ID and password into the sysprefs.  The kohaclone/opac/sco/sco-main.pl script has been modified to check these sysprefs and pass values (if present and allowed) into the self-check URL.  The URL then bypasses the staff login page and comes up ready for checkout, waiting for the first patron barcode.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 admin/systempreferences.pl                         |    3 +++
 installer/data/mysql/en/mandatory/sysprefs.sql     |    3 +++
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    3 +++
 .../ru-RU/mandatory/system_preferences_optimal.sql |    3 +++
 installer/data/mysql/updatedatabase.pl             |    9 +++++++++
 kohaversion.pl                                     |    2 +-
 opac/sco/sco-main.pl                               |    8 ++++++++
 7 files changed, 30 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list