Translation updater bot
6b859ebb24
Localisation updates from http://translatewiki.net .
...
Change-Id: I85a012c0d40e2fa296c7bf8827726d1bbb67722f
2013-04-24 20:07:23 +00:00
Translation updater bot
5239733efb
Localisation updates from http://translatewiki.net .
...
Change-Id: I96aca69e536852b50b71021a3969f33fb83654eb
2013-04-23 20:06:16 +00:00
Translation updater bot
522d452c68
Localisation updates from http://translatewiki.net .
...
Change-Id: I61120ea8c4a1d38f0a75ce900bab47109f55f378
2013-04-20 22:41:59 +00:00
Amir E. Aharoni
62fa7a5983
Fix English grammar in echo-email-batch-* messages
...
Change-Id: Ibe9586eade16d7fb28a6edf1507ef28eb41bee0f
2013-04-20 11:37:54 +03:00
Translation updater bot
09f6abe044
Localisation updates from http://translatewiki.net .
...
Change-Id: I3c35afea15a41c1f01d41836937f01755dd90b3d
2013-04-19 20:27:12 +00:00
kaldari
5c87bb3738
Making agents and pages bold in flyout notifications per specs
...
Change-Id: I8eec2df4c7c772cdd753fbd8ec646baf50f2f03d
2013-04-18 16:02:00 -07:00
Translation updater bot
c4660f78fe
Localisation updates from http://translatewiki.net .
...
Change-Id: I68ca63af2fbea5eb5c8dcfc507e358ebcedee696
2013-04-18 19:43:00 +00:00
jenkins-bot
5833846c44
Merge "Add 'Mark all as read' button to overlay"
2013-04-18 18:41:47 +00:00
jenkins-bot
5f21312587
Merge "Email digest header tweaks"
2013-04-18 18:20:57 +00:00
jenkins-bot
6fdd41b4dd
Merge "New presentation of email notification settings per requirements"
2013-04-18 13:16:23 +00:00
kaldari
9448c6cab0
Add 'Mark all as read' button to overlay
...
Button is only shown if there are more unread notifications than
fit in the overlay.
To avoid performance issues, this version only works for cases where
the number of unread notifications is less than the maximum count
(99 currently). Otherwise the button to mark all as read isn't
displayed (it's also limited on the server-side for good measure).
Bug: 47092
Change-Id: Ifcb0a436e2b31062741c441cca239d35ddefa0e1
2013-04-18 00:29:36 -07:00
jenkins-bot
c0257f0f72
Merge "Update email footer to approved launch phrasing."
2013-04-18 04:06:39 +00:00
kaldari
d4a15e3ee4
New presentation of email notification settings per requirements
...
We have a new shorter header and add labels for the two options.
Change-Id: If63720afe35f2edfa90b2c74d93fe355abd5da61
2013-04-17 17:44:20 -07:00
bsitu
c7922a366c
Email digest header tweaks
...
Plus adding escape to some of the messages
Bug: 47095
Change-Id: I296de4e5ebe92b737837c7ddcf3f631b16a9cf8b
2013-04-17 14:43:31 -07:00
Translation updater bot
930387b47b
Localisation updates from http://translatewiki.net .
...
Change-Id: I0c626115ed526a5858ffa70b0c69fe9c48c238ac
2013-04-17 19:33:47 +00:00
jenkins-bot
d9a4bb7bb9
Merge "Pref for showing notifications"
2013-04-17 17:15:51 +00:00
Kaldari
6388779640
Pref for showing notifications
...
If this pref is turned off, we revert to the old orange bar talk
page notifications. Depends on core change Ifc8fbaf8.
Bug: 46550
Change-Id: If21f3aac51e484c5e077c7f4b5a2218e8b71ed2a
2013-04-17 09:55:05 -07:00
lwelling
66c18e9458
Update email footer to approved launch phrasing.
...
Change-Id: I4b4eeef4708bd7141006c099173f24b026806ece
2013-04-17 11:54:37 -04:00
Translation updater bot
b7f11771dc
Localisation updates from http://translatewiki.net .
...
Change-Id: I81c283e2d124cecb3d4231f0c16a6f7a5fe4ec72
2013-04-16 19:44:42 +00:00
jenkins-bot
e45c9336da
Merge "Adding Help link to Echo archive page"
2013-04-16 00:04:32 +00:00
kaldari
74fdc01fe6
Adding Help link to Echo archive page
...
Also fixing feedback link for Safari and Chrome
Change-Id: Icc9f2c66f983e95c1564f6981e952d1d99160111
2013-04-15 16:27:27 -07:00
Translation updater bot
58b77e43d7
Localisation updates from http://translatewiki.net .
...
Change-Id: I46c73dcd0cf7be124e100fbcb6084ab3f148d8b7
2013-04-15 20:57:21 +00:00
Translation updater bot
ae93a04ef3
Localisation updates from http://translatewiki.net .
...
Change-Id: I6d5a04180ba533d032346546bf0e48309089e5d2
2013-04-12 18:12:31 +00:00
Translation updater bot
4905a15e59
Localisation updates from http://translatewiki.net .
...
Change-Id: Ie6c995112b2a40269355017afbf9ec459d55c47d
2013-04-11 20:21:12 +00:00
bsitu
d44ed993a2
Add email bundling function to Echo notification
...
* This patch needs intensive testing on Redis delayed job queue
* This patch is -2 mainly for redis/phpredis are not ready on test/test2/mediawiki
To test this locally, you need to:
* set up Redis and phpredis locally
* add the following to localSettings.php
$wgJobTypeConf['MWEchoNotificationEmailBundleJob'] = array(
'class' => 'JobQueueRedis',
'redisServer' => '127.0.0.1',
'redisConfig' => array( 'connectTimeout' => 1 ),
'claimTTL' => 3600,
'checkDelay' => true
);
* set $wgMainCacheType to CACHE_DB or memcache
* set $wgEchoBundleEmailInterval to smaller number for testing purpose, 0 to disable email bundling
Change-Id: I9313e7f6ed3e13478cec294b5b8408fe8e941faf
2013-04-11 11:25:14 -07:00
jenkins-bot
20f6ca3dde
Merge "Switching to new message scheme for prefs per feature requirements"
2013-04-11 18:18:41 +00:00
kaldari
cca427faeb
Switching to new message scheme for prefs per feature requirements
...
Change-Id: I84f440d29d3311c580d3ae5ac5b46c151e051e44
2013-04-11 10:22:18 -07:00
kaldari
a744301a65
Adding link to Special:Log/rights from rights change notification
...
Change-Id: Idc1785b149ca24ef0bd4f6cbd54f2893d7648845
2013-04-10 18:27:28 -07:00
Translation updater bot
65eb33b328
Localisation updates from http://translatewiki.net .
...
Change-Id: I68d86c3be0138529629c21784c987520af7ec2f2
2013-04-10 20:31:37 +00:00
Translation updater bot
47d8fefbd2
Localisation updates from http://translatewiki.net .
...
Change-Id: I9d5b945942be183568880f4e9b2ee6a011e312bc
2013-04-08 19:58:35 +00:00
Translation updater bot
87eb625e2d
Localisation updates from http://translatewiki.net .
...
Change-Id: Ic9986586d7df7d0b6ad44f1775d399ded2cf720b
2013-04-07 20:51:39 +00:00
Translation updater bot
92ad6de21b
Localisation updates from http://translatewiki.net .
...
Change-Id: Ib4e60236659da71b8f4b1301ccd161f1316e3716
2013-04-06 19:50:26 +00:00
Translation updater bot
90818a863b
Localisation updates from http://translatewiki.net .
...
Change-Id: I3e192825279ab21beaa9646b34e8e528a3d91044
2013-04-05 22:26:28 +00:00
bsitu
cbd88322f2
Add default params to avoid massive if/else block
...
Change-Id: I966d16525220565e805fda582c5f88a7978faa37
2013-04-05 19:33:01 +00:00
Translation updater bot
2b420bfac8
Localisation updates from http://translatewiki.net .
...
Change-Id: I408d9b5afa4e23379295f56510ccd1e483442554
2013-04-04 19:58:34 +00:00
bsitu
6a3624b0e4
Add web bundling function to Echo notification
...
* add web bundling feature
* unify event_timestamp with notification_timestamp
* remove echo_subscription
* update article_link to page_link notification with new logic
* remove duplicated function from MWDbEchoEmailBatch since it's defined in parent class
Change-Id: I2fa91c44edb020209b468fe13f894d9db3732e69
2013-04-04 10:53:46 -07:00
Kaldari
002d816de1
Merge "Merge the text of the welcome message into the title."
2013-04-04 17:40:19 +00:00
Translation updater bot
62c5a54547
Localisation updates from http://translatewiki.net .
...
Change-Id: I3666f11f217c1867bad2641afb146fc7d4ba62c6
2013-04-03 19:44:08 +00:00
Matthew Flaschen
54af0449d8
Merge the text of the welcome message into the title.
...
Change-Id: I3422cabe776e84c2231b1212329067fc5b075143
2013-04-02 18:17:20 -04:00
Translation updater bot
071afe5fe3
Localisation updates from http://translatewiki.net .
...
Change-Id: I94ed058065a4f0fd84609365f1bab9711acfac22
2013-04-02 19:02:29 +00:00
Translation updater bot
be905c8239
Localisation updates from http://translatewiki.net .
...
Change-Id: I7f026d6439134aa094016c6eff4660083e749520
2013-03-31 18:48:01 +00:00
Translation updater bot
4de0e41306
Localisation updates from http://translatewiki.net .
...
Change-Id: I5c062b06f5d12b96396ddd001a68eadcf7b29eed
2013-03-30 18:03:30 +00:00
Translation updater bot
2706ca3334
Localisation updates from http://translatewiki.net .
...
Change-Id: I817ca9de526567c07e638cab78a59b81134e1de2
2013-03-29 20:37:31 +00:00
Translation updater bot
ec5005954d
Localisation updates from http://translatewiki.net .
...
Change-Id: I6cceb9e1755696fd61b4a89b1b8bf9a7cebb38d7
2013-03-28 19:04:47 +00:00
jenkins-bot
7fcaf9b57e
Merge "A bunch of Echo style tweaks per Vibha"
2013-03-28 17:20:50 +00:00
Translation updater bot
d82c0ee8b2
Localisation updates from http://translatewiki.net .
...
Change-Id: I931712f882929e592a9de2925a729dca2060de91
2013-03-27 20:43:18 +00:00
Kaldari
ef9614b243
Merge "Change content of welcome message."
2013-03-27 16:59:52 +00:00
kaldari
5b10fdf14b
A bunch of Echo style tweaks per Vibha
...
Change-Id: I1317b1dd670c8f7a33b62bb7d86a6d25d841c6a1
2013-03-26 18:03:46 -07:00
Matthew Flaschen
2fdf0a0811
Change content of welcome message.
...
Change-Id: Ia442ceef588e33b4cc096e690d669d12dc201626
2013-03-26 17:50:03 -04:00
Translation updater bot
14d21ac2e2
Localisation updates from http://translatewiki.net .
...
Change-Id: I945941bfb063f28856fb331899fb3feb5142164b
2013-03-26 21:08:07 +00:00
Translation updater bot
945c1cb5a5
Localisation updates from http://translatewiki.net .
...
Change-Id: I1576cf75756a91c8b6542bfde5d0edfecb124b62
2013-03-25 19:45:38 +00:00
Translation updater bot
c25f1cedf2
Localisation updates from http://translatewiki.net .
...
Change-Id: I79b433624774f53898b36b1e8ad4a56f43b6ab14
2013-03-22 20:04:44 +00:00
Translation updater bot
2f5c9b8a04
Localisation updates from http://translatewiki.net .
...
Change-Id: Idbcd78553a4ee67ab58d6c18f214b39678659d73
2013-03-21 22:40:37 +00:00
Kaldari
5f70118264
Merge "Consolidate messages and fix dismiss title"
2013-03-21 18:26:22 +00:00
bsitu
2d0e5ee536
Consolidate messages and fix dismiss title
...
1. Dismiss title should be based on $event->getCategory() instead of $event->getType()
2. Remove various echo-email-batch-category-header-* messages
3. update echo-dismiss-title-* to echo-category-title-*
Change-Id: I02fc85072f3d5967668c94eb28c8ecff606023d0
2013-03-21 11:22:28 -07:00
Kaldari
556ad065f2
Merge "Initial version of user-right notification"
2013-03-21 17:49:24 +00:00
Translation updater bot
d45ceeb755
Localisation updates from http://translatewiki.net .
...
Change-Id: Icbcb4196d1172e841636b44f3874e9eaad6bfb32
2013-03-19 21:37:22 +00:00
Translation updater bot
b2353d6d09
Localisation updates from http://translatewiki.net .
...
Change-Id: I7fe214094e9d336f4eb920798cdb4e170927b0ef
2013-03-18 21:03:42 +00:00
bsitu
c4039b757b
Initial version of user-right notification
...
Change-Id: I1b2c618df26084068edfb568de314809d8af6702
2013-03-18 11:19:26 -07:00
Siebrand Mazeland
17cb9269fa
Remove use of "I" in favor of "you"
...
A comment by Pau on PS4 of Change-Id: I170f019b7eb5f19229b66a275732d320617c2c5e
where I initially opposed to the use of "your" versus "I":
Using "You" or My" for referring to the user are both valid and common approaches.
When talking about on-line communities it makes more sense to use "You", [..].
More info and examples on this at:
http://www.designingsocialinterfaces.com/patterns.wiki/index.php?title=Your_vs._My
Change-Id: I809b00a4bea33f5e330b6ee59d064bca5f278062
2013-03-18 01:41:41 +00:00
Translation updater bot
1c0d42248b
Localisation updates from http://translatewiki.net .
...
Change-Id: I28c28ec50f1e063277e1f5f5d804db7682e1b8aa
2013-03-17 20:36:37 +00:00
Translation updater bot
ff24e27445
Localisation updates from http://translatewiki.net .
...
Change-Id: I5ed8acb1603341c43fb77e3f57b9fd972539f706
2013-03-15 20:00:14 +00:00
Translation updater bot
52942e0910
Localisation updates from http://translatewiki.net .
...
Change-Id: Ife620ca0fc26ac6cc2a70816ca55d233d2ca3b71
2013-03-13 21:11:21 +00:00
Translation updater bot
85676d8a30
Localisation updates from http://translatewiki.net .
...
Change-Id: Id0174483ee5eedc80cccb9c8a65332dd3dbf104c
2013-03-12 21:11:33 +00:00
Translation updater bot
f1dd7c1348
Localisation updates from http://translatewiki.net .
...
Change-Id: Id26d813b5cab23d8494b3d54b084dd9ea9445b7a
2013-03-11 20:28:30 +00:00
Translation updater bot
572044fd5e
Localisation updates from http://translatewiki.net .
...
Change-Id: I7ee41d3e0ff8755830d9eb6b690d00539b02cfd2
2013-03-10 21:32:35 +00:00
Translation updater bot
66455779c8
Localisation updates from http://translatewiki.net .
...
Change-Id: Id38b26e1dd4b48a144d5aa72f57f27d525383b90
2013-03-08 17:04:36 +00:00
Translation updater bot
406bbc8ba6
Localisation updates from http://translatewiki.net .
...
Change-Id: I6345edea32f01b2d93657d21b236264c1bf8caf7
2013-03-07 21:53:57 +00:00
Translation updater bot
30aaeb1d1f
Localisation updates from http://translatewiki.net .
...
Change-Id: Ib732eb7c5c23c7181461106e063160cef8cd9bc9
2013-03-06 21:51:05 +00:00
Kaldari
8357f4bd75
Implementing new prefs system for Echo
...
Change-Id: Id745ed6cf1c92695569597fab6ea662bac8c76c0
2013-03-05 12:20:17 -08:00
Translation updater bot
9276acbcb2
Localisation updates from http://translatewiki.net .
...
Change-Id: Ib615e42cff994395f2a4052fd8363c91e47e85d5
2013-03-04 21:32:25 +00:00
Translation updater bot
0bddd60c6f
Localisation updates from http://translatewiki.net .
...
Change-Id: I9cf7e5906468c11a293763e94b2b0eef69525a19
2013-03-03 21:12:31 +00:00
Translation updater bot
c832df2d08
Localisation updates from http://translatewiki.net .
...
Change-Id: I8c606149d959a0dcc00db437648d4c64df3d6c21
2013-03-01 21:20:28 +00:00
Translation updater bot
3e30543b8b
Localisation updates from http://translatewiki.net .
...
Change-Id: Id3a4b44398fe787479ce3d020f0d94ac6ab6aa4f
2013-02-28 20:39:02 +00:00
Translation updater bot
de45d58cbe
Localisation updates from http://translatewiki.net .
...
Change-Id: I30bb847e6b778883716ddb1d8e2fc20bb09fdb87
2013-02-27 21:15:37 +00:00
Siebrand Mazeland
b624960ffa
(bug 45461) Use email instead of e-mail
...
Change-Id: I452dd42a007a61d1e45dd81473a2745b86566f93
2013-02-27 12:44:01 +01:00
Kaldari
d1aa8d52e1
Some minor polish for user mention notification per design specs
...
Tweaking pref label and adding edit summary payload
Change-Id: I559d162302bdc06f502a79335d7cfaa5ed3deb7d
2013-02-26 13:31:40 -08:00
Translation updater bot
1849625b93
Localisation updates from http://translatewiki.net .
...
Change-Id: I0d865d5e01bd6ed46209ea8fbc894a52d30b655c
2013-02-26 20:47:14 +00:00
Translation updater bot
16f0cb186e
Localisation updates from http://translatewiki.net .
...
Change-Id: I12779da9859617209b5c5371ded6741a08c0152b
2013-02-25 21:05:32 +00:00
Kaldari
f191726e35
Merge "Add a "mention" notification"
2013-02-25 04:42:03 +00:00
Andrew Garrett
dc6a3cb6d0
Add a "mention" notification
...
Any user whose user page is linked in a comment on a talk page will get a notification of that.
Weaknesses: Currently this mention notification is additive.
We may want to restrict it to only cases where the user would not
otherwise be notified of the comment
patch set 3:
* user + instead of array_merge for merging subscription users
* rename $user to $agent to avoid name confilict in generateMentionEvents()
* add check for possible null object
* users should not receive 'mention' notification on their own talk pages
patch set 4:
* add more descriptive comment
* check for empty notification list before creating mention event
patch set 5:
* Fix a parse error, change [ to {
patch set 10:
* rebase
patch set 11:
* adding flyout messages, updating params for other messages
Change-Id: I76b80db1f325d9569f36c506d14c8c875bba4a34
2013-02-24 20:38:11 -08:00
Translation updater bot
b2c69d29c7
Localisation updates from http://translatewiki.net .
...
Change-Id: I860ef0097a9c2575aec12a588da8c2bbb2b26e2a
2013-02-24 20:36:41 +00:00
Translation updater bot
d23c5840e4
Localisation updates from http://translatewiki.net .
...
Change-Id: Ie6a817e9baa219128c1b26b3d24054fdcba93e37
2013-02-23 20:34:53 +00:00
Translation updater bot
e4f9276e61
Localisation updates from http://translatewiki.net .
...
Change-Id: I7eb793aa50bd6eff26f1755b6971b14b4af41471
2013-02-22 20:11:31 +00:00
Translation updater bot
dca54fcb08
Localisation updates from http://translatewiki.net .
...
Change-Id: I8158629cabae8bcc25b8fe80a0b952fa615ebe58
2013-02-21 20:16:53 +00:00
Translation updater bot
0f8ba16d33
Localisation updates from http://translatewiki.net .
...
Change-Id: I7a660f62e4a9207bec5cedb95a220a3188906167
2013-02-20 21:43:48 +00:00
Translation updater bot
21c67472ca
Localisation updates from http://translatewiki.net .
...
Change-Id: I986b71903cb6a5341b0685c9bcbda2a9f6b4c04e
2013-02-19 20:37:04 +00:00
Translation updater bot
9565d05dbb
Localisation updates from http://translatewiki.net .
...
Change-Id: I5e5f38e22aea7859bbddaf7656d107ec03209938
2013-02-18 20:55:25 +00:00
Translation updater bot
e358053bc9
Localisation updates from http://translatewiki.net .
...
Change-Id: I60b07ce6c8b8035b8a661eced0c2b9ba77ac7075
2013-02-17 20:38:37 +00:00
Translation updater bot
3136e3a043
Localisation updates from http://translatewiki.net .
...
Change-Id: Ic457a16df0f21bf6960064e15e25f6f25e84c8f8
2013-02-16 23:16:53 +00:00
Translation updater bot
61b02be508
Localisation updates from http://translatewiki.net .
...
Change-Id: Ic9ee32b8868bcc1c2f80e47c4b6c7d4fe2cbc2a0
2013-02-15 20:32:50 +00:00
Translation updater bot
3ced897d18
Localisation updates from http://translatewiki.net .
...
Change-Id: Iacb39de64c65dfc085015e777d2ff291ee6f1145
2013-02-14 20:29:43 +00:00
Kaldari
16331eab92
Adding dismiss functionality to flyout overlay.
...
Change-Id: Ibfbdb2a9f170e1d9b30b50e8639aee25101e71d6
2013-02-14 11:01:03 -08:00
Translation updater bot
998fed5a58
Localisation updates from http://translatewiki.net .
...
Change-Id: I74676d93b9a9a9317087c922d5d0adadb1ca5a85
2013-02-13 20:59:03 +00:00
raymond
fdf1bc6008
Some consistency tweaks for I484a24b424e69be3640e63b76f82735edae6f13a
...
* Email -> E-mail
* article -> page
* No Upper Casing
Change-Id: Icefa597e468f42487b806b3e1c193d6881d1a7d1
2013-02-13 09:43:41 +01:00
Bsitu
abbfccca0e
Merge "Adding dismiss functionality to special page"
2013-02-12 21:11:18 +00:00
Translation updater bot
98f39578d0
Localisation updates from http://translatewiki.net .
...
Change-Id: If91eff4dc5e104f4751f8014274f05afc8fd18a4
2013-02-12 20:22:40 +00:00
Kaldari
af06e26de6
Adding dismiss functionality to special page
...
Includes new web preferences for Echo
Also adding ability to set dismissability per notification type
Still need to arrange subscription options into a friendly format
Still need to add dismiss functionality to flyout
Change-Id: I484a24b424e69be3640e63b76f82735edae6f13a
2013-02-12 11:33:50 -08:00
Translation updater bot
fec4a6893e
Localisation updates from http://translatewiki.net .
...
Change-Id: I908dc2511a3277243f81a8c116d827051ce4836a
2013-02-11 20:17:41 +00:00
Translation updater bot
1aa29e4973
Localisation updates from http://translatewiki.net .
...
Change-Id: Ice15b9c558368976e254ecfc6605d483697fa7fa
2013-02-09 22:55:30 +00:00
Translation updater bot
290061f679
Localisation updates from http://translatewiki.net .
...
Change-Id: I97727824e5d2fe0fc6d5ab8b332b8acf28e83e43
2013-02-08 21:32:02 +00:00
Translation updater bot
723b574890
Localisation updates from http://translatewiki.net .
...
Change-Id: I3d975d3c8f25399eacddb5781a10f0ed8398abaf
2013-02-04 22:18:36 +00:00
Translation updater bot
8353781365
Localisation updates from http://translatewiki.net .
...
Change-Id: I7d1594c1f70fb2da931a083f75e7a0b29b70d952
2013-02-01 22:14:08 +00:00
Translation updater bot
41a4f57d54
Localisation updates from http://translatewiki.net .
...
Change-Id: I85c53918bdd5d05bda59973e98a0703ac26d6793
2013-01-31 20:41:41 +00:00
Translation updater bot
741c01fc67
Localisation updates from http://translatewiki.net .
...
Change-Id: I8066c6700137030f540757ce292dcd28931c5ec3
2013-01-30 20:48:22 +00:00
Translation updater bot
d23bac6148
Localisation updates from http://translatewiki.net .
...
Change-Id: Ieb75b57bc5a0ad39f75259ef75e07aa62e570661
2013-01-29 21:00:49 +00:00
Translation updater bot
675ec6b402
Localisation updates from http://translatewiki.net .
...
Change-Id: I1ded25787f3224c2b29c7405e829264e1b8ac563
2013-01-28 21:53:37 +00:00
Translation updater bot
9b60959c4f
Localisation updates from http://translatewiki.net .
...
Change-Id: Ie64e237ecc3e132e8896cd2644900992730ef935
2013-01-27 17:36:02 +00:00
Translation updater bot
5380c7a6c9
Localisation updates from http://translatewiki.net .
...
Change-Id: Id8847c4005143eccd920755892dcf07df2582cc5
2013-01-25 20:35:49 +00:00
Translation updater bot
0916f35e9d
Localisation updates from http://translatewiki.net .
...
Change-Id: I4860905aa048def5deb3134da3ae7373ea39f236
2013-01-24 20:58:22 +00:00
jenkins-bot
4995ba4243
Merge "Update 'cross referenced' to 'linked' for consistency"
2013-01-23 22:57:35 +00:00
Translation updater bot
b81148654f
Localisation updates from http://translatewiki.net .
...
Change-Id: I8939bba3415a72cece674e063ae5bc8299689d0c
2013-01-23 22:12:25 +00:00
bsitu
da0a52be19
Update 'cross referenced' to 'linked' for consistency
...
Change-Id: I725f57eafebebe1d766e53bdc66d60a1f02d53a4
2013-01-23 13:31:09 -08:00
Translation updater bot
270a806a22
Localisation updates from http://translatewiki.net .
...
Change-Id: I77b006e90ec904a557ae6657d0a5850b3fb639b1
2013-01-22 20:49:09 +00:00
Translation updater bot
cb8f21e680
Localisation updates from http://translatewiki.net .
...
Change-Id: I1f44aac232fa14a4a2091d9ac19e53345272ea4f
2013-01-21 20:47:43 +00:00
Translation updater bot
754bac1eca
Localisation updates from http://translatewiki.net .
...
Change-Id: Iefcf639bcac8888899be0b16ae79598e9195c7b3
2013-01-17 21:23:30 +00:00
Translation updater bot
86fcd15138
Localisation updates from http://translatewiki.net .
...
Change-Id: I776f5360bf2bad2ec8a531dbeadb41c078edf26b
2013-01-16 20:34:53 +00:00
Translation updater bot
924faad0d9
Localisation updates from http://translatewiki.net .
...
Change-Id: I7b6eb926e8b93fa00c187d6d5de289d66221f624
2013-01-15 21:31:25 +00:00
Translation updater bot
ec641a5f15
Localisation updates from http://translatewiki.net .
...
Change-Id: I3afb942e4ef6595c21c41061d82942a907e0c6bc
2013-01-14 21:53:26 +00:00
Translation updater bot
c603625370
Localisation updates from http://translatewiki.net .
...
Change-Id: Icca7405a2b46b967149f3bec8f06105263a0e23a
2013-01-13 20:36:48 +00:00
Translation updater bot
5d83d01292
Localisation updates from http://translatewiki.net .
...
Change-Id: I7985c376f3ada63fb139c2c17e9c550211ed233c
2013-01-12 20:27:14 +00:00
Translation updater bot
9f1f033b02
Localisation updates from http://translatewiki.net .
...
Change-Id: Ie6f158c35dd26ae797255e1d2fd8aae2860c96b6
2013-01-11 20:33:02 +00:00
Translation updater bot
5e6e2acbcc
Localisation updates from http://translatewiki.net .
...
Change-Id: I7a2825fd7e3fb3670dafa9be7c5c188adbe3b457
2013-01-10 21:07:13 +00:00
Translation updater bot
be51a9ea2a
Localisation updates from http://translatewiki.net .
...
Change-Id: Ibd9dc01805496394dbf5f14a8c804313f2c784db
2013-01-09 22:12:36 +00:00
Kaldari
320d044b90
Adding More Info link to Special:Notifications
...
Also revising some of the formatting, per Vibha.
Change-Id: Id8415c898e81f98c3eb1599ef5980d74ba509081
2013-01-08 14:23:24 -08:00
Bsitu
aadeab6ace
Merge "Setting up flyout formatting as a separate formatting option"
2013-01-08 22:06:37 +00:00
Translation updater bot
2b0dad1176
Localisation updates from http://translatewiki.net .
...
Change-Id: I27784c4833a2edc57a8de6bba97f9deb5586d0af
2013-01-08 20:27:52 +00:00
Kaldari
05e186c7a3
Setting up flyout formatting as a separate formatting option
...
This is replacing the implementation I did for 'html-light'.
The reason html-light doesn't work is that we don't have any way
of reliably determining which parameter should be the one that is
linked to in the notification title (flyout notifications are only
supposed to have one link). With this system, the notification
definer can specify a separate message/params combination to use
specifically for the notification flyout. If they don't specify
these, it falls back to the normal title message/params.
Change-Id: I35394849cf99307eba4a76e079333d19514fdb5d
2013-01-08 09:53:31 -08:00
Kaldari
65fe8dec45
Merge "(bug 43443) Reword email frequency message"
2013-01-07 22:53:12 +00:00
Translation updater bot
0fa7dc372e
Localisation updates from http://translatewiki.net .
...
Change-Id: I6b9cb2efd247d65ab2dfa218d8fb455df1ac5757
2013-01-07 20:56:27 +00:00
Translation updater bot
2daecbbdf0
Localisation updates from http://translatewiki.net .
...
Change-Id: I24497099a1c6ab12195ccaab87bfce241157652a
2013-01-06 20:09:24 +00:00
Translation updater bot
e71f47d3d5
Localisation updates from http://translatewiki.net .
...
Change-Id: Iab94c2c89c4db8ea1161a42b2879c36982843c40
2013-01-04 21:26:29 +00:00
Kaldari
574b5d369e
Changing article to page per Siebrand
...
Change-Id: I6ca22a330961f2110e9a43eab6163c115cea6ab1
2013-01-03 14:41:03 -08:00
Alex Monk
5a0f2a6338
Merge "Removing redundant part of welcome notification."
2013-01-03 22:24:25 +00:00
Kaldari
b8e98a81f9
Adding pref message for article linked pref
...
Change-Id: Id93900932742a17630f02050e4bc5355cc421bf2
2013-01-03 14:08:53 -08:00
Kaldari
6b477c3206
Removing redundant part of welcome notification.
...
Change-Id: I53e39974da824b1bfed9fb22d7ccd4e76bac2f73
2013-01-03 13:59:25 -08:00
Bsitu
f94654389d
Merge changes I388b8bbc,I85146f7e
...
* changes:
Separating html and html-light formatting for notifications
More work on our custom edit summary parsing
2013-01-03 18:51:40 +00:00
Kaldari
8c0c508f63
Merge "add article-linked notification"
2013-01-03 01:59:40 +00:00
Kaldari
d6ad22ed81
Separating html and html-light formatting for notifications
...
Change-Id: I388b8bbcce741005b34b87d7331e22d442ef1c9b
2013-01-02 17:52:07 -08:00
bsitu
961f86bd33
add article-linked notification
...
Patch Set 6:
1. use 'linked' icron
2. update message from cross-referenced to cross referenced
Change-Id: I8c70454e59b5f9f86f92825cfc75dcf5d9bcb336
2013-01-02 10:40:39 -08:00
Krenair
4a4f4dd1ab
(bug 43443) Reword email frequency message
...
Change-Id: Ice290b965b6d82bfdebfabd45f2eb70104158520
2013-01-02 13:14:36 +00:00
Translation updater bot
8cdd35c6e7
Localisation updates from http://translatewiki.net .
...
Change-Id: Icdf77f5fadea967baa489692e8c9f99de1ba2e9d
2013-01-01 20:21:34 +00:00
Translation updater bot
433e6f47e8
Localisation updates from http://translatewiki.net .
...
Change-Id: Ied77161dac81a5d453cf369249ecc1b6f7a99a90
2012-12-31 20:41:20 +00:00
Translation updater bot
224ce8c60b
Localisation updates from http://translatewiki.net .
...
Change-Id: Icc71ff3c7392a61dbb52a3249b943f3f14026dff
2012-12-30 19:42:03 +00:00
Alex Monk
50d724e1f6
Merge "some i18n message fix for plural and gender support"
2012-12-30 03:14:31 +00:00
Translation updater bot
a9073a5869
Localisation updates from http://translatewiki.net .
...
Change-Id: I17e4134eaa394d4fa712251a5b78320cacba11d3
2012-12-29 19:39:13 +00:00
bsitu
81178c9b1a
some i18n message fix for plural and gender support
...
Change-Id: If71e7a3fd84a09f9e76281fb2b3806133726fc30
2012-12-28 15:43:20 -08:00
Kaldari
4d4911b2e8
Merge "(bug 43434) Add tooltip to notifications link"
2012-12-28 23:24:42 +00:00
Krenair
038383469d
(bug 43434) Add tooltip to notifications link
...
Change-Id: Idf53fe72d5c7055989bdae0a8e0f5606faa56440
2012-12-28 23:06:21 +00:00
Translation updater bot
466c2cf8c1
Localisation updates from http://translatewiki.net .
...
Change-Id: I811bd32f86f7c1e8d0e520cfae26b39f9b1e0f00
2012-12-28 21:14:02 +00:00