Localisation updates for core messages from Betawiki (2008-07-31 23:37 CEST)
[lhc/web/wiklou.git] / includes /
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
2008-07-31 Aryeh GregorFix r38302:
2008-07-31 Greg Sabino MullaneAdd an order by to the list of watched pages.
2008-07-31 Tim Starling$wgCleanSignatures to disable Parser::cleanSig(). Reque...
2008-07-31 Aaron Schulzset baserevid (part of bug 14984)
2008-07-31 Chad HorohoeI honestly have no clue how this got committed; wasn...
2008-07-31 Chad Horohoe(no commit message)
2008-07-31 ShinjimanLocalisation updates Chinese
2008-07-31 Chad HorohoeSyntax fix.
2008-07-30 Jon Harald SøbyAdding accesskey="s" to forms in the following special...
2008-07-30 Aryeh GregorUse Sanitizer::mergeAttributes() for Linker::linkAttrib...
2008-07-30 Aryeh GregorAs Brion points out, Linker::linkUrl() duplicates wfArr...
2008-07-30 Aryeh GregorAdd a comment, and fix up another. Writing the documen...
2008-07-30 Aryeh GregorNew Linker::link() function, intended to replace Linker...
2008-07-30 Brion VibberRevert r38214 (IPv6 check for $wgServerName) -- failing...
2008-07-30 Brion VibberRevert r38229:
2008-07-30 Brion VibberRevert r38221, 38238 -- "Add new parser function {...
2008-07-30 Chad HorohoeI love case-sensitivity. Don't you?
2008-07-30 Raimond SpekkingRemove unused var $dims
2008-07-30 Raimond Spekking* Add a nice fieldset for consistency
2008-07-30 Chad HorohoeAdd new parser function {{apiurl}}. Also, add new globa...
2008-07-30 Victor Vasiliev* (bug 14968) Specifying blank action parameter trigger...
2008-07-30 Chad HorohoeThe documented setting on MW.org (and in DefaultSetting...
2008-07-30 Chad Horohoe(bug 14977) Installations on servers using IPv6 address...
2008-07-30 Chad HorohoeBah! Partial revert of r38212. Unrelated file snuck...
2008-07-30 Chad HorohoeRemove unused $wgServer global.
2008-07-30 ShinjimanUpdate the Chinese conversion tables
2008-07-29 Brion VibberRevert r38196, r38204 -- "(bugs 6089, 13079) Show edit...
2008-07-29 Alexandre EmsenhuberPer talk with Simetrical, add a param to Title::quickUs...
2008-07-29 Alexandre Emsenhuber* (bugs 6089, 13079) Show edit section links for transc...
2008-07-29 Aryeh GregorRevert r38165 for now, breaks CentralAuth and I don...
2008-07-29 Greg Sabino MullaneDouble-check that all old revision are set null.
2008-07-29 Domas Mituzasdon't limit random range, no need, and not efficient
2008-07-29 ShinjimanUpdate the Chinese conversion tables
2008-07-29 Aryeh GregorMerge TitleArray and UserArray into one unified class...
2008-07-29 Aryeh GregorUh, also I shouldn't introduce syntax errors while...
2008-07-29 Aryeh GregorPartially revert r38162. Caused bugs due to incredibly...
2008-07-29 Aryeh GregorLinker.php cleanup:
2008-07-28 Aryeh GregorRecommit r38149, with the fatal error fixed. The EditS...
2008-07-28 Brion Vibber* (bug 14966) Fix SearchEngineDummy class for silently...
2008-07-28 Brion VibberRevert r38149 for now, causes regressions in API parsing.
2008-07-28 Brion VibberAdd type hint to Title::equals(); this lets the error...
2008-07-28 Brion Vibber* Recursion loop check added to Categoryfinder class
2008-07-28 Aryeh GregorLinker::doEditSectionLink() and Linker::doEditSectionLi...
2008-07-28 Alexandre Emsenhuber* Per talk with brion, use wfArrayToCGI()\n* Avoid...
2008-07-28 Robert Leverington* (bug 14923) Add method for getting a TitleArray for...
2008-07-28 Alexandre EmsenhuberSome tweaks for r38116:
2008-07-28 Chad HorohoeDeprecate SiteStats::admins() in favor of SiteStats...
2008-07-28 Raimond Spekking* Add a few CSS ids to allow customization of warning...
2008-07-28 Tim StarlingNo negative caching in the revision cache -- doesn...
2008-07-28 Brion VibberRevert r38068 "SpecialMovepageBeforeMove hook from...
2008-07-28 Brion VibberRevert r38040 "new hook, ConfirmEmailComplete"
2008-07-28 Brion VibberRevert r38016, r38018 (change of $wgTranslateNumerals...
2008-07-28 Brion VibberStart on some cleanup of how CSS stylesheets are loaded...
2008-07-28 ShinjimanUpdate the Chinese conversion tables
2008-07-28 Brion VibberSet a damn default for apiThumbCacheExpiry so we don...
2008-07-27 Aaron SchulzSet baserevid (bug 14918)
2008-07-27 Tim StarlingMagic word __STATICREDIRECT__ to suppress the redirect...
2008-07-27 Brion Vibber* API search now falls back to fulltext search by defau...
2008-07-27 Aaron Schulzset baseRevId (bug 14947)
2008-07-27 Aryeh Gregor* Add count() method to TitleArray and UserArray.
2008-07-27 Aryeh GregorIndeed, this is a ResultWrapper object, so we can itera...
2008-07-27 Alexandre EmsenhuberFix comment (Title::newFromTitle -> Title::newFromName...
2008-07-27 ShinjimanUpdate the Chinese conversion tables
2008-07-27 ShinjimanUpdate the Chinese conversion tables
2008-07-26 Jack PhoenixSpecialMovepageBeforeMove hook from Wikia codebase...
2008-07-26 Alexandre Emsenhuber* factorize common code
2008-07-26 Alexandre EmsenhuberTweak for my last commit: this variable is not used...
2008-07-26 Alexandre Emsenhuber$res is a ResultWrapper object
2008-07-26 Chad HorohoeOne less step and potentially one less query if the...
2008-07-25 Chad HorohoeRemove a bit of useless $wgCapitalLinks logic, all...
2008-07-25 Aryeh GregorMove more initialization to member variable defaults...
2008-07-25 Aryeh GregorChange a few hardcoded select() parameters (one of...
2008-07-25 Aryeh GregorConvert subpage move to use TitleArray, just for demons...
2008-07-25 Aryeh GregorAdd TitleArray, a straight rip-off of UserArray. I...
2008-07-25 Jack Phoenixnew hook, ConfirmEmailComplete
2008-07-25 Alexandre EmsenhuberPer r38036: also fix FormOptions
2008-07-25 Alexandre Emsenhuber(bug 14659) Passing the default limit param to Special...
2008-07-25 Rotem LissAPI change: Registration time of users registered befor...
2008-07-25 ShinjimanUpdate the Chinese conversion tables
2008-07-25 Chad HorohoeAdd some docs on how far back wfLoadExtensionMessages...
2008-07-25 Aryeh GregorMove some member variable initialization to the declara...
2008-07-24 Mohamed MagdySet $wgTranslateNumerals to false by default.
2008-07-24 Aryeh GregorBreak at 80 columns in some comments. Also improve...
2008-07-24 Aryeh GregorInstead of last commit, use $wgExemptFromUserRobotsCont...
2008-07-24 Aryeh GregorImplement $wgAllowUserRobotsControl to control whether...
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-24 Tim Starling* Fix bug 14904: fragments lost when redirects are...
2008-07-24 Tim StarlingSyntax error
2008-07-24 Tim StarlingWorkaround for APC bug. Not fully isolated, but AutoLoa...
2008-07-24 Chad Horohoebug 14907 - DatabasePostgres::fieldType() wasn't define...
2008-07-23 Aryeh Gregor(bug 8068) New __INDEX__ and __NOINDEX__ magic words...
2008-07-23 Aryeh GregorRevert last commit for a moment, committed lots of...
2008-07-23 Aryeh GregorFollow-up to r37968: forgot to commit the change setRob...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-23 Aryeh GregorDocumentation: note that $wgNamespaceRobotPolicies...
2008-07-23 Alexandre Emsenhuber$wgVersion too
2008-07-23 Tim StarlingSome documentation for SFH_OBJECT_ARGS
2008-07-23 Tim StarlingMissing file for r37928
2008-07-23 Brion VibberRevert r37924 "(bug 14883) Create hook AlternateSkinPre...
next