[koha-commits] updated branch master (9dee98a0c97fec68eaf0f48e0d6a0a9dd56d7be1)

Koha Gitosis gitosis at git.koha.org
Mon Feb 15 01:47:01 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  9dee98a0c97fec68eaf0f48e0d6a0a9dd56d7be1 (commit)
      from  7fc80259784e8799103eaceee7f24c492a9dc3bc (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 9dee98a0c97fec68eaf0f48e0d6a0a9dd56d7be1
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Fri Feb 12 23:06:02 2010 +0100

    Bug 2959 - Cache already failed URLs to speedup check-url.pl
    
    Based on David Schuster improvement patch.
    
    For David:
    
    - To send the output into an HTML file, there is no need to add a
      paramater to this script, just redirect to a file:
    
      check-url --html --host-prot=http://koha-pro.mylib.org \\
        > /usr/local/koha/koha-tmpl/badurls.html
    
    - If you want as a result a table with alternate rows, use CSS and
      JavaScript. For example, with jQuery (found with google):
    
      <style type="text/css">
      table {width:400px; border:1px solid blue;}
      .oddrow {background-color:#E5E5E5;}
      </style>
      <script type="text/javascript"
       src="http://code.jquery.com/jquery-latest.min.js"></script>
      <script type="text/javascript">
      $(function(){
        $("table.tiger-stripe tr:even").addClass("oddrow");
      });
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 misc/cronjobs/check-url.pl |   31 +++++++++++++++++++++++--------
 1 files changed, 23 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list