Make adding sidebar elements easier for extensions (e.g. Extension:GroupsSidebar)
[lhc/web/wiklou.git] / includes /
2009-11-18 TobiasMake adding sidebar elements easier for extensions...
2009-11-18 Aaron Schulzlast tweak for bug 21352 (RevDelete messages)
2009-11-18 Tim StarlingFixed corruption of long UDP debug log messages by...
2009-11-17 Roan Kattouw(bug 21551) Make Squid response limit configurable...
2009-11-17 Jure Kajzerreplaced charset definition to php var instead of force...
2009-11-16 Roan Kattouw(bug 21540) Missing global
2009-11-16 Andrew GarrettFix incompatibility with PHP<5.2
2009-11-16 Greg Sabino MullaneRevert recent change: more implicit fields are needed...
2009-11-15 Greg Sabino MullaneAllow $wgMaxCredits to work for database backends with...
2009-11-15 Michael Dale* changed "wgSourceTypeUrl" back to "wgSourceTypeURL"
2009-11-15 Greg Sabino MullaneGrammar
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-11-14 Siebrand MazelandSync contributionsSub from SpecialContributions.php...
2009-11-14 Siebrand MazelandAdd tools link to user rights management for proviledge...
2009-11-14 Philip TzouUpdate the Chinese conversion tables.
2009-11-14 Alexandre EmsenhuberFix for r58652: use tabs for indentation, not spaces :)
2009-11-14 Matěj Grabovský(bug 21455) Fixed "Watch this page" checkbox appearing...
2009-11-14 Max Semenik* Removed remaining trailing ?> from core.
2009-11-13 Daniel Kinzleruse newer spec for html5 metadata
2009-11-13 Daniel Kinzleradd a version attribute to the <html> tag if RDFa is...
2009-11-13 Daniel Kinzleronly allow xmlns:* if RDFa is enabled
2009-11-13 Aaron SchulzUse isDeleted() instead of raw bitfield op
2009-11-13 Aaron SchulzUse reverse chronological order for all item lists
2009-11-13 Daniel Kinzlerrm debug echo (oops)
2009-11-13 Daniel KinzlerRDFa/microdata follow-up
2009-11-13 Daniel Kinzlerallow UploadVerification hooks to return error details
2009-11-13 Alexandre EmsenhuberRemoved $wgSpecialVersionExtended, not used anymore...
2009-11-13 Max SemenikFixed variable name in error message
2009-11-12 Bryan Tong Minh* (bug 17662) Customizable default preload/editintro...
2009-11-12 Alexandre EmsenhuberOne more fix for r58949: convert these lines too *STAB*
2009-11-12 Bryan Tong Minh(bug 19391) Fix caching for Recent ChangesFeed. Patch...
2009-11-12 Alexandre EmsenhuberFix for r58949: correct indentation
2009-11-12 Alexandre EmsenhuberUse tabs for indentation, not spaces
2009-11-12 Raimond SpekkingFollow-up r58385: Initialize variable to avoid a PHP...
2009-11-12 Aryeh GregorUpper-case DOCTYPE in HTML5 for well-formedness
2009-11-11 Max SemenikFix Special:Activeusers for SQLite
2009-11-11 Alexandre Emsenhuber* (bug 21470) MediaWiki:Sp-contributions-explain is...
2009-11-09 Jure KajzerFixed parserTests to work with Oracle (added Anonymous...
2009-11-09 Bryan Tong MinhFollow-up to r58633 and r58628 (lqt): Rename Title...
2009-11-09 Bryan Tong MinhIntroduce $wiki parameter to wfWaitForSlaves in order...
2009-11-09 Michael Dale* js_log msgs striped from non-debug output (smaller...
2009-11-08 Bryan Tong Minh* Add globalusage link to the file toc
2009-11-08 Chad Horohoerm completely obsolete variable, not used annnnnnnyyyywhere
2009-11-07 Daniel Kinzleradding support for <a> tags as a parser tag hook, in...
2009-11-07 Daniel Kinzlerbetter pattern for detecting evil scripts in rdfa attri...
2009-11-07 Daniel Kinzlerallow RDFa attributes; missing support for <a>, will...
2009-11-07 Daniel Kinzlerreverting r58694, needs to be done as parser tag hook...
2009-11-07 Alexandre Emsenhuber$fname -> __METHOD__
2009-11-07 Daniel Kinzlerallow <a> tags and RDFa attributes to support RDFa...
2009-11-07 Bryan Tong MinhAdd hook ImagePageAfterImageLinks for showing extra...
2009-11-07 Michael Dale(missing .= part) r58512#c4384
2009-11-06 Aryeh GregorReduce false positives for PHP in MimeMagic
2009-11-06 Jure KajzerStarted working on parserTests Oracle compatibility...
2009-11-06 Chad Horohoerm unused global
2009-11-06 Alexandre Emsenhuber* (bug 21420) Fix for r27043: typo
2009-11-06 Bryan Tong MinhAdd accessor to LinksUpdate::mImages
2009-11-06 Chad HorohoeAdd new global $wgUseInstantCommons for quick && easy...
2009-11-06 Ariel Glennno pass-by-ref needed for CacheHeadersAfterSet
2009-11-06 Roan KattouwAPI: (bug 20967) action=edit allows creation of invalid...
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-11-06 Ariel GlennAdd hook CacheHeadersAfterSet to permit override of...
2009-11-06 Andrew GarrettRemove upload from wgRestrictionTypes, it is added...
2009-11-06 Andrew GarrettEnabling changes for r56828: some refactoring and code...
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-11-05 Jure Kajzeradded encoding handlin on delete() and selectRow()...
2009-11-05 Jure Kajzerremoved x-codeBlob functions and modified blob handling...
2009-11-05 Max SemenikimplicitOrderby() seems to be true for SQLite, removing...
2009-11-05 Aaron SchulzHolding off r58575 for now
2009-11-05 Aaron SchulzMake newFromID() inherit correctly (ImagePage/CategoryP...
2009-11-05 Adam Milleradding a styling rule to ensure vector menu h5s aren...
2009-11-04 Jure KajzerFixed replace function behaviour when required ID not...
2009-11-04 Jure KajzerFixed some Oracle-specific installer and Strict Standar...
2009-11-04 Alexandre Emsenhuber* (bug 21083) API: list=allusers no longer returns...
2009-11-04 Raimond SpekkingFollow-up r55613: Fix typo. I guess that 'baddaccess...
2009-11-04 Max Semenik(bug 18609) Search index was empty for some pages
2009-11-04 Bryan Tong Minh* (bug 6579) Fixed protecting images from uploading...
2009-11-04 Bryan Tong Minh* Disable autofill for reuploads
2009-11-04 Alexandre EmsenhuberFix Special:ProtectedTitles' canonical name (Protectedt...
2009-11-04 Michael Dale* set $wgScriptModifiedMsgCheck to off by default
2009-11-04 Michael Dale( bug 21374 ) fixed default search repository
2009-11-04 Michael Dale* ( bug 21373 ) improved mwEmbed localization support
2009-11-03 Alexandre Emsenhuber* $fname -> __METHOD__
2009-11-03 Jure KajzerDatabaseOracle removed makeList overload and added...
2009-11-03 Roan KattouwAnother fatal in r58419
2009-11-03 Siebrand MazelandFix parse error from r58419
2009-11-02 Raimond Spekkingi18n tweak: Use 'colon-separator' instead of hardcoded...
2009-11-02 Raimond SpekkingPartly revert r57148. The search&replace was a bit...
2009-11-02 Roan KattouwRedo r58410, r58411 (attempts to to fix r58399) properl...
2009-11-01 Alexandre EmsenhuberFix for r58410: isset already checks for null, no need...
2009-11-01 Siebrand MazelandShould fix Undefined index: tag in includes/api/ApiQue...
2009-11-01 TobiasMake it possible to link to Special:Ipblocklist/<ip...
2009-11-01 Roan KattouwRevert accidentally committed stuff in r58399
2009-11-01 Chad HorohoeFix another regression from r57558, bug 21369 - Lowerca...
2009-11-01 Roan KattouwAPI: (bug 19004) Add support for tags. Patch by Matthew...
2009-11-01 Philip TzouUpdate the Chinese conversion tables. Modify Makefile...
2009-10-31 Aaron Schulzplural tweak for bug 21352
2009-10-31 Alexandre EmsenhuberFix for r51559: removed double urlencode()'ing
2009-10-31 Raimond Spekking* (bug 20478) Add a note to Special:Block when the...
2009-10-30 Chad Horohoe(bug 3340) Allow configuring of /16 limit on range...
next