Merge "(bug 37072) - prevents infinite job loop"
[lhc/web/wiklou.git] / includes / Wiki.php
2012-02-13 Brian WolffGive a warning when people use $wgArticle. Add's a...
2012-02-12 Alexandre EmsenhuberRevert r111168 (removed of $wgArticle) since it seems...
2012-02-10 Alexandre EmsenhuberGOOD BYE $wgArticle!
2012-02-05 Thomas GriesPlease review carefully, I cannot see negative side...
2012-02-03 Alexandre EmsenhuberwfTime() -> microtime( true ), no need to use the forme...
2012-01-29 Jeroen De Dauwfix doc and var names
2012-01-26 PlatonidesUnused global
2012-01-25 Antoine Mussobug 33646 Badtitle error page now emits a 400 HTTP...
2012-01-21 Krinkle[Action] Fix action=ajax
2012-01-21 Krinkle[Wiki.php] Minor clean up
2012-01-21 KrinkleReinstate r109223 per CR + fixes
2012-01-17 Aaron SchulzReverted r109223 per CR
2012-01-17 Krinkle[Actions] Move action logic out of MediaWiki::getAction...
2012-01-17 Krinkle[Actions] Move the remaining actions out of MediaWiki...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-12 Sam ReedDocumentation
2012-01-11 Niklas LaxströmApparently we can commit code that doesn't compile...
2012-01-11 Sam ReedAdd @since to getPerformedAction, added in r108342
2012-01-08 KrinkleFix typo from r108342.
2012-01-08 KrinkleImplement MediaWiki::getPerformedAction()
2012-01-06 Alexandre Emsenhuber* Added WikiPage to RequestContext and related so that...
2012-01-02 Alexandre EmsenhuberUpdated comment since $wgArticle is going to be removed...
2011-12-19 Alexandre Emsenhuber* Inlinise the only usage of $user in MediaWiki::main()
2011-12-18 Alexandre EmsenhuberRevert r106545 and pass a null variable by ref (also...
2011-12-18 Mark A. Hershbergerfollowup r88898 -- move BeforeInitialize hook to where...
2011-12-18 Mark A. Hershbergerw/s
2011-12-15 Chad HorohoeGet rid of a few more $wgTitles
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-11-28 Sam Reed* (bug 32276) Skins were generating output using the...
2011-11-09 PlatonidesFollow-up r102521
2011-11-09 Alexandre EmsenhuberSome updates to EditPage and ExternalEdit:
2011-11-06 Alexandre Emsenhuber* Merged Title::userCanRead() check in Title::getUserPe...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-02 Aaron SchulzAlias NS_MEDIA page views to NS_FILE. Fixes bug 32032.
2011-10-24 Aaron SchulzFU r100645: don't pass unused param
2011-10-24 Alexandre Emsenhuber* Remove $abort parameter from MediaWiki::checkMaxLag...
2011-10-23 Alexandre Emsenhuber* Changed action=history to use an Action subclass
2011-10-20 Alexandre Emsenhuber* Changed action=raw to use an Action subclass
2011-10-03 Alexandre EmsenhuberAlso catch Special:Badtitle to display the "Bad title...
2011-09-29 Aaron SchulzFR r98459: forgot to commit this!
2011-09-29 Aaron SchulzHTMLFileCache refactoring:
2011-09-27 Aaron SchulzImproved filecache short-circuit slightly (catching...
2011-09-19 Brion VibberAdd in a 'TestCanonicalRedirect' hook to be called...
2011-09-16 Alexandre Emsenhuber* Added HttpError exception as replacement for wfHttpEr...
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-02 Chad HorohoeMinor tweak to r95521: remove outdated comment about...
2011-08-25 Happy-melonUndo r85392 ('revert' is a strong word since a lot...
2011-08-19 Roan KattouwReverse a bad decision in r93820, which added a comment...
2011-08-07 Alexandre EmsenhuberTemporaray revert of r94031; forgot that this was depen...
2011-08-06 Alexandre Emsenhuber* Moved action=history to use an Action subclass
2011-08-03 Aaron SchulzReverted r91942,r91943,r91949,r92156 per CR
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-14 Chad HorohoeVarious cleanups to ExternalEdit. Documentation, code...
2011-07-14 Chad HorohoeUse the context's response for header() calls in checkM...
2011-07-13 Aaron SchulzPointless w/s tweaks :)
2011-07-13 Aaron Schulz* Changed MediaWiki:main to use WikiPage
2011-07-13 Aaron Schulz* Broke long Wiki.php lines
2011-07-12 Leo KoppelkammRevert r91942, r91943 & reimplement. wgActions doesn...
2011-07-12 Leo Koppelkammr91943. Add global.
2011-07-12 Leo Koppelkammr91942: Add nosuchaction also if action not in
2011-07-12 Leo KoppelkammFollowup r91871 per CR. Write back the actually execute...
2011-07-02 Alexandre EmsenhuberMoved action=rollback to an Action subclass
2011-07-01 Alexandre Emsenhuber* Changed action=revert to use a subclass of Action
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-28 Alexandre Emsenhuber* Fixed documentation
2011-06-25 Aaron Schulz* Follow-up r90749
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-21 Sam ReedFollowup r90261
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...
2011-06-18 Matěj GrabovskýFix outputting AJAX
2011-06-18 PlatonideswfProfileIn/wfProfileOut to the whole main()
2011-06-18 PlatonidesAdd deprecated $wgArticle again. Fixes r88588.
2011-06-18 PlatonidesAs discussed in r85918 CR. Move everything from wfIndex...
2011-06-17 Bryan Tong MinhPer comments revert r88904 and remove session_write_clo...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedFixing up most of the magic get/set stuff
2011-06-17 Sam Reed(29 lines skipped) [17-Jun-2011 10:03:59] PHP Notice...
2011-06-12 Alexandre EmsenhuberMoved action=deletetrackback and action=markpatrolled...
2011-06-11 Alexandre Emsenhuber* Made Special:RevisionDelete use the local variables...
2011-06-03 Brion VibberProvisional revert of r89406, r89414: reference-related...
2011-06-03 Happy-melonStart unpicking r85288 (magic __get() accessor for...
2011-06-03 Chad Horohoervv: r89398. Tim wants me to wait
2011-06-03 Chad HorohoeKill off action=raw from index.php
2011-05-26 Alexandre EmsenhuberFix for r88898: fix variable name
2011-05-26 Bryan Tong Minh(bug 27891) Follow-up r72475: destroy the LBFactory...
2011-05-26 Alexandre EmsenhuberMerged MediaWiki::performRequestForTitle() and MediaWik...
2011-05-26 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
2011-05-25 Sam Reed* (bug 29144) Move action=dublincore and action=creativ...
2011-05-23 Alexandre EmsenhuberUse $act instead of a second call to $this->getAction()
2011-05-22 Alexandre EmsenhuberMoved MediaWiki::articleFromTitle() to Article::newFrom...
2011-05-22 Chad Horohoe$wgArticle is deprecated! Possible removal in 1.20...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-16 Alexandre EmsenhuberRemoved configuration storage in the MediaWiki class:
2011-05-09 Alexandre EmsenhuberFollow-up r86155: also remove revisionmove from MediaWi...
2011-05-04 Raimond SpekkingFollow-up r87411: Remove stray f
2011-05-04 Paul CoppermanFollow-up r87394: Add reference back to MediaWiki:...
2011-05-04 Paul CoppermanRemove references from function parameters in Wiki...
next