jenkins-bot
9ee210f7cd
Merge "(bug 52225) Some javascript and css fix for IE7"
2013-07-30 08:40:40 +00:00
bsitu
ced3989f2a
Update email text color and add a period to email notification text
...
Change-Id: I9d9da6aee9ce36f6350f934b11a49cdf2492ea9c
2013-07-30 10:36:27 +02:00
jenkins-bot
e374ce8cb2
Merge "user talk and mention notification improvement"
2013-07-30 08:28:29 +00:00
bsitu
0b1275b9e3
user talk and mention notification improvement
...
http://www.mediawiki.org/wiki/Echo_%28Notifications%29/Feature_requirements#Improved_Notification_Structure
Change-Id: I2da35e8ed092c42ac95ae34012426834a37c3cde
2013-07-29 18:07:43 -07:00
bsitu
372b5f2f28
(bug 52225) Some javascript and css fix for IE7
...
1. clone() breaks the flyout layout in IE7
2. inline-block needs some adjustment for IE7
Change-Id: I014318aacb15000f132c4e4af74f5ea40a064712
2013-07-29 12:52:29 -07:00
Translation updater bot
239b183cf7
Localisation updates from http://translatewiki.net .
...
Change-Id: I053a6bc5d63492b38c7d2044a2d59a14f359a308
2013-07-29 19:33:08 +00:00
jenkins-bot
7ba728aaf0
Merge "link-from-page should be linked in html email outputformat"
2013-07-29 13:21:06 +00:00
Translation updater bot
cf1d0e85a9
Localisation updates from http://translatewiki.net .
...
Change-Id: I476a696a0572aa13bdafb8026c4575e82a5aaf42
2013-07-28 19:11:03 +00:00
Nemo bis
dc26245524
More consistency with "Email options" preferences subsection
...
Cf. "Display options" in the line below and, in core,
I35608d99eff9a95a14bc12ace8de9a8e1dd808a1
Change-Id: I6ba88fa9ee3e22c865b54fcd74d4341a4c3d509e
2013-07-27 19:24:18 +02:00
Translation updater bot
50c85e3d72
Localisation updates from http://translatewiki.net .
...
Change-Id: I87f97a3e32cf7e10684e852644601919305c2b98
2013-07-26 20:35:11 +00:00
Translation updater bot
8bd3d400b6
Localisation updates from http://translatewiki.net .
...
Change-Id: If8f9c31a933b36c81112ba362cb7257280c23df1
2013-07-25 19:28:02 +00:00
bsitu
6ec1b94fbf
link-from-page should be linked in html email outputformat
...
Change-Id: I6ee1232a9b55fb424897c8bc5c94806ff203e4ca
2013-07-24 14:01:46 -07:00
Translation updater bot
7b144838b8
Localisation updates from http://translatewiki.net .
...
Change-Id: Ica63d6446b146fbbdb13e76e91e4190660b24b4a
2013-07-24 19:52:41 +00:00
jenkins-bot
f1cc118b1f
Merge "Remove override of skin behaviour for inline anchor's text-decoration"
2013-07-24 12:11:11 +00:00
Translation updater bot
54219259c2
Localisation updates from http://translatewiki.net .
...
Change-Id: I133d142ea783785bdae3e854298e71618b28da66
2013-07-23 18:37:40 +00:00
bsitu
7f33cc98fa
(bug 46665) Add HTML email support to email digest
...
Change-Id: I3b881acbcf4b18fc0401364ea0a6bc993d2c2246
2013-07-23 13:20:33 +02:00
bsitu
2c74f66f18
Add HTML email support to Echo notification
...
To test the HTML email:
1. install the latest version of php-mail and php-mail-mime package, they are required
by the core sendmail function to send HTML email
2. set $wgAllowHTMLEmail = true before loading Echo in LocalSetting.php
Change-Id: Ia4b98b14e135742b84f1b0e04589b0efdd24e954
2013-07-23 13:20:33 +02:00
jenkins-bot
b20a030b1a
Merge "Fix an i18n message"
2013-07-23 04:29:47 +00:00
Translation updater bot
58e72c5873
Localisation updates from http://translatewiki.net .
...
Change-Id: Ifacb51ea86726c7f30efeff8c932bdb99d64b25f
2013-07-22 20:12:49 +00:00
bsitu
caa1ce5338
Fix an i18n message
...
Change-Id: Ie48dcfc23fcddee2d31b99189e65017c8afc253e
2013-07-22 11:03:35 -07:00
Translation updater bot
b121932086
Localisation updates from http://translatewiki.net .
...
Change-Id: I3f9e7dbf21dd035b84817884bd75a5df5861371f
2013-07-21 19:13:25 +00:00
Translation updater bot
a417d6be7b
Localisation updates from http://translatewiki.net .
...
Change-Id: I6ed4a726936c6cfaffb0da2b8c34c167fcd557e8
2013-07-20 20:46:57 +00:00
Translation updater bot
d6c1b58d14
Localisation updates from http://translatewiki.net .
...
Change-Id: I5c4a3dba5f28ac033e5d43245420cd770635c1b5
2013-07-19 21:23:31 +00:00
bsitu
b9e5b2f64a
(bug 51640) wgUserNewMsgRevisionId is null with only one rev
...
wgUserNewMsgRevisionId is null with only one revision and that revision is
not viewed, this makes it not reliable for determining if there is new
message. We just switch to check against $user->getNewtalk() instead.
We can still use wgUserNewMsgRevisionId to generate diff links if desired
Change-Id: I4cf50a944aada03151bd17f3610bd59b3bfb2bf2
2013-07-19 11:50:43 -07:00
Translation updater bot
7eb2b38404
Localisation updates from http://translatewiki.net .
...
Change-Id: I9825487d1a2be70694d06f051724d976db8505c5
2013-07-18 19:47:51 +00:00
jenkins-bot
9e631e764b
Merge "(bug 48568) Bust IE browser ajax cache + some API clenaup"
2013-07-18 17:40:57 +00:00
bsitu
f79c6a2e0f
(bug 48568) Bust IE browser ajax cache + some API clenaup
...
Change-Id: Iaacdf41d85dc31a07d3d981086bcd919ba1a40e2
2013-07-18 10:31:23 -07:00
Timo Tijhof
467cb69645
Remove override of skin behaviour for inline anchor's text-decoration
...
Bug: 51617
Change-Id: Iea2d960e5d41420611e6eb8f6e1a9e9d58d6dce0
2013-07-18 15:42:08 +00:00
Timo Tijhof
ede11477ee
Remove inappropiate executable flag on Echo.php and echo.sql
...
Reverts this part of f38ce97
.
Change-Id: Id6339b9178814cae161ce4dac8c44a3b218ea58e
2013-07-18 17:19:05 +02:00
Translation updater bot
d0b9c06fb2
Localisation updates from http://translatewiki.net .
...
Change-Id: Idcf7eeee959f279b4c37263d9bbc51fe7c712be6
2013-07-17 19:24:44 +00:00
Krenair
41b72e25fc
Don't trigger event when user rights change is cross-wiki or global
...
Bug: 51418
Change-Id: If962ed70d1c29668d676ab378916db4afb7eb14a
2013-07-16 19:53:16 +00:00
Translation updater bot
ee12a19669
Localisation updates from http://translatewiki.net .
...
Change-Id: I012851723a9c36e58cc417565bd7600346e04c88
2013-07-15 19:27:31 +00:00
jenkins-bot
df4a3b374d
Merge "Remove the feedback link from the flyout - no longer needed"
2013-07-12 23:53:57 +00:00
jenkins-bot
8a0eca6bc2
Merge "Making header widths consistant on archive page in Echo"
2013-07-12 22:32:53 +00:00
kaldari
8056c44d8d
Making header widths consistant on archive page in Echo
...
Change-Id: Ie31f0fbf737e91d324996473b6e192bd91676ffb
2013-07-12 15:31:21 -07:00
Translation updater bot
10c411f9b5
Localisation updates from http://translatewiki.net .
...
Change-Id: Id4a3cc69623518fac729591e37e5b1730e282b5b
2013-07-12 20:14:31 +00:00
bsitu
353f4e8ab5
(bug 51005) Add secondary link to the archive page
...
Change-Id: I9b1e8fd76eacda3c4bcb5ffc1e3799204da52960
2013-07-12 11:29:01 -07:00
Translation updater bot
604b338473
Localisation updates from http://translatewiki.net .
...
Change-Id: I8068816b75d1bc5af4fbbbcad90cbe3d173e7b4a
2013-07-11 19:10:45 +00:00
bsitu
0b60f1e240
Fix the alias case for SpecialListGroupRights
...
It should be Listgrouprights instead of ListGroupRights. It still
works but generates a warning.
Change-Id: Ia7e560d7ae1979695b19c9010bee8bb3601b7929
2013-07-09 15:36:54 -07:00
Translation updater bot
ec82970991
Localisation updates from http://translatewiki.net .
...
Change-Id: Ia43d8985a9c9406e2ada53c95840e73754da7112
2013-07-09 20:36:59 +00:00
jenkins-bot
58c909c775
Merge "Remove invalid maintenance scripts"
2013-07-09 14:15:57 +00:00
Translation updater bot
49b480818f
Localisation updates from http://translatewiki.net .
...
Change-Id: Ia8fde11dfa17ca971379805126027b901b9fda4a
2013-07-08 19:00:26 +00:00
Translation updater bot
e3065a15d8
Localisation updates from http://translatewiki.net .
...
Change-Id: I1cd77f501cc9f37a5a8cb797584afb2590dcf84c
2013-07-07 19:41:40 +00:00
kaldari
e8df780d9a
Remove the feedback link from the flyout - no longer needed
...
Change-Id: I0531fdd126c3030097b5485b1140c66fc6306ae0
2013-07-06 00:48:29 +00:00
jenkins-bot
7eb57c25bf
Merge "Updating Talk notification icon"
2013-07-06 00:19:39 +00:00
Translation updater bot
fd202dfac1
Localisation updates from http://translatewiki.net .
...
Change-Id: I3633acf438c969055e9c2e498e57c02c1ce11ffa
2013-07-04 20:08:01 +00:00
Translation updater bot
cf3a6c2d92
Localisation updates from http://translatewiki.net .
...
Change-Id: I66a2bcb247af845363bb948cad1b6a599bf10e02
2013-07-03 20:01:55 +00:00
bsitu
76d8822b84
Remove invalid maintenance scripts
...
These maintenance scripts have never run before and will never run in
the future. We decided that we don't understand user_properties table
enough to mess with it, and we went with another simpler approach instead
Change-Id: Ic33375a579267aca40a54d74f839fee042afc24f
2013-07-03 12:09:45 -07:00
bsitu
0cb48219cc
Remove Echo preference change eventlogging
...
Echo preference change is already captured in the general
preference change eventlogging, this is just a duplicate
Change-Id: I49cd2ad5776a670e2cd28414e156f5201087ded0
2013-07-03 11:55:44 -07:00
jenkins-bot
1fcadc6b51
Merge "Title diff links should not include any fragment"
2013-07-02 22:19:01 +00:00