aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
Commit message (Collapse)AuthorAgeFilesLines
* Use my full name in the creditsAlex Monk2012-12-101-1/+1
| | | | Change-Id: I3c366bc5ad98d47849556008f8204123a4356dac
* (bug 40641) Implement Special:Version/CreditsMarius Hoch2012-10-281-1/+3
| | | | | | | | | | I've implemented Special:Version/Credits to have a nice list of contributors, without having to download a file. The page takes it's data from the CREDITS file and parses it as wiki text. (As I was on it, I was so bold to add my name to the CREDITS) Change-Id: Ic956c303d57fdccfd214c2fcb78d04c6bd30449a
* Updates for MW 1.21Reedy2012-09-281-1/+1
| | | | Change-Id: I582c1bcc50d694705b560fea893d0b2984072c08
* Corrected the spelling of my family namekarun2012-08-191-1/+1
| | | | Change-Id: I2c3f54f6adee5e56c20f60b69f606ec3bc2ae3ff
* (bug 38362) Special:Listuser now includeableJacob Block2012-07-271-0/+1
| | | | | | | | | | | | | | This patch makes Special:Listuser includeable by inserting the following wikitext: {{special:Listusers}} It supports all of [[Special:ListUsers]] short parameters. To list users members of the 'sysop' group use the following wikitext: {{Special:ListUsers/sysop}} Change-Id: Ia0efbfbd6300db5ad67840667c1cb12ab5e003c3
* (bug 35727) mw.Api ajax() should put token parameter last.Brad Jorsch2012-06-191-0/+1
| | | | | | | | | | | | | | | | Patch from Russell Blau. As recommended in [[mw:API:Edit#Token]], the "token" parameter in a request should always be passed at the end of the query string. This is a safety measure in case transmission of the HTML request to the server is interrupted; then the server will not process the incomplete request because there will be no (complete) token. (Conversely, if the "text=" parameter were last, the server would have no way of knowing whether the complete text had been received.) Presumably the same thing is necessary for action=email, since the request may include text of arbitrary length. Change-Id: Id267dd628eb93eb06191c55eb386b1893f499554
* (bug 4220) dump schema get unique contraints on idElvis Stansvik2012-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch was made in December 2005 by Elvis Stansvik on bug 4220, you will find below the rewritten introduction for his patch contribution. """ The XML Schema for the XML dump format used by MediaWiki has no constraints for the page and revision identifiers. This patch solve that issue by enforcing the constraint in the XSD. It most probably makes sense, since I think that: - some parsers capable of Schema validation can work more efficiently if constraints are in the XSD. - Another reason is that (however unlikely) some other software might output files in this format are not obliged to keep the IDs unique, according the the XSD in its current form. """ Updating the http://www.mediawiki.org/xml/export-0.7/ public URL is tracked by bug 37111. Change-Id: Idb82fe620c3395acaa8f051b4d4d0d770cd33d44
* Integrating mobile device detection class into MW coreawjrichards2012-05-091-0/+1
| | | | Change-Id: Ic7bbeba746ea37a92c1df5dbaa1fb4fd08da130c
* Credits/RN for bug 5445 / 7694faf68Antoine Musso2012-05-041-0/+1
| | | | Change-Id: I41db0c0946bcef79a00d6d66e34114baaebe2ddc
* Merge "(bug 32492) API now allows editing using pageid"Reedy2012-04-071-0/+1
|\
| * (bug 32492) API now allows editing using pageidMax Semenik2012-04-061-0/+1
| | | | | | | | Change-Id: I9fdbda962777e11a51e4200d44f225c6d01292e9
* | generateSitemap can now optionally skip redirectsAsier Lostalé2012-04-061-0/+1
|/ | | | | | | | | | | Slightly enhanced on commit. Patchset2: - get ride of unneeded arguments passed to addOption() - rename $redirects to $skippedRedirects. Easier to search. - easier to read conditional test of page_is_redirect Change-Id: I4ae528a584c5a9d73b615a6281d75b14d056e5e7
* http->httpsRaimond Spekking2012-03-231-1/+1
| | | | Change-Id: I300f05ea4eb273bfa57192e58075bb027c6a02c8
* Add message keys for 18 missing summary messages.Siebrand Mazeland2012-03-091-1/+2
| | | | | | | | * Patch for bug 34319 for Special:DeletedContributions and Special:Contributions contributed by Srikanth Lakshmanan * Other 16 instances identified by Der Umherirrende on translatewiki.net (https://translatewiki.net/wiki/Thread:Support/Missing_summary_message_keys_in_message_files), code updates by me. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113543
* (bug 34302) Add CSS classes to email fields in user preferencesAntoine Musso2012-03-071-0/+1
| | | | | | | | Patch by Nischay Nahata whom I have mentored earlier this week. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113221
* (bug 28019) Make Special:MyPage and Special:MyTalk carry preloadtitleBrian Wolff2012-03-041-0/+1
| | | | | | | | | | | url parameter to target page. Useful for inputbox extension. Patch by Bagariavivek. Perhaps should go through [[Manual:Parameters_to_index.php]] and add anything that's sane to the allowed list, at some point. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112967
* Credit for Christian AistleitnerAntoine Musso2012-03-011-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112801
* (bug 34702) More localised parentheses. Patch contributed by Yusuke Matsubara.Siebrand Mazeland2012-02-281-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112589
* Swap Fran Rogers to Fran McCrory per requestSam Reed2012-02-231-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112178
* Reverted r111186, r111226: broken per CRAaron Schulz2012-02-141-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111449
* Fix Bug 33691 - PHP Warning on showing Release Notes due to the fact that ↵Mark A. Hershberger2012-02-101-0/+1
| | | | | | | | | file does not exist Patch from moejoe0000 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111197
* fixes Bug 26459 - The renderNavigation and renderPortals functions should be ↵Mark A. Hershberger2012-02-101-0/+1
| | | | | | | | | protected or public instead of private Patch from Christian Neubauer Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111195
* Fixes Bug 18704 - Add an unique CSS class or ID to the tagfilter table row ↵Mark A. Hershberger2012-02-101-0/+1
| | | | | | | | | at RecentChanges Patch from Jarry1250 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111186
* Fix bug 12021 - Provide additional links on Special:ListusersMark A. Hershberger2012-02-101-0/+1
| | | | | | | Patch from John N. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111180
* Bump 1.20alphaSam Reed2012-02-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110999
* Reverted r106025 and friends (r106370, r106373, r108060, r108337, r106419). ↵Aaron Schulz2012-02-031-1/+0
| | | | | | | This can go in 1.20 if a Postgres person has time to look at it. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110690
* (bug 34114) CSSMin::remap() doesn't respect its $embed parameter. Patch by ↵Roan Kattouw2012-02-021-0/+1
| | | | | | | Gilles van den Hoven Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110557
* add neilk, ibaker to creditsNeil Kandalgaonkar2012-01-241-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/109894
* * (bug 33525) clearTagHooks doesn't clear function hooks.Sam Reed2012-01-041-0/+1
| | | | | | | | | * (bug 33523) Function tag hooks don't appear on Special:Version. Patches by Nikola Kovacs Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108087
* re Bug 31007 - rebuildrecentchanges.php fails for Postgresql with strings ↵Mark A. Hershberger2012-01-031-0/+2
| | | | | | | | | | | for integers Authors: "Max" and Tim Landscheidt Unquote 'null' Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107964
* Bug 16794 - $wgSharedDB PostgreSQL supportMark A. Hershberger2011-12-131-0/+1
| | | | | | | Updated fix from Luca Fulchir Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/106025
* using real identity for hasharAntoine Musso2011-11-281-1/+1
| | | | | | | | | Most other occurrences where changed by r100588 already. Thanks to "Reach Out to the Truth" for spotting this one. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/104404
* about time I added myself :)Jeroen De Dauw2011-11-261-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/104323
* Updating my name position in the CREDITS.John Du Hart2011-11-261-1/+1
| | | | | | | Not to trying be pretentious or anything just, ya know. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/104319
* (bug 26854) Invalid user names go unchecked. Applied most of the patch ↵Roan Kattouw2011-11-201-0/+1
| | | | | | | submitted by Søren Løvborg, checking for null return values from User::newFromName() Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/103745
* RELEASE-NOTES-1.19 for r103706, r103708Sam Reed2011-11-191-0/+1
| | | | | | | CREDITS for r103705 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/103710
* * (bug 32020) Improve messages output by the database updatersSam Reed2011-11-191-0/+1
| | | | | | | Patch by David Baumgarten Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/103691
* Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken ↵Mark A. Hershberger2011-11-171-0/+1
| | | | | | | after r86041 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/103471
* Applying Michael Newton's patch from Bug 24464 - ExecuteMark A. Hershberger2011-11-161-0/+1
| | | | | | | | | LoginAuthenticateAudit hook more often Tested and it *seems* reasonable to me. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/103396
* (bug 19833) Make the ↵Roan Kattouw2011-11-141-0/+1
| | | | | | | searching-for-an-IP-means-you-want-Special:Contributions behavior configurable. Patch by Olivier Finlay Beaton Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/103019
* (bug 32241) WikiEditor scrolls the browser and does not insert in IE7, IE8, ↵Roan Kattouw2011-11-141-0/+1
| | | | | | | IE9 if the textarea doesn't fit on the screen. Patch by Lupo Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/102948
* Bug 31995 - Addition of PPFrame::getTitleSam Reed2011-11-091-0/+1
| | | | | | | | | | | Applied patch by Van de Bugger Added documentation to go with Added code to Preprocess_HipHop too Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/102571
* Fix Bug #32047: in table with class="sortable", thead is beforeMark A. Hershberger2011-11-071-0/+1
| | | | | | | | | | | caption Apply fomafix's patch for jquery.tablesorter.js (also reported upstream: https://forum.jquery.com/topic/in-table-with-class-sortable-thead-is-before-caption (currently in moderation) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/102301
* Apply for Bug #31694 -- "During installation, tabbing order (cursor focus) ↵Mark A. Hershberger2011-11-041-0/+1
| | | | | | | | | goes to logo instead of 'continue'" Patch From: Grunny Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/102027
* Fixes Bug #6793 — “New Variable __NEWSECTIONS__ like __TOC__” byMark A. Hershberger2011-10-271-0/+1
| | | | | | | | adding Nx.devnull's patch that adds a hook needed by Extension:PlaceNewSection. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/101096
* Bug 31948 - Special:Contributions doesn't remember tagfilter inMark A. Hershberger2011-10-261-0/+1
| | | | | | | | | options form Patch from MrBlueSky. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/100775
* (bug 31345) document API Revisions parameters as enumAntoine Musso2011-10-201-0/+1
| | | | | | | | Patch by Brad Jorsch. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/100347
* re r92924 andFix Bug #31283 - "Change E-mail" option in Preference should be ↵Mark A. Hershberger2011-09-301-0/+1
| | | | | | | | | | | hidden when AuthPlugin#allowEmailChange() returns false Patch from Rusty Burchfield Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/98558
* Reverted r85922 and related: new doTableStuff(). I copied in the old ↵Tim Starling2011-09-151-1/+0
| | | | | | | doTableStuff() from before r85922 and reverted all parser test changes that looked vaguely related. Apologies to Platonides, since some of his parser tests appeared to be relevant to the old parser, but it's simplest to just revert all the related changes and then re-add any useful tests later. See CR r85922 for full rationale. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/97145
* (bug 30679) Some installer fields should always be LTRRobin Pepermans2011-09-051-0/+1
| | | | | | | Patch by Amir E. Aharoni (some whitespace fixes) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/96265