- 25 Feb, 2011 5 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Zach Copley authored
-
- 21 Feb, 2011 8 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Brion Vibber authored
-
Brion Vibber authored
Fixes for ticket #3052: some commands started triggering when extra text is supposed to suppress them Regressions caused by bad refactoring in commit 21feac3b. Test cases in tests/CommandInterpreterTest.php were made against the pre-refactoring code, and now check out with the fixed code. Failures were caused by not changing logic structure when moving from multiple exit points (each if point would return directly with a null or an object) to setting a result variable and then falling through to a common exit point. Without the if statements being restructured, the result variable would just get overridden by the next case.
-
Brion Vibber authored
-
Brion Vibber authored
Issue #3049 - resync doc/im with the help command text (various additions since doc was last edited)
-
Evan Prodromou authored
-
Evan Prodromou authored
I've extended the rights framework (centering on the Right class and Profile::hasRight()) to cover Web login and API use. This will make it possible to prevent login and API use by users. I added two new Right constants to the Right class: WEBLOGIN and API. I check these rights using Profile::hasRight() when initializing users. If the rights check fails, I throw an exception. I created a new AuthorizationException class for this particular exception, in order to allow a different UI for these kinds of exceptions (or whatever).
-
- 19 Feb, 2011 2 commits
-
-
Zach Copley authored
-
Zach Copley authored
-
- 18 Feb, 2011 12 commits
-
-
Zach Copley authored
* 0.9.x: HTML and style cleanup for EmailSummary plugin.
-
Zach Copley authored
-
Samantha Doherty authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
* 0.9.x: * update translator documentation. * remove superfluous whitespace. * tab to spaces. * add FIXME for undocumented class. * update translator documentation. * remove superfluous whitespace. * L10n updates. * small refactoring in publicrss.php. * remove PHP4-isms Localisation updates from http://translatewiki.net. Double quotes to single quotes. * improve L10n consistency for English. For example proper punctuation for all button and label titles. * fix some i18n bugs (in-message variables). * update/add translator documentation. * remove superfluous whitespace. add path separators for Plugin::path() argument to send email summary to all users on all sites fix indentation in siteemailsummaryhandler fix indentation in sendemailsummary.php fix indentation in Email_summary_status.php fix indentation in EmailSummaryPlugin.php fix indentation in usermailsummaryhandler.php
-
Zach Copley authored
-
Brion Vibber authored
-
- 17 Feb, 2011 10 commits
-
-
Siebrand Mazeland authored
* remove superfluous whitespace. * tab to spaces. * add FIXME for undocumented class.
-
Siebrand Mazeland authored
* remove superfluous whitespace. * L10n updates. * small refactoring in publicrss.php. * remove PHP4-isms
-
Evan Prodromou authored
-
-
Siebrand Mazeland authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
Zach Copley authored
-
- 16 Feb, 2011 3 commits
-
-
Siebrand Mazeland authored
* improve L10n consistency for English. For example proper punctuation for all button and label titles. * fix some i18n bugs (in-message variables). * update/add translator documentation. * remove superfluous whitespace.
-
Evan Prodromou authored
-
Evan Prodromou authored
-