Fix dupe title construction, reported by ymas on IRC
[lhc/web/wiklou.git] / includes /
2010-09-22 Chad HorohoeFix dupe title construction, reported by ymas on IRC
2010-09-22 Trevor ParscalFixed check for mediaWiki existance and removed additio...
2010-09-22 PlatonidesFix bug from r68337. The variable is called $res, not...
2010-09-22 Roan KattouwRevert r73510 (trunk version of r73511 ; missed the...
2010-09-22 Tim StarlingAllow API modules to be disabled in configuration....
2010-09-22 Max SemenikClass doesn't exist anymore
2010-09-22 Priyanka DhandaRunSeleniumTests.php: Cleaned up a few options that...
2010-09-22 Trevor ParscalRemoved unneeded mediaWiki.loader.using wrapper which...
2010-09-21 Alexandre EmsenhuberMade file description header consistent with other...
2010-09-21 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-21 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-21 Sam ReedBraces, spaces, and a few unused arrays
2010-09-20 Trevor ParscalUsing new group feature of ResourceLoaderModule objects...
2010-09-20 Trevor ParscalAdded group functionality to ResourceLoaderModule objec...
2010-09-20 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-20 Trevor ParscalFixed bug caused by unset( $this->mSkin ) in User:...
2010-09-20 Trevor ParscalFixed issues in r72940 - missing $ in release notes...
2010-09-20 Sam ReedRemove some unused variables
2010-09-20 Niklas LaxströmCoding style
2010-09-20 Niklas LaxströmRemove double escaping
2010-09-20 Niklas LaxströmFix to language handling
2010-09-20 Sam ReedAdd missing parameter to lockTables
2010-09-19 Chad HorohoeFollowup r73348, rv unrelated change
2010-09-19 Chad HorohoeFollowup r70608, don't use master connection just for...
2010-09-19 Alexandre EmsenhuberFor consistency, removed line break
2010-09-19 Niklas LaxströmFix for r53290
2010-09-19 Max SemenikFixed DatabaseSqlite::tableName() to avoid prefixing...
2010-09-19 Niklas LaxströmRemove the redundant legend line from recent changes...
2010-09-19 Alexandre EmsenhuberFixed parameter name in documentation
2010-09-18 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-18 Robin PepermansgetHeadLinks() requires a skin parameter (added in...
2010-09-18 Alexandre Emsenhubermissing space
2010-09-17 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-17 PlatonidesUnused globals.
2010-09-17 Tim StarlingMinor resource loader changes:
2010-09-17 Tim StarlingFix for r73196: don't use $this->a as a temporary varia...
2010-09-17 Tim StarlingIn JSMin:
2010-09-17 Tim StarlingTried to make it so that I can read this code without...
2010-09-16 Chad HorohoeFix a bunch of notices. Error was "Notice: Found alias...
2010-09-16 Trevor ParscalFixed bug that cause ResourceLoader to generate mediaWi...
2010-09-16 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-16 Roan Kattouw(bug 25182) ResourceLoader breaks because of warnings...
2010-09-15 Nimish Gautamadded line expressly stating where the extensions are...
2010-09-15 PlatonidesGo back to Status objects after r71805. We return an...
2010-09-15 PlatonidesFollow up r71805: Drop PoolWork from the configuration...
2010-09-15 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-15 Trevor ParscalChanged to always calling ResourceLoader::intitialize...
2010-09-15 Trevor ParscalMoved responsiblity of initializtion to ResourceLoader...
2010-09-15 Trevor ParscalFixed really bad stuff going on with running hooks...
2010-09-15 Trevor ParscalRemoved a bit of testing code that got left in.
2010-09-15 PlatonidesFix getDirty from r70783.
2010-09-15 Max SemenikAlthough the default logo placeholder is indeed 135x135...
2010-09-15 Chad HorohoeFollowup r65542, rm some unused vars
2010-09-15 Trevor ParscalFixed a bunch of syntax errors and mistakes.
2010-09-15 Trevor ParscalUsing hook for registering resources.
2010-09-14 Trevor ParscalRemoved user parameter completely when not logged in
2010-09-14 Trevor Parscal* Added exporting of user preferences
2010-09-14 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-14 Alexandre EmsenhuberDox fix: ChangesList is used for watchlist, not what...
2010-09-14 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-14 Max SemenikFollow-up r72941: don't use json_encode() directly
2010-09-14 Niklas LaxströmFix broken r72956 with another approach
2010-09-14 Raimond Spekking(bug 16574) Allow administrators to temporarily disable...
2010-09-14 Niklas LaxströmAvoid extra query by reusing $wgUser if possible
2010-09-14 Niklas LaxströmUse only single query for determinging highest page_tou...
2010-09-14 Niklas LaxströmSet caller for LinkBatch
2010-09-14 Trevor ParscalReduced (dramatically) the number of database queries...
2010-09-13 Trevor ParscalAdded missing semi-colon in r72941
2010-09-13 Trevor ParscalWrapped custom loaders in a function which provides...
2010-09-13 Trevor Parscal* Changed the expiry time strategy, now treating any...
2010-09-13 Trevor ParscalRemoved comment that's no longer relevant
2010-09-13 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-13 Chad HorohoeDrop no-op. initial_setup() and setup_database() are...
2010-09-13 Roan Kattouw(bug 25137) Don't open a DB connection just to (wrongly...
2010-09-13 Greg Sabino MullaneAdd new index on pagelinkes(pl_title) per suggestion...
2010-09-13 Greg Sabino MullaneAdd the "page" table back in when upgrading from really...
2010-09-13 Chad HorohoeFollowup r72866, make 100 in 100+ a param. Makes raisin...
2010-09-13 Tim StarlingMS Office creates vulnerabilities also, per comment...
2010-09-13 Tim StarlingAdded some warnings for some upload security issues...
2010-09-13 Tim StarlingFixed some overly-long lines, mostly from r72023.
2010-09-12 Alexandre EmsenhuberRemoved trailing spaces
2010-09-12 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-12 Alexandre EmsenhuberLet's just kill $wgUpdates since OpenID was converted...
2010-09-12 Alexandre EmsenhuberGOOD BYE, dear old updaters.inc!
2010-09-12 Chad Horohoe(bug 24007) Diff pages now mention the number of users...
2010-09-12 Roan Kattouw(bug 24987) Special:ListUsers does not take external...
2010-09-12 Aaron SchulzMade getUndoText() not use unreliable getContent()...
2010-09-12 Alexandre Emsenhuber* Use Maintenance::runChild() to get the child script...
2010-09-12 Alexandre EmsenhuberAdd `watchlist`.`wl_notificationtimestamp` through...
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-11 Sam ReedUsing oimplode( ',', $to ) in wfDebug would only result...
2010-09-11 Niklas LaxströmWhitespace fixes
2010-09-11 Niklas LaxströmRemove wfPurgeSquidServers - has been deprecated for...
2010-09-11 Alexandre EmsenhuberAdded some __METHOD__ to DatabaseBase::query() calls
2010-09-11 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-11 Niklas LaxströmCanonical case for function and whitespace fixes
2010-09-11 Niklas Laxström$dbr was undefined
2010-09-11 Alexandre EmsenhuberMoved drop_index_if_exists() to DatabaseUpdater and...
2010-09-11 Niklas LaxströmFix warning from r72349, $script is no longer used.
2010-09-11 Niklas LaxströmQuickfix for Fatal error: don't die on anonymous users.
next