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, new/bug_5074 has been created
        at  5c4f27bd0df7b7557519660d752eeee3c9fb0c7c (commit)

- Log -----------------------------------------------------------------
commit 5c4f27bd0df7b7557519660d752eeee3c9fb0c7c
Author: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
Date:   Thu Oct 28 09:05:20 2010 -0400

    Enhancement 5074 (Adding possibility to cleanup_database.pl to purge only 
older sessions) [UPDATED for master]
    
    Currently, the misc/cronjobs script cleanup_database truncates the session 
table (deleting all records, including active sessions).
    With an additional parameter sessdays, this behavior could be changed or 
(perhaps better) extended. If the parameter sessdays is passed along with a 
number of days, the script only deletes older session records. This is 
accomplished by examining the values of lasttime, atime or ctime in the record.
    So, calling the script like:
      ./cleanup_database.pl -v -sessions -sessdays 7
    will only delete sessions records older than 7 days. The "old style" call
      ./cleanup_database.pl -v -sessions
    still works too and truncates the table as before.
    
    Signed-off-by: Galen Charlton <gmcha...@gmail.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to