Bug 16794 - $wgSharedDB PostgreSQL support
[lhc/web/wiklou.git] / includes /
2011-12-13 Mark A. HershbergerBug 16794 - $wgSharedDB PostgreSQL support
2011-12-13 Robin PepermansRemoved Title::isValidCssJsSubpage(), deprecated since...
2011-12-13 Robin Pepermansupdate all core usage of deprecated Title::userCanRead()
2011-12-13 Raimond SpekkingFix PHP Notice: Use of Title::userCanRead was deprecate...
2011-12-13 Raimond SpekkingPartly revert r105985 for now: Flooding of translatewik...
2011-12-13 Raimond SpekkingPartly revert r105985 for now: Flooding of translatewik...
2011-12-13 Antoine Mussobring back Linker::tooltip()
2011-12-13 Jeroen De Dauwsince tag++
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-13 Jeroen De Dauwrem use of escapeLocalURL
2011-12-13 Jeroen De Dauwadd support for passing a component arg to this functio...
2011-12-13 Jeroen De Dauwfix deprecated method usage
2011-12-12 Robin Pepermansfix r105935, wgContLang still used in the function
2011-12-12 Robin Pepermansnot sure if this span is really needed, but in any...
2011-12-12 Robin PepermansSimplify code (minor)
2011-12-12 Robin PepermansNo need to use class="ltr", dir="ltr" is better
2011-12-12 Daniel FriesenFollowup r105919:
2011-12-12 Daniel FriesenDeprecate the escape methods in Title.
2011-12-12 Daniel FriesenReplace get{Local,Full,Link,Canonical}URL's $variant...
2011-12-12 Max SemenikCaps fix in API parameter description
2011-12-12 Robin PepermansFollow-up to r105870: dir="auto" on page title also...
2011-12-12 Brion VibberFollowup r105853 -- another instance of $request->getVa...
2011-12-12 Chad HorohoeStupid fatal
2011-12-12 Chad HorohoeSeparate Cli/Web logic for envCheckServer() per CR...
2011-12-12 Chad HorohoeSelf-revert r105872, there's a deeper issue here
2011-12-12 Chad Horohoe(bug 32984) ar_sha1 might not be set
2011-12-12 Antoine Mussoupdate message when dropping index ('index' not 'key')
2011-12-12 Amir E. AharoniReplaced the core message 'sectionlink' with getArrow...
2011-12-12 Brion Vibber* (bug 32958) SpecialAllMessages: input form doesn...
2011-12-12 Tim StarlingReverted r92364 (per-namespace permissions).
2011-12-12 Robin PepermansRemove the (useless) configuration option $wgVectorShow...
2011-12-11 Sam ReedMake ApiQueryBase::addTitleInfo() add the pageid also
2011-12-11 Sam ReedMore documentation updates as I've been going around
2011-12-11 Sam Reed* (bug 32495) API should allow purge by pageids.
2011-12-11 Sam ReedFollowup r105823, make it protected
2011-12-11 Raimond SpekkingLocalisation updates for core and extension messages...
2011-12-11 Sam ReedAdding a getDB function to ApiBase...
2011-12-11 Sam Reed* (bug 32414) Empty page get a empty bytes attribute...
2011-12-11 Sam ReedFix use of undefined $file
2011-12-11 Daniel FriesenIntroduce a Language::getHtmlLang method which returns...
2011-12-11 Sam Reed* (bug 32415) Empty page get no size attribute in API...
2011-12-11 Daniel FriesenUpdate wfArrayToCGI and wfCgiToArray:
2011-12-11 Sam ReedFix double pasting from r105803
2011-12-11 Sam Reed* (bug 31759) Undefined property notice in querypages API
2011-12-11 Alexandre EmsenhuberFix documentation of Title::userCan() and Title::quickU...
2011-12-11 Sam Reed* (bug 32960) remove EmailAuthenticationTimestamp from...
2011-12-11 Alexandre EmsenhuberGroup related functions
2011-12-11 Alexandre EmsenhuberMoved view count from WikiPage to Title; avoids an...
2011-12-11 Alexandre EmsenhuberUse ParserOptions::newFromContext() instead of 'new...
2011-12-11 Alexandre EmsenhuberUse local context to get messages
2011-12-10 Alexandre EmsenhuberUse WikiPage instead of Article
2011-12-10 Alexandre EmsenhuberFactorise calls to $this->getTitle() in SkinTemplate...
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-12-10 Alexandre EmsenhuberDo the "user is allowed to edit" check when checking...
2011-12-10 Alexandre Emsenhuber* Group related functions
2011-12-10 Alexandre Emsenhuber* Changed WikiPage::exists() to call Title::exists()
2011-12-09 Raimond SpekkingLocalisation updates for core and extension messages...
2011-12-09 Sam ReedFollowup r105575, r105619, r105671 Add RELEASE-NOTES...
2011-12-09 Tim Starling* Revert r103476, r105161 and implement the fix for...
2011-12-09 Tim StarlingFix for r102295 per CR r105654: don't double-escape...
2011-12-09 Tim StarlingRevert r102504 (allow ESC in debug output): the justifi...
2011-12-09 Tim StarlingFixes for r102295:
2011-12-09 Tim StarlingFix comment from r102287
2011-12-09 Tim StarlingAdd a configuration variable to work around the issue...
2011-12-09 Daniel FriesenFollowup r104676, r104688:
2011-12-08 Aaron SchulzRemoved swift subclass comments from r99546 (that is...
2011-12-08 Sam ReedFix version check version from r105559
2011-12-08 Sam ReedBug 32874 - Bitmap.php uses -define in ImageMagick...
2011-12-08 Antoine MussopurgeThumbList debug message is now a oneliner
2011-12-08 Antoine Musso(bug 32508) clean up update.php messages
2011-12-08 Niklas LaxströmRevert r97468 and implemented it in another way suggest...
2011-12-08 Niklas LaxströmGender is already needed in addResultToCache
2011-12-08 Aaron SchulzFU r101117: removed cURL thumb handler code and made...
2011-12-08 Aaron SchulzFU r104688:
2011-12-07 Jeroen De Dauwadd since tag; please do this if you add new public...
2011-12-07 Antoine Musso(bug 32473) [[Special:PasswordReset]] can not be used...
2011-12-07 Antoine Musso(bug 32853) DBA cache broken in MW 1.18
2011-12-06 Tim StarlingIt looks documented to me
2011-12-06 Brion Vibber* (bug 32617) Fix for edit summary on section 0 contain...
2011-12-06 Brion VibberFor bug 32617: lift some code out to a function - EditP...
2011-12-06 Chad HorohoeMinor tweaks to cleanSig(inSig)
2011-12-06 Chad HorohoeIndentation fix
2011-12-06 Brion Vibber* (bug 32786) Fix backwards compatibility for extension...
2011-12-06 Raimond SpekkingLocalisation updates for core and extension messages...
2011-12-06 Brion VibberFollowup r104350, r104318: only allow custom limits...
2011-12-06 Brion VibberRevert r104353, r104354, r104356, r104358, r104383...
2011-12-06 Chad HorohoeReduce some duplication in Action::getRestriction(...
2011-12-06 Sam ReedFix whitespace
2011-12-06 Sam ReedAdd a getExpiry method to Block (rather than direct...
2011-12-06 Antoine Mussorevert r104468 per CR: not needed :-)
2011-12-06 Antoine Mussoallow bold in TOC lines
2011-12-06 Tim StarlingFix for r103471: WikiPage::doSubmit() is not the only...
2011-12-05 Daniel FriesenAdd missing @since tags for getLanguage and deal with...
2011-12-05 Sam ReedMore documentation of parameters following up r104591
2011-12-05 Antoine MussoFix PageHistoryBeforeList hook
2011-12-05 Raimond SpekkingRevert r105162 for now per CR.
2011-12-05 Antoine MussoFix PageHistoryBeforeList hook
2011-12-05 Antoine MussoSkip replaceInternalLinks2 for js/css pages
2011-12-05 Roan KattouwRevert r105140 temporarily. The exception is thrown...
2011-12-05 John Du HartType hinting please
next