Dani Palou
1db3d3a676
MDL-54928 notifications: Retrieve username from DB if empty
2016-07-05 10:36:20 +02:00
Dan Poltawski
9f812d2602
Merge branch 'wip-MDL-50824-MOODLE_30_STABLE' of https://github.com/cdsmith-umn/moodle into MOODLE_30_STABLE
2016-06-06 15:07:03 +01:00
Clement Smith
6b8ce1602c
MDL-50824 message/externallib.php: Fix get_string call
...
This fixes the get_string call by adding the intended recipient's
fullname as the third argument when a user tries to message the
recipient, the recipient is blocking non-contacts from messaging
them, and the user is not in the recipient's contact list.
2016-06-02 07:22:38 -05:00
Cameron Ball
0bdfc38a6e
MDL-37138 message: Use blanktarget option for message text
2016-05-30 13:18:26 +08:00
Juan Leyva
92730c8eb9
MDL-53635 message_airnotifier: Remove tags from notifications
2016-05-02 09:33:14 +02:00
Dan Poltawski
e102b4c4d9
Merge branch 'MDL-52928-30' of git://github.com/andrewnicols/moodle into MOODLE_30_STABLE
2016-03-01 11:38:30 +08:00
dg711
a6a46d4fc3
MDL-52892 message: users' pic overrides others
...
While listing the messages , the logged in users' profile pic used to
override over other users' pics .
2016-02-19 02:33:09 +05:30
Andrew Nicols
3468942807
MDL-52928 message: Correct contact fetching in recent conversations
2016-02-09 13:39:44 +08:00
Rajesh Taneja
1d1d4952b0
MDL-52949 behat: Use hover step and not click step
...
Message delete link is visible on hover
Click event can fail randomly.
2016-02-01 11:15:25 +08:00
Andrew Nicols
a46efc23a3
Merge branch 'MDL-52570-30' of git://github.com/jleyva/moodle into MOODLE_30_STABLE
2016-01-18 09:52:02 +08:00
Juan Leyva
bad5905952
MDL-52570 message: Do not return deleted messages in WS
2016-01-07 12:12:26 +01:00
Mark Nielsen
f3008d2a08
MDL-52605 phpunit: Improve get_message_processors reset
2016-01-04 07:52:49 +08:00
Marina Glancy
f11ab3b3ed
MDL-52347 behat: fix random failures on fast computer
2015-12-24 14:17:52 +08:00
Cameron Ball
bf68d558af
MDL-51257 messages: Improve message form.
...
- Add sudmit button
- Add formchangechecker
- Update behat tests
2015-12-03 10:23:43 +08:00
Eloy Lafuente (stronk7)
4e342f5397
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:11:15 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Dan Poltawski
82467e580b
MDL-50426 behat: Update non-contacts feature naming
2015-11-06 19:47:38 +01:00
Ryan Wyllie
ceb689b9fc
MDL-50426 message: post_message capability tests
...
Behat and unit tests to confirm the behaviour of the
messaging lib after the capability checks were added
to the post message function.
2015-11-05 08:20:39 +00:00
Ryan Wyllie
cd0c9ac87d
MDL-50426 message: optional permission check on message
...
Changed the messaging API to allow you to provide a parameter
that will cause the code to check if the sender of the message
has the correct permissions before the message is sent.
The ajax messaging (message button on profile page) has been
updated to perform these permission checks. This brings it
inline with the existing private message page.
2015-11-05 08:20:39 +00:00
Jun Pataleta
e8c5a98bd4
MDL-51673 messages: Added codes for the unit tests
2015-10-16 16:05:30 -05:00
Ben Kelada
42c0b0473c
MDL-51673 messages: remove strict type check of int vs string
2015-10-16 12:33:18 -05:00
Eloy Lafuente (stronk7)
cb171682ff
Merge branch 'MDL-49823-master' of git://github.com/jleyva/moodle
2015-10-07 01:08:52 +02:00
Juan Leyva
d85bedf796
MDL-49823 webservice: Support gravatar profile images
2015-10-01 09:36:31 +02:00
Eloy Lafuente (stronk7)
c75b891ba7
Merge branch 'MDL-49821-master-master' of git://github.com/jleyva/moodle
2015-10-01 01:26:58 +02:00
Eloy Lafuente (stronk7)
880eb93d3f
Merge branch 'MDL-51292-master' of git://github.com/cameron1729/moodle
2015-09-30 17:32:57 +02:00
Juan Leyva
4485f7c549
MDL-49821 webservice: Add active user checks in external functions
2015-09-25 11:33:13 +02:00
Mark Nelson
6fff51d675
MDL-51312 core_message: added unit test for the message_deleted event
2015-09-24 15:13:42 -07:00
Mark Nelson
b5e617e245
MDL-51312 core: added message_deleted event
2015-09-24 15:13:42 -07:00
Cameron Ball
584dd1b35d
MDL-51292 core_message: Notify when leaving page or closing modal.
...
- Add reset_dirty_state method to formchangechecker. This is useful when used in combination with a modal.
- Modify hide method of sendmessage to reset formchangechecker dirty state on modal close.
2015-09-24 12:35:20 +08:00
Mark Nelson
9cf81a1a16
MDL-29801 core_message: added behat test for deleting messages
2015-09-02 01:45:51 -07:00
Mark Nelson
36d29c089c
MDL-29801 core_message: added ability to delete messages
...
Thanks goes to Jetha for providing the HTML and CSS.
2015-09-02 01:31:17 -07:00
David Monllao
3ac1350598
Merge branch 'MDL-50880-master' of git://github.com/marinaglancy/moodle
2015-08-20 10:31:20 +08:00
Marina Glancy
40e501284c
MDL-50880 message: correctly compare with empty string
...
Thanks to David Herney Bernal for providing a fix
2015-08-19 16:01:42 +08:00
David Monllao
81c81527cb
Merge branch 'wip-mdl-51106' of git://github.com/rajeshtaneja/moodle
2015-08-17 09:01:45 +08:00
Rajesh Taneja
369729cfda
MDL-51100 behat: Remove javascript tag from usermenu steps
2015-08-14 08:53:03 +08:00
Andrew Nicols
711b1d6b3e
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:52:29 +08:00
Rajesh Taneja
3d3d2ae529
MDL-51106 behat: Fixed misuse of javascript tag
2015-08-13 13:23:15 +08:00
Andrew Nicols
ff89d94a6f
MDL-51100 behat: Remove javascript tag where not required
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-13 13:12:28 +08:00
Andrew Nicols
1d1e95164d
Merge branch 'MDL-50113-master' of git://github.com/jethac/moodle
2015-08-04 10:15:05 +08:00
Juan Leyva
013937907f
MDL-42626 messages: Hide deleted users in contact/blocked list
2015-07-30 23:05:51 +02:00
Jetha Chan
3d16b203ad
MDL-50113 message: improve display of long names
2015-07-29 11:31:09 +09:00
Juan Leyva
0b074e88d6
MDL-50459 messages: Handle deleted users in external functions
2015-06-14 22:12:00 +02:00
Daniel Neis
2108ac8a4f
MDL-30960 messages: add option to set authtype
2015-05-25 13:40:48 -03:00
Dan Poltawski
62fc688bac
Merge branch 'MDL-49906-master' of git://github.com/lameze/moodle
2015-05-18 14:04:10 +01:00
Simey Lameze
baa850a309
MDL-49906 core_user: add require login exception message
2015-05-13 13:51:22 +08:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Andrew Nicols
85643ff6e0
Merge branch 'MDL-49802-master' of git://github.com/FMCorz/moodle
2015-05-07 10:03:37 +08:00
Dan Poltawski
57fc76ab92
Merge branch 'MDL-50102' of git://github.com/stronk7/moodle
2015-05-06 10:50:35 +01:00
Frederic Massart
913784114d
MDL-49802 core_message: Prevent message being sent twice in messenger
2015-05-06 17:43:48 +08:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00