Commit graph

6952 commits

Author SHA1 Message Date
Moriel Schottlender 8b84ed2a3b Conditionally rearrange date and button in notif list
When there isn't enough space for both date and button,
separate them each on its own line.

Bug: T146288
Change-Id: I7ad022da82503f35ae630d171faeed1815c97f7a
2018-03-28 16:19:47 +03:00
Roan Kattouw 1eef6eeee3 Remove footer notice code
But keep the widget files in case we need them again.

Bug: T190481
Change-Id: Iec7dd472cebbee98ea88a0318c017707c7460ae8
2018-03-28 14:57:44 +02:00
jenkins-bot 2cf4bd1df3 Merge "Align Notifications popup header/footer with OOUI's default size" 2018-03-27 21:03:38 +00:00
jenkins-bot bc511b4af2 Merge "NotificationsOptionWidget: Fix icon alignment" 2018-03-27 21:00:26 +00:00
Translation updater bot 36bc342c10 Localisation updates from https://translatewiki.net.
Change-Id: I6f4ba274368ab5f93c1e204c0410241c7a442812
2018-03-27 22:09:31 +02:00
jenkins-bot ae9ee9bc35 Merge "Prevent FOUC when loading OOUI notification badges" 2018-03-27 19:58:37 +00:00
jenkins-bot 0f1a9f5954 Merge "Fix DOM structure of mw.echo.ui.MenuItemWidget" 2018-03-27 19:32:16 +00:00
jenkins-bot 710348470a Merge "Detect reverts differently" 2018-03-27 14:23:23 +00:00
jenkins-bot 147e43aeb2 Merge "Revert my fix for summary pings in reverts" 2018-03-27 14:15:50 +00:00
Ed Sanders 52cd0f9b05 Prevent FOUC when loading OOUI notification badges
Change-Id: I216d1f7ff90380040742e6c78df830a9dcb0b261
2018-03-27 13:54:27 +01:00
Ed Sanders 0fd6d64a29 Fix DOM structure of mw.echo.ui.MenuItemWidget
* Inherit from DecoratedOptionWidget as it comes with
  an icon mixin.
* Keep the DOM structure as similar to its parent as
  possible, to avoid breaking upstream child selectors.
* To this end, replace <a> wrapping hack with override
  of getTagName to set this.$element to <a>.

Change-Id: Ifde70785a1bc996eb09e581b06ed30708323e9f7
2018-03-27 12:33:40 +01:00
Volker E 77021e370c Align Notifications popup header/footer with OOUI's default size
Bug: T190397
Change-Id: I41ad96bbc7d3922772ecb026cb251476882601c7
2018-03-26 20:13:08 -07:00
Max Semenik ed54aabe76 Detect reverts differently
The previous way that's getting reverted in the previous patch
depended on a core change that was too pervasive to keep.

Bug: T189819
Bug: T190374
Change-Id: I16cb983266885055f187d1c7069fc519f2ee0576
Depends-On: I12cb7470aeb7852ddea319c7e499ca3a7b45c84c
2018-03-26 15:37:20 -07:00
Max Semenik 6229cadd2e Revert my fix for summary pings in reverts
To redo more properly.

This reverts commit 74eacad8d6.

Bug: T190374
Change-Id: If178ed1a497df5276894f86d7a3312811651ce6b
2018-03-26 15:37:10 -07:00
Translation updater bot 2c40a11a15 Localisation updates from https://translatewiki.net.
Change-Id: I05f2c38d07bfb160caafcfd1931529879b3f4511
2018-03-26 22:19:04 +02:00
Volker E cc3df57d71 NotificationsOptionWidget: Fix icon alignment
Change-Id: Ieb5c9a8e378608e096e921fdb6795949a119c8a8
2018-03-26 02:15:36 -07:00
Volker E 716598242c build: Make SVGO indent with tabs
Change-Id: If069b1f9b877861a21ba8aebdf7d6fc7ef6d8f49
2018-03-26 00:49:43 -07:00
Translation updater bot 133a5574ae Localisation updates from https://translatewiki.net.
Change-Id: I3f84074430d9b4482facdea74090a5e6b38a22f4
2018-03-24 22:29:23 +01:00
jenkins-bot 05e42c6a6a Merge "Use updated bell/tray icons from OOUI 0.26" 2018-03-24 17:05:50 +00:00
Ed Sanders 4523cc4ac5 Follow-Up Ie6252a8c: Fix suffices of constructive icons
Also fix title of mention-success.

Change-Id: I699ae249ea7c4b3da869cc10bf6ee240c666547d
2018-03-24 15:22:03 +00:00
Ed Sanders 15a3443384 Use updated bell/tray icons from OOUI 0.26
As these are smaller canvases, fix positioning
hacks accordingly.

Change-Id: I472f8cdd5887243c3fd86ab1431532a99dba1ce9
2018-03-24 15:06:47 +00:00
Ed Sanders 91076ef7c0 Update OOUI-copied icons
* Rename to match their upstream names.
* For icons without upstream versions, fix canvas to 20x20.
* Use consistent suffices to indicator colour.

Change-Id: Ie6252a8ccbba79143a0f77536c6470b4350be1ad
2018-03-23 09:41:15 -07:00
jenkins-bot 9c57911f97 Merge "Replace double-check with checkAll from OOUI" 2018-03-22 23:42:11 +00:00
Ed Sanders 34e3d5feba Replace double-check with checkAll from OOUI
checkAll was specifically designed as a
replacement for double-check.

Change-Id: Ibdd6865213107650b9004ab40e12c6a7453b6251
2018-03-22 21:23:33 +00:00
Translation updater bot 3e8c65d8bd Localisation updates from https://translatewiki.net.
Change-Id: Idaa859653e4d8804c454da5969d35a59fc6d2d43
2018-03-22 22:08:52 +01:00
jenkins-bot b5780d0d1a Merge "Remove unused 'trash' icon" 2018-03-22 20:11:29 +00:00
Ed Sanders 54f49875e9 Remove unused 'trash' icon
There are no references to 'trash' in the code.

Change-Id: Icbc50f6e0f647466a8f4a2a47ee7014c5d411ffe
2018-03-22 19:52:44 +00:00
Ed Sanders ff78ed310a Remove unused bellOn icons
Change-Id: I40903bb8a8ea964482b6603436af27caaf73f574
2018-03-22 19:40:43 +00:00
Translation updater bot 4ce3719736 Localisation updates from https://translatewiki.net.
Change-Id: Ibff6f04489dd1a816ff7d14c5287629498b65a38
2018-03-21 22:32:00 +01:00
Translation updater bot d2bcf1f8c7 Localisation updates from https://translatewiki.net.
Change-Id: I70551e19d5c8d4e68b5c8d93cb5a24dadbd174fb
2018-03-20 22:12:43 +01:00
jenkins-bot 7104c68afa Merge "Properly handle undos/reverts and links in them" 2018-03-20 00:04:06 +00:00
Translation updater bot eacedaef06 Localisation updates from https://translatewiki.net.
Change-Id: I18895a00f3b19f392ac31c448f9553dfc333373f
2018-03-19 22:19:07 +01:00
Umherirrender b2b6d8b420 Change DO_MAINTENANCE to RUN_MAINTENANCE_IF_MAIN
As suggested in 26505b170adb24a6ae68945920db322c9382e470 for better
readability. Also the sniff now knows about the maintenance script

Change-Id: If3ab122c1fc12fcfbce777881ca21ecd99fb2a70
2018-03-17 21:55:20 +01:00
Max Semenik 74eacad8d6 Properly handle undos/reverts and links in them
Bug: T189819
Change-Id: I6957157c02557f88e7a951667bd13dbb66c82193
Depends-On: Ib1dc0c323a9a5083b462421c68575fc22ad4af35
2018-03-16 16:20:39 -07:00
Translation updater bot 67d0bc6012 Localisation updates from https://translatewiki.net.
Change-Id: Ibdd938a27ddd2dfc448307ff868ef8668be3d9a5
2018-03-14 22:23:30 +01:00
jenkins-bot 8e4e2fc58d Merge "Place the notification page settings popup in an overlay" 2018-03-14 20:23:46 +00:00
Translation updater bot 393c5a1bb1 Localisation updates from https://translatewiki.net.
Change-Id: I0367999d664b0a9c2af260920856df2fd23ba4c6
2018-03-13 22:23:27 +01:00
Translation updater bot e2481f5de7 Localisation updates from https://translatewiki.net.
Change-Id: If4531cdea27716d210f874451f100a13ae863057
2018-03-12 22:25:00 +01:00
Brad Jorsch 48d737471e Update for the actor table change
Core change I8d825eb0 begins the process of changing core database
tables from using xx_user and xx_user_text fields to using xx_actor.
This updates the extension to continue to function during and after the
transition.

Bug: T167246
Change-Id: I5c0c4879c5ab252be9c0582aa9efa871304a8ad8
2018-03-12 14:34:45 -04:00
Moriel Schottlender cb43a785b8 Place the notification page settings popup in an overlay
Bug: T189428
Change-Id: I4d8ccb76b7fe46333f65a5f7caa15a1203b662ce
2018-03-11 15:18:24 -07:00
Translation updater bot b03f290d49 Localisation updates from https://translatewiki.net.
Change-Id: I49b3f877d65b9ab44fb597872867d045bda52250
2018-03-11 22:30:47 +01:00
Translation updater bot b1855c158a Localisation updates from https://translatewiki.net.
Change-Id: I1801efa0ac675e1f7da4d945dc0a826f48109e65
2018-03-10 22:14:11 +01:00
Umherirrender 748d9888d5 Fix typo in word compatibility
Change-Id: I499ebc795837a59f4c3f77dfc7e2e7ab60ae4fd6
2018-03-09 22:22:55 +01:00
libraryupgrader 34e15a1002 build: Updating jakub-onderka/php-parallel-lint to 1.0.0
Change-Id: I240d4d6f6045f09c7ba5f5e971ca596d573f1c45
2018-03-09 08:08:53 +00:00
Max Semenik 6f6e5062fe Don't ping from user talk links in summary
As discussed at T189034

Change-Id: I86f36ab55c0e03ba3bbd2ea1ee94ce3056d91e30
2018-03-08 14:36:58 -08:00
Translation updater bot c63f321cae Localisation updates from https://translatewiki.net.
Change-Id: Ifd9cc7157a73d70582041461bb6edfd627c8a63c
2018-03-08 22:45:45 +01:00
jenkins-bot 8a3bad099b Merge "Allow to avoid pinging from summaries by prefixing with :" 2018-03-08 19:14:35 +00:00
Translation updater bot 2144fd7ed3 Localisation updates from https://translatewiki.net.
Change-Id: I177a26b11b0a4777b67f97f3e3cee1d7f8800790
2018-03-07 22:47:33 +01:00
Max Semenik 9874e2d024 Allow to avoid pinging from summaries by prefixing with :
Bug: T189067
Change-Id: I0596c575a42754d2b86fd2164e15b5f46b9bca9d
2018-03-07 20:56:48 +00:00
Max Semenik 63b831f376 Disable pings from summary for bots
Bug: T189040
Change-Id: Ie99ad42fd1f5c6d1618669ae395e72e656b97135
2018-03-06 18:27:17 -08:00