simetrical@svn.wikimedia.org schreef:
Revision: 29819 Author: simetrical Date: 2008-01-16 00:06:42 +0000 (Wed, 16 Jan 2008)
Log Message:
- Rollback should not work if the wiki is read-only
- Spacing, 80-char lines, adjust some comments
Modified Paths:
trunk/phase3/includes/Article.php
Modified: trunk/phase3/includes/Article.php
<snip> + * FIXME: This is silly, those messages should be possible to output di- + * rectly. <snip>
For some reason, OutputPage has separate methods for these. Dunno why.
Roan Kattouw (Catrope)
On 1/16/08, Roan Kattouw roan.kattouw@home.nl wrote:
For some reason, OutputPage has separate methods for these. Dunno why.
Historical reasons. This whole idea of "display all errors" was only from a few months ago, when Werdna redid all the userCan stuff. Before, it was more like "display a single randomly-selected error", with different methods for each.
Simetrical schreef:
Historical reasons. This whole idea of "display all errors" was only from a few months ago, when Werdna redid all the userCan stuff. Before, it was more like "display a single randomly-selected error", with different methods for each.
Then I guess OutputPage.php should be fixed.
Roan Kattouw (Catrope)
wikitech-l@lists.wikimedia.org