(bug 21095) allow tracking categories added to the parser to be disabled by setting...
[lhc/web/wiklou.git] / includes /
2009-10-11 Happy-melon(bug 21095) allow tracking categories added to the...
2009-10-11 Purodha B BlissenbachAdd link to Special:ActiveUsers to Special:Statistics
2009-10-10 Domas Mituzasum, don't die with fatal error?
2009-10-10 Aaron Schulzbug 21076: b/c, make 'undelete' work without 'deletedtext'
2009-10-10 Alexandre Emsenhuber* (bug 21073) "User does not exist" message no longer...
2009-10-10 Alexandre Emsenhuber* (bug 21074) Don't call $wgUser->getSkin() in OutputPa...
2009-10-10 Aaron Schulzblank invalid usernames for "revision author" field too
2009-10-10 Aaron SchulzFill in class names for r57530
2009-10-09 Alexandre Emsenhuberfix comments
2009-10-09 Andrew GarrettSame fix as r57530, except done correctly
2009-10-09 Aaron SchulzFollow up r57530 elsewhere
2009-10-09 Bryan Tong Minh* Add file and textarea support to HTMLForm.
2009-10-09 Chad HorohoeBack out the bit of r57558 for allowing lowercased...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-09 Chad HorohoeMove construction of $url and $thumbUrl up to FileRepo...
2009-10-08 Michael Dale* bug 21063 http copy upload and upload from stash...
2009-10-08 Andrew GarrettReplace broken nested terneries (causing a nasty bug...
2009-10-08 Raimond SpekkingConsistency tweak: coalesce tool links with pipes inste...
2009-10-08 Michael Dale* bug 21028 updated title for upload error
2009-10-07 Siebrand MazelandPartial reapply of r56549 after revert in r57489 withou...
2009-10-07 Brion VibberPartial revert r56549 -- too much HTML escaping on...
2009-10-07 Brion VibberSpacing tweak -- $histlink and $difftext now belong...
2009-10-07 Brion Vibbercheck that $this->mTitle isn't empty before checking...
2009-10-07 Brion VibberUse 'deleterevision', not 'deletedhistory' right to...
2009-10-07 Brion VibberMerge r57468 fix from wmf-deployment... fixes $wgStyleP...
2009-10-07 Andrew GarrettAdd new hook, UserIsBlockedFrom, which allows extension...
2009-10-07 Chad HorohoeSet default thumb cache to 24hrs, rather than disabled
2009-10-06 Brion VibberCleanup r57359 -- removing PHP4-isms (references not...
2009-10-06 Brion Vibber* (bug 21026) Fixed file redirects on shared repos...
2009-10-06 Brion Vibbertypo fix in comment
2009-10-06 Brion VibberCleanup for r57288: use $wgContLang->alignEnd() instead...
2009-10-06 Tim Starling(bug 20966) Use the name of the <button> element to...
2009-10-05 Andrew GarrettInclude wgScriptExtension in exported JS vars
2009-10-05 TobiasFixing bug 20524: Hideuser: Nicer error when trying...
2009-10-04 Alexandre Emsenhuberfix some doxygen warnings
2009-10-04 Jack Phoenixredoing r38040: two new hooks for email confirmation...
2009-10-04 Jack Phoenixcoding style tweaks
2009-10-02 Aaron Schulz* Added $wgFlaggedRevsProtectLevels to allow for site...
2009-10-02 Alexandre Emsenhuber* (bug 20948) "Create this page" on Special:Search...
2009-10-02 Aaron SchulzMade log extracts default to 25 items
2009-10-02 Raimond Spekking* Bug 20944: Align revision delete button left for...
2009-10-02 Daniel Kinzlerfollow-up to r57278: cache all variables untill the...
2009-10-02 Alexandre Emsenhuber* (bug 20885) Search box no longer suggests unavailable...
2009-10-02 Daniel Kinzlerclear variable cache in clearState() as suggested by...
2009-10-01 Brion VibberRevert r57208 - unexpected message format type change...
2009-10-01 Brion Vibberfix eol style
2009-10-01 Raimond SpekkingFix double escaping to avoid showing literal &bull...
2009-10-01 Aryeh GregorEscape '<' in attribute values for well-formed XML
2009-09-30 Aaron Schulzadded 'rev-suppressed-unhide-diff'
2009-09-30 Trevor ParscalDecided to go with yet another approach for adding...
2009-09-30 Aaron SchulzFixed regression: deleted file link was not greyed...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-30 Aaron Schulzunbreak deleted file viewing
2009-09-30 Aaron SchulzAdded exists() function
2009-09-30 Aaron SchulzisDeleted() et all should be sure to call $this->load()
2009-09-30 Brion VibberPull back r56730 for now: "New configuration variable...
2009-09-30 Aaron SchulzFixed deleted image link regression: was totally broken
2009-09-30 Roan KattouwPut the watch icon part of the changes reverted in...
2009-09-30 Andrew GarrettReplace hardcoded api.php with a call to wfScript(api...
2009-09-30 Roan KattouwRevert r56924 (new watch icon and color changes for...
2009-09-30 Andrew GarrettRandomly generate a watchlist token on-demand if a...
2009-09-30 Brion VibberRevert r57053 for now "bug 20860 [[Special:Allmessages...
2009-09-30 Andrew GarrettFix for r57119, remove double-/ in URLs
2009-09-30 Andrew GarrettRe-work feed exposure system.
2009-09-30 Aaron SchulzMake sure countRevisionsBetween() returns an integer...
2009-09-30 Aaron SchulzFollow-up r57109: missing file
2009-09-30 Aaron SchulzMoved UI diff stuff into its own DifferenceInterface...
2009-09-30 Michael Dale* restored script order per r56746#c4198
2009-09-30 Raimond Spekking* Use styling 'white-space: nowrap' for restriction...
2009-09-30 Jure Kajzerlogging table added columns, fixed cat_id sequence...
2009-09-30 Andrew GarrettSplit out the regex for invalid title characters and...
2009-09-30 Andrew GarrettAdd signature prefetching logic to Parser, supports...
2009-09-30 Happy-melonRecommit r56947, partially overwritten in r57024.
2009-09-30 Chad HorohoeFollowup r56731, check for PHP 5.3 or greater (where...
2009-09-29 Brion VibberRevert r56635 "Implement a 'root' permission, which...
2009-09-29 Brion VibberCleanup for r56298 "(bug 18180) Special:Export ignores...
2009-09-29 Brion VibberFix regression from r54429 "(bug 17864 + bug 19519...
2009-09-29 Chad Horohoe(bug 20836) Preload not working for MediaWiki namespace...
2009-09-29 Chad Horohoebug 20860 [[Special:Allmessages]] to have direct (edit...
2009-09-28 Trevor ParscalInc $wgStyleVersion to reflect changes in r57030 and...
2009-09-28 Trevor ParscalRefactored the watch/unwatch icon for Vector.
2009-09-28 Happy-melonRecommit some of the 'backend' stuff from the Login...
2009-09-28 Alexandre Emsenhuberreplaced split() with explode(), the former is deprecat...
2009-09-28 Happy-melonRecommit r56688 (tracking categories for __INDEX__...
2009-09-28 Roan KattouwFix for r56924: don't do any mouseover/mouseout effects...
2009-09-28 Siebrand MazelandFollow-up to r56962: add 'deletedcontent' to $mCoreRights
2009-09-28 Aaron SchulzRename and document initializeSpecialCases() a bit
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-28 Aaron SchulzFollow-up r56791: add 'deletedcontent' to corerights
2009-09-28 Aaron SchulzRevert r57002: already done when needed
2009-09-28 Aaron Schulzbolden show/hide links if oversighted
2009-09-27 Siebrand MazelandSupport GENDER in 'sp-contributions-blocked-notice'
2009-09-27 Siebrand Mazeland* support GENDER in 'blocklog-showlog' and 'blocklog...
2009-09-27 Domas MituzasI take 5% of blame for this idiocy
2009-09-26 Siebrand MazelandFix oversight in r56963: remove $creator
2009-09-26 Siebrand MazelandRevert r56696. Even though mentioned in r56937 ("Revert...
2009-09-26 Siebrand MazelandNew permission 'sendemail' added. Default right for...
2009-09-26 Siebrand MazelandAdd optional separate date and time parameters for...
2009-09-26 Roan KattouwAdd a {{STYLEPATH}} magic word; necessary for upcoming...
2009-09-26 Happy-melonFix bug in HTMLForm where password fields only got...
next