Document what settings are disabled by $wgHtml5
[lhc/web/wiklou.git] / resources /
2011-03-29 Trevor ParscalSwtiched to using console.log if present so that when...
2011-03-23 Neil Kandalgaonkarremove terminally annoying logging message that clutter...
2011-03-20 Roan KattouwIn $.textSelection, treat <input> elements differently...
2011-03-18 KrinkleFollow-up r83658 CR: Undoing addition of second argumen...
2011-03-18 Krinkleper r83658 CR: mw.log.prefix is for identifying windows...
2011-03-18 Krinkleper r83658 CR: mw.log.prefix is for identifying windows...
2011-03-17 Antoine MussoparseInt with base 10, update comment (number -> num)
2011-03-14 KrinkleFollow-up r82310 CR: Adding comment about document...
2011-03-14 Happy-melonComplete the trinity of blocking frontend interfaces...
2011-03-12 Happy-melonSpin out all the CSS used on special pages into their...
2011-03-12 Happy-melonDivert a river through the Augean Stables that is Speci...
2011-03-12 Happy-melonFollow-up r83747, forgot to commit a file
2011-03-11 Trevor ParscalFixes bug #27979 by removing 2 unused arguments from...
2011-03-10 KrinkleFixing minor issues with mw.loader
2011-03-10 KrinkleFixing minor issues in mw.htmlform
2011-03-10 Chad Horohoe(bug 27970) Wrong variable name, dependencies -> modules
2011-03-10 Neil Kandalgaonkarfixed some parseInts to have a base, renamed a var...
2011-03-09 KrinkleEscape minus in $.escapeRE
2011-03-09 Roan KattouwFix r83586 (drag and drop support for placeholder plugi...
2011-03-09 Roan Kattouw(bug 27944) Search placeholder was inserted even when...
2011-03-08 Trevor Parscal* Increased the size of the tipsy callout, removed...
2011-03-07 Krinkleremoving fallback, not needed (messages are in-core...
2011-03-06 KrinkleFix for IE7, jQuery magic doesn't help here, it needs...
2011-03-06 KrinkleFixed (bug 27652) [jQuery.client] versionBase is wrong...
2011-03-05 Bryan Tong MinhFollow-up r83218: Added var declarations. Html escape...
2011-03-05 KrinkleFix bug in makeCollapsible.
2011-03-05 Happy-melonFollow-up r83280; looks like I accidentally deprecated...
2011-03-05 Happy-melonInclude MediaWiki:Noscript.css in <noscript></noscript...
2011-03-05 KrinkleFollow-up r83284. Fixing JSLint warnings: No need to...
2011-03-05 KrinkleFixed (bug 27848) Escape '-' in $.escapeRE()
2011-03-05 Happy-melonFollow-up r83183, r83202:
2011-03-04 Bryan Tong Minh(bug 26995) File size is now checked before uploading...
2011-03-04 KrinkleAdding isIp-tests to MW JS Test Suite (based on IPTest...
2011-03-04 KrinkleMoving IP-check to mw.util & some enhancements to and...
2011-03-04 KrinklePHP Warning: filemtime() [function.filemtime]: stat...
2011-03-04 KrinkleJavaScript clean-up (Code conventions, cross-browser...
2011-03-03 Happy-melonConvert Special:BlockIP JS to jQuery/ResourceLoader...
2011-03-03 Roan KattouwMerge r83152 from 1.17wmf1 to trunk
2011-03-03 Brion VibberAdd @fixme comments for undocumented options parameters
2011-03-02 Brian Wolff(follow-up r80554) If person typed max amount in edit...
2011-02-28 KrinkleClosing tags in jQuery-element creation. Bug in jQuery...
2011-02-24 Krinklechanging implied if-statement into a real if-statment...
2011-02-24 Krinklecaching selector instead of re-creating the jQuery...
2011-02-20 Roan Kattouw(bug 27355) Guard against context being null, this...
2011-02-20 Krinklebug 27146
2011-02-19 Krinklemw.loader.implement now calls script without setting...
2011-02-19 KrinkleUsing the mw alias for mediaWiki in core. Saves bandwid...
2011-02-19 KrinkleImproving jquery.makeCollapsible & small fixed mw.util
2011-02-17 Krinklemore capitalization and less abbrevative ('T', 'err')
2011-02-16 KrinkleFollow-up r82310. using mw.config instead
2011-02-16 KrinkleAdding function to check if the current page is the...
2011-02-16 Bryan Tong MinhjQueryize the toggle upload source type code
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Happy-melonrevert r82283, loads of unrelated changes
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-15 Trevor ParscalGrouped diff and history modules together to help reduc...
2011-02-13 Krinklefixing small typo
2011-02-12 KrinkleAdding a convenience function to check if a variable...
2011-02-11 KrinkleFixing issue with multiple premade toggles in a non...
2011-02-08 Roan KattouwFix double commas from r81721. This time I actually...
2011-02-08 Roan KattouwFix r81719: trailing commas
2011-02-08 Roan KattouwQuick fix to make debug mode work with non-standard...
2011-02-08 KrinkleFollow-up r81660.
2011-02-08 KrinkleRenaming new jQuery.jsMessage plugin to jQuery.mesageBo...
2011-02-07 Roan KattouwFollowup r81491: use $.client correctly
2011-02-07 Brion VibberFix for renamed stuff that broke jquery.textSelection...
2011-02-06 KrinkleThree small fixes to mediawiki.specials.preferences.js
2011-02-05 Brion VibberPreserve Special:Preferences tab state across reload...
2011-02-04 KrinkleMaking a start with $.jsMessage. A more flexible way...
2011-02-01 KrinkleApplying conventions and some JSLint good practices...
2011-01-31 KrinkleApplying conventions and some JSLint good practices...
2011-01-31 Sam ReedMore missing semi colons
2011-01-31 KrinkleWrapping core modules (FIXME from r79929)
2011-01-30 Bryan Tong MinhFollow-up r80775: Check for meta.tiff as well.
2011-01-28 KrinkleRemoving more, no longer needed, overrides for the...
2011-01-28 Krinkle* Adding cursor:pointer when hovering the headers ...
2011-01-28 KrinkleMade mediaWiki JS test suite table no longer sortable...
2011-01-28 KrinkleSome adjustments to new functionality from r81133
2011-01-28 Roan KattouwRandom fixes in mediawiki.js: add a var, fix indentatio...
2011-01-28 Antoine MussoJS tests: fold headers, adapt style
2011-01-27 Antoine Mussoinvalid 'var' in JS email validation
2011-01-27 Antoine MussoBug 26948 - hyphens incorrectly interpreted as range
2011-01-25 KrinkleSmall fixes
2011-01-24 Antoine Mussoupdate colors (I could not see them)
2011-01-24 Krinklemoving tests to the mediawiki.util section + note about...
2011-01-24 Antoine MussoEmail validation for @localhost address + tests
2011-01-24 Roan Kattouw(bug 26827) Fix JS error on IE caused by the rename...
2011-01-23 Krinkle'skin' sometimes interferes with the global.
2011-01-23 Krinkleadding links to other skins in mediaWiki JS test suite...
2011-01-23 Sam ReedAdd missing ;
2011-01-23 KrinkleUpdating mw.util.test.js + fixing minor bugs that were...
2011-01-23 Derk-Jan HartmanPort the remaining Skin.php skins standard(classic...
2011-01-22 KrinkleRenaming "mediaWiki.util Test Suite" to "mediaWiki...
2011-01-22 KrinkleRemoving commented wgHandheldStyle in Resources.php...
2011-01-22 Derk-Jan HartmanPartial revert of r80772.
2011-01-22 Derk-Jan HartmanPort Modern to resourceloader
2011-01-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
2011-01-22 Derk-Jan HartmanPort Chick to Resourceloader. Bug 26649
2011-01-22 Derk-Jan HartmanFinish porting the Simple skin to resourceloader.
2011-01-19 Roan KattouwFollowup r80554, r80575: wrap in (function( $ ) { ...
next