Commit Graph

733 Commits

Author SHA1 Message Date
Translation updater bot 499f53f44f Localisation updates from https://translatewiki.net.
Change-Id: I053ffae0ee74720c6e9473de70b725d612fd6eb6
2015-06-06 22:16:07 +02:00
Translation updater bot 3e536b5042 Localisation updates from https://translatewiki.net.
Change-Id: Ie85dde6cdd62ee2e785791e653dbb51fb4e37d70
2015-06-05 20:58:12 +02:00
Translation updater bot aa9e35ac72 Localisation updates from https://translatewiki.net.
Change-Id: I894f51d1534c2c1d9723a323f1c2156ab11f3b03
2015-06-03 22:09:38 +02:00
Kunal Mehta 01c3a66418 Set manifest_version in extension.json
Also pass schema validation by making the version number a string instead
of double.

Bug: T100745
Change-Id: Iad556b807954d2f087270b39042c34f0763db1f9
2015-06-02 15:54:00 +00:00
Translation updater bot 41db382ad1 Localisation updates from https://translatewiki.net.
Change-Id: I569a07507fc09a9072edaec7f0cca12f7ef3a143
2015-06-01 22:50:16 +02:00
Translation updater bot b4d3699995 Localisation updates from https://translatewiki.net.
Change-Id: I48a88a863ed0682bf9ff49edef095760226e82e6
2015-05-30 23:06:03 +02:00
Translation updater bot 1f40d46811 Localisation updates from https://translatewiki.net.
Change-Id: I65ca45c2ee9eecf8cab652cd60cdebe6002a58b9
2015-05-29 22:39:54 +02:00
Translation updater bot f5184f519c Localisation updates from https://translatewiki.net.
Change-Id: I8f6d024af7e4a21e22eb5326415a6270f8d16ef3
2015-05-27 22:22:30 +02:00
Translation updater bot 5fb3123ff5 Localisation updates from https://translatewiki.net.
Change-Id: I9422cf4e04aadd8cf0920ef32510383dda30fe60
2015-05-25 22:25:54 +02:00
Translation updater bot 561bc52b9f Localisation updates from https://translatewiki.net.
Change-Id: I5cac9950dc66b484b38e037f4ee6ac130092d89c
2015-05-24 00:02:32 +02:00
Translation updater bot c68276f95b Localisation updates from https://translatewiki.net.
Change-Id: I15c4d59df8ca25cf463e11f2aca4ad720dcabd5b
2015-05-21 22:51:19 +02:00
Translation updater bot e1cb1a5359 Localisation updates from https://translatewiki.net.
Change-Id: I8a6ea048bc2d179054e04df42311f9e5f2ace1ef
2015-05-20 22:09:51 +02:00
Translation updater bot b4d2c9bdc2 Localisation updates from https://translatewiki.net.
Change-Id: I916114ad3635bd949d95d5622fb64e814243be1a
2015-05-19 22:23:18 +02:00
Translation updater bot c383f121e8 Localisation updates from https://translatewiki.net.
Change-Id: Ibad5908abc90081c747335b618c488149b1f4290
2015-05-17 22:04:40 +02:00
Translation updater bot 1f82ebe8c0 Localisation updates from https://translatewiki.net.
Change-Id: Ia139d8c97c39e5965b53af941e34504bbb8f56bd
2015-05-15 21:38:47 +02:00
Translation updater bot 527548ef20 Localisation updates from https://translatewiki.net.
Change-Id: Iea4950b3862bdbdd2a24601a55fef44a67746a0a
2015-05-14 22:03:38 +02:00
Translation updater bot 7d37482072 Localisation updates from https://translatewiki.net.
Change-Id: I1b557c7990d4eb420f2136c896a2fb9bc8e3e6ae
2015-05-13 22:38:14 +02:00
Translation updater bot 3b20ae7fcf Localisation updates from https://translatewiki.net.
Change-Id: I254c79e71fcb21f6dc99a2bd566b13128e55b0b8
2015-05-12 22:15:04 +02:00
Translation updater bot d57f9c33d7 Localisation updates from https://translatewiki.net.
Change-Id: Ibc62b6520d4e49fbfb7f074b441d6147274ce2c5
2015-05-11 21:48:03 +02:00
jenkins-bot 4e226dffdb Merge "Show a valid error when ContactPage is configured incorrectly" 2015-05-10 16:51:44 +00:00
glaisher fc3fa2026d Show a valid error when ContactPage is configured incorrectly
Bug: T75697
Change-Id: Ia3b0183c268354a46ea1a03eacffc58bd049a332
2015-05-10 21:47:42 +05:00
Translation updater bot c4c6c87dfb Localisation updates from https://translatewiki.net.
Change-Id: I2d4327069af99d9b57443eb33d7c19f4765336d1
2015-05-04 22:23:37 +02:00
Translation updater bot b7e49ed834 Localisation updates from https://translatewiki.net.
Change-Id: Id2e0d22cc8b551a866c55bfa9306e405f502b763
2015-05-01 22:01:43 +02:00
Bryan Davis ff7794bf26 Allow loading of ResourceLoader modules
Add a new 'RLModules' and 'RLStyleModules' configuration options that
allow a contact page to specify list of ResourceLoader modules and/or
CSS only modules to add to the output page that is used to display the
form.

Bug: T95789
Change-Id: Ic10c4b3c6a402c5cebc34f675672552b7d9ebb67
2015-04-30 14:27:02 -06:00
Bryan Davis c6913cee66 Allow selection of HTMLForm display format
Add a 'DisplayFormat' configuration value that tells HTMLForm which output
styling should be used. This can be used for example to change the form
to the 'vform' style which uses the Mediawiki.ui css styles.

Change-Id: I04d2959b80a44e31f1e04324b26e6dff5ea5b4a6
2015-04-30 09:18:16 -06:00
Brad Jorsch 11f4950bd4 Base more stuff on the form type
Specifically:
* Form ID
* i18n message for the wrapper legend
* i18n message for the "send" button
* i18n message for the "sent" page title
* i18n message for the "sent" page text

Also, pass $formData to the ContactForm hook in case other fields should
be used to override the subject or something like that.

Change-Id: I6e9770835060f911d6eb6d886f8a267a068991d5
2015-04-30 14:49:01 +00:00
Translation updater bot e1c489f0ec Localisation updates from https://translatewiki.net.
Change-Id: Ib3d5a5e3f2a9e66f496b8fae341bde8c84c45b14
2015-04-29 22:31:39 +02:00
Translation updater bot 1a43d85918 Localisation updates from https://translatewiki.net.
Change-Id: Ica3c9eab831aa1b93adb3d6808346b0ee4a400ba
2015-04-27 22:12:12 +02:00
Translation updater bot a74c4b1c9f Localisation updates from https://translatewiki.net.
Change-Id: I5cae1a4a4508b63732ba8a8b08929263b41f4bca
2015-04-26 22:28:58 +02:00
Translation updater bot b8b83208d4 Localisation updates from https://translatewiki.net.
Change-Id: I03825bd8ce0a21d7a68a2bed545c6fef753f24fb
2015-04-23 23:33:14 +02:00
Translation updater bot 3d74e736cb Localisation updates from https://translatewiki.net.
Change-Id: I658bfc9cabec30162c280ad47f829120d5622502
2015-04-20 22:12:29 +02:00
Translation updater bot ec95572cb2 Localisation updates from https://translatewiki.net.
Change-Id: Ie0b93aa16a852f133cd3755b0b779ae765dce3a7
2015-04-15 23:40:45 +02:00
Alex Monk 0d15b02444 Add custom label text setting to be used for email output
label-raw is likely to contain HTML which we don't want

Bug: T96087
Change-Id: Ia3ee1e9f56bec9129afb13e2af845717744a5c43
2015-04-15 00:29:11 +00:00
Translation updater bot a913c98f3d Localisation updates from https://translatewiki.net.
Change-Id: Id91a72eb064dfbdf482cede1c03f7b691dcc46e6
2015-04-14 22:32:48 +02:00
Translation updater bot e5864352f9 Localisation updates from https://translatewiki.net.
Change-Id: Ibaa906a8d0e4ca1659c0c099cdcd867a4e0b8ceb
2015-04-13 22:31:40 +02:00
Translation updater bot 9713835edc Localisation updates from https://translatewiki.net.
Change-Id: Idc7d5e867548ddb64c9bd54e3a74829eefe08007
2015-04-12 21:51:26 +02:00
Translation updater bot 6ea6a79bcf Localisation updates from https://translatewiki.net.
Change-Id: I39d0a6922937a889f1f61cd9ca21be1fbadd9a68
2015-04-11 21:30:01 +02:00
Translation updater bot d73828d803 Localisation updates from https://translatewiki.net.
Change-Id: I7db8d8bcaab25c65ad7bb5cb1f47257b64bb9230
2015-04-08 21:28:20 +02:00
Translation updater bot bd4806ac4b Localisation updates from https://translatewiki.net.
Change-Id: Ic7e57d0d3235941f7d0826ec2b5dd2e5dba03546
2015-04-06 21:42:08 +02:00
Translation updater bot 9b95cb7581 Localisation updates from https://translatewiki.net.
Change-Id: Iaa07236033f802e59bbec3a356d8ea7a37aa9487
2015-04-03 20:58:19 +02:00
jenkins-bot 4d676b13cd Merge "Fix undefined index warning" 2015-03-31 14:58:01 +00:00
jenkins-bot 195de3ac1f Merge "Add extension.json" 2015-03-31 11:23:28 +00:00
Alex Monk f1119537ea Fix undefined index warning
Bug: T67063
Change-Id: I607229533f7c282e50a3383fc594e4d95ce5a586
2015-03-31 12:12:20 +01:00
Translation updater bot ff44296586 Localisation updates from https://translatewiki.net.
Change-Id: Ib965dbcf729c233f7672f9dbdd351adeb504fc29
2015-03-30 21:45:52 +02:00
Translation updater bot f3affc5e9e Localisation updates from https://translatewiki.net.
Change-Id: I6159f5b9a24cb5a4c93ea99a11bc84dd858e9381
2015-03-29 14:58:24 +02:00
Translation updater bot 5e90381386 Localisation updates from https://translatewiki.net.
Change-Id: I72d1f807b432dedd26199382c2e05d5fa67bac19
2015-03-25 22:17:35 +01:00
Translation updater bot a25e84e801 Localisation updates from https://translatewiki.net.
Change-Id: I49ce62eee6db81d42c6bbd6501023948b23bd2ce
2015-03-20 21:31:36 +01:00
Translation updater bot 020beab7f1 Localisation updates from https://translatewiki.net.
Change-Id: I113b627a344b07470b0ff9eafbe7e431065f65d3
2015-03-19 21:10:56 +01:00
Translation updater bot 51fed0dc80 Localisation updates from https://translatewiki.net.
Change-Id: I2e134cba4e84abf8a8c2896b6b47c25ab3796bef
2015-03-18 16:01:09 +01:00
Translation updater bot 1473cf7b83 Localisation updates from https://translatewiki.net.
Change-Id: Ibf5e3bbd55eb77bef4ce166c91e6630c6f3bf990
2015-03-14 21:32:30 +01:00