Kunal Mehta
c1e4c568cc
Use jquery.confirmable instead of jquery.ui.dialog
...
Change-Id: Id75fd57954edb9341d25ba754dd64279a28deb54
2014-08-31 07:14:35 -04:00
Translation updater bot
e3f6fd6aad
Localisation updates from https://translatewiki.net .
...
Change-Id: Iba0551f2a5b40312352e0b97a418686ee50d5e14
2014-08-28 22:31:37 +02:00
Kunal Mehta
a53c7b3127
Use POST requests for action=thanks/flowthanks
...
This is now necessary after the tokens re-write in core.
Bug: 70138
Change-Id: Ide61f7b9e6d58cc53b04cdeef9d17f781ef25039
2014-08-28 13:10:38 -07:00
Translation updater bot
41ed71b312
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieb919ed7a2185912634868d00b45f2a06c328cba
2014-08-27 21:27:21 +02:00
Translation updater bot
c0a4849f53
Localisation updates from https://translatewiki.net .
...
Change-Id: If0998c83a8a7bbcc0ec6727d9d1841560da2b090
2014-08-26 21:53:02 +02:00
Translation updater bot
90f219da05
Localisation updates from https://translatewiki.net .
...
Change-Id: I734b72a2c84ef8b3987cc3e3073961354c5caeae
2014-08-23 22:00:39 +02:00
Translation updater bot
036d0b49c9
Merge "Localisation updates from https://translatewiki.net ."
2014-08-20 20:37:28 +00:00
Translation updater bot
b47c1e059d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia74506fa4421811170f3bd3224bf937449253797
2014-08-20 22:33:44 +02:00
Matthias Mullie
2395bffdf9
Use board Title instead of topic Title
...
Since we've recently introduced a topic namespace, the notification looked like:
"Username thanked you for your comment in "Topic title" on Topic:UUID"
We want the board name instead of the link to the topic page, like:
"Username thanked you for your comment in "Topic title" on Talk:Boardname"
Change-Id: If45c01be3b0a9d67572932253a0103a2480fc823
2014-08-20 12:42:32 +02:00
Translation updater bot
acee60f878
Localisation updates from https://translatewiki.net .
...
Change-Id: I43878cc184379c14ff35440acded4f767aa389f8
2014-08-17 23:10:36 +02:00
addshore
aa03864fe4
Fix @returns >> @return phpdoc
...
Change-Id: I8e13b39de7f6cf7a5c691a2cb07735364de3ac4a
2014-08-17 20:42:49 +01:00
Translation updater bot
7ea3efb5c2
Localisation updates from https://translatewiki.net .
...
Change-Id: I26da80a7d6ee0948d312d817719c58b4c602d99b
2014-08-13 23:06:52 +02:00
Translation updater bot
8c71526af7
Localisation updates from https://translatewiki.net .
...
Change-Id: I11c07c3217c9e07a7249e6133abee79d051a8bcc
2014-08-11 23:12:52 +02:00
Translation updater bot
ccdb1b4847
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe2b0aeb5bbc421870f0367ddf1451ee7ff39221
2014-08-09 23:30:19 +02:00
Brad Jorsch
c03cea14c8
Update token handling for core API change
...
Core change I2793a3f2 changes API handling in a way that needs updates
to extensions for proper operation:
* needsToken() now returns a string
* Most custom token types are being replaced with a 'csrf' token (the
former 'edit' token); any others need a new hook.
* All tokens must use a static salt. Compat with web UI using non-static
tokens is supported and also serves to handle the now-deprecated token
fetching.
* Documentation in getParamDescription() should return a string (not
array) for 'token', as the signal to core that it should be replaced
with a standardized message.
When compatibility with earlier versions of MediaWiki is no longer
maintained, the entry for 'token' from getAllowedParams() and
getParamDescription() may be removed, as may getTokenSalt(). This patch
leaves them in place.
Note this is intended to be compatible with earlier versions of
MediaWiki, and so should be safe to merge before the core change.
Change-Id: Ifb9a080f1ad7236127c61287d14ff4a465543e0f
2014-08-09 16:28:43 +01:00
Translation updater bot
c27ddbf899
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie2a3426957a4fd311833c097e20b496fdc440e6c
2014-08-05 21:58:57 +02:00
Translation updater bot
1a23486f64
Localisation updates from https://translatewiki.net .
...
Change-Id: I4272ec12f915efbd981ae6b90af8aa2757e32206
2014-07-31 22:17:57 +02:00
Translation updater bot
88d7475cf7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibb6aa6de02b0ba8d039221deb27b6c4bcd42ac61
2014-07-27 22:24:33 +02:00
Translation updater bot
34a65bc270
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie2ae7a29e7b5a47e98c03b371dea52a2859921f1
2014-07-26 21:49:12 +02:00
Translation updater bot
baf8de2d1d
Localisation updates from https://translatewiki.net .
...
Change-Id: I7462ac7a222c8d10fbac77f6725dbf6d33449074
2014-07-21 21:42:06 +02:00
Translation updater bot
d510693892
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia42dfc5610dacaf59882a7ca382e1fa48e7a1c59
2014-07-18 21:30:20 +02:00
Translation updater bot
174c04891f
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaac9c23bd93c1c00ed84751b88264fc1b9b7e545
2014-07-16 22:01:58 +02:00
jenkins-bot
43110151fa
Merge "Support updated flow frontend"
2014-07-15 22:08:36 +00:00
Erik Bernhardson
ccdca0d0d7
Support updated flow frontend
...
* Flow no-longer allows arbitrary html insertion, so remove
* Update ext.thanks.flowthank.js to work with thank links generated
directly by flow.
Change-Id: I8ae14352f1b177446f3696ffadd6921a5125238e
2014-07-15 15:07:33 -07:00
Translation updater bot
5080f66716
Localisation updates from https://translatewiki.net .
...
Change-Id: I23bdf7b2ac766aea52464648b7835944813d7028
2014-07-15 22:07:59 +02:00
Translation updater bot
7e8ee9e478
Localisation updates from https://translatewiki.net .
...
Change-Id: I52083258d08822da25cf01ec8f59607342e19c95
2014-07-13 22:24:37 +02:00
Translation updater bot
d98baa2825
Localisation updates from https://translatewiki.net .
...
Change-Id: I20a9ad20eaaa57cd5b2d5fff9dac3fefc15ff38d
2014-07-12 23:24:19 +02:00
Translation updater bot
8f95163ea2
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia7046fe7ebbf81b49db9c74c569bccb4844fe6e8
2014-07-09 20:36:30 +00:00
Translation updater bot
956a1e200f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia3172704c2bfdb34589c1aaa20de1f34a9f5c980
2014-07-08 21:02:36 +00:00
Translation updater bot
d7e7251c3f
Localisation updates from https://translatewiki.net .
...
Change-Id: I32c037a1e80acb71f5205a700f6046b9dec1315e
2014-07-07 20:21:44 +00:00
Translation updater bot
a466fcd9ac
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe7ff8de62e10eb5aa72b00a69977d1011d62c57
2014-07-02 19:57:53 +00:00
Translation updater bot
763d2756c3
Localisation updates from https://translatewiki.net .
...
Change-Id: I3856d5e9806a5e48f772a0cb0476dc0126050338
2014-06-29 18:44:50 +00:00
Translation updater bot
fdfad2eac8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifff7cc5fac843df5ebd5cf5d3e59e252f8235089
2014-06-27 20:25:11 +00:00
Translation updater bot
75b8a011b9
Localisation updates from https://translatewiki.net .
...
Change-Id: Id7c07133d1ad9c98ae4e37e58911fe1c6d3f04b8
2014-06-24 20:01:13 +00:00
Translation updater bot
dd86da0ec5
Localisation updates from https://translatewiki.net .
...
Change-Id: I65e6e657e7087fb652f6713753772d87fb9db0b1
2014-06-22 19:31:29 +00:00
Translation updater bot
9b7a8be9a7
Localisation updates from https://translatewiki.net .
...
Change-Id: If0cbcfc9274be117d24c35cf30ebb14b2a1e20cb
2014-06-20 19:51:40 +00:00
Translation updater bot
e0be563456
Localisation updates from https://translatewiki.net .
...
Change-Id: I8a20ebb9a15c7e73a7e4d1f1b6b539c39dce31f3
2014-06-18 20:00:13 +00:00
Translation updater bot
90761fb2b5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifec3e9aa7e12f682e6a993cd4c7a13b804abad3d
2014-06-16 19:55:26 +00:00
Translation updater bot
49c85d9f43
Localisation updates from https://translatewiki.net .
...
Change-Id: I1181970647bd20c5876ab31088e5dc815e7110d5
2014-06-15 19:53:46 +00:00
Translation updater bot
859fd23161
Localisation updates from https://translatewiki.net .
...
Change-Id: If0897c161020b36da18df72411fb4cef4c758ce3
2014-06-13 20:51:05 +00:00
Translation updater bot
75ccfcf003
Localisation updates from https://translatewiki.net .
...
Change-Id: Id81896cfa655d6638d12b6d9d42f929ee01453e9
2014-06-11 20:40:41 +00:00
Translation updater bot
e6e0718f45
Localisation updates from https://translatewiki.net .
...
Change-Id: I9d4d39282940eec955b3d23008798ae75a737afd
2014-06-09 20:31:55 +00:00
Translation updater bot
08c6fb5235
Localisation updates from https://translatewiki.net .
...
Change-Id: I588f1ae0f8d09b5936a588e958db89f5084b17d1
2014-06-08 19:58:18 +00:00
Translation updater bot
07928d4778
Localisation updates from https://translatewiki.net .
...
Change-Id: I777b9522c9d696883d2e5bf9024482c599629711
2014-06-06 21:48:05 +00:00
Translation updater bot
1e4dc31aab
Localisation updates from https://translatewiki.net .
...
Change-Id: I4864091b42dc914418157ef0c19eecd569a3913c
2014-06-05 20:47:12 +00:00
wctaiwan
0e0ef33ea3
Bind Flow Thank click detection to .flow-container
...
Single-topic views do not have a flow-topics wrapper, making Thanks broken
in those views.
Bug: 63205
Change-Id: I19c7d2da2d409f8c0a270600b092d504255d4111
2014-06-05 14:00:00 +08:00
Translation updater bot
6af8875cda
Localisation updates from https://translatewiki.net .
...
Change-Id: Iabde4d53b2a101340742ea3d3f6dac0d230b3fc3
2014-06-04 19:54:35 +00:00
Translation updater bot
c45c058573
Localisation updates from https://translatewiki.net .
...
Change-Id: I17e899e7b9766d0d8d844e6caf2daee0e5808898
2014-06-03 19:52:28 +00:00
Translation updater bot
5e405136f4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibd8d91b045f434b9604b943ad8a13c2413312f9e
2014-06-02 21:00:16 +00:00
wctaiwan
ab8b7847c3
Change UI of special page and support Flow Thanks
...
Change the UI to ask for confirmation instead of allowing the user to
change the revision ID, disallow using Special:Thanks directly, and add
support for Flow Thanks.
Bug: 63509
Change-Id: I48ef5e51fd3ac76ff5caf6907bc53d09357634bd
2014-06-02 04:10:21 +00:00