From: <jj...@pr...> - 2004-02-02 02:43:55
|
Update of /cvsroot/ngetsuite/ngetsuite/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32633/web Modified Files: dump.rhtml Log Message: new config file format, rhs are now evaluated (strings must be quoted) new config option to disable the headers update by the program (extern_headers_update) the working directory is changed to where the main script is located at its startup (to allow the invocation by cron) misc bugfixes Index: dump.rhtml =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/web/dump.rhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dump.rhtml 28 Dec 2003 12:34:15 -0000 1.1 --- dump.rhtml 2 Feb 2004 02:41:57 -0000 1.2 *************** *** 31,35 **** # if guessed from the subject (0 if not) def Release.filenb_from_subject(subject) ! subject =~ /[\[\( ](\d+)([\/]|\s?of\s?)(\d+)[\]\) ]/ return [$1.to_i, $3.to_i] --- 31,35 ---- # if guessed from the subject (0 if not) def Release.filenb_from_subject(subject) ! subject =~ /[\[\(]?(\d+)([\/]|\s*of\s*)(\d+)[\]\)]?/ return [$1.to_i, $3.to_i] |