Mark Nelson
f3d981897e
MDL-43557 events: renamed event class names
...
1) The core 'item_tagged' class was renamed to 'tag_added'.
2) The core 'item_untagged' class was renamed to 'tag_removed'.
3) The core 'message_read' class was renamed to 'message_viewed'.
4) The mod_forum 'userreport_viewed' class was renamed to 'user_report_viewed'.
5) The report_outline 'activity_viewed' was renamed to 'activity_report_viewed'.
6) The report_outline 'outline_viewed' was renamed to 'report_viewed'.
2014-04-29 19:15:47 -07:00
Juan Leyva
5f0283046e
MDL-45061 airnotifier: Changed default port value to 443
2014-04-15 12:12:22 +02:00
Dan Poltawski
ea1be84468
NOBUG: Fixed file access permissions
2014-04-11 11:39:56 +08:00
Juan Leyva
ad5a8cd6a2
MDL-44342 air notifier: Fixied checking for empty values in event object
2014-04-10 17:34:14 +08:00
Damyon Wiese
0734383d63
MDL-44342 Airnotifier: Bug in retrieving user prefs (fixes fail in unit test)
2014-04-10 13:16:40 +08:00
Juan Leyva
2bb01d13cb
MDL-44342 airnotifier: Change default Airnotifier url to use SSL
...
This commit include also a fix for checking forced settings
2014-04-10 09:25:32 +08:00
Damyon Wiese
9a6c091f1c
MDL-44342 message_airnotifier: Fix shifter warnings in JS
2014-04-08 12:11:36 +08:00
Damyon Wiese
1786388680
MDL-44342 message_airnotifier: Fix for unit tests.
2014-04-08 10:55:33 +08:00
Damyon Wiese
9f7e101fc7
Merge branch 'MDL-44342' of git://github.com/jleyva/moodle
2014-04-08 09:27:48 +08:00
Juan Leyva
5e12b369af
MDL-44954 messages: Fixed save notifications with the notification flag
2014-04-07 12:19:52 +02:00
Juan Leyva
d62c3c6ea8
MDL-44342 airnotifier: Add support for shifter in the YUI Module
...
This commit includes also some integrator review related fixes
2014-04-07 12:14:09 +02:00
Juan Leyva
438c7020c2
MDL-44342 airnotifier: Include missing defined and required lib in externallib.php
2014-04-07 12:14:01 +02:00
Juan Leyva
b310aeecd4
MDL-44342 airnotifier: Add information about the message in the payload.
...
In order to check if is a notification or just a private message
2014-04-07 12:13:53 +02:00
Juan Leyva
1bcb18e7f9
MDL-44342 airnotifier: Unit tests for external functions (web services)
2014-04-07 12:13:53 +02:00
Juan Leyva
324facf457
MDL-44342 airnotifier: Use system context instead user.
...
Added missing capabilities and language strings
2014-04-07 12:13:43 +02:00
Juan Leyva
98fb4d413b
MDL-44342 airnotifier: Add support for Android notifications
2014-04-07 12:13:43 +02:00
Juan Leyva
a8f111aaf2
MDL-44342 airnotifier: rest.php should return success information
...
Javascript should handle properly errors, also, the eye and spinner
should be synchronized with the remote operation
2014-04-07 12:13:35 +02:00
Juan Leyva
3570f5e287
MDL-44342 airnotifier: Added support for the new workflow of registering devices
...
And also for request access keys to Airnotifier
2014-04-07 12:13:24 +02:00
mouneyrac
08ca1a5bfd
MDL-44342 airnotifier: Initial work, first version of the plugin
2014-04-07 12:13:07 +02:00
Ankit Agarwal
b63f773296
MDL-44717 events: Fix multiple issues in events
...
Fix various incorrect urls
Fix incorrect phpdocs and other minor code style issues
Fix missing/incorrect strings
AMOS BEGIN
MOV [eventblogassociationcreated, core_blog],[eventblogassociationadded, core_blog]
AMOS END
2014-04-01 15:08:34 +08:00
Dan Poltawski
c6b7551c71
Merge branch 'MDL-40913_master' of https://github.com/markn86/moodle
2014-03-13 18:31:52 +01:00
Mark Nelson
7cd6abf28a
MDL-40913 core_message: removed 'view' add_to_log call
2014-03-07 15:15:44 -08:00
Mark Nelson
5b09190975
MDL-40913 core_message: created 'message_read' event
2014-03-07 15:15:43 -08:00
Mark Nelson
ab1bc5d222
MDL-40913 core_message: replaced 'write' add_to_log call with an event
2014-03-07 15:15:43 -08:00
Mark Nelson
cd60936523
MDL-40913 core_message: replaced 'unblock contact' add_to_log call with an event
2014-03-07 15:15:43 -08:00
Mark Nelson
3f3d9521de
MDL-40913 core_message: replaced 'block contact' add_to_log call with an event
2014-03-07 15:15:42 -08:00
Mark Nelson
5edf9f3bd3
MDL-40913 core_message: replaced 'remove contact' add_to_log call with an event
2014-03-07 15:15:42 -08:00
Mark Nelson
0d9bdf6185
MDL-40913 core_message: replaced 'add contact' add_to_log call with an event
2014-03-07 15:15:42 -08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
David Monllao
a525414125
MDL-43738 behat: Updating steps definitions and deprecating methods
2014-02-27 18:22:05 +08:00
David Monllao
495db71fce
MDL-43757 messaging: Behat feature to test participants messaging
...
The new test checks that messages can be sent from
the participants block and they can be read when
accesing user's recent conversations.
2014-01-24 15:06:12 +08:00
Dan Poltawski
fa8861964a
Merge branch 'MDL-43671_message' of https://github.com/andyjdavis/moodle
2014-01-20 10:53:50 +08:00
Andrew Davis
811c0c8523
MDL-43671 message: removed an overly cautious check
2014-01-17 07:32:12 +08:00
Damyon Wiese
718f42ae68
Merge branch 'MDL-43584_master' of git://github.com/dmonllao/moodle
2014-01-14 16:21:21 +08:00
Matteo Scaramuccia
f5482be6f8
MDL-43577 Messages Incorrect variable expansion in the message template.
2014-01-13 21:06:58 +01:00
David Monllao
50edfdca03
MDL-43584 behat: Updating features to use the new expected arguments
2014-01-10 18:25:44 +08:00
David Monllao
14ebd16390
MDL-43584 behat: Removing DB calls from step definitions as much as possible
...
Old methods deprecated as the expected arguments
have changed.
2014-01-10 18:25:44 +08:00
Helen Foster
480fca77b3
MDL-43590 Merge English strings from the en_fix language pack
2014-01-09 01:06:01 +01:00
Damyon Wiese
23a05a1b9a
Merge branch 'MDL-42627_master' of git://github.com/dmonllao/moodle
2013-12-03 16:15:53 +08:00
David Monllao
e7c71c448b
MDL-42627 behat: Moving the deprecated method to behat_deprecate and updating scenarios
2013-12-02 14:13:17 +08:00
Sam Hemelryk
06ef842707
Merge branch 'wip-mdl-33618' of https://github.com/rajeshtaneja/moodle
2013-12-02 10:35:46 +13:00
Rajesh Taneja
fd0f7ac5c2
MDL-33618 Messages: Added support to disable message provider
2013-11-21 09:40:34 +08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Rajesh Taneja
be98b1863a
MDL-42754 Messages: Fixed typo
2013-11-11 17:20:26 +08:00
Rajesh Taneja
9a90e7c57a
MDL-42754 Messages: Show noreply user notifications
...
With fake noreply and support users, the notifications were not accessible by user
Support for viewing messages from noreply user has been added.
Signed-off-by: Rajesh Taneja <rajesh@moodle.com>
2013-11-07 13:08:30 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Petr Škoda
1555e10cdf
MDL-41941 clean message text
2013-11-04 11:40:13 +08:00
Sam Hemelryk
ab4fdbdf42
Merge branch 'MDL-42284_behat' of https://github.com/andyjdavis/moodle
2013-11-01 08:55:25 +08:00
Dan Poltawski
b1a6c9dc52
Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
login/change_password.php
2013-10-28 15:37:05 +08:00