sam marshall
9c85baa8c5
MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
...
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
John Okely
56302d4868
MDL-46465 mod_chat: Fix more user icon links
2014-07-31 12:31:53 +08:00
John Okely
5eb1703c71
MDL-46465 mod_chat: Fix chat history user icon link
2014-07-31 10:46:09 +08:00
Andrew Davis
c52b4db52d
MDL-46465 mod_chat: assorted coding style fixes
2014-07-28 10:01:41 +08:00
Tim Hunt
5bcfd504df
MDL-45618 Fix @since PHPdoc tags.
2014-05-19 17:03:04 +01:00
Dan Poltawski
3497702ae5
Merge branch 'MDL-45010-master' of git://github.com/FMCorz/moodle
2014-04-18 14:54:54 +08:00
Mark Nelson
70279746ec
MDL-41286 report_outline: updated report to use logging api
...
AMOS START
MOV [neverseen, mod_folder],[neverseen, report_outline]
MOV [neverseen, mod_page],[neverseen, report_outline]
MOV [neverseen, mod_resource],[neverseen, report_outline]
MOV [neverseen, mod_url],[neverseen, report_outline]
AMOS END
2014-04-15 22:42:59 -07:00
Marina Glancy
cf051cc46e
Revert "MDL-41283 report_participation: Fixed legacy actions returned from api's"
...
This reverts commit 7b7bb92d4206beac111fa0eed63a964fd9d20f4a.
2014-04-15 17:14:57 +08:00
Rajesh Taneja
7b7bb92d42
MDL-41283 report_participation: Fixed legacy actions returned from api's
2014-04-15 13:31:03 +08:00
Rajesh Taneja
b2b4ec308e
MDL-41283 report_participation: Added phpdoc about function not used
...
In new logging api, xxx_get_view_actions() and xxx_get_post_actions()
will not be used to identify the paticipation of user. Event's crud
and edulevel status will define user's participation.
2014-04-15 13:31:03 +08:00
Marina Glancy
488bbfb720
MDL-40843 chat: fixed bug in SQL query in recent activity block
2014-04-09 15:31:49 +08:00
Frederic Massart
97b97b6330
MDL-45010 mod_chat: Use H3 instead of H2 in recent activity info
2014-04-09 15:10:16 +08:00
Marina Glancy
e19c086c36
MDL-40843 recent_activity: corrections to grouping and user fields
2014-04-04 16:52:01 +08:00
Sam Hemelryk
a6be3193d8
MDL-44152 mod_chat: unified @package use
2014-02-18 11:25:08 +13:00
Marina Glancy
0eadedea57
MDL-43643 chat: do not assign to nonexisting cm_info properties
2014-01-23 10:59:33 +08:00
Marina Glancy
1f47813b29
MDL-43283 mod_chat: corrected SQL query to follow strict groupping rules
2014-01-09 15:37:38 +08:00
Mark Nelson
2072af6c1d
MDL-42592 mod_chat: passed additional name fields to be used by the fullname function
2013-10-29 16:41:46 +08:00
Marina Glancy
55607effe1
MDL-42463 chat: do not set property of cm_info class
...
MDL-41192 made all properties of class cm_info read-only
2013-10-29 10:27:39 +11:00
Frederic Massart
c8135e8b18
MDL-42001 mod_chat: Transforming handlers to observers
2013-09-27 13:38:27 +08:00
Frederic Massart
f49d814abc
MDL-40048 mod_chat: Replacing add_to_log with new events
...
For this to be done properly, a new function to send the message
and trigger the event has been created. Following that a
data generator for chat, and some unit tests.
2013-09-23 11:41:33 +08:00
Jerome Mouneyrac
83f47164b1
MDL-30895 switch from dl tag to table in the accessible chat
2013-08-08 17:15:03 +08:00
Marina Glancy
a3f66bdeac
MDL-36968 Move function print_recent_activity() to the block recent_activity
2013-01-16 16:13:04 +11:00
Frederic Massart
69bc92160f
MDL-36561 chat: Chat does not use calendar icons
2012-11-13 17:40:04 +08:00
David Monllao
36ab2fedff
MDL-30901 mod_chat Removing screenreader setting usage
2012-09-21 09:22:21 +08:00
Frederic Massart
6c6ed54acb
MDL-34648 Chat: No more errors when sentence begin with 'To'
2012-08-17 14:59:57 +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
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
David Monllao
6536217c78
MDL-34466 mod_chat Replace all instances of get_context_instance() with respective context_XXXX class in mod/chat
2012-07-27 13:26:04 +08:00
Rajesh Taneja
5d8215ccf4
MDL-31941 chat: removed chat_get_participants, deprecated function
2012-05-11 09:21:04 +08:00
Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Petr Skoda
b85b25ebb8
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:03:20 +01:00
sam marshall
3e4c243500
MDL-27001 'Show description' feature part 3: Implementation for all modules
...
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
2011-09-06 11:03:06 +01:00
Rajesh Taneja
d0157d827b
MDL-27219 chat: Beep will not display user fullname if user is not in chat
2011-08-16 16:34:16 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00
Dongsheng Cai
1d5bd3d2ed
MDL-24941, fixed nopermission error when student entering scheduled chat session
2010-11-17 07:56:40 +00:00
Dongsheng Cai
a8e3b008ff
MDL-25069 CHAT added event handler to handler user logout event.
2010-11-08 02:54:42 +00:00
Sam Marshall
3a7507d081
chat, workshop MDL-24736 'require view' completion missing from these modules
2010-10-18 14:20:44 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
0b21e5885e
improved PHPDocs
2010-09-18 12:15:36 +00:00
Petr Skoda
72d2982eb1
hmm, it is reset course not courses
2010-09-18 12:08:16 +00:00
Petr Skoda
91421f3ead
a few spelling fixes
2010-09-18 12:07:01 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00
Petr Skoda
a9637e7df4
MDL-14679 fixed a lot more old style uses of insert_record()
2010-09-03 17:47:41 +00:00
Sam Hemelryk
ea2bc3599b
navigation MDL-23831 Always show activity icons on the navigation
2010-08-17 02:43:09 +00:00
Dongsheng Cai
3c3913acc2
"MDL-23476, fixed course module id for chat"
2010-07-26 09:10:16 +00:00
Dongsheng Cai
5605789aad
"MDL-23374, fixed class name"
2010-07-26 05:50:11 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00