Refactor redundant attrib dropping into new method
[lhc/web/wiklou.git] / includes /
2009-09-07 Aryeh GregorRefactor redundant attrib dropping into new method
2009-09-06 Tobiasfixing error in r55903 - User object from userid is...
2009-09-06 TobiasShow change block / unblock link on Special:Contributio...
2009-09-06 Aryeh GregorRemove unneeded class left by r55879
2009-09-06 Aryeh GregorFix YET ANOTHER PHP WEAK TYPING BUG
2009-09-06 Aryeh GregorMove more <input> logic from input() to element()
2009-09-06 Aryeh GregorReimplement r55876 properly
2009-09-06 Happy-melonAllow password fields to be served by HTMLForm.
2009-09-06 Aaron Schulzbug 20519 Redirects in the stable version showed up...
2009-09-06 Aaron SchulzFixed regression likely from r55700, where $wgOut rev...
2009-09-06 Alex Z(bug 20136) Synchronize the protection form expiry...
2009-09-05 Aaron SchulzMove checkboxes back a bit
2009-09-05 Tobiasshow move/deletion log on action=history if there is...
2009-09-05 ThomasVuse UtfNormal::cleanUp() (r55768)
2009-09-04 Nimish GautamCan now pass in element attributes other than just...
2009-09-04 Alexandre Emsenhuberuse wfScript() so that it uses $wgScriptExtension to...
2009-09-04 Raimond SpekkingMake revdel input form more consistent with other forms:
2009-09-04 ThomasVfollow-up to r55768
2009-09-04 Jack D. PondBug 20489 Configure illegal file characters https:...
2009-09-04 Tim StarlingFix disabling of APC cache when loading message files...
2009-09-04 Jack D. Pondbug 19646 Localization of img_auth.php - with enhancements
2009-09-04 Tim StarlingFixed a bug whereby if a recache is triggered via getSu...
2009-09-04 Tim StarlingAdded $wgShowDBErrorBacktrace, to allow users to easily...
2009-09-04 Tim StarlingApplied patch by Juliano F. Ravasi for bug 20431: const...
2009-09-04 Aaron SchulzRemoved old comment and depreciated <tt> tags
2009-09-03 Aaron Schulz(bug 19912) Fixed regression were file links were never...
2009-09-03 Aaron SchulzRemoved pointless intval of the $ids array; it was...
2009-09-03 Aaron SchulzFixed regression that made re-upload links give overwri...
2009-09-03 Alexandre Emsenhuber* (bug 20494) OutputPage::getArticleBodyOnly() no longe...
2009-09-03 Daniel Kinzleradding public access methods for use by XMLRC extension.
2009-09-03 ThomasVget rid of invalid UTF8, strip control characters
2009-09-02 Aaron Schulz(bug 18862) RevisionDelete dropdowns
2009-09-02 Aaron Schulz(bug 20372) Improve rollback-revisiondelete handling
2009-09-02 Aaron Schulz* Fix for r55741 - selecting no revisions made PHP...
2009-09-02 Alexandre Emsenhuber* (bug 20464) Force manual recaching to false in Locali...
2009-09-02 Alexandre Emsenhuber* (bug 20446) When changing user rights with User@remot...
2009-09-02 Tim StarlingFix for r53194: according to the XSLT 1.0 spec, the...
2009-09-02 Tim StarlingFixes for r51204: removed useless $wgVariant and StubUs...
2009-09-02 Tim StarlingRevert r52158 per CR: was attempting to convert text...
2009-09-02 Tim Starling* Fixed CR r48837. Although using ids[]=x in the query...
2009-09-01 Michael Dale* r55034#c3604 re-factored presently used curl options...
2009-09-01 Happy-melonFollow-up to r55700 - patch up a path through which...
2009-08-31 Happy-melon(bug14900) Make __INDEX__ and __NOINDEX__ not override...
2009-08-31 Happy-melonBetter documentation for $wgPagePropLinkInvalidations.
2009-08-31 Happy-melon(bug 18880) Make LogEventsList::showLogExtract() more...
2009-08-31 Happy-melonReimplement r55685, r55686, r55687, with correct parsin...
2009-08-31 Niklas LaxströmRevert r55685, r55686 and r55687 for now. Limits not...
2009-08-30 Happy-melon* Allow IndexPager->mLimitsShown to be an associative...
2009-08-30 Alexandre EmsenhuberUse $wgScript rather than $this->getTitle()->getLocalUR...
2009-08-30 Nephele(bug 2257) Add a $frame parameter to recursiveTagParse...
2009-08-30 NepheleFixed EditFilterMerged hook to use hookError param
2009-08-29 Chad Horohoe(bug 20260) SQLite: don't always autocreate DB and...
2009-08-28 Bryan Tong Minh* Add buffering to ApiFormatBase, which allows bufferin...
2009-08-28 Bryan Tong MinhFix wfShellBackgroundExec for windows. Works in mainten...
2009-08-28 Tim StarlingReverted breakage of non-ASCII message keys, Domas...
2009-08-28 Domas Mituzassweet spot for compression, per:
2009-08-28 Roan KattouwAPI: BREAKING CHANGE: (bug 20426) Instead of throwing...
2009-08-27 Chad HorohoeRevert r53534 (bug 15745, Make the edit summary link...
2009-08-27 Roan KattouwAPI: Add user-agent and method (GET/POST) to request...
2009-08-27 Roan KattouwAPI: Refactor the XML formatter a bit so that ApiFormat...
2009-08-27 Roan KattouwAPI: Cache API help in memcached, inital use of the...
2009-08-27 Andrew GarrettRevert r52983 for now, could cause unexpected syntax...
2009-08-27 Roan KattouwAPI: Add optional API request logging to a file or...
2009-08-27 Domas MituzasI LOVE OO PEOPLE <3 <3 <3
2009-08-27 Tim StarlingFixed bug with MW 1.4 style archive rows, with ar_text...
2009-08-27 Roan KattouwAPI: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first...
2009-08-27 Michael Daleenabled async download via configuration var: wgEnableA...
2009-08-27 Michael Daleenabled async downloaded via configuration var: wgEnabl...
2009-08-27 Michael Dalequick fix for r55604 broken chunk upload class abstraction
2009-08-27 Bryan Tong Minh* Output warnings as filenames rather than an array...
2009-08-27 Alexandre Emsenhuber* (bug 20404) Custom fields in the user creation form...
2009-08-26 Roan KattouwAPI: Per rainman, mark list=search as an expensive...
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
2009-08-26 Alexandre EmsenhuberFollow-up r55584: seems that the "View logs for this...
2009-08-26 Bryan Tong MinhUnify properties in ApiQueryAllimages, ApiQueryImageinf...
2009-08-26 Bryan Tong MinhRemoved the $tmpFile parameter to UploadBase::verifyUpl...
2009-08-26 Bryan Tong Minh* Code style & commenting on upload functions.
2009-08-26 Alexandre EmsenhuberAdded parser test for r55601, has to clear MagicWord...
2009-08-26 Alexandre Emsenhuber* (bug 8143) Localised parser function names are now...
2009-08-26 Aryeh GregorRestore size=60 that got eaten by r55453
2009-08-26 Aryeh GregorUse type=search for Monobook sidebar
2009-08-26 Aryeh GregorFor search, move "create page" below "no results"
2009-08-26 Brion VibberReplace our mb_substr() fallback implementation with...
2009-08-25 Chad HorohoeRevert r53841 (Favicon, apple-touch-icon links matching...
2009-08-25 Bryan Tong Minh(bug 19999) Made metadata and properties of search...
2009-08-25 Alexandre Emsenhuber* (bug 20380) Link to history/log action at the top...
2009-08-25 Aryeh GregorWhitespace
2009-08-25 Niklas LaxströmFix for r52174 - don't show footer for non-existing...
2009-08-25 OverlordQFollowup to r52671, fix redirection syntax to work...
2009-08-25 Andrew GarrettFix live preview copying of existing category links
2009-08-24 Alexandre Emsenhuber* (bug 19966) MediaWiki:License-header is now used...
2009-08-24 Raimond Spekking* Wrap legend of historyPage into a div with class...
2009-08-24 Alexandre EmsenhuberFixed parse error: syntax error, unexpected ')' in...
2009-08-24 Alexandre Emsenhuber* (bug 15475) DatabaseBase::setFlag(), DatabaseBase...
2009-08-24 Alexandre Emsenhuber* (bug 20299) MediaWiki:Move-subpages and MediaWiki...
2009-08-24 Niklas LaxströmRecommit r53710 without the hack for preventing style...
2009-08-23 Brion Vibber* (bug 20364) Fixed regression in GIF metadata loading
2009-08-23 Aryeh GregorEmit CDATA more intelligently
2009-08-23 Alexandre Emsenhuber* (bug 20365) Page name with with c/g/h/j/s/u + x are...
2009-08-23 Aryeh GregorReformat comment
next