|
regressions - please fix before end of Teasday review:
1/
2/
+ //print_error(get_string('noguestpost', 'forum'). } 3/
+ //print_error(get_string('noguestpost', 'forum'). 4/
+ //error(get_string('missingfield', 'error', $name). " ". 1) Ah, I see the append now (looked like a comma). OK, yes revert
2 and 3) Needs a whole new string yes (in lang/en_utf8/forum.php) 4) yeah this is wierd, should be reverted The bugs reported by Petr had been fixed, which could be found here: http://tracker.moodle.org/browse/MDL-14085?page=com.atlassian.jira.plugin.system.issuetabpanels:cvs-tabpanel
Revert confirmed. Closing.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
1) We use to put only one release for each branch both in the "affects versions" and "fix versions". So I guess the correct ones for this should be:
affects versions: 1.9, 2.0 (HEAD)
fix versions: 1.9.1, 2.0 (HEAD)
But, generally, for something fixed in a branch (1.9) we don't use to include HEAD (2.0). It's supposed that we always merge changes there, so finally I'd leave this as:
affects versions: 1.9
fix versions: 1.9.1
And will use the 2.0 for things coming exclusively in 2.0.
Just an explanation. Ciao
P.S.: Of course, once you have resolved one bug you should mark it as resolved (fixed) to allow it to be reviewed on weekly reviews.