Removed configuration storage in the MediaWiki class:
[lhc/web/wiklou.git] / includes / Wiki.php
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...
2010-12-07 Chad HorohoePer CR, no need for an empty constructor
2010-12-07 Alexandre EmsenhuberPer Nikerabbit, follow-up to r77972: use a string inste...
2010-12-07 Alexandre EmsenhuberMerged wfDoUpdates() and MediaWiki::doUpdates() in...
2010-12-06 Alexandre EmsenhuberCheck for the "search" along with other checks to creat...
2010-12-01 Mark A. Hershbergerrandom w/s cleanup
2010-11-30 Sam ReedMore unused variables
2010-11-10 Alexandre EmsenhuberFix for r70871: need explicit check against null since...
2010-11-10 Alexandre Emsenhuber* (bug 17996) HTTP redirects are now combined when...
2010-11-06 Antoine Mussoreinsert some statements removed by r74745
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 PlatonidesRemove unused globals.
2010-10-28 Philip TzouFollow up r75617. remove extra brackets.
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-06 Bryan Tong MinhFollow-up r70137: Made asynchronous upload working...
2010-08-21 Niklas LaxströmAdded $wgAdaptiveMessageCache to avoid caching huge...
2010-08-11 Chad HorohoeRemove raw $_GET usage held over from days before WebRe...
2010-08-09 Chad HorohoeRemove silly end-of-class comment
2010-06-30 Sam ReedNormalise # to // comments
2010-06-30 Sam ReedFollowup r65037, do the same for the other route of...
2010-05-30 TobiasNew feature RevisionMove (bug 21312). Introducing Speci...
2010-04-14 Alexandre Emsenhuber* (bug 21456) "Bad title" error when showing non-local...
2010-04-04 Alexandre Emsenhuber* (bug 22496) Viewing diff of a redirect page without...
2010-03-15 Lisa RidleyUpdated documentation on Title, Wiki. Added @internal...
2010-01-17 Max SemenikFollow-up to r60744: one more const != $var <--> $var...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-21 Philip Tzoufollow-up r59522. follow Tim's suggestion to serve...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-07 Danny B* (bug 21776) Empty project + language interwikis do...
2009-12-05 Philip Tzoufollow-up r59522 and r59735. only redirect to a variant...
2009-12-04 Philip Tzoufollow-up r59522 and r59541. To make the condition...
2009-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-29 Philip Tzoufollow-up r59544. more comments added.
2009-11-29 Philip Tzoufollow-up r59522, r59523, r59527, r59529, r59530.
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-10-06 Tim Starling(bug 20966) Use the name of the <button> element to...
2009-09-28 Aaron SchulzRename and document initializeSpecialCases() a bit
2009-09-23 Aaron Schulzmissing wfProfileOut() calls
2009-09-06 Aaron Schulzbug 20519 Redirects in the stable version showed up...
2009-09-02 Tim Starling* Fixed CR r48837. Although using ids[]=x in the query...
2009-08-17 Tim Starling* Renamed PageHistory to HistoryPage. Brion gave me...
2009-08-04 Niklas Laxström* Forward get parameters to local interwikis
2009-08-03 Chad Horohoe(bug 15209) New hook right after initialization
2009-07-31 Chad HorohoeHandle todo: Mediawiki::initialize() is now called...
2009-05-02 Roan KattouwFix interesting regression from r49324: on a redirected...
2009-04-21 Aaron SchulzMade DB profiling work by actually committing it to...
2009-04-10 Chad Horohoe(bug 7830) Pending transactions failed to commit on...
2009-04-09 Chad HorohoeStage 2 of war on $wgTitle!! Make OutputPage, Skin...
2009-02-17 Tim StarlingProfile RawPage
2009-01-07 Aaron SchulzRedo simple ?diff check code for setting the right...
2009-01-07 Brion VibberPull back r45458 "Fix diff= urls with no title (bug...
2009-01-06 Aaron SchulzFix diff= urls with no title (bug 15233)
2009-01-02 Aaron SchulzTweak r45314: just return out
2009-01-02 Aaron Schulz(bug 9243) Avoid exit to make MW handle page exceptions...
2008-12-27 Aaron Schulz* Move filecache hits to faster lower level index.php...
2008-12-23 Aaron SchulzSkip redirect checks for NS_MEDIAWIKI
2008-12-23 Brion VibberPull back r44972 for now "(Bug 16677) Media: view URLs...
2008-12-23 Brion VibberRevert r44970 "Add FileCache exit back from r44801"
2008-12-23 Aaron Schulz(Bug 16677) Media: view URLs should HTTP-redirect to...
2008-12-23 Aaron SchulzAdd FileCache exit back from r44801
2008-12-23 Brion VibberRevert r44801 "Tweaks from profiling"
2008-12-23 Brion VibberRevert r44798 "short-circuit update call"
2008-12-22 Aaron SchulzAvoid extra page_touched query
2008-12-19 Aaron SchulzTweaks from profiling
2008-12-19 Aaron Schulzshort-circuit update call
2008-12-11 Aaron SchulzPull up and tweak filecache check to make it much faste...
2008-12-11 Brion VibberRevert r44381 "Remove noisy profiling"
2008-12-11 Brion VibberRevert r44335 "Tweak profile calls"
2008-12-10 Aaron SchulzMinor RawPage tweaks
2008-12-10 Aaron SchulzRemove noisy profiling
2008-12-09 Aaron SchulzWhitespace/style consistency
next