wiki.techinc.nl/includes/diff
Alexandre Emsenhuber ba84011526 * Changed OutputPage::$mIsArticle flag to be false by default. A lot of actions don't change that flag when they should, since about only action=view should have it to true.
* Put OutputPage::$mIsArticleRelated declaration just below $mIsArticle's one since they are related
* Made DifferenceEngine consistent with action=view, i.e. setting that flag to true when displaying any version of the page, current or not
* Made Skin::getCopyright() always use history_copyright when displaying an old version, regardless to the diff parameter
* Changed some checks from namespace != NS_SPECIAL && action=view to isArticle() so that they don't get executed when e.g. throwing an Exception (or similar things)
2011-07-27 13:14:28 +00:00
..
DairikiDiff.php Removed usage of error suppression operator 2011-07-05 11:08:05 +00:00
DifferenceEngine.php * Changed OutputPage::$mIsArticle flag to be false by default. A lot of actions don't change that flag when they should, since about only action=view should have it to true. 2011-07-27 13:14:28 +00:00
WikiDiff3.php Swap else if for elseif 2011-06-17 16:03:52 +00:00