Add comment per wikitech-l thread
[lhc/web/wiklou.git] / includes /
2008-11-21 Ilmari KaronenTurn wfMkdirParents() into just a thin wrapper around...
2008-11-21 Aaron SchulzRevert r43804 'This should probably be in Response...
2008-11-21 Chad HorohoeRevert r43785 (switching hardcoded Image: to loading...
2008-11-21 Chad HorohoeThis should probably be in Response, not Request, as...
2008-11-21 Aaron SchulzRemove duplicate group rights
2008-11-21 Aaron Schulz(bug 16388) 'HTMLFileCache's $mFileCache is initialized...
2008-11-21 Chad HorohoeTypo (and incidentally, it works 100% now :)
2008-11-21 Chad HorohoeAdd experimental findBySha1 functionality for ForeignAP...
2008-11-20 Steve Sanbegundo 43772; there seems to be various special behavior...
2008-11-20 Chad HorohoeGet the real canonical name for NS_IMAGE, don't assume...
2008-11-20 Charles MelbyeAdded a new configuration option ($wgUsePrivateIPs...
2008-11-20 Steve Sanbegthis should prevent the parser from inserting <p> tags...
2008-11-20 Roan KattouwFix up r43673: reindex the rights array after removing...
2008-11-20 Roan KattouwAPI: (bug 16398) meta=userinfo&uiprop=rights lists...
2008-11-20 Siebrand MazelandUpdate 'undelete-show-file-confirm' to allow time and...
2008-11-19 Andrew GarrettRevert "Starter for a re-jig of hit counting (in a...
2008-11-19 Andrew GarrettStarter for a re-jig of hit counting (in a per-day...
2008-11-19 Aaron SchulzMore fixes and consistency tweaks
2008-11-19 Aaron Schulz* Checkbox fix
2008-11-19 Aaron Schulz* Make for loop faster
2008-11-19 Aaron Schulz* Remove <hr/>
2008-11-19 Aaron SchulzAdd FeedItem::stripComment() and remove duplication
2008-11-19 Aaron Schulz* Remove incomplete isFileCacheable(), the parent one...
2008-11-18 Chad Horohoe* Move user-agent construction to its own method, so...
2008-11-18 Chad HorohoeBunch of globals laying around and nobody using them.
2008-11-18 Chad Horohoe(bug 2077) Info on how to use external editor is vague...
2008-11-18 Roan KattouwAPI: (bug 12760) meta=userinfo&uiprop=ratelimits doesn...
2008-11-18 Roan KattouwAPI: Make reblocking (introduced in r42843) possible...
2008-11-18 Roan KattouwAPI: (bug 16367) Add allowusertalk attribute to list...
2008-11-18 Raimond Spekking* (bug 11728) Unify layout of enhanced watchlist/recent...
2008-11-18 Chad HorohoeCleanup to r43657, don't really need strlen() here.
2008-11-18 Raimond SpekkingAdd hints for maximum values of some user preferences.
2008-11-18 Tim StarlingMark the functions I just accessed from outside the...
2008-11-18 Tim StarlingProtect users from attacks against their browsers via...
2008-11-18 Tim StarlingImproved the security of wfStreamFile():
2008-11-18 Andrew GarrettRemove some debugging code...
2008-11-18 Andrew GarrettWarn when re-uploading a file with the same SHA1/extens...
2008-11-18 Chad HorohoeBit of path cleanup per comments on code review (r43316...
2008-11-18 Aaron SchulzRename function to 'rasterize'
2008-11-18 Aaron SchulzRefactor SvgHandler to have transformSvgToPng() functio...
2008-11-17 Brion VibberReverting r43642 "Added $wgLoginAutocomplete to let...
2008-11-17 Marco SchusterAdded $wgLoginAutocomplete to let wiki owner disable...
2008-11-17 Marco SchusterDisabled auto-completion for password in Special:Prefer...
2008-11-17 Siebrand Mazeland(bug 44) Rename Image namespace to File. Based on a...
2008-11-17 Marco Schusterlittle bit of cleanup in the generator for the "remembe...
2008-11-17 Brion VibberRevert r43592 "Pass the user object in MakeGlobalVariab...
2008-11-17 Brion VibberPart of r43581 bits, reverting.
2008-11-17 Brion VibberReverting r43581 "Added a new user right called "always...
2008-11-17 Brion Vibber* Improved scripting safety heuristics for IE 5/6 conte...
2008-11-17 Brion Vibber* Add a .htaccess to deleted images directory for addit...
2008-11-17 Brion Vibber* Improved input validation on Special:Import form
2008-11-17 Brion Vibber* Blacklist redirects via Special:Filepath, hard to...
2008-11-17 Brion Vibber* Safer handling of non-MediaWiki exceptions -- now...
2008-11-17 Brion Vibber* API siteinfo query no longer throws an exception...
2008-11-17 Raimond SpekkingAdd a class when a usergroup contains no members to...
2008-11-17 Aaron Schulz* Re-commit new search UI code, disabled by default...
2008-11-17 Chad HorohoePass the user object in MakeGlobalVariablesScript in...
2008-11-16 Aaron SchulzRefactor getCharacterDifference()
2008-11-16 Charles MelbyeForgot to update one part, and also got rid of some...
2008-11-16 Charles MelbyeAdded a new user right called "alwaysuseskin" that...
2008-11-16 Aaron Schulzdoc typo
2008-11-15 Ilmari Karonenminor fix for r43517: float tables to the right on...
2008-11-15 Andrew GarrettConfigure extension:
2008-11-15 Brion Vibber$oldName parameter to UserLogoutComplete hook call...
2008-11-15 Chad HorohoeRevert r41710, r41978, r42012, r42048 (integration...
2008-11-15 Ilmari Karonenmake the layout of the namespace checkboxes in powerSea...
2008-11-14 Alexandre Emsenhuber* Removed the inclusion of memcached-client.php since...
2008-11-14 Raimond SpekkingAdd consistent classes for the common UI elements userl...
2008-11-14 Brion VibberReverting in-development search changes pending fixing.
2008-11-14 Aaron Schulz(bug 16305) Allow optional replacement of user talk...
2008-11-14 Brion VibberRevert class cruft in r43327 :)
2008-11-14 Brion VibberUse strict parameter on in_array() checks in wfMsgExt...
2008-11-14 Tim StarlingFix incorrect use of Title::newFromText(). That functio...
2008-11-14 Tim StarlingDon't use getParameter() inside substituteResultWithErr...
2008-11-13 Aaron SchulzVarious code/style/performance tweaks
2008-11-13 Tim StarlingImproved $wgRC2UDPInterwikiPrefix feature, so that...
2008-11-13 Aaron SchulzRevert r43329, r43330 due to said performance issues
2008-11-13 Aaron SchulzFix
2008-11-13 Brion VibberRun parsemag stuff through the proper language when...
2008-11-12 Raimond SpekkingAdd messages for hardcoded parser warnings
2008-11-12 Brion VibberRoll back r43377, r43379 "Factored wfInvokeFancyCallbac...
2008-11-12 Aaron Schulz'advanced' link consistency
2008-11-12 Aaron SchulzAdd valign="top"
2008-11-12 Aaron SchulzSuppress index link if no term given
2008-11-12 Aryeh GregorFix for 43393: use normal MW id convention
2008-11-11 Ryan LaneAdding an id to the domain tr so that admins with a...
2008-11-11 Raimond SpekkingCleanup for r43376:
2008-11-11 David McCabeRenamed the new wfInvokeFancyCallback to simply wfInvoke.
2008-11-11 David McCabeFactored wfInvokeFancyCallback() out of wfRunHooks...
2008-11-11 Aaron Schulz* Recommitting Search UI changes from r42352
2008-11-10 Marco Schusterfix bug 11027: Add parameter to MW:Randompage-nopages...
2008-11-09 Raimond SpekkingUse existing function. Now without PHP error. Thanks...
2008-11-09 Raimond Spekkingself revert r43332 due to a PHP Strict Standards error
2008-11-09 Raimond SpekkingUse existing function
2008-11-09 Victor VasilievForgot to commit Skin.php part
2008-11-09 Victor Vasiliev* Add class "disambiguationpage" to body tag
2008-11-09 Raimond SpekkingAdd some CSS classes for easier styling
2008-11-09 Alexandre EmsenhuberCleanup for r43315 (per aaron's comment): remove extra...
2008-11-08 Leon Weber* (bug 5530) Consistency between character encoding...
2008-11-08 Chad Horohoe* Redo thumb caching and make it a part of the default...
next