Homec4science

+ Corrected a bug encountered when using a regexp to search in the report…

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Mar 9 2008, 13:01.

Description

+ Corrected a bug encountered when using a regexp to search in the report- number for category. (If <CATEG> wasn't in the string, i.e. there is no category in the report number, a non-existent match-group was referenced.) + Added two new parameters: - decision_file The name of the file in which the referee's decision is stored. Previously, it looked for the hard-coded filename "decision", which meant that the form element for the referee's decision had to be called 'decision'. Not nice - now the admin can call it whatever (s)he wants, e.g. "DEMOBOO_DESCN" in the ATLANTIS Demo Book submission. For backward-compatibility reasons, if no value is provided for the "decision_file" parameter, the function will look for "decision". - comments_file The name of the file in which the referee's comments are stored. Previously, it looked for the hard-coded filename "COM", which meant that the form element for the referee's comments had to be called "COM". Not nice - now the admin can call it whatever (s)he wants, e.g. "DEMOBOO_COMNT" in the ATLANTIS Demo Book submission. For backward-compatibility reasons, if no value is provided for the "comments_file" parameter, the function will look for "COM".

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:7abf06f48067: + Corrected a bug encountered when using a regexp to search in the report… (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Mar 9 2008, 13:01