Bas Brands
4394f9e358
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
2020-08-17 08:16:42 +00:00
Andrew Nicols
0d01f2ae56
MDL-68463 report_participants: Use new shared participant actions module
2020-05-18 20:00:47 +08:00
Andrew Nicols
beae3feb54
MDL-66378 report_participation: Correct label for target
2019-08-17 11:44:48 +08:00
Jun Pataleta
e773533258
MDL-65949 report_participation: Use new core/checkbox-toggleall
2019-08-02 16:30:26 +08:00
Mark Nelson
11362b4aaf
MDL-56835 report_participation: remove unreachable if condition
2019-07-09 09:14:15 +08:00
Mark Nelson
5a9e1bc18e
MDL-56835 report_participation: use course timecreated as minlog
2019-07-09 08:27:17 +08:00
Matt Porritt
d00715e410
MDL-56835 report_participation: release session lock
2019-07-05 10:33:13 +08:00
Damyon Wiese
b5b81de3d6
MDL-59758 core_user: Replace old bulk actions
...
The participants page has some clunky multi page forms for bulk actions. Replaces it with an ajax alternative.
2017-11-07 14:18:49 +08:00
Luca Bösch
99c0ad51b4
MDL-58171 report: role name passing format_text
...
Have the role name in h2 of the participation report passing filters
like multilang2 by having it call format_text.
Signed-off-by: Luca Bösch <luca.boesch@bfh.ch>
2017-04-12 15:31:43 +02:00
Dan Poltawski
3fd840072f
MDL-56988 report: attempt to improve styling of reports
2016-11-23 08:50:06 +08:00
Dan Poltawski
d6713a430e
MDL-55874 report_particiption: fix invalid html
...
When messaging disabled.
2016-09-08 08:03:05 +01:00
Dan Poltawski
1337f77b87
MDL-51988 report_particiption: do not allow messaging when disabled
...
Previously the option to send messages when presented regardless of the
site setting.
2015-11-11 12:30:23 +00:00
Marina Glancy
7cd401446d
MDL-50649 report: query optimisation
2015-07-24 17:38:18 +08:00
David Monllao
59aebbed70
MDL-48595 logstore: Replacing references to deprecated interfaces
2015-03-09 08:25:37 +08:00
Sam Hemelryk
d5ae34a5a7
MDL-47077 report_participation: fixed pagination in groups
2014-10-20 11:01:04 +13:00
Sam Hemelryk
0e6d8ed261
MDL-47631 report_participation: fixed filtering by letter
2014-10-13 12:27:48 +13:00
Rajesh Taneja
3bb8c9e356
MDL-46987 report_participation: Count duplicate logs as 1
...
Some of the actions generate more then 1 event.
Example: forum post create generate:
- post_created and
- accessible_uploaded
events which gets logged at the same time.
Count them as 1 action and not 2, as it is
single action and report should show 1 and not 2
2014-09-22 15:21:34 +08:00
Damyon Wiese
5474b8bfbb
Merge branch 'wip-MDL-47052-master' of git://github.com/marinaglancy/moodle
2014-09-02 15:30:07 +08:00
Marina Glancy
66aee2c201
MDL-47052 report_participation: fixed bug when filtering by first letter
2014-09-02 15:00:41 +08:00
Rajesh Taneja
9e4e87b434
MDL-46670 report_participation: Look for records in legacy and current
...
Priority log store will have current information, so
make sure to get information and aggregate that with
legacy data
2014-09-01 10:24:01 +08:00
Daniel Neis
e4401d04af
MDL-35648 adding missing distinct selector in sql on participation report
2014-06-05 20:42:06 -03:00
Rajesh Taneja
66d8b25b1c
MDL-45293 report_participation: ensure only web and ws logs are shown
2014-04-28 13:50:47 +08:00
Rajesh Taneja
58cc51cd66
MDL-41283 report_participation: moved code to locallib
2014-04-15 13:31:04 +08:00
Rajesh Taneja
ff6a853aad
MDL-41283 report_participation: Updated report to use logging api
2014-04-15 13:31:03 +08:00
Rajesh Taneja
e1b16f9773
MDL-44017 Events: Deprecated content_viewed event
...
Replaced content_viewed event with appropriate events and deprecated
content_viewed event
2014-03-07 15:16:10 +08:00
Rajesh Taneja
ed44f0aa62
MDL-43765 reports: Fixed addtional name warning
...
Fix the alternate name warning which is generated when course participation report
is viewed
2014-01-21 10:59:26 +08:00
Ankit Agarwal
ef9ca10699
MDL-21415 reports: We should fetch active group from session not page params
...
Also donot allow active group to be set to something that user doesn't have access to
2013-09-12 11:18:25 +08:00
Ankit Agarwal
28c4399b6b
MDL-21415 reports: Adding support of groups to course participation reports
...
Also introducing new api groups_allgroups_course_menu() that generates a selector for all groups in course"
2013-09-10 13:14:33 +08:00
Ankit Agarwal
ac43f96306
MDL-40052 events: Code style fixes
2013-08-27 15:26:38 +08:00
Ankit Agarwal
bb0038074e
MDL-40052 events: Add content view events for reports
...
Includes:
* Add content view events for report_log
* Add content view events for report_loglive
* Add content view events for report_outline
* Add content view events for report_participation
* Add content view events for report_stats
2013-08-27 15:25:43 +08:00
Mark Nelson
4e829d48d1
MDL-40468 libraries: removed usages of get_related_contexts_string() in core
...
Also tidied up the functions by removing unused parameters.
2013-07-19 15:17:50 +08:00
Rossiani Wijaya
d26cfd602b
MDL-34571 report: fixed spacing and string error
2012-09-17 12:10:43 +08:00
Rossiani Wijaya
cb589b25c4
MDL-34571 report: convert to html_writer
2012-09-17 12:10:43 +08:00
Rossiani Wijaya
2bbd896edd
MDL-34571 accessibility compliance for report: Add label to select and input text form
2012-09-17 12:10:43 +08:00
Frederic Massart
21c08c63ca
MDL-34458 Librairies: Replaced deprecated get_context_instance()
2012-07-24 16:58:17 +08:00
Petr Skoda
c52551dc3c
MDL-8249 localise standard role names and descriptions if empty
2012-07-06 08:22:34 +02:00
Petr Skoda
f0202ae9a2
MDL-30686 improve accuracy of qualified_me() by trying PAGE->url first
...
This should help SSL proxies and returning to current page after require_login().
2012-04-27 13:39:18 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Petr Skoda
b85b25ebb8
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:03:20 +01:00
Sam Hemelryk
e3dfd1a1d9
Merged branch 'w44_MDL-29030_m22_reports' of git://github.com/skodak/moodle.git with conflict resolution
2011-11-10 10:15:50 +13:00
Petr Skoda
e20de26278
MDL-29030 minor participation report cleanup
2011-11-06 12:22:48 +01:00
Petr Skoda
3afce1a574
MDL-29030 convert participation report to new report type
...
AMOS BEGIN
MOV [participation:view,coursereport_participation],[participation:view,report_participation]
MOV [pluginpagetype,coursereport_participation],[pluginpagetype,report_participation]
MOV [pluginname,coursereport_participation],[pluginname,report_participation]
AMOS END
2011-11-06 12:22:48 +01:00