[Koha-bugs] [Bug 7963] Parallel HTTP requests when checking URLs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 6 16:50:13 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #11 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA Comments (before Sign-off):

1/ Why don't you remove the old script? (check-url.pl)
2/ Please replace
  +use 5.010;
  +use strict;
  +use warnings;
with use Modern::Perl;
3/ It seems in Koha, the scripts have an extension. Please add the .pl
4/ It would be great to pass an argument (or syspref :-/) to the script
containing a list of field to check ? In UNIMARC, we can have 316$u, 317$u,
464$u, etc. with urls.
5/ For a new script it is very nice to submit the patch after a perltidy ;)

1, 3 and 5 are mandatory to pass QA

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list