Remove some of the rubbish that has been accumulating in the default LocalSettings...
[lhc/web/wiklou.git] / includes / OutputPage.php
2010-12-04 Trevor ParscalFixes r77696 where a few mistakes were made. Also impro...
2010-12-04 Trevor ParscalMade use of Xml::encodeJsCall - improves on r77693.
2010-12-03 Trevor ParscalResolves bug #26131 by always placing user scripts...
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-18 Trevor ParscalMoved rightClickEdit
2010-11-14 Alexandre EmsenhuberFollow-up r76633: change function signature so that...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-08 Roan KattouwPer r76250, actually use the $skin parameter in makeRes...
2010-11-07 PlatonidesFollow up r76207. It's called $skin here.
2010-11-06 PlatonidesRemove checks for debug mode and module count on every...
2010-11-05 PlatonidesFollow up r76138. Globals that are now unneeded.
2010-11-05 Roan KattouwFollowup r75825: per bug 25610 comment #3, check for...
2010-11-01 Roan Kattouw(bug 25610) Put ResourceLoader in debug mode when resou...
2010-10-31 KrinkleAdding mediawiki.advanced.rightclickedit.js
2010-10-31 Sam ReedMore deprecated method calls
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-23 Krinkleadding begin of mediaWiki.util and loading it by defaul...
2010-10-04 Daniel FriesenClean up names of my bodyAttr hooks on Brion's recomend...
2010-10-03 Daniel FriesenAdd to OutputPage::headElement a OutputPageBodyAttrs...
2010-10-02 Alexandre EmsenhuberRemoved trailing whitespaces
2010-10-01 Trevor ParscalFixed mistake in r73686 where I wrapped CSS in a JavaSc...
2010-09-30 Trevor Parscal* Added support for basic version of ISO_8601 timestamp...
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-28 Niklas LaxströmRevert r73879 for now, not ready yet.
2010-09-28 Niklas LaxströmReplace imho ugly viewsourcefor subtitle with viewsourc...
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-24 Roan KattouwSupport ESI in the resource loader. Only used for the...
2010-09-22 Trevor Parscal* Added $wgResourceLoaderDebug, a default fallback...
2010-09-22 Trevor Parscal* Added WebRequest::getFuzzyBool, which is a more JavaS...
2010-09-22 Trevor ParscalFixed check for mediaWiki existance and removed additio...
2010-09-20 Trevor ParscalUsing new group feature of ResourceLoaderModule objects...
2010-09-20 Trevor ParscalFixed issues in r72940 - missing $ in release notes...
2010-09-19 Alexandre EmsenhuberFor consistency, removed line break
2010-09-17 Tim StarlingMinor resource loader changes:
2010-09-15 Trevor ParscalMoved responsiblity of initializtion to ResourceLoader...
2010-09-15 Trevor ParscalFixed really bad stuff going on with running hooks...
2010-09-14 Trevor ParscalRemoved user parameter completely when not logged in
2010-09-14 Trevor Parscal* Added exporting of user preferences
2010-09-13 Trevor Parscal* Changed the expiry time strategy, now treating any...
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-11 Trevor ParscalAdded sorting to module listing in OutputPage::makeReso...
2010-09-11 Trevor ParscalAdded versions to statically added ResourceLoader scrip...
2010-09-11 Trevor ParscalFixed user scripts/styles and site scripts/styles ...
2010-09-11 Trevor ParscalMajor refactoring of site and user CSS, creating Resour...
2010-09-10 Trevor ParscalApplied patch for bug #25044 by Niklas Laxström --...
2010-09-10 Trevor ParscalFixed remanant of when the site module was called sitejs
2010-09-10 Trevor ParscalAdjusted comments
2010-09-10 Trevor ParscalMerged load and go. At least for now, this seems to...
2010-09-10 Trevor ParscalMoved mediaWiki.loader.go() up to be above scripts...
2010-09-10 Trevor ParscalMade OutputPage only ask for a style from ResourceLoade...
2010-09-10 Trevor ParscalAdded media-type support for static and dynamic Resourc...
2010-09-07 PlatonidesFollow-up r72349. The new makeResourceLoaderLink()...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-07 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-04 Max Semenikload.php5 support for r72349
2010-09-04 PlatonidesFollow-up r72349.
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-20 Ryan KaldariAdding helpful comment :)
2010-08-12 PlatonidesFollow up r70520. Use canonical class name.
2010-08-11 PlatonidesNew line at end of wfDebug
2010-08-09 Max SemenikFixes for password checker from r70520:
2010-08-09 PlatonidesIt should only be saved in the ParserCache if it IS...
2010-08-05 Max SemenikJavaScript-based password complexity checker on account...
2010-07-25 PlatonidesRemove unused global faster than Reedy.
2010-07-24 Sam ReedRemoval of unused globals
2010-07-23 Tim StarlingFixed inappropriate conversion of strpos() result to...
2010-07-08 Niklas LaxströmIntroduce $wgBetterDirectionality that lets us work...
2010-07-08 Niklas LaxströmDocument mDebugtext
2010-07-05 Max SemenikRemoved sysopRequired() and developerRequired() from...
2010-06-28 Niklas LaxströmCode cleanup
2010-06-15 PlatonidesFollow up r68064. This another query also ended at...
2010-06-15 PlatonidesDo not link the user to its user javascript if the...
2010-06-09 Chad HorohoePartial revert r67707, included half-baked patch
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-06-04 Roan KattouwAdd $version parameter for custom style versions to...
2010-06-01 Daniel Kinzlerallow parser/extensions to control for how long a Parse...
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-24 Sam Reedbug 18608 done in a fashion much closer to how I should...
2010-05-24 Alexandre EmsenhuberCosmetic in head scripts
2010-05-22 Jack Phoenix*coding style cleanup (added braces, spacing tweaks...
2010-05-22 Jack Phoenixtrim trailing spaces
2010-05-12 Aryeh GregorFix validity error caused by r66068
2010-05-11 Mark A. HershbergerKeep formats that are not in $wgAdvertisedFeedTypes...
2010-05-08 Niklas LaxströmInstaller is no longer hardcoded to xhtml doctype
2010-05-05 Roan KattouwSwitch MediaWiki to jQuery 1.4.2 (was 1.3.2) and enable...
2010-04-27 Happy-melonRewrite ajaxwatch.js to use the API watch action, and...
2010-04-10 PlatonidesFollow up r64876 setHTMLTitle with boolean parameter...
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-10 Philip TzouFix bug 23115 again. Follow up r64821, r64823 and r6482...
2010-04-09 Alexandre EmsenhuberFix for r61055: single-quoted strings doesn't replace...
2010-04-05 Alexandre Emsenhuber* (bug 21916) Last-Modified header is now correct when...
2010-03-27 Alexandre Emsenhuber* (bug 22977) Removed "patched by Liangent and Philip...
2010-03-25 Alexandre Emsenhuber* (bug 22949) extra </html> at beginning of page
2010-03-21 Aryeh GregorUse <meta charset=UTF-8> in HTML5
2010-03-21 Aryeh GregorClean up <html> generation slightly
2010-03-21 Aryeh GregorOmit some start/end tags if not well-formed XML
2010-03-21 Aryeh GregorStyle fixes
2010-03-13 Happy-melonFollow-ups from r63682 CR suggestions.
next