* Added FileRepo::SKIP_LOCKING constant and made storeBatch() check it.
[lhc/web/wiklou.git] / includes / Wiki.php
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...
2011-05-01 Sam ReedDocumentation tweaks, additions and updates
2011-04-19 Aaron SchulzRemoved action=print; I can't find anything using this
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-15 Chad HorohoeMerge r81448 from REL1_17: reverting RevisionMove featu...
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-13 Neil Kandalgaonkarfollowup to r85929 -- missing the break;s for non-defau...
2011-04-12 Happy-melonFollow-up r85928: back out unrelated changes.
2011-04-12 Happy-melonImplement a $context and getContext/setContext methods...
2011-04-04 Happy-melonFix for catchable fatals thrown on invalid titles,...
2011-04-04 Daniel FriesenUpdate index.php and Wiki.php to make better use of...
2011-04-03 Daniel FriesenRemove $this->context->output->setTitle( $this->context...
2011-04-03 Happy-melonImplement magic accessors for RequestContext variables...
2011-04-03 Happy-melonFollow-up r85278, r85240:
2011-04-03 Happy-melonStore the WebRequest and OutputPage in the MediaWiki...
2011-04-03 Happy-melonCleanup in Wiki.php and index.php:
2011-03-26 Brian Wolff(bug 28242) Make url's of the form mediawiki.org/wiki...
2011-03-01 Brion Vibber* (bug 27761) Fix regression: pages with Esperanto...
2011-01-03 Alexandre Emsenhuber* Modified Article::loadPageData() to use a slave datab...
2010-12-16 Alexandre EmsenhuberPer ^demon, follow-up r78260: introduced MediaWiki...
2010-12-12 Alexandre EmsenhuberMoved the check for the "printable" parameter to perfor...
2010-12-09 Alexandre EmsenhuberCall finalCleanup() after outputting a cached page...
next