+ 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".
Description
Description
Details
Details
- Committed
Nicholas Robinson <nicholas.robinson@cern.ch> Mar 9 2008, 13:01 - Parents
- R3600:7ebfa8868341: Added the configuration information for two new demo submissions: + "Demo…
- Branches
- Unknown
- Tags