James D. Forrester
23b5f32351
Follow-up 7c0ba1e
: Revert catastrophic breakage of qqq.json
...
Change-Id: I3baa8a2007eb1fe5f60de55bd58f2434198d1e21
2015-03-31 15:05:27 -07:00
Translation updater bot
7c0ba1efb9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib32c52f279eaf08d356a49bf2871cebe5e701534
2015-03-31 21:49:19 +02:00
James D. Forrester
b53f81361a
i18n: Re-sort alphabetically
...
Change-Id: I68fecddaf30881541b19012e252d72374b50a443
2015-03-31 07:53:45 -07:00
Alex Monk
5af4564097
Support an "other" page for special characters
...
Change-Id: I9a1404dff1a970fbbc7bdf822398dbb7057159bf
2015-03-30 03:02:10 +01:00
Ed Sanders
06ad00bf71
Simplify context item for MWAlienExtensionNodes
...
Just show the name of extension. 'MediaWiki extension' is meaningless
to most people.
Change-Id: I64dc4914874b3fb3f807d7e0155ad31f2a8e703e
2015-03-27 19:05:26 +00:00
Alex Monk
c286511f17
Handle TitleBlacklist errors
...
Relies on I69cf0a88
Using our own new message because TitleBlacklist's own one includes text that
we can't parse on the client and relies on a parameter we don't get from the
API.
This relies on WikimediaMessages' version of the Edit schema being updated at
the same time.
Change-Id: I4c75369b8b97973b72899bfaecbd5a996a440c68
2015-03-18 21:58:51 +00:00
Moriel Schottlender
73356c333a
Add general citations dialog
...
Add a dialog to group the possible citation types and allow the
user to choose the right citation dialog for them.
Depends on Ibf29417 in VE-core; useless without I3d9caef in VE-core.
Bug: T62768
Change-Id: I22a64265475b1b4c94b46c5af196bd08331a05e7
2015-03-16 17:20:38 -07:00
Moriel Schottlender
530f5c05f5
MWParameterPage: Show the field's example if it exists
...
Also appending both the default value and the example value to the
field description. The input placeholder will show the default
value, the example value, or nothing.
Related to TemplateData change I9e2d66a805e25 but works without.
Bug: T53049
Change-Id: I4e5e57546f6d3c22e778ba061a5344ddee085c17
2015-03-09 14:25:18 -07:00
jenkins-bot
4b840ab725
Merge "Promote the Language tool Beta Feature to always-on status"
2015-03-02 23:58:27 +00:00
Translation updater bot
bf51864690
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaa353f0cfc791baac3e76efd41b675644b5f985b
2015-03-02 22:13:06 +01:00
James D. Forrester
bddd84b1e9
Promote the Language tool Beta Feature to always-on status
...
No complaints in over nine months. Time to just make this available.
Change-Id: I601699573c0d50384720e5a1f0098c7f780de8cf
2015-03-01 17:15:48 -08:00
Translation updater bot
dd599c5ae3
Localisation updates from https://translatewiki.net .
...
Change-Id: I7740a73a2a5b1efbfb99d5abf73ef13a85fb5850
2015-02-13 22:23:04 +01:00
Moriel Schottlender
a3973145d5
Display image uploader and artist correctly in the media dialog
...
Add the display for the actual uploader, and change the label
for the artist to "Artist" for differentiating the two roles.
Bug: T88835
Change-Id: Ie939572e7c1240321556f6f81ed9e67d792a339d
2015-02-11 11:14:43 -08:00
Translation updater bot
2180830ee2
Localisation updates from https://translatewiki.net .
...
Change-Id: I91f3598488bc79fe0b502dfc877cb238c90de003
2015-02-04 22:29:45 +01:00
jenkins-bot
e9d770ed11
Merge "MWMediaDialog: Add contextual help for controls"
2015-01-28 23:42:01 +00:00
Translation updater bot
3be58aae9c
Localisation updates from https://translatewiki.net .
...
Change-Id: I43042d50f50d6c610cd12f53e31e8bba95bf5b6f
2015-01-28 22:39:11 +01:00
James D. Forrester
d8f342a640
MWMediaDialog: Add contextual help for controls
...
Bug: T53798
Bug: T75731
Change-Id: Ideae0052c366a8c4e03285270569e5c5ca608ad8
2015-01-20 15:53:31 -08:00
Translation updater bot
e2d953449b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ief7e3f530425a52b78da8099bab104bafc86808d
2015-01-19 22:05:44 +01:00
Translation updater bot
037d49c4ac
Localisation updates from https://translatewiki.net .
...
Change-Id: I1d27554446b015c5192ff7295dd82f0fc7d19b40
2015-01-18 22:23:12 +01:00
Translation updater bot
e9e44ac3b8
Localisation updates from https://translatewiki.net .
...
Change-Id: I436fb1af5eeddbeb5212134bb1551731971c8f16
2015-01-16 21:22:10 +01:00
Moriel Schottlender
061925be87
Add filename to the media dialog
...
Show the currently used filename at the top of the media dialog so
it can be copied and used in other pages if needed.
Bug: T54459
Change-Id: Ib1844c997189f7ead0656c5a811d3cab70030f89
2015-01-16 17:40:40 +00:00
Moriel Schottlender
4947420650
Transform the search widget to show image details
...
Add an info panel to the MediaDialog to show the user information
about the chosen file from the new extmetadata API.
Also, change the way results are viewed:
* Present the search results with their proper ratio.
* Use masonry fit for the search results.
* Change the resizeToBoundingBox method in ve.dm.MWImageNode to accept
a specific side constraint, either 'width' or 'height'. This is also
going to be useful for adding and calculating 'scale' considerations
that affects the image height.
* Add info panel with details from extmetadata including author, license,
date of upload and creation, etc.
* Get descriptions and data according to wiki language.
Bug: T78161
Bug: T74061
Change-Id: I7b4d019825aa89dd178665bd9492a07af15954ac
2015-01-16 13:22:54 +00:00
Translation updater bot
560cd3edf7
Localisation updates from https://translatewiki.net .
...
Change-Id: Idce084c8d64bef11dcef790d2c545e5f5cb31965
2015-01-08 22:48:32 +01:00
Alex Monk
f8e09abdc8
Use ParsoidVirtualRESTService
...
Breaking change: Introduces new dependency on php5-curl package.
Relies on Id658d925 which introduces this class into core.
Bug: T1218
Change-Id: I2342fa5b0a185f3e8d46d1ba8fa08278970cafb0
2015-01-07 01:43:46 +00:00
jenkins-bot
7734e0083a
Merge "i18n: Pass value to <visualeditor-dialog-meta-settings-newsectioneditlink-help>"
2014-12-01 19:35:34 +00:00
James D. Forrester
7ab402eeb5
i18n: Pass value to <visualeditor-dialog-meta-settings-newsectioneditlink-help>
...
Bug: T75969
Change-Id: I6bbe2dbec74edae9fb1b09e03f3102b7a2d0be97
2014-12-01 11:22:34 -08:00
Amir E. Aharoni
9dad03819e
Mention the "Continue" label as a parameter in visualeditor-recreate
...
Bug: T75971
Change-Id: Id075233da4e8a2978b07b5f2735ac6620ff5330d
2014-11-27 22:33:35 +02:00
Translation updater bot
a14f88d80e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibf83b770faf5df229365a73fb2d812d3c5fd0697
2014-11-26 22:37:44 +01:00
jenkins-bot
a7dc4af551
Merge "Catch pagedeleted errors and give the ability to re-create the page"
2014-11-25 19:42:58 +00:00
Alex Monk
9bb766c5bb
Catch pagedeleted errors and give the ability to re-create the page
...
Bug: 52073
Change-Id: I86a6e1510ccb5e59e94a5262dd3ccd91fdf05a70
2014-11-21 21:44:15 +00:00
Translation updater bot
f8d851c50a
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee3bdfaa9ef9b032cba0a958eb06ebbbb2e505a5
2014-11-17 22:29:16 +01:00
Translation updater bot
9b3b81c234
Localisation updates from https://translatewiki.net .
...
Change-Id: I3e9b5d8b65d6b1a1b57762ae904554a7b4d47c73
2014-11-15 23:18:28 +01:00
Translation updater bot
e670131ea5
Localisation updates from https://translatewiki.net .
...
Change-Id: I934ae1c25cf6d1396dc4517d438a76556d4c209d
2014-11-14 22:27:52 +01:00
Alex Monk
de73246ee1
Show category items as red if they don't have description pages
...
Also fix some lies I wrote in related code/docs
Bug: 65517
Change-Id: Iafacee7d8e460913d84808fe38ecc8da4a1817c0
2014-11-08 14:27:27 +00:00
Translation updater bot
f9517993de
Localisation updates from https://translatewiki.net .
...
Change-Id: If507707479641bfd07e950f03136b46e53f3c62f
2014-11-04 23:33:19 +01:00
Translation updater bot
7957ffa53c
Localisation updates from https://translatewiki.net .
...
Change-Id: I1c44ba77871aa8807735127d04a7565acf0db6e7
2014-10-30 23:32:21 +01:00
Brad Jorsch
7d4ecc09c8
Add i18n for API module help
...
MediaWiki core change I04b1a384 added support for i18n of API module
help. This takes advantage of that while still maintaining backwards
compatibility with earlier versions of MediaWiki.
Once support for MediaWiki before 1.25 is dropped, the methods marked
deprecated in this patch may be removed.
Change-Id: I67395aff48185f3e09da31b51a08aa2541fe6a17
2014-10-29 13:59:41 -07:00
jenkins-bot
d73a692f57
Merge "Show warning on reference dialog when editing a reference used in more than one place"
2014-10-28 17:36:07 +00:00
Ed Sanders
b89510c18b
Move core/MW messages to correct sections
...
Also bring in visualeditor-version-label message from core.
Change-Id: I91ceba0e0550239a10329b327b5c6b5a01e460a9
2014-10-28 17:30:19 +00:00
Alex Monk
3846e20463
Show warning on reference dialog when editing a reference used in more than one place
...
Bug: 52792
Change-Id: I2b183c3867ddb601041f9989964aa6f78b5f37e4
2014-10-28 12:58:50 +00:00
Translation updater bot
d219886532
Localisation updates from https://translatewiki.net .
...
Change-Id: I5c2b783c62c7e40e1dc93996f8e6b6c4e9813550
2014-10-09 21:23:42 +02:00
Translation updater bot
8146fe213c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieb47c49b357469adb62593088d99d48e37333a32
2014-09-28 22:37:03 +02:00
Translation updater bot
ad7529b283
Localisation updates from https://translatewiki.net .
...
Change-Id: Id007fb0b058d084cbcf5e3c0fcc426f205661e17
2014-09-18 20:55:34 +02:00
Translation updater bot
8e9a35fe37
Localisation updates from https://translatewiki.net .
...
Change-Id: I675e2fd39fa8084ba3fbc3740c36a7b48d7e1b0f
2014-09-17 22:47:23 +02:00
jenkins-bot
82e62f8ec6
Merge "Get confirmation when trying to insert/edit template/citation with required parameters missing"
2014-09-17 19:33:48 +00:00
Alex Monk
b3ba809ccb
Get confirmation when trying to insert/edit template/citation with required parameters missing
...
Relies on I5d894f8a in MW core. We'll need to update our wfUseMW when that gets merged.
Bug: 50747
Change-Id: I35e55658a3990121afe4d996ef4ee06547d2aa0c
2014-09-17 12:31:23 -07:00
James D. Forrester
92a6fdbb02
Make <visualeditor-preference-enable> message respect plural rules
...
Change-Id: I4660a530cd50a179c06a82295b6a24cae1b741b6
2014-09-16 10:35:57 -07:00
James D. Forrester
712ea472d3
Add contextual help to all remaining meta dialog controls
...
Bug: 51798
Change-Id: I3f8141485c89e585595dbb853d32e69cbcaebac6
2014-09-15 16:26:12 -07:00
James D. Forrester
b46159eeed
Relabel the cancel button in the save dialog to "Resume editing"
...
Bug: 69116
Change-Id: I35289ff02681c3bf46a7bb491c017c500f30c7a6
2014-09-11 11:52:21 -07:00
James D. Forrester
d6a3a30d91
Re-sort i18n message keys for clarity; add a comment about TOC in VisualEditor.php
...
Change-Id: Iad844021077e8c9c2c68dceca55027b7be12e556
2014-09-08 13:44:54 -07:00