Followup r110988: IE8 throws JS errors if you try to call .append() on a <style>...
[lhc/web/wiklou.git] / resources / mediawiki.special /
2012-01-28 Krinkle[Special:MovePage] Split new title input, fix bug 29454...
2012-01-08 KrinkleRe-applying change to code from r106516
2012-01-08 KrinkleRe-do svn copy from r106516 preserving history
2012-01-04 Antoine MussoJSTesting: javascripttest-pagetext-skin msg
2012-01-03 Antoine Mussomerge JSTesting branch into trunk
2011-12-17 Robin PepermansFollow-up r92924: move the CSS/JS for e-mail validation...
2011-12-12 Tim StarlingRevert r101091 per CR: the rule was removed intentional...
2011-10-27 Sam ReedBug 32004 - [regression?] style class .mw-specialpageca...
2011-10-23 Derk-Jan HartmanUse attr() instead of this.href, to make sure that...
2011-10-15 KrinkleCSS clean up
2011-10-15 Brion VibberFollowup r79867: re-animate the spinner during Special...
2011-10-15 Brion VibberFollowup to r99653 (bug 31643) -- reenable client-side...
2011-10-12 Brion VibberTemporarily disable pre-upload SVG thumbnailing in...
2011-10-01 Aaron SchulzFixed case of ID in selector
2011-09-26 KrinkleRemove italic styling for .mw-specialpagecached (See...
2011-09-20 Brion Vibber* (bug 31048) Fix for width/height reported on Special...
2011-09-18 Brian Wolff(bug 18424) Clean up paging links on Special:allpages...
2011-08-25 Roan KattouwPut mediawiki.special.search in a document ready wrapper
2011-08-25 Roan KattouwFollowup r92155, move preferences-specific code introdu...
2011-08-12 KrinkleApplying whitespace conventions in core JS files.
2011-08-12 KrinkleUse .prop instead of .attr where appropriate
2011-07-14 Leo KoppelkammRestructure tab code of mediawiki.special.preferences...
2011-07-11 Brion Vibberfollowup r91869: validate id chars for incoming prefs...
2011-07-11 Leo Koppelkammuse tab name, not tab index for anchors on Special...
2011-07-08 Leo Koppelkammr91734: Do the same for search.css and remove module...
2011-07-08 Leo KoppelkammMigrate skins/common/search.js functionality to mediawi...
2011-06-28 Antoine MussoFind 'all' special ns regardless of its rank in the...
2011-06-28 Krinkleper r90984 CR, cleaner this way
2011-06-28 Krinklemw.special.recentchanges fixes:
2011-06-28 Krinklemw.special.recentchanges fixes:
2011-06-28 Roan KattouwMove mediawiki.special.js to the correct directory...
2011-06-28 Antoine MussoDisable ns selector checkboxes when 'all' namespace...
2011-06-22 Matěj GrabovskýFollow-up r90359: modify code per Krinkle's comments
2011-06-18 Matěj Grabovský(bug 29443) Special:Undelete should invert checkboxes...
2011-06-17 Brian Wolffrevert r87808 - Its broken, and looks rather complex...
2011-06-09 Niklas Laxströmr89767 didn't please overlords
2011-05-29 KrinkleIntroducing mw.libs, moving JpegMeta into it.
2011-05-10 Brian WolffPrevent user from trying to move a page to a title...
2011-04-28 Brion VibberDeclare some local vars/funcs as local so they don...
2011-04-26 Krinklejquery.byteLimit fixes:
2011-04-25 Roan Kattouw(bug 16921) Add JavaScript-based enforcing of byte...
2011-04-16 Leo KoppelkammMove timezone preference functions to mediawiki.special...
2011-04-02 Niklas LaxströmFollowup r80398: fix overspecific css rules which broke
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-05 Bryan Tong MinhFollow-up r83218: Added var declarations. Html escape...
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 KrinkleMoving IP-check to mw.util & some enhancements to and...
2011-03-03 Happy-melonConvert Special:BlockIP JS to jQuery/ResourceLoader...
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-16 Bryan Tong MinhjQueryize the toggle upload source type code
2011-02-06 KrinkleThree small fixes to mediawiki.specials.preferences.js
2011-02-05 Brion VibberPreserve Special:Preferences tab state across reload...
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-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
2011-01-19 KrinkleFix bug in mw.Map + fix bug 26801 + wrapper mediawiki...
2011-01-10 KrinkleRemoving unneeded wraps and using $ and mw instead...
2011-01-10 Krinkletraversal indention. Follow-up r79924
2011-01-10 Krinkle* Consistent single quotes
2011-01-09 Antoine Mussojs email validation improvment (onBlur)
2011-01-09 Antoine Mussojs email validation fixed + i18n support
2011-01-08 KrinkleFollow-up r79868
2011-01-08 KrinkleClean up mediawiki.special.upload.js
2011-01-08 Bryan Tong MinhFollow-up r79845: Add rotation support to the upload...
2010-12-27 Happy-melonRefactoring in RecentChanges/Watchlist:
2010-12-26 Brion VibberThumbnail previews for PNG, JPEG, GIF, and SVG files...
2010-12-25 KrinkleReverting r78889 and r78865. Breaks changeslist on...
2010-12-23 Happy-melon(bug 17456) implement CollapsibleTables in core javascr...
2010-11-18 KrinkleFollow-up on r76972, renaming files inside the folder...
2010-11-18 Krinklerenaming mediawiki.specials to mediawiki.special (match...