aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge "Allow SpecialPage::beforeExecute to prevent execution"jenkins-bot2016-04-012-2/+10
|\ \ \ \ \ \ \
| * | | | | | | Allow SpecialPage::beforeExecute to prevent executionGergő Tisza2016-04-012-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allos SpecialPage::beforeExecute() (and the equivalent SpecialPageBeforeExecute hook) to prevent execution of the page by returning false. Needed by I8b52ec8ddf494f23941807638f149f15b5e46b0c. Change-Id: I71423b920d596ee9ae6da60d95b14255eddfbcd6
* | | | | | | | Merge "Add WatchedItemStoreUnitTest::newWatchedItemStore"jenkins-bot2016-04-011-50/+57
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Add WatchedItemStoreUnitTest::newWatchedItemStoreaddshore2016-04-011-50/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic3e1d23b8f707ae5e3221d1c2fd08878ae8bfff9
* | | | | | | | Merge "Allow HTMLFormField placeholder to be a message"jenkins-bot2016-04-012-4/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow HTMLFormField placeholder to be a messageGergő Tisza2016-04-012-4/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib135a8792dcf03fd2246c208ab4c8185caef2ac6
* | | | | | | | | Merge "Unify handling of *-message(s) settings in HTMLForm"jenkins-bot2016-04-017-36/+36
|\| | | | | | | |
| * | | | | | | | Unify handling of *-message(s) settings in HTMLFormGergő Tisza2016-04-017-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *-message(s) settings were documented as message key strings or arrays of message key strings, but some actually accepted [key, params...] arrays as well. They did not accept Message objects, which would be the cleanest and most flexible method of message passing. The patch adds a new method to process these settings (which accepts a messages key, a [key, params...] array or a Message object), and makes all *-message(s) usage call that. Change-Id: Ida647973a58bea83fdbd53335e63b5a8615c16e4
* | | | | | | | | Merge "Fix Session::getToken phpdoc"jenkins-bot2016-04-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Session::getToken phpdocGergő Tisza2016-04-011-1/+1
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I332c623b08bbc980494c9ba01da77bad5c205038
* | | | | | | | | Merge "Fix StatusValue phpdoc"jenkins-bot2016-04-011-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix StatusValue phpdocGergő Tisza2016-04-011-2/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie30ebf9bd89c4e2594e806a1b52f5716a32e11ec
* | | | | | | | | Merge "Allow setting HTMLForm name"jenkins-bot2016-04-011-0/+14
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Allow setting HTMLForm nameGergő Tisza2016-04-011-0/+14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I85f5492e0b99a5661dbed9814a0e3f3b9bc63d32
* | | | | | | | Merge "Add flag to HTMLTextField to not persist submitted data"jenkins-bot2016-04-011-0/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Add flag to HTMLTextField to not persist submitted dataGergő Tisza2016-04-011-0/+16
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes the submitted text is not expected to show up as default when the form is redisplayed after an error; password fields are the obvious example for this, but in some cases (e.g. two-factor token) it is useful for a normal text field to act like that as well. The patch adds a new 'persistent' flag to HTMLTextField, which defaults to false for passwords and true otherwise. Change-Id: If0a52f61aa061bbb55bfdc76321ace7d3eaed934
* | | | | | | | Merge "Use default value instead of submitted value in HTMLForm buttons"jenkins-bot2016-04-011-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Use default value instead of submitted value in HTMLForm buttonsGergő Tisza2016-04-011-4/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some exotic use cases where the form is rendered straight from a successful submit this prevents unexpected button text changes. Change-Id: I61619b6222d9fb29c63ce7c1f3ceff512143c4f7
* | | | | | | | Merge "Fix missing variable in HTMLFormField exceptions"jenkins-bot2016-04-011-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix missing variable in HTMLFormField exceptionsGergő Tisza2016-04-011-2/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie61f170e9117dde7ece05b04573a3c4902b19e56
* | | | | | | Merge "Add phpdoc and @since to SpecialUserrights::makeGroupNameList"jenkins-bot2016-04-011-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Add phpdoc and @since to SpecialUserrights::makeGroupNameListaddshore2016-04-011-1/+8
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I015a851d9fa9649ec79386071fcab2c4589f88ad
* | | | | | | Merge "UserrightsPage::makeGroupNameListForLog() was removed"jenkins-bot2016-04-012-17/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | UserrightsPage::makeGroupNameListForLog() was removedSiebrand Mazeland2016-04-012-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecated since 1.21. Use in Gerrit extensions was replaced. Bug: T122754 Depends-on: If9a2764c5c15be9c07d066a52543c4c9d97e0f35 Change-Id: If45eafca7ea332475eb864f04665d0a0bf1603d1
* | | | | | | Merge "UploadBase: Remove debug logging for T64241"jenkins-bot2016-04-011-3/+0
|\ \ \ \ \ \ \
| * | | | | | | UploadBase: Remove debug logging for T64241Bartosz Dziewoński2016-03-281-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in 0fb104497c79b58d48a9414096f4acd654df550c, no longer needed after the bug was resolved. Change-Id: I2771a4057f8109701f2da830d8a17c23d03f2fa2
* | | | | | | | Merge "UploadBase: Replace 'emptyfile' warning code by 'empty-file'"jenkins-bot2016-04-011-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | UploadBase: Replace 'emptyfile' warning code by 'empty-file'Bartosz Dziewoński2016-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'empty-file' is already used elsewhere. Bug: T130484 Change-Id: I593a9efeb20e301b289b47ff5cb831f334250a2d
* | | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2016-03-317-21/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b6a5a944e62e3bb64fd1fdbb3fb654bd0726285
* | | | | | | | Merge "Don't emit 404 status code on Special:Redirect"jenkins-bot2016-03-311-1/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Don't emit 404 status code on Special:RedirectFlorian2016-03-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the special page is opened without any value or redirect type, it shouldn't emit a 404 status code, as the page exists and it should be indexable. With this change, Special:Redirect only emits a 404 status code, when the value was not find for the redirect type. Bug: T131328 Change-Id: I578b15058aed77b5f4fb296db862a6e534c0888e
* | | | | | | | Merge "Add 'Greek extended' group to special characters"jenkins-bot2016-03-313-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add 'Greek extended' group to special charactersEd Sanders2016-03-223-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: T130535 Change-Id: Idb12025795884124fd6693184c45016fb1d64900
* | | | | | | | | Merge "Preferences: Add autocomplete="off" to preferences form"jenkins-bot2016-03-312-0/+27
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Preferences: Add autocomplete="off" to preferences formFomafix2016-03-292-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds a new method setAutocomplete to the class HTMLForm. This method allows to set the HTML attribute autocomplete for the form. This change uses this method to set autocomplete="off" for the preferences form. Without autocomplete="off" the selections in the preferences get cached in the browser. This can lead to wrong selected options when the settings get changed on an other way, for example via API. Bug: T131047 Change-Id: I2920383b5b8cfca3f1d546315f202985edf417d8
* | | | | | | | | Time POST requests to API write modulesAaron Schulz2016-03-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us capture some basic endpoint timing data that is lacking now, such as upload API call time. Change-Id: If0627e2d78d82b22ed6bdaaa0fa7fe5f20ef50b1
* | | | | | | | | Merge "refreshImageMetadata: Allow filtering by 'img_media_type' too"jenkins-bot2016-03-311-1/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refreshImageMetadata: Allow filtering by 'img_media_type' tooBartosz Dziewoński2016-03-291-1/+12
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike 'img_major_mime' and 'img_minor_mime', this shouldn't be "inefficient", since there's an index on it. Bug: T131157 Change-Id: I4985cade41c23ef68f5caf276d4934cf24de2bb6
* | | | | | | | | Merge "Update grunt-banana-checker to 0.5.0"jenkins-bot2016-03-311-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update grunt-banana-checker to 0.5.0Paladox2016-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a json crash according to release notes at https://github.com/wikimedia/grunt-banana-checker/releases/tag/v0.5.0 Change-Id: I7cb37b3f1289b8b91bd98d770ebe58e4c3c6aae5
* | | | | | | | | | Merge "filerepo: Mark some internal LocalFile methods private"jenkins-bot2016-03-311-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | filerepo: Mark some internal LocalFile methods privateAaron Schulz2016-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1c9ab1e1460b5c66e8a1dbdb387f80004eaba994
* | | | | | | | | | | Merge "Whitespace cleanups"jenkins-bot2016-03-311-2/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Whitespace cleanupsAaron Schulz2016-03-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I43646a60b8a5b6d5b7813b013fd0f1719d00484c
* | | | | | | | | | | | Merge "Allow templates in ResourceModules to be array in extension registration"jenkins-bot2016-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Allow templates in ResourceModules to be array in extension registrationPaladox2016-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flow doesent do this for example "example.template": "example.handlebars" it does "example.handlebars" so lets make it allow arrays. Caught from https://integration.wikimedia.org/ci/job/mwext-Flow-testextension-php55/267/console Change-Id: Ie8a45a00168349a9ee303e272ba82cb2fd225744
* | | | | | | | | | | | | Swap the rest of array() -> []Reedy2016-03-3020-632/+697
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I76a7259ed952a0673a1941f08b39b545211fba07
* | | | | | | | | | | | Localisation updates from https://translatewiki.net.Translation updater bot2016-03-3014-49/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4768f539d408562cd0b37e083a0500a99c7c66a2
* | | | | | | | | | | | Merge "mediawiki.requestIdleCallback: Remove unused jQuery parameter"jenkins-bot2016-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mediawiki.requestIdleCallback: Remove unused jQuery parameterTimo Tijhof2016-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follows-up 55fc2a9. Change-Id: Ie4cd56a23373145b45699fb58bb90251ed3ef36c