aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Article.php
Commit message (Expand)AuthorAgeFilesLines
* Move implementations of Page to separate filewithoutaname2014-06-221-2100/+0
* Remove info(), purge(), revert() and rollback() from Article.phpwithoutaname2014-06-211-36/+0
* Article: Add RL modules for the ParserOutput when showing CSS/JS pageBartosz Dziewoński2014-06-201-1/+3
* Don't double-parse edit summariesJackmcbarn2014-06-021-1/+1
* Add 'X-Robots-Tag: noindex' header in action=render pagesJuneHyeon Bae2014-06-021-0/+1
* Merge "Include edit summary in permalink"jenkins-bot2014-06-021-1/+1
|\
| * Include edit summary in permalinkJackmcbarn2014-05-121-1/+1
* | Make phpcs-strict pass on includes/ (7/7)Siebrand Mazeland2014-05-151-60/+22
|/
* Introduce ContentGetParserOutput hookdaniel2014-05-101-2/+3
* Avoid fatal in Article::fetchContent()Brad Jorsch2014-05-011-0/+5
* Follow-Ups to "Fixed some @params documentation"umherirrender2014-04-231-4/+4
* Fixed some @params documentation (includes/[Article|Pref|Skin].php)umherirrender2014-04-231-72/+71
* Consistently use '@deprecated since <version>'Bartosz Dziewoński2014-04-151-3/+3
* Merge "Suppress section edit links with action=render"jenkins-bot2014-03-261-0/+1
|\
| * Suppress section edit links with action=renderMaxSem2014-03-121-0/+1
* | Try to make a dent in CodeSniffer reports on includes/ (1)Siebrand Mazeland2014-03-231-40/+113
|/
* Call WikiPage::doViewUpdates also on missing article page viewumherirrender2014-02-151-0/+1
* Add Title::hasFragment and use itumherirrender2014-01-241-1/+1
* Add $context to the ArticleFromTitle hookBrian Wolff2014-01-231-1/+1
* Also show a warning on page deletion if a page is transcludedSorawee Porncharoenwase2014-01-181-1/+2
* Remove methods in Article deprecated in 1.18Siebrand Mazeland2014-01-111-75/+0
* Remove deprecated Article::forUpdate()Siebrand Mazeland2014-01-111-8/+0
* Merge "Move redirect rendering into WikitextContent"jenkins-bot2014-01-071-20/+30
|\
| * Move redirect rendering into WikitextContentBrad Jorsch2014-01-071-20/+30
* | Merge "Migrate redirectToFragment() from wikibits.js to own module"jenkins-bot2014-01-071-3/+2
|\ \ | |/ |/|
| * Migrate redirectToFragment() from wikibits.js to own moduleumherirrender2013-12-171-3/+2
* | Merge "Show a warning on page deletion if a page is linked to"jenkins-bot2013-12-301-0/+4
|\ \
| * | Show a warning on page deletion if a page is linked toAmir E. Aharoni2013-12-301-0/+4
| |/
* / Make MediaWiki:Redirectpagesub accept all wikitext.Skizzerz2013-12-261-1/+1
|/
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-2/+2
* Revert "Suppress section edit links with action=render"Brad Jorsch2013-11-221-1/+0
* Give extensions a chance to hide their (unrelated) log entriesMatthias Mullie2013-11-151-2/+7
* Suppress section edit links with action=renderBartosz Dziewoński2013-11-091-0/+1
* Use anon-specific text in Article::showMissingArticleMatthias Mullie2013-11-071-1/+2
* Correctly update wl_notificationtimestamp when viewing old revisionsBartosz Dziewoński2013-10-271-6/+6
* Don't ask users to mark own page creations as patrolledMarius Hoch2013-07-201-0/+7
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-7/+1
* Fix patrolling where NP patrol isn't explicitly enabledMarius Hoch2013-06-131-2/+2
* Remove revision patrol links from normal page viewsMarius Hoch2013-06-091-74/+32
* Cleaned up some Article comments.Aaron Schulz2013-06-011-3/+3
* Add new parameter $patrolFooterShown to hook ArticleViewFooterbsitu2013-05-291-8/+12
* Check if API enabled before loading dependent JS modulesKevin Israel2013-05-281-2/+4
* Merge "Patrol overhaul phase 1: Remove rcid parameters"jenkins-bot2013-05-251-4/+106
|\
| * Patrol overhaul phase 1: Remove rcid parametersMarius Hoch2013-05-251-4/+106
* | Apply default robot policy for non-existing user pagesumherirrender2013-05-241-2/+9
|/
* Non existent user subpages should return 404Marius Hoch2013-05-191-2/+3
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-3/+4
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-3/+3
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-6/+6
* Combine JavaScript and JSON encoding logicKevin Israel2013-03-271-2/+3