Eloy Lafuente (stronk7)
5fd2f276f1
MDL-65291 phpunit: Make a test immune to DST changes
2019-04-15 01:23:03 +02:00
Shamim Rezaie
b8ddf80ca6
MDL-63134 mod_chat: Check if the module is visible to the user
2019-02-11 16:10:41 +11:00
Shamim Rezaie
d2abeb3b3c
MDL-63134 mod_chat: Add userid param to mod_chat calendar callbacks
2019-02-11 16:10:41 +11:00
Neill Magill
f0b924f980
MDL-62944 activities: Test adding activities with no calendar capability
2018-08-31 10:17:53 +01:00
Eloy Lafuente (stronk7)
6ed9356daf
MDL-63097 phpunit: decouple user lastping and session start in tests
...
Previously the test was assuming that the user last ping, when
accessing to a chat should match the first (enter) system message
sent to the chat. And that's ok 99% of times but, if seconds advance
between the creation of the chat_users record and the chat_messages
one, then they don't match.
So now, the assumption is not used anymore and the expectation
is the timestamp of that first (enter) system message, explicitly.
2018-08-10 02:31:59 +02:00
Jun Pataleta
fe9d8a7274
MDL-61484 mod_chat: Add CHAT_SESSION_GAP constant
2018-06-11 16:01:03 +08:00
Jun Pataleta
bffc50ae9d
MDL-61484 mod_chat: More unit tests for chat
...
* For chat_get_sessions()
* Fix externallib test
2018-06-11 16:01:03 +08:00
Mark Nelson
e1cd93ce20
MDL-58423 core_calendar: moved \core_calendar\event class
...
Part of MDL-55611 epic.
2017-04-04 11:01:49 +01:00
Andrew Nicols
3b2be06b3b
MDL-58337 mod_chat: Adjust display of chats in past/future
...
Part of MDL-55611 epic.
2017-04-03 11:37:09 +08:00
Andrew Nicols
73be2a8821
MDL-58363 mod_chat: Remove calendar is_visible
...
Part of MDL-55611 epic.
2017-04-03 11:37:08 +08:00
Mark Nelson
bea71d5732
MDL-57731 mod_chat: added action events
...
Part of MDL-55611 epic.
2017-04-03 11:36:33 +08:00