aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
Commit message (Collapse)AuthorAgeFilesLines
...
* Port 'editondblclick' js to ResourceLoader.Krinkle2011-08-011-0/+1
| | | | | | | | | | | | | - Fixes (bug 27894) Move 'editondblclick' event listener down from body to div#bodyContent - Patch by Nik <niknyby@gmail.com> - Changes since patch: * Moved from OutputPage->headElement (where the bodyAttr-hack used to be) to addDefaultModules where other additions live * Added dependency on 'mediawiki.util', it must be initialized before mw.util.$content can be used * Whitespace conventions Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/93664
* Fixes Bug #30061 - Command line installer $wgScriptPathMark A. Hershberger2011-08-011-0/+1
| | | | | | | Patch from Edward Z. Yang Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/93635
* follow up r93626 - Forgot to credit Gero ScholzMark A. Hershberger2011-08-011-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/93627
* Adding unit test for bug 27427. Currently broken. Fix (provided by Michael ↵Krinkle2011-07-301-0/+1
| | | | | | | | | M. through BugZilla) will be committed afterwards. * (bug 27427) mw.util.getParamValue shouldn't return value from hash even if param is only present in hash Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/93516
* Replacing my nick with my real name in CREDITSLeo Koppelkamm2011-07-251-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/93088
* (bug 19838) API does not use interwiki cache.Robin Pepermans2011-07-191-0/+3
| | | | | | | Patch by Beau; modified to work with current code. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92528
* Bug #29874 - Image extension strict whitelist handling is inconsistentMark A. Hershberger2011-07-181-0/+1
| | | | | | | Patch from Dan Collins Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92454
* Jarry1250 = Harry Burt, per Reedy on r91886Robin Pepermans2011-07-111-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91887
* (bug 29797) Error: "Tried to load block with invalid type" when subpages are ↵Robin Pepermans2011-07-111-0/+1
| | | | | | | | | disabled for user pages. Patch by Jarry1250 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91886
* Revert r91263 (fixing $wgScriptPath for cli installer). Completely breaks ↵Chad Horohoe2011-07-081-1/+0
| | | | | | | | | | | | the web installer for two important reasons: * $wgScriptPath always has a default value of '/wiki', so the getVar() check will always be true and skip the environment check * Also began returning true in the SCRIPT_NAME which would mean $wgScriptPath never got set Breakage spotted by LewisCawte on IRC, thanks! Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91726
* (bug 27410) The tag filter on a history page should be within a <label> ↵Chad Horohoe2011-07-071-0/+1
| | | | | | | | | element. Patch by The Evil IP Address. Also remove inclusion protection for the 800th time: if a file only has classes, you don't need to do this :) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91651
* * Add release notes for my recent commits (bug 6100 and others like bugs ↵Robin Pepermans2011-07-011-0/+1
| | | | | | | | | 28030, 12406, 2834) * Add me to credits Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91315
* Fix for Bug #29628 - scriptpath Option of maintenance/install.php is ignoredMark A. Hershberger2011-07-011-0/+1
| | | | | | | | | | The Script Path Option (--scriptpath) of maintenance/install.php is silently ignored if there is $_SERVER['SCRIPT_NAME'] set. Apply patch from Tobias Müller. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/91263
* Apply rgcjones' patch for Bug#29533:Mark A. Hershberger2011-06-261-0/+1
| | | | | | | | Whe placing an external link in the sidebar, $wgExternalLinkTarget is ignored. Also enables applying of $wgNoFollowLinks in the sidebar. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/90849
* Fix Bug #28344 - “Links doesn't work inside collapsible toggles”Mark A. Hershberger2011-06-161-0/+1
| | | | | | | | | | | | | | | | | | Patch from mybugs.mail If a link is added inside of a collapsible toggle and a user click on it, the target page should be opened. … The attached patch was tested locally and fixes this bug (clicking outside the link toogles the collapsed content, and clicking on the link opens the target page). PS: It is the same code which was used to fix the problem on Commons. http://commons.wikimedia.org/w/index.php?diff=45383826&oldid=45265712 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/90239
* Reverted r89393. A single Database object certainly should not be attempting ↵Tim Starling2011-06-101-1/+0
| | | | | | | | | | to manage multiple database connections, that is the job of LBFactory/LoadBalancer. I would like to see $wgSharedDB managed by LBFactory instead, for all DBMSes. Then the cruft in Database::tableName() can be removed. r89393 caused tableExists() etc. to be completely broken, so PostgreSQL upgrade was broken too, see CR. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/89816
* add credits to bluehairedlawyer for thead/tbodyAntoine Musso2011-06-061-0/+1
| | | | | | | | (bug 4740, r85922) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/89599
* Apply a patch adapted from the one on Bug #16794Mark A. Hershberger2011-06-031-0/+1
| | | | | | | | | | | | This patch should allow you to use the $wgSharedDB [with Postgres] normally, as you would with mysql. Basically this patch creates a second connection with the shared database and when a query is made, we check on which connection we should send it. Patch from Luca Fulchir Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/89393
* Patch for Bug #28669, “Scream bloody murder when user chooses MyISAM and ↵Mark A. Hershberger2011-05-201-0/+1
| | | | | | | | | InnoDB is available” From William Demchick Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88475
* (bug 29036) For cascade-protected pages, the mw-textarea-cprotected class is ↵Roan Kattouw2011-05-191-0/+1
| | | | | | | added to the textarea on the edit form. Patch by Erwin Dokter Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88424
* Bump to 1.19Platonides2011-05-141-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88123
* (bug 28287) The "your changes" box for edit conflicts is now read-only. ↵Benjamin Lees2011-05-141-0/+1
| | | | | | | Patch by MZMcBride. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88122
* (bug 27864) Transcluding {{Special:Prefix}} with empty prefix now lists all ↵Bryan Tong Minh2011-05-141-1/+2
| | | | | | | | | | | | pages. Removed All pages link which doesn't make sense Patch by Salvatore Ingala Put ST47 on the proper place in CREDITS Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/88084
* * (bug 28719) Do not call mLinkHolders __destruct explicitlySam Reed2011-04-271-0/+1
| | | | | | | Patch by Vitaliy Filippov Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/87039
* Selectors go from right to left. Starting with a generic 'a' is kind of ↵Krinkle2011-04-261-0/+1
| | | | | | | | | | | | | | | slow. Also loses the advantage of an id-selector. * Optimizing by selecting the ID seperately (very fast) and doing a find() within that context (also caching pCactions ). * while at it: - caching selector - aliasing $ to jQuery locally - Shorthand dom-ready (Follow-up r86861) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86958
* Move patch contributors to the right sectionSam Reed2011-04-231-5/+3
| | | | | | | | | Remove Jan Paul and Derk-Jan Hartman from patch contributors as they're developers Move diebuche and bawolff Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86799
* * Add preprocessor tests that Bergi supplied for Bug #28642Mark A. Hershberger2011-04-231-0/+1
| | | | | | | * Add Bergi to CREDITS Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86795
* * Fixes Bug #27860 - Minor edit after clicking 'new section' tabMark A. Hershberger2011-04-231-0/+1
| | | | | | | | | | | | | | Patch from Jan Paul Posma of which he writes: This patch hides the minor edit checkbox when editing a new page or new section, and makes sure it cannot be enabled by injecting the form value in HTML. * Add Jan Paul Posma to CREDITs re Reedy's earlier comments. * Add note about isNew to other possible places that it can be used. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86786
* (bug 28650) Refactor dynamic byte-based maxlength of edit summary into a ↵Roan Kattouw2011-04-221-0/+1
| | | | | | | jQuery plugin. Patch by Jan Paul Posma Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86698
* Apply LoadBalancer related fixesSam Reed2011-04-181-0/+1
| | | | | | | | | Patches by Yuvi Panda From (bug 28583) Remove all /* private */ declarations in MediaWiki core Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86363
* Revert r84706, r84709 (UtfNormal rewrite). Clearly more work needed to get ↵Happy-melon2011-03-271-1/+0
| | | | | | | these in line with our coding standards. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/84842
* (bug 5303) Merge UtfNormal rewrite. Patch by Ludovic Arnaud (YuviPanda). ↵Happy-melon2011-03-241-0/+1
| | | | | | | This is well beyond my ability to review... :D Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/84706
* Add Michael Dale to the list of patch contributorsRoan Kattouw2011-03-201-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/84402
* (bug 18691) Added support for SVG rasterization using the Imagick PHP ↵Bryan Tong Minh2011-03-121-0/+1
| | | | | | | | | extension. Based on patch by Yesid Carrillo. Set $wgSVGConverter = 'ImagickExt' to use it. Note that the results are extremely ugly, but I believe that happens with the command line scaler as well. Introduced new syntax for $wgSVGConverters, if the selected converter is an array, it is assumed to be a PHP callable. Imagick support is done by SvgHandler::rasterizeImagickExt. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/83779
* (bug 14706) Added support for the Imagick PHP extension. Based on patch by ↵Bryan Tong Minh2011-03-121-0/+1
| | | | | | | | | | | Leslie Hoare. Scaler type is "imext". Rotation is supported. Logic mostly copied from transformImagemagick() and ported to Imagick calls. Resizing animated gifs is broken; it only shows the first frame and I can't find out why it does not work, but otherwise it is fully working. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/83778
* Per CR, swap Jarry1250 to Harry BurtSam Reed2011-03-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/83597
* Alphasort credits from r83554 Sam Reed2011-03-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/83557
* (bug 14645) Show expensive special pages differently in miser mode on ↵Ilmari Karonen2011-03-091-0/+1
| | | | | | | Special:SpecialPages. Patch by Jarry1250 with a few tweaks by me. Tested, saw no errors or warnings. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/83554
* Bump versionAlexandre Emsenhuber2011-01-051-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/79652
* (bug 26160) Upload description set by extensions are not propagatedBryan Tong Minh2010-11-301-0/+1
| | | | | | | Regression originating from the UploadForm rewrite; going to mark for 1.16 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77508
* Give image <gallery>s fluid widthAryeh Gregor2010-11-291-0/+1
| | | | | | | | | | | | | Bug 3276. Patch by DieBuche, with style cleanups by me, plus a tweak from comment 27 of the bug to fix spacing. This incidentally removes the border around galleries, but this was hard to notice anyway, and could be easily readded if desired. Tested in a few browsers, including IE6, but more testing and/or input from CSS gurus would be appreciated. Updates parser tests, including for Cite. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77411
* (bug 10268) Added linktodiffs parameter on action=feedwatchlistBryan Tong Minh2010-11-271-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/77366
* Add Yuri Astrakhan to CREDITS per request at ↵Sam Reed2010-11-141-0/+1
| | | | | | | [http://en.wikipedia.org/w/index.php?title=User_talk:Reedy&action=historysubmit&diff=396740314&oldid=396417142] (he wrote most of the original API stuff) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76664
* Add missing credits from r75975Sam Reed2010-11-061-0/+1
| | | | | | | | | Remove a few unused array keys in API foreach loops Remove part of Html::Hidden comment Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76191
* (bug 25735) Fix regex error in PHP < 5.2.2 by using old (?P<name>) syntax ↵Roan Kattouw2010-11-011-0/+1
| | | | | | | for named subpatterns. Patch by Paul Oranje. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75792
* Introduced $wgAdditionalMailParams to allow adjusting extra email options. ↵Max Semenik2010-10-271-0/+1
| | | | | | | Based on patch by Alejandro Mery. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/75557
* (bug 24987) Special:ListUsers does not take external groups into account. ↵Roan Kattouw2010-09-121-0/+1
| | | | | | | Patch by Mathias Ertl Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72864
* Add my credits.Philip Tzou2010-07-301-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/70188
* r70000 !Sam Reed2010-07-271-0/+1
| | | | | | | Give Translator CREDITS to Translatewiki.net Users :) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/70000
* * (bug 24089) Logevents causes PHP Notice if leprop=title isn't suppliedSam Reed2010-06-231-0/+1
| | | | | | | | | Patch by John Du Hart Add a couple of missing braces Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/68451