coding style tweaks
[lhc/web/wiklou.git] / includes /
2009-06-21 Jack Phoenixcoding style tweaks
2009-06-21 Roan KattouwAPI: Make usage of the parser cache in action=parse...
2009-06-21 Jack Phoenixcoding style tweaks
2009-06-21 Roan Kattouw(bug 19323) Calls to recursiveTagParse() overwrite...
2009-06-21 Alexandre Emsenhubersvn:eol-style
2009-06-21 Roan KattouwAPI: (bug 19313) action=rollback returns wrong revid...
2009-06-21 Aaron SchulzMissing file commit from r52226
2009-06-20 Aaron SchulzAdded activeuser list (bug 15456) (indexes should be...
2009-06-20 Roan KattouwCore changes for NavigableTOC extension:
2009-06-20 Roan KattouwAdd 'index', 'fromtitle', and 'byteoffset' fields to...
2009-06-20 Tim StarlingAdded PHP port of CDB, with abstraction layer. Tested...
2009-06-20 Ryan Schmidt* Remove "shortcut" in Title::userCanRead, it prevents...
2009-06-20 Siebrand MazelandSuppress display of duplicate getCategoryBottom() if...
2009-06-20 Siebrand MazelandMake paging links on category pages known. This allows...
2009-06-20 Niklas Laxström* Remove code duplication
2009-06-20 Roan KattouwAPI: Return HTTP 503 status code on maxlag error, like...
2009-06-20 Niklas LaxströmReimplement r49941 as an overridable method, as suggest...
2009-06-20 Philip TzouUpdate the Chinese conversion tables.
2009-06-19 Chad HorohoeRefactor Blankpage to subclass SpecialPage like a norma...
2009-06-19 Siebrand MazelandFollow-up to r51579: fix copy paste error (time->date...
2009-06-19 Niklas Laxström* (bug 19294) Always show Sp-contributions-footer(...
2009-06-19 Raimond SpekkingAdd heading of the deletion log on the 'delete' form...
2009-06-19 ThomasVencode string to utf8 before converting to xml
2009-06-19 Roan KattouwAPI: (bug 14200) Add user and excludeuser to list=recen...
2009-06-19 Tim StarlingFix fatal error. Logged on WM but exact cause uncertain.
2009-06-18 Andrew GarrettRevert half-done refactoring committed in r52143
2009-06-18 Andrew Garrett* Allow archivestartdays to be configured per-page...
2009-06-18 Andrew GarrettDocumentation I added while trying to figure out doBloc...
2009-06-18 Andrew GarrettAdd quoting functionality to LQT reply view
2009-06-18 Ryan Schmidt* Remove the two hooks introduced in r52082
2009-06-18 Tim StarlingFix typo in r52082
2009-06-18 Roan KattouwAPI: (bug 19271) list=usercontribs reported all pre...
2009-06-18 Ryan Schmidt* Add autopromote condition APCOND_BLOCKED to autopromo...
2009-06-18 Ryan Schmidt* (bug 17014) Blocked users can no longer use Special...
2009-06-17 Aaron Schulz(bug 19214) Make sure new pages have page ID cached...
2009-06-17 Andrew GarrettAdd classes to tag markers on recentchanges
2009-06-17 Andrew GarrettFix for string/int inconsistency in value and option...
2009-06-17 Raimond Spekking* Show user preference 'Use live preview' if $wgLivePre...
2009-06-17 Raimond Spekking* Add class=wikitable to some tables on specialpages...
2009-06-17 Roan KattouwMoving ConfEditor class from switch-master to core
2009-06-17 ThomasVfix regexp : oddly, the margin value may be negative
2009-06-17 Roan KattouwSelf-revert r52011 per CR comments
2009-06-17 Tim StarlingFix another screwup from r52024, same issue as r52028.
2009-06-17 Tim StarlingUpdate $wgStyleVersion for r52017/r52029
2009-06-17 Tim StarlingFix for r52017: use hyphens not underscores in CSS...
2009-06-17 Tim StarlingFix incorrect method call from r52024.
2009-06-17 ThomasVfix regexp
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-17 Alex ZPartial fix for bug 19236 - the array you want to overr...
2009-06-17 Niklas LaxströmUse addWikiMsg or wrapWikiMsg
2009-06-17 Remember the dotFollow-up to r49331: Moved decapitalization code to...
2009-06-16 Roan KattouwAdding wfParsePHP() to GlobalFunctions.php for use...
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Andrew Garrett* Fix preferences for languages without a "default...
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-16 Andrew GarrettBlock password resets from globally blocked IP addresses
2009-06-16 Alexandre Emsenhuberremoved unneeded semi-colon
2009-06-16 Aryeh GregorShow right logs when viewing/creating deleted page
2009-06-16 Andrew GarrettFix bug in global auth caused by r48970 (I think)....
2009-06-16 Tim StarlingRemoved isMissing() calls from performance-sensitive...
2009-06-15 Alexandre EmsenhuberAdded new message 'sp-deletedcontributions-contribs...
2009-06-15 Aaron Schulzreverted r49889 - breaks patrol mark functions (and...
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql
2009-06-15 Alex Zfix typo in comment
2009-06-15 Siebrand Mazeland(bug 19211) Fix regression from r50351 that caused...
2009-06-15 Niklas LaxströmRegression in r51797, anon signature links where prefix...
2009-06-15 Tim StarlingFix incorrect index usage. Without a condition on the...
2009-06-15 Siebrand MazelandFollow-up to r51894: remove unused $targetText
2009-06-15 Roan KattouwFix up r51559: Linker::link() expects Title objects...
2009-06-15 Niklas LaxströmFix regression probably from r50975 - link was not...
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-15 Siebrand Mazeland(bug 19205 ) Follow-up to 50351 and 51572: no double...
2009-06-15 Siebrand Mazeland(bug 19202) Follow-up to r51819: fix incorrect conversi...
2009-06-15 Siebrand MazelandFollow-up to r50822. Add id="mw-returnto" to allow...
2009-06-15 Robert StojnićFix for r51574: did you mean.. links were broken, the...
2009-06-15 Tim StarlingRemove $resultset->free() calls, as in live hack. The...
2009-06-14 Aryeh GregorUse parentheses for bit* to be on the safe side
2009-06-13 Siebrand Mazeland(bug 19170) Special:Version should follow the content...
2009-06-13 Katie FilbertDo not show new section link when viewing old talk...
2009-06-13 Siebrand Mazeland* deprecated makeMediaLink() to makeMediaLinkObj
2009-06-13 Siebrand Mazeland* replace deprecated makeBrokenLinkObj() by LinkHolderA...
2009-06-13 Siebrand Mazeland* follow-up to r51568: $id should not have been made...
2009-06-13 Niklas LaxströmFollow-up to r?????:
2009-06-13 Jure Kajzertypos
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-13 Siebrand MazelandUpdate Special:BrokenRedirects:
2009-06-12 Robert StojnićAnother follow-up for r51807: add a missing </form...
2009-06-12 Siebrand Mazelandconvert deprecated makeBrokenLinkObj() to link(). Chang...
2009-06-12 Robert StojnićFix warning in r51807, $out is first used here so need...
2009-06-12 Trevor ParscalChanged how the search UI is rendered.
2009-06-12 Chad HorohoeExpect DatabaseBase, not Database.
2009-06-12 Chad HorohoePut actual location of these two classes.
2009-06-12 Alexandre EmsenhuberKill some E_NOTICE when protecting a non-existing page
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-06-12 Alexandre EmsenhuberFix for r51774, r51784: set '127.0.0.1' as IP for CLI...
2009-06-12 Alexandre EmsenhuberFixes for r51774:
2009-06-12 Tim StarlingPass the SiteConfiguration object as a parameter to...
2009-06-12 Chad HorohoeRevert r51725 (fall back to 127.0.0.1 when IP cannot...
2009-06-11 Chad HorohoePer code review: call allowPropChange() directly, and...
2009-06-11 Alexandre EmsenhuberFix for r51667: external diff is also controlled by...
next