Dan Poltawski
e5e5097081
NOBUG - reduce whitespace errors a little
2013-04-15 13:29:14 +01:00
Eloy Lafuente (stronk7)
8516f270c6
Merge branch 'MDL-38954_master' of git://github.com/dmonllao/moodle
2013-04-09 23:30:43 +02:00
David Monllao
1c1c28660a
MDL-38952 behat: New test
...
According to MDLQA-134, a users
can manage their contacts.
2013-04-08 12:25:25 +08:00
David Monllao
1091aca74f
MDL-38953 behat: New test
...
According to MDLQA-136, users
can search their message history.
2013-04-08 11:51:08 +08:00
David Monllao
21c6f11c1a
MDL-38953 behat: Step definition to send a message
2013-04-08 11:50:37 +08:00
David Monllao
c246015a58
MDL-38954 behat: New test
...
According to MDLQA-133, a user can not
send messages to someone who has blocked
him.
2013-04-08 10:09:06 +08:00
Lalit Khattar
2ca1f894eb
MDL-34724 Accessibility: At the bottom of Messaging settings page put the label of the checkboxes in <label>
2013-03-08 09:45:36 +08:00
Andrew Davis
2e2d197798
MDL-37164 core_message: prevent users from interacting with themself
2013-02-11 08:48:56 +08:00
Dan Poltawski
751f00a0bb
Revert "MDL-37164 core_message: prevent users from interacting with themself"
...
Was breaking unit tests.
This reverts commit 61a73b43c13da988872aab4125a43d0ced322ae9 and 7bb19ee167c6976b4f0910aed8c3070426cd97db.
2013-02-05 14:42:20 +08:00
Dan Poltawski
61a73b43c1
MDL-37164 message - fix broken unit tests
...
We have fixed the returning of the guest user now
2013-02-05 14:27:20 +08:00
Andrew Davis
7bb19ee167
MDL-37164 core_message: prevent users from interacting with themself
2013-02-01 08:12:28 +08:00
Eloy Lafuente (stronk7)
7356e732b7
MDL-37086 phpunit: use alt reset method.
...
When code executed in test cases is using/preventing
database transactions, phpunit itself cannot
use transactions for reseting between cases. But we
can tell it about, so some alternative (and slower)
method for reseting will be used.
2013-01-28 18:25:38 +01:00
Andrew Davis
d8ef2bc03c
MDL-13805 core_message: altered some strings so it isnt weird when viewing a different users messages
2013-01-28 16:07:37 +13:00
Andrew Davis
447df209cf
MDL-13805 core_message: fixed the admin's ability to read another users messages
2013-01-28 16:07:37 +13:00
Eloy Lafuente (stronk7)
493d8f781c
Merge branch 'MDL-37354-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
message/tests/externallib_test.php
2013-01-15 21:50:31 +01:00
Frederic Massart
d6731600c8
MDL-30070 message: Web Services for contact list
2013-01-15 16:04:00 +08:00
Frederic Massart
a03330bd16
MDL-30070 message: Optimised search for users over multiple courses
2013-01-15 15:15:47 +08:00
Jerome Mouneyrac
fb695f6e3d
MDL-37354 clean return value for each externallib PHPUnit tests
2013-01-09 13:47:01 +08:00
Sam Hemelryk
18e4963a74
Merge branch 'MDL-36321_message_participants' of git://github.com/andyjdavis/moodle
2012-12-12 09:29:33 +13:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Sam Hemelryk
fa9b53cdf8
Merge branch 'message_nav' of git://github.com/andyjdavis/moodle
2012-12-10 11:00:17 +13:00
Andrew Davis
0a5b8e9e2c
MDL-36321 core_message: made the course participants list correctly show if course participants are contacts or not
2012-11-30 11:14:09 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Dan Poltawski
f6399f7547
Merge branch 'MDL-36631-master' of git://github.com/FMCorz/moodle
...
Conflicts:
theme/upgrade.txt
2012-11-27 11:39:21 +08:00
Frederic Massart
f2bba619b3
MDL-36631 usability: Core edit for new messaging icons
2012-11-23 12:16:35 +08:00
Frederic Massart
fa9c0aab13
MDL-36633 usability: Styling over the admin pages
2012-11-21 17:29:13 +08:00
Andrew Davis
f91528d985
MDL-26439 core_message: switched the message search over to displaying smallmessage instead of fullmessage which contains boilerplate we dont want
2012-11-19 09:32:13 +08:00
Andrew Davis
058dadb059
MDL-36162 core_message: string clean up
2012-11-19 09:16:25 +08:00
Andrew Davis
5e008d36ee
MDL-36162 core_message: removed the unnecessary and confusing course URL parameter as well as fixing the broken breadcrumb
2012-11-19 09:16:25 +08:00
Dan Poltawski
d2936c2642
Merge branch 'MDL-34367_message_lib' of git://github.com/andyjdavis/moodle
2012-10-16 13:47:46 +08:00
Sam Hemelryk
e8edb00c73
Merge branch 'MDL-34992' of git://github.com/nebgor/moodle
2012-10-08 10:33:48 +13:00
Aparup Banerjee
3df3c6773b
MDL-34992 message : improved component sorting and some minor code clean up.
2012-10-05 10:58:28 +08:00
Andrew Davis
26e02d7586
MDL-34367 core_message: removed the call to $PAGE->set_popup_notification_allowed from message/lib.php
2012-10-01 11:00:48 +08:00
Aparup Banerjee
8d7f1b1530
MDL-34992 message : grouped message profile setting providers by component
2012-09-25 14:53:09 +08:00
Aparup Banerjee
d2ae1df1a3
MDL-34992 message : ordered the providers settings list.
2012-09-25 14:52:46 +08:00
Aparup Banerjee
5e7e3bc20f
Merge branch 'MDL-34972' of git://github.com/mouneyrac/moodle
2012-09-11 18:41:01 +08:00
Sam Hemelryk
b5b82ae943
Merge branch 'MDL-30022_message_duplicate' of git://github.com/andyjdavis/moodle
2012-09-04 16:50:36 +12:00
Jerome Mouneyrac
e643266843
MDL-34972 PHPunit test: message/externallib.php
2012-09-03 15:27:22 +08:00
Sam Hemelryk
c458ba6cd7
Merge branch 'MDL-34991' of git://github.com/nebgor/moodle
2012-09-03 11:45:00 +12:00
Andrew Davis
c6841df4df
MDL-34406 message: removed an unnecessary string creation
2012-08-24 08:05:50 +08:00
Andrew Davis
6109f7afce
MDL-30022 message: made the messaging history display code able to deal with multiple messages with the same timecreated value
2012-08-24 08:04:40 +08:00
Aparup Banerjee
9949e91a57
MDL-34991 Messaging : Fixed rendering of notifications with CRLF to go through text_to_html() in message notifications view page.
2012-08-21 15:23:56 +08:00
Sam Hemelryk
e432bf2472
Merge branch 'MDL-34471-master' of git://github.com/ankitagarwal/moodle
2012-08-08 15:05:39 +12:00
Aparup Banerjee
2efd02caa6
Merge branch 'MDL-34560_accessibility' of git://github.com/rwijaya/moodle
2012-08-07 14:45:29 +08:00
Aparup Banerjee
1f3d01f169
Merge branch 'MDL-22937_message_html2' of git://github.com/andyjdavis/moodle
2012-08-06 16:23:05 +08:00
Rossiani Wijaya
6cae398f1d
MDL-34560 accessibility compliance for message: Add label for input text and select tag
2012-08-04 17:07:07 +08:00
Andrew Davis
a2592fecd1
MDL-22937 mod_chat: switched chat from tables to div/span + css and made chat, comment and message formats more similar
2012-08-03 08:40:49 +08:00
Ankit Agarwal
2d9c05b930
MDL-34471 libraries: Remove unused context calls
2012-08-02 15:37:41 +08:00
Ankit Agarwal
bf0f06b1be
MDL-34471 libraries: Replace all uses of get_context_instance() with respective context_XXXX::instance() method
2012-08-02 15:37:38 +08:00
Andrew Davis
77d187ed1e
MDL-28568 message: added a warning message when the user is about to message someone who cant reply
2012-07-19 17:14:50 +08:00