* Added revdelete-suppress-text
[lhc/web/wiklou.git] / includes /
2009-03-07 Aaron Schulz* Added revdelete-suppress-text
2009-03-06 Rotem LissFix typo.
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-03-06 Niklas Laxström* Modified wfMsg behaviour to do transform after substi...
2009-03-06 Aaron Schulzstyle/profiling tweaks
2009-03-06 Aaron Schulzfix profiling
2009-03-06 Aaron Schulzfix profiling
2009-03-05 Aaron Schulz* Allow for cache hits when the current rev is requested
2009-03-05 Chad HorohoeNot sure exactly why this parameter was being passed...
2009-03-05 Chad Horohoe(bug 17751) The message for bad titles in WantedPages...
2009-03-05 Chad Horohoe(bug 17795) Make meta=siteinfo respect $wgDisableCounters.
2009-03-05 Chad Horohoe(bug 17799) Special:Random no longer throws a database...
2009-03-05 Raimond SpekkingFix for r48026: \n needs ""
2009-03-05 Aaron Schulz(bug 17792) Hide DELETED_USER items
2009-03-05 Chad HorohoeOrder this list so it makes some bit of sense. More...
2009-03-05 Andrew GarrettWhen redlink=1 is specified, and the page exists, redir...
2009-03-04 Alexandre EmsenhuberRenamed CoreParserFunctions::namespace() to CoreParserF...
2009-03-04 Raimond SpekkingAdd a linebreak so that more complex customized message...
2009-03-04 Philip TzouUpdate the Chinese conversion tables.
2009-03-04 Domas Mituzasa handy development utility!
2009-03-04 Andrew GarrettExpand a bit
2009-03-04 Andrew GarrettDocument r7855
2009-03-03 Aaron Schulz* Only show private logs on specific request
2009-03-03 Aaron SchulzAdd mw-redirect class to subpage links as needed
2009-03-03 Chad Horohoe(bug 12970) Add global to force client rendering of...
2009-03-03 Aaron SchulzRedundancy/perm cleanups to insertRollback()
2009-03-03 Aaron Schulz(bug 16434) Fixed Special:PrefixIndex paging with no...
2009-03-03 Alexandre EmsenhuberFix for r47964: correct check
2009-03-03 Chad Horohoe(bug 17722) Fix regression where users are unable to...
2009-03-03 Andrew Garrett(bug 11857) Add 'protect' option to importImages.php...
2009-03-02 Aaron Schulz(bug 17189) Created 'stable versions only' dumps for...
2009-03-02 Alexandre Emsenhuber(bug 17761) "show/hide" link in page history in now...
2009-03-02 Andrew GarrettPartial revert of r47930, accidentally included half...
2009-03-02 Andrew GarrettFix careless error in suppression on SpecialDeletedCont...
2009-03-02 Roan Kattouw(bug 10172) Move setting the "changed since last visit...
2009-03-02 Aaron Schulzshort-circuit replaceVariables() for all the empty...
2009-03-01 Aaron SchulzLog dump cleanup for WikiExporter::STREAM
2009-03-01 Roan KattouwFix up r47901: don't return the string "true" or "false...
2009-03-01 Nicolas DumazetFor move logs, log_params can have a "suppressedRedirec...
2009-02-28 Aaron Schulzlog dump tweak: only select user_name from user table
2009-02-28 Roan Kattouw* API: (bug 13209) Add rvdiffto parameter to prop=revisions
2009-02-28 Aaron Schulz* Removed force index broken by r45764; shouldn't be...
2009-02-28 Aaron SchulzMade resetArticleID( 0 ) actually set the ID to zero...
2009-02-27 Aaron SchulzAdd profile calls to replaceInternalLinks2. Changed...
2009-02-27 Aaron Schulz(bug 17677) $wgSpamRegex should be seperated into summa...
2009-02-27 X!(bug 17707) Show file destination as plain text if...
2009-02-27 Roan KattouwAPI: Fix autolinker bug reported by DannyB on IRC:...
2009-02-27 Aaron SchulzRemoved strval calls from magicLinkCallback(); items...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-27 Roan KattouwAPI: (bug 17703) Fix regression from r47039 causing...
2009-02-27 Raimond SpekkingTweak outputHeader to allow overriding of summary messa...
2009-02-27 Raimond Spekking* Wrap special page summary message '$specialPageName...
2009-02-27 Purodha B Blissenbach(bug 17692) Added (list of members) link to 'user'...
2009-02-27 Tim Starling* Added restart-on-error feature to ForkController...
2009-02-26 Chad HorohoeFix regression from r30602. 'noindex,nofollow' was...
2009-02-26 Roan KattouwClean up WatchedItem.php a bit: use __METHOD__ rather...
2009-02-26 Andrew GarrettUse getId() instead of mId in getEditCount(), so it...
2009-02-26 Roan KattouwAPI: (bug 17673) Using &exportnowrap without &export...
2009-02-26 Alexandre Emsenhuber* Fixed $fname in functions definitions to have "Databa...
2009-02-26 Tim Starling* Refactored the forking code from runJobs.php to a...
2009-02-25 Chad HorohoeFollow up to r46613 (Allow local redirects to foreign...
2009-02-25 Chad HorohoeMore unused globals.
2009-02-25 Alexandre EmsenhuberRemoved useless global definition
2009-02-25 Roan KattouwSlight fix for r47781: remove useless if($index) condit...
2009-02-25 Aaron SchulzINDEX use fixes
2009-02-25 Aaron Schulz(bug 16343) Non-exiting, but in use, category pages...
2009-02-25 Aaron SchulzWhitespace :)
2009-02-25 Aaron Schulz(bug 16823) 'Sidebar search form should not use Special...
2009-02-24 Aaron SchulzBug 17241 The diffonly URI parameter should cascade...
2009-02-24 Chad Horohoe(bug 17291) MediaWiki:Nocontribs should pass on $target...
2009-02-24 Andrew GarrettMake $wgUseTagFilter disable just filtering, rather...
2009-02-24 Brion Vibber* Added $wgUseTagFilter to control enabling of filter...
2009-02-24 Philip TzouUpdate the Chinese conversion tables.
2009-02-24 Huji(bug 16899) DISPLAYTITLE should allow Arabic and Persia...
2009-02-24 Aaron Schulz* (bug 17649) Added isDeletedQuick() and replaced some...
2009-02-24 Chad HorohoeNS_IMAGE -> NS_FILE
2009-02-24 Alexandre EmsenhuberCorrect fix for r47709: the second parameter to wfTimes...
2009-02-24 Aaron Schulz* Fixed $wgProfileToDatabase/$wgProfileCallTree interac...
2009-02-24 Aaron Schulzwhitespace/style tweak
2009-02-23 Aaron SchulzFix double-escaping from r47466 (feed calls getUrl...
2009-02-23 Aaron SchulzFix timestamp bug from r47709
2009-02-23 Alexandre Emsenhuber(bug 17460) Client ecoding is now correctly set for...
2009-02-23 Alexandre EmsenhuberTweaks for Special:RevisonDelete:
2009-02-23 Roan KattouwAPI: (bug 17626) Added uiprop=email to meta=userinfo
2009-02-23 Niklas Laxström* (bug 17621) Special:WantedFiles has no link to Specia...
2009-02-22 Aaron Schulz* Added titles to wfViewPrevNext() paging links
2009-02-22 Aaron SchulzMade powersearch-field message a label for the search...
2009-02-22 Aaron SchulzStylistic code tweaks
2009-02-22 Niklas Laxström* Correct case for formatNum
2009-02-22 Niklas Laxström* Fix broken since added in r24969 preload check which...
2009-02-22 Raimond SpekkingAnother piplist() candidate spotted by Translatewiki :)
2009-02-22 Raimond SpekkingMove <div>...</div> from message text to program code...
2009-02-21 Chad HorohoeOnly set cookies if it's us :p
2009-02-21 Chad HorohoeAdd logging to password resets per request on code...
2009-02-21 Alexandre Emsenhuber(bug 14414) maintenance/updateSpecialPages.php no longe...
2009-02-21 Raimond SpekkingAdd an ID if 'missingsummary' is triggered to allow...
2009-02-21 Alexandre EmsenhuberFixed Special:Wantedtemplates' SQL query to work with...
2009-02-21 Roan KattouwAPI: Fix up r47470: User::newFromRow() needs all rows...
2009-02-21 Niklas LaxströmTweak for bug 17103 (patch: Marcin Cieślak)
2009-02-21 Niklas Laxström* Allow changing block reason
next