Commit graph

287 commits

Author SHA1 Message Date
kaldari b3391e42ff Only the 'Notifications' part of the header should be bold
When there are more new notifications than can fit in the overly
it shows a message in the header alerting the user. This message
should be in regular text, while 'Notifications' should stay bold.

Changed per Fabrice.

Change-Id: I21dc0ed516e5656c6d1965970d7a5f313e317aa9
2013-04-24 21:51:27 -07: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
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