* Refactored mediaWiki.msg to use the configuration prototype
[lhc/web/wiklou.git] / includes /
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.
2010-09-11 PlatonidesRemove $wgIP global, but add a hook instead.
2010-09-11 Trevor ParscalMade CSSMin::remap take both local and remote directory...
2010-09-11 Alexandre EmsenhuberMoved SQLite specific functions to SqliteUpdater
2010-09-11 Niklas LaxströmFix whitespace
2010-09-11 Niklas LaxströmFix s-max-age to s-maxage
2010-09-11 Trevor ParscalFixed fatal error - now $user is being checked to be...
2010-09-11 Alexandre EmsenhuberFix copy-paste from r72782
2010-09-11 Alexandre EmsenhuberMoved modify_field() from updaters.inc to DatabaseUpdat...
2010-09-11 Trevor ParscalAdded sorting to module listing in OutputPage::makeReso...
2010-09-11 Alexandre EmsenhuberAdded DatabaseUpdater::addExtensionUpdate() to let...
2010-09-11 Trevor ParscalAdded direction to ResourceLoaderContext hashing (preve...
2010-09-11 Trevor ParscalMoved a config back to Skin::makeGlobalVaiablesScript...
2010-09-11 Trevor ParscalAdded versions to statically added ResourceLoader scrip...
2010-09-11 Trevor ParscalFixed user scripts/styles and site scripts/styles ...
2010-09-11 Raimond Spekkingtsearch2 → TSearch2. Spotted by kgh@Translatewiki
2010-09-11 Raimond SpekkingFollow-up r72734: Fix typo spotted by kgh@Translatewiki
2010-09-11 Trevor ParscalMajor refactoring of site and user CSS, creating Resour...
2010-09-10 Trevor ParscalMoved some of the logic for generating styles from...
2010-09-10 Trevor ParscalApplied patch for bug #25044 by Niklas Laxström --...
2010-09-10 Trevor ParscalBroke part of ResourceLoaderSiteModule into ResourceLoa...
2010-09-10 Trevor ParscalRemoved a comment, which should have been removed in...
2010-09-10 Trevor ParscalRemoved blank line in array definition.
2010-09-10 Trevor ParscalFixed remanant of when the site module was called sitejs
2010-09-10 Trevor ParscalAdjusted comments
2010-09-10 Trevor ParscalMerged load and go. At least for now, this seems to...
2010-09-10 PlatonidesFollow up r70957. Remove the double semicolon.
2010-09-10 Trevor ParscalMoved mediaWiki.loader.go() up to be above scripts...
2010-09-10 Trevor ParscalCleaned up the vector skin, removing $wgVectorExtraStyl...
2010-09-10 Platonides(Bug 25138) ApiUndelete begins a transaction, but does...
2010-09-10 Trevor ParscalAdjusted a comment
2010-09-10 Trevor ParscalResourceLoaderSiteModule now supports CSS too!
2010-09-10 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-10 Raimond Spekkingtypo. Spotted by User:Kghbln@Translatewiki
2010-09-10 X!Fix r72737: Oops. I fail
2010-09-10 X!Followup to r72736: Alphabetical order
2010-09-10 X!Followup to r70638: Add pageprop descriptions for displ...
2010-09-10 Raimond SpekkingClarify definition of "letters" per request on Trenslat...
2010-09-10 Trevor ParscalFixes issue in r72695 where ResourceLoaderFileModule...
2010-09-10 Trevor ParscalMade OutputPage only ask for a style from ResourceLoade...
2010-09-10 Alexandre EmsenhuberUse the AutoLoader instead of manually requiring these...
2010-09-10 Roan Kattouw(bug 25042) CSSJanus does not flip direction: rules...
2010-09-10 Chad HorohoeDocument a few things
2010-09-10 Trevor ParscalAdded media-type support for static and dynamic Resourc...
2010-09-09 Trevor ParscalChanged the license to Apache 2.0 - I also hereby grant...
2010-09-09 Chad HorohoeFix jQuery loading
2010-09-09 Trevor ParscalUsing constant to reduce duplication of CSS URL matchin...
2010-09-09 Trevor ParscalFixes issues with complex background rules containing...
2010-09-09 Trevor ParscalAdded 2 more options for mime-type detection. We now...
2010-09-09 Trevor ParscalUpdated link to official distribution
2010-09-09 Trevor ParscalMoved stand-alone libraries to includes/libs.
2010-09-09 Trevor ParscalRemoved depencency on wfProfile*
2010-09-09 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-09 Trevor ParscalMoved dependency of $wgUseDataURLs out of CSSMin and...
2010-09-09 Chad HorohoePer bug 22884, using "localhost" probably won't work...
2010-09-09 Chad HorohoeoutputHandler() isn't static
2010-09-09 Chad Horohoe(bug 25102) Image.php throws E_STRICT. Yes, this breaks...
next