cleanup to mwsuggest.js & fix some things suggested by JSLint
[lhc/web/wiklou.git] / includes / Wiki.php
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
2008-12-09 Aaron SchulzTweak profile calls
2008-12-09 Aaron Schulz* Performance tweaks
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-10-01 Matt JohnstonWhen there is no title given but a curid parameter...
2008-09-12 Aaron SchulzDon't hang up page views with jobs
2008-08-21 Aaron Schulzminor code tweaks
2008-08-18 Alexandre EmsenhuberTweaks for Credits and Metadata:
2008-08-18 Aaron Schulzprofile out
2008-07-04 Aaron SchulzRe-commit fixed r37006
2008-07-04 Brion VibberRevert r37006 -- causes fatal errors:
2008-07-03 Aaron SchulzMake redirects work properly with flagging (bug 14714)
2008-07-01 Chad HorohoePass $mediaWiki object to MediawikiPerformAction hook.
2008-05-17 Alexandre EmsenhuberFix doxygen warnings
2008-05-10 Bryan Tong MinhDon't call wfFindFile twice when it's not necessary.
2008-05-10 Bryan Tong Minh(bug 13943) Fix image redirect behaviour on image pages:
2008-05-09 Bryan Tong Minh* Use getters where appropriate
2008-05-08 Bryan Tong Minh* Move image page redirect checking to ImagePage. Shoul...
2008-05-08 Bryan Tong Minh* Add new flag FIND_IGNORE_REDIRECT to wfFindFile and...
2008-04-22 Aaron SchulzDon't make extensions have to play around with NS_MEDIA
2008-04-22 Aaron SchulzPass title by ref to consistently override the whole...
2008-04-15 Brion VibberRevert some chunks of r33133 and r33375:
2008-04-15 Alexandre Emsenhuber(bug 13752) Section redirects now works again
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-26 Brion Vibbermissed one
2008-03-26 Brion VibberDrop some useless parameters to silly methods on the...
2008-03-21 Alexandre Emsenhuber* Document Exception.php
2008-03-19 Alexandre EmsenhuberRewrite a bit the MediaWiki class:
2008-02-21 Tim Starling* Don't show edit permissions errors on a red link...
2008-01-20 Victor Vasiliev* Don't follow redirects if image exists
2008-01-16 Victor Vasiliev* Support redirects in image namespace
2008-01-12 Domas MituzasFew sanity things for database activity:
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-29 Victor Vasiliev* Proper redirect deletion
2007-11-19 Roan KattouwRevert part of Brion's 27627: please don't throw away...
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-18 Victor Vasiliev* (bug 11206) api.php should honor maxlag
2007-11-15 Victor VasilievMake action=render follow redirects by default. There...
2007-11-06 David McCabeThe uncontroversial Liquid Threads hooks.
2007-10-18 Brion VibberRevert r26670 [LiquidThreads-related patches] for now:
2007-10-12 David McCabeMerged in changes from Liquid Threads branch including...
2007-10-07 Brion VibberRevert r26414 -- causes image reverts to fail as it...
2007-10-04 Rob Church(bug 11561) Don't throw a PHP fatal error when non...
2007-07-17 Brion Vibber* (bug 8054) Return search page for empty search reques...
2007-07-13 Nick JenkinsMark Mediawiki::articleFromTitle() as static to prevent...
2007-07-10 Brion Vibberwoops -- parens broke teh diffs
2007-07-10 Brion VibberFix regression caused by the namespace check on oldid...
2007-07-10 Rob Church* Code conventions
2007-07-10 Yuri AstrakhanAdded $wgShowHostnames to shows/hide host names in...
2007-06-30 Aaron Schulz*Use NS_SPECIAL constant to be formal
2007-06-30 Aaron Schulz*Don't fuck over special pages with oldid param
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Brion Vibber* (bug 7071) Properly handle an 'oldid' passed to view...
next