* Removed isset() checks - redundant given Parser::version
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 3 Apr 2011 05:53:07 +0000 (05:53 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 3 Apr 2011 05:53:07 +0000 (05:53 +0000)
commited303469fe489c8d1d64cf638c01aae31be34aa5
tree2ca17d33f344d37545ca920a1476977afad8124c
parentb12875c8c4b4ae7e42ccafba2b2ff2f63162c1b6
* Removed isset() checks - redundant given Parser::version
* For sanity in insertOn(), if the template/file version arrays are null, don't hit the DB - just assume they are empty
* Refactored mFlags handling in FlaggedRevision
* Use accessors for ParserOutput template/file versions
* Added OutputPage accessors for template/file versions
* Changed instance of NS_IMAGE -> NS_FILE
includes/OutputPage.php