Adrian Greeve
d14207fd25
MDL-56431 messaging: Adding access to messaging.
...
This adds the most crucial elements needed for making
the messaging page accessible. There are still some other
areas that need addressing.
2016-11-23 09:13:50 +00:00
Mark Nelson
cb8057531f
MDL-56871 core_message: fix inconsistent online status between panels
2016-11-23 16:32:46 +08:00
Mark Nelson
afa68a8174
MDL-57069 core_message: prevent past messages being loaded
2016-11-23 14:26:14 +08:00
Ryan Wyllie
b487a7c028
MDL-57094 message: change view more link in notification popover
2016-11-23 05:54:07 +00:00
David Monllao
8fb1b3bb68
Merge branch 'MDL-56391_master' of git://github.com/markn86/moodle
2016-11-23 09:49:03 +08:00
David Monllao
74138c7cd0
Merge branch 'MDL-57087_master' of git://github.com/markn86/moodle
2016-11-23 08:01:25 +08:00
Dan Poltawski
0484a0d511
Merge branch 'MDL-57075-master' of git://github.com/ryanwyllie/moodle
2016-11-22 21:14:20 +00:00
Dan Poltawski
cb151980c4
Merge branch 'MDL-56656-master' of git://github.com/ankitagarwal/moodle
2016-11-22 18:05:10 +00:00
Dan Poltawski
73430100ff
Merge branch 'MDL-57042-master' of git://github.com/damyon/moodle
2016-11-22 18:00:45 +00:00
Ankit Agarwal
7597ab0b99
MDL-56656 messages: Proper multilang formating in messaging pages
2016-11-22 14:51:12 +05:30
Mark Nelson
9c6c29932a
MDL-56391 core_message: addressed confusing links on the profile page
...
1) Use the string 'Send message' rather than 'View messages'.
2) Removed the 'View messages' string as it is no longer used
and was introduced in the new messaging UI.
3) Removed the 'View profile' link and made the user's profile
picture a link to their profile instead, this was only
recently plausible because of MDL-57036.
2016-11-22 14:35:19 +08:00
Mark Nelson
3c1cdac63f
MDL-57087 core_message: ignore site policy if logged in as admin
2016-11-22 13:20:49 +08:00
Ryan Wyllie
a6a277f06c
MDL-57075 message: notification popover see all link
...
The "see all" link in the notification popover should link to the full
notifications page similar to how the "see all" link in the message
popover links to the messaging page.
2016-11-22 03:44:26 +00:00
Andrew Nicols
727145bf1c
MDL-56407 message: Additional unit test for unblocked user
2016-11-22 09:45:52 +08:00
Andrew Nicols
d10ca75b8c
Merge branch 'MDL-56407-master-2' of git://github.com/junpataleta/moodle
2016-11-22 09:06:09 +08:00
Damyon Wiese
9741087ffd
MDL-57042 messaging: When selecting a user, go to send message
...
This is the whole point of this UI - make it the default action after
searching and selecting a user. You can still get to their profile by
clicking their name in the header of the messaging pane.
2016-11-21 12:22:30 +08:00
David Monllao
dfe7cbe4cf
Merge branch 'MDL-57036_master' of git://github.com/markn86/moodle
2016-11-21 10:51:29 +08:00
Mark Nelson
f4c39cb983
MDL-57036 core_message: always show profile picture on messaging UI
2016-11-18 11:13:36 +08:00
Dan Poltawski
486fac73f2
Merge branch 'MDL-56467_master' of git://github.com/markn86/moodle
2016-11-17 10:15:51 +00:00
Andrew Nicols
2f0cd733be
Merge branch 'MDL-56822-master' of git://github.com/cameron1729/moodle
2016-11-17 14:33:39 +08:00
Cameron Ball
b5b7af96bb
MDL-56822 messaging: Hide notification icons on site policy screen
...
If we have the nofications and messaging popovers displaying on the
policy confirmation screen we hit an exception since the webservices
won't work if the policy hasn't been agreed to.
This patch simply stops them from showing if the site policy hasn't
been agreed to.
2016-11-17 12:10:52 +08:00
Jun Pataleta
26dca05d02
MDL-56407 message: Indicate user is blocked in message area
2016-11-17 09:11:37 +08:00
Rajesh Taneja
d48c0a1d9a
MDL-56603 behat: Fixed search messages string to use id
2016-11-17 08:46:32 +08:00
Mark Nelson
393eccb077
MDL-56467 message_airnotifier: fixed settings pop-up not displaying
2016-11-16 14:56:32 +08:00
Adrian Greeve
d3d0248afc
MDL-56603 message: Added see all link to message popup.
2016-11-16 14:51:17 +08:00
Adrian Greeve
8151761378
MDL-56603 messaging: Add a new message link to popup.
...
Added a link to create a new message from the message
popup menu.
2016-11-16 14:51:17 +08:00
Mark Nelson
af5765b3fb
MDL-56139 core_message: removed unused constants
2016-11-16 10:22:52 +08:00
Mark Nelson
ffd7798c96
MDL-56139 core: changes after peer review
...
- No longer use the Fibonacci sequence for delaying the timeout.
It is too aggressive.
- The backoff_timer AMD module now expects the callback AND the
backoff function to be passed to the constructor.
- Added ability to specify polling frequency in config.php.
- Added helper function to return the cache key.
- Reworded the parameters for clarity.
2016-11-16 10:22:52 +08:00
Ryan Wyllie
fb1469d84f
MDL-56139 message: ajax poll for new messages in message area
2016-11-16 10:22:33 +08:00
Dan Poltawski
4678592332
Merge branch 'MDL-56426_master' of git://github.com/markn86/moodle
2016-11-15 09:07:29 +00:00
Mark Nelson
f34df17977
MDL-56426 core_message: prevent page jump when viewing notif. settings
2016-11-14 16:02:42 +08:00
Simey Lameze
27a5b91f45
MDL-56398 core_message: make modals consistent across themes
2016-11-14 14:35:38 +08:00
David Monllao
0cbfb7ff2a
Merge branch 'MDL-56409-master' of git://github.com/ankitagarwal/moodle
2016-11-09 08:36:36 +08:00
Ankit Agarwal
20ab51fdbc
MDL-56409 messages: Save one db query per page load
2016-11-08 12:50:30 +05:30
Simey Lameze
0b20349f32
MDL-56818 messages: remove duplicated messaging enabled check
2016-11-08 10:26:39 +08:00
Dan Poltawski
77b0bafa6d
Merge branch 'MDL-56696-master' of git://github.com/lameze/moodle
2016-11-07 11:33:55 +00:00
Damyon Wiese
c3e7274369
MDL-56025 messages: Reduce the height on short screens
...
On windows shorter than 670px reduce the height of the message area.
2016-11-07 14:41:21 +08:00
Simey Lameze
b445f4b342
MDL-56696 message: link user full name to contact options
2016-11-07 14:35:13 +08:00
Ankit Agarwal
55af4309f7
MDL-56409 messages: Do not fetch notifications if they are disabled
2016-11-07 09:59:11 +05:30
Andrew Nicols
bc378b50ec
Merge branch 'wip-MDL-44467-master' of git://github.com/abgreeve/moodle
2016-11-03 14:08:21 +08:00
David Monllao
5d0299e275
Merge branch 'MDL-56666-master' of git://github.com/jleyva/moodle
2016-11-03 10:28:59 +08:00
Juan Leyva
2521afd2e8
MDL-56666 message: New WS core_message_get_user_message_preferences
2016-11-02 12:16:23 +00:00
Dan Poltawski
3a24b255ba
Merge branch 'MDL-56402-master' of git://github.com/lameze/moodle
2016-11-01 21:24:57 +00:00
Simey Lameze
67c89858aa
MDL-56402 core_message: remove tabindex attr of not selected users
2016-11-01 15:49:16 +08:00
Simey Lameze
56fa3e011a
MDL-56514 core_message: remove messaging enabled check
2016-11-01 14:15:32 +08:00
Eloy Lafuente (stronk7)
a1f6a27c80
Merge branch 'MDL-47162' of git://github.com/merrill-oakland/moodle
2016-10-31 22:45:37 +01:00
Eric Merrill
880fc15bf0
MDL-47162 core_message: Updating all uses of messaging to add courseid
2016-10-31 14:13:13 -04:00
Dan Poltawski
e90d0c90b4
MDL-56514 message: fix whitespace
2016-10-31 10:06:26 +00:00
Simey Lameze
a2c7227ab8
MDL-56514 core_message: add missing is messaging enabled checks
2016-10-31 15:06:50 +08:00
Simey Lameze
343ba16c31
MDL-56501 message: introduce new manageallmessaging capability
2016-10-31 14:09:03 +08:00