Commit graph

1258 commits

Author SHA1 Message Date
Translation updater bot 0d33fbc646 Localisation updates from https://translatewiki.net.
Change-Id: I62b84b543a49fb067468b7547cf0c88d45253f9f
2013-12-04 20:23:49 +00:00
jenkins-bot 0d003391dc Merge "Native digits on 'notification-page-linked-bundle'" 2013-12-04 09:21:43 +00:00
Translation updater bot 3ad2fba7f8 Localisation updates from https://translatewiki.net.
Change-Id: Ic2ad92144ed7dbc6d1fe9bf7cf4576abd04d03b3
2013-12-03 20:48:50 +00:00
kaldari 7633707071 Removing constructor that doesn't do anything.
Change-Id: I8b6c1d3a88e57f970fd1edef1b4df1b8bf9785e4
2013-12-02 15:12:53 -08:00
Translation updater bot 053cca5307 Localisation updates from https://translatewiki.net.
Change-Id: If22f4df387cd708f32ba0aef5e7f5966e78d5fdc
2013-12-02 20:38:07 +00:00
Translation updater bot 1623b66821 Localisation updates from https://translatewiki.net.
Change-Id: Iffc39c7ad2a9578ceacbd83166ce8cdee97d0f39
2013-12-01 19:55:24 +00:00
Translation updater bot b7c9837b57 Localisation updates from https://translatewiki.net.
Change-Id: Id902f07e8700455a0d00e457f5a967ea19a4d482
2013-11-30 19:53:41 +00:00
Kunal Mehta fbd127fc88 Add public setters for EchoEvent attributes
So extensions can modify an event, like bug 57234.

Change-Id: I60b61d635eb3ab033dc9cc8d8bbf751e2221acc8
2013-11-29 22:20:03 -08:00
Kunal Mehta 9f7d409c10 Only run onUserSaveSettings hook if not in update.php
Depends on I57a47661f2069efb91340db8188be92d4efb23e9 in core.

Bug: 57335
Change-Id: I4cf977ee4e0dfd5c564334481e9ae2f6bca85b61
2013-11-29 16:56:54 -08:00
m4tx fb438a1a17 Prevent "Mark as read" and title-overflow text from overlapping
If the echo-overlay-title-overflow text is too long, it's wrapped into multiple lines now.

Bug: 55919
Change-Id: Ib1d252ab26be7d73cbf71c6fb19d84b80d8d30c8
2013-11-30 01:53:59 +01:00
Translation updater bot ce5b5308aa Localisation updates from https://translatewiki.net.
Change-Id: If08b66d6bd19c957d71718fd482496fcb1d71e66
2013-11-29 19:29:01 +00:00
Translation updater bot 8529fbfc23 Localisation updates from https://translatewiki.net.
Change-Id: I83733848f7876742f64c07762a96d610ef425e0c
2013-11-27 19:26:16 +00:00
Translation updater bot 4e121327f5 Localisation updates from https://translatewiki.net.
Change-Id: If7d2efcdecb6f6782a05cd3b97cd8288c2942396
2013-11-26 20:22:26 +00:00
jenkins-bot 0dfe922efd Merge "Mention: notify correctly if there is no section title" 2013-11-26 00:36:54 +00:00
Translation updater bot 64e9e7d4c8 Localisation updates from https://translatewiki.net.
Change-Id: I6f5e9fea3c20a7976eae73f56eb57cc075480b38
2013-11-25 21:15:33 +00:00
Ebrahim Byagowi 4ac1bad1e1 Native digits on 'notification-page-linked-bundle'
Change-Id: I2fc95dfe195287a5a0366839c11d267e1ad31db3
2013-11-25 14:11:44 +00:00
Translation updater bot 31f5d0d30d Localisation updates from https://translatewiki.net.
Change-Id: I474c2d0da1d02e532a1f3f8bbbece5634b7c97ab
2013-11-24 20:33:48 +00:00
jenkins-bot e0b379d174 Merge "Don't use @deprecated for parameters" 2013-11-23 18:19:08 +00:00
Kunal Mehta 97a8fe1bef Don't use @deprecated for parameters
Makes Doxygen think the whole function is deprecated,
switched them to "@param $var type deprecated"

Change-Id: I1536396258ee62c5bf81a5eb0542656d6d754818
2013-11-23 18:17:36 +00:00
Translation updater bot 24988e8de9 Localisation updates from https://translatewiki.net.
Change-Id: Ib36102d111ceeb68d38cda9ab1094acf95fc1a79
2013-11-23 10:46:21 +00:00
Krenair c0b6a0b6ae Don't send rollback notification if nothing changed
Bug: 56574
Change-Id: If727161560ee07482293e8c012b8ba90bb5df505
2013-11-23 06:36:56 +00:00
Kunal Mehta 6ee8570c80 Check supposed revision being reverted is on the same page
Bug: 57474
Change-Id: Idec054930dd20a01ec9d5132cce25378914629fc
2013-11-22 22:20:45 -08:00
theopolisme fc7e18ba8e Mention: notify correctly if there is no section title
If a user is mentioned in an area that does not have a section
title (for example, the lead section of a talk page), use the new
'notification-mention-nosection' message, to avoid an awkward and
incorrect "[[Page#|]]".

Bug: 52507
Change-Id: I40628b76c460c79008053222c9780bb23549731d
2013-11-22 21:31:45 -06:00
jenkins-bot b487bb5c86 Merge "Allow custom 'diff' values to be set" 2013-11-21 21:55:49 +00:00
Translation updater bot 9702d8dbca Localisation updates from http://translatewiki.net.
Change-Id: Ib83042970a314f1aca02537d911cbd498047de01
2013-11-20 20:42:20 +00:00
Translation updater bot 1f5cf20df8 Localisation updates from http://translatewiki.net.
Change-Id: I472b7eeefd20495c1fafbc8799f9cebf3d9b15ec
2013-11-19 20:14:51 +00:00
Kunal Mehta 93b1011ac9 Allow custom 'diff' values to be set
So we can link to multiple edits at once. This should not
change any existing behavior since 'prev' is used if nothing
is set.

Change-Id: If79e041d1443d8360abdf60b513ce8c7c0c7e1f8
2013-11-19 18:44:01 +00:00
Translation updater bot 40ea204cdc Localisation updates from http://translatewiki.net.
Change-Id: If4a4a40304f422afd74b08c9cb507c4d241431da
2013-11-18 20:37:30 +00:00
Translation updater bot e8a2974963 Localisation updates from http://translatewiki.net.
Change-Id: I90c310d5a8b569fcb8acbcfb5a6d88a6461b4200
2013-11-17 20:24:44 +00:00
Translation updater bot a4f976b622 Localisation updates from http://translatewiki.net.
Change-Id: Ia4370de59f6ccf2a1165528e3eea07d41f84ba13
2013-11-15 20:24:43 +00:00
Translation updater bot eacf539600 Localisation updates from http://translatewiki.net.
Change-Id: I390b9cd1dafb763a8236f190a0ede43cb1a6e38f
2013-11-13 20:21:44 +00:00
Translation updater bot a65a810c8a Localisation updates from http://translatewiki.net.
Change-Id: Icb9e39aa7b5a96ecae870925cb18013f28091760
2013-11-12 20:30:03 +00:00
Translation updater bot 2123deb969 Localisation updates from http://translatewiki.net.
Change-Id: Ib8be9d236c12547174a19e67a7a30b16bdbafc5d
2013-11-11 20:18:36 +00:00
jenkins-bot ba9e8fcfab Merge "Avoid PHP warning in strripos()" 2013-11-10 20:32:35 +00:00
Translation updater bot 990c8d78d1 Localisation updates from http://translatewiki.net.
Change-Id: I17953db507e6e2943262f07226b85da1f37ade87
2013-11-10 20:27:50 +00:00
jenkins-bot 4b4e955ae7 Merge "ext.echo.overlay: Unbreak removal logic" 2013-11-10 02:46:46 +00:00
Translation updater bot 1829d6b510 Localisation updates from http://translatewiki.net.
Change-Id: Ic4a5f6bc35556c6577170a5bce65403941495a62
2013-11-09 19:10:20 +00:00
jenkins-bot d810a6f573 Merge "ext.echo.overlay: Various minor consistency fixes and cleanup" 2013-11-09 02:15:36 +00:00
jenkins-bot 4e26c56bd5 Merge "Remove exclusive module group to reduce HTTP request fragmentation" 2013-11-08 00:02:04 +00:00
Kunal Mehta f2c876c4b5 Disable DatabaseBase constructor
Broke in I094185585dc844ca4d2d8b629107b2ab8f9bef39

Change-Id: I9ef09cfef07906cc5034a56f9b27eccd79f0d4ad
2013-11-07 15:51:46 -08:00
Timo Tijhof c1f022ecae Remove exclusive module group to reduce HTTP request fragmentation
Cache groups should only be used when it is worth to have the
module(s) in a separate request. Echo is relatively small and
stable in terms of cache combination, not worth it to force
its modules to be in a separate http request as all other modules.

Change-Id: I198b5664d662c93c593d048efcfaf4aac765a6b9
2013-11-07 23:16:44 +00:00
Translation updater bot efc9f7a649 Localisation updates from http://translatewiki.net.
Change-Id: Ia946cb76878bb9c738ea34aa8469766d9e4e120b
2013-11-07 20:20:29 +00:00
Translation updater bot 1ba6ec068f Localisation updates from http://translatewiki.net.
Change-Id: I8af2b2b008093b6384c7a49a3256c746a0e7be92
2013-11-06 20:47:17 +00:00
Translation updater bot 05e4f5f01b Localisation updates from http://translatewiki.net.
Change-Id: I00a2bc4ed41fbc2484b0a6d67335ec354f11ef3d
2013-11-05 21:07:09 +00:00
bsitu 18cf0985df Avoid PHP warning in strripos()
bug: 56586
Change-Id: I9c70e28ca7495893f5a34a3f5ec301815de35e2c
2013-11-05 11:03:55 -08:00
jenkins-bot 55f40efe9d Merge "ext.echo.overlay: Only build the 'mark all as read' button if it's used" 2013-11-05 00:23:02 +00:00
Kunal Mehta a026ba880f Fatal error: Cannot use object of type EchoEvent as array at EventLogging.php
Bug: 56521
Change-Id: I180728022886b6a2ba96b0da79299ec342547b3a
2013-11-04 20:36:34 +00:00
Translation updater bot a971b9e9c6 Localisation updates from http://translatewiki.net.
Change-Id: I6e4c191a013c7c1bf8745aaeb57c705b44607a93
2013-11-04 19:58:53 +00:00
Translation updater bot 2c24a633a2 Localisation updates from http://translatewiki.net.
Change-Id: I6d4397133f226e9b6a53237b3e4756bfe2d037d3
2013-11-03 19:55:10 +00:00
jenkins-bot af3d8c30eb Merge "ext.echo.alert: Restore orange background on Monobook" 2013-11-02 23:27:59 +00:00