Simey Lameze
93be3f730c
MDL-58265 core_test: remove unnecessary steps
...
This commmit removes steps that take behat to site home page
to actually get to a course page.
Part of MDL-55611 epic.
2017-04-03 11:37:07 +08:00
Simey Lameze
c987d1b2ef
MDL-58265 core_test: replace all uses of I follow course steps
...
Part of MDL-55611 epic.
2017-04-03 11:37:07 +08:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Simey Lameze
270b2e443c
MDL-56988 report: review and apply boosty styles to all reports
2016-11-23 15:30:32 +08:00
Dan Poltawski
3fd840072f
MDL-56988 report: attempt to improve styling of reports
2016-11-23 08:50:06 +08:00
Dan Poltawski
bc33e9bd3f
MDL-55168 css: reformat plain css with stylefmt
2016-09-30 09:25:23 +01:00
Dan Poltawski
d6713a430e
MDL-55874 report_particiption: fix invalid html
...
When messaging disabled.
2016-09-08 08:03:05 +01:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
David Monllao
08cc1ad828
Merge branch 'MDL-51988-master' of git://github.com/danpoltawski/moodle
2015-11-17 10:20:59 +08:00
Dan Poltawski
f96f7e3bbe
MDL-51988 behat: Add coverage of participation report messaging
2015-11-11 12:38:05 +00: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
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Damyon Wiese
0817451470
MDL-46455 events: Add mapping info to events
...
This commit covers all events outside of /mod/. It adds mapping info for restoring
events, or the default implementation which returns false if mapping is not required.
2015-10-11 18:14:58 -07:00
Marina Glancy
7cd401446d
MDL-50649 report: query optimisation
2015-07-24 17:38:18 +08:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Ankit Agarwal
686e1251e5
MDL-49412 report_participation: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
David Monllao
59aebbed70
MDL-48595 logstore: Replacing references to deprecated interfaces
2015-03-09 08:25:37 +08:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01: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
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Sam Hemelryk
1c17e19a5c
MDL-45457 phpdoc: fixed up a couple of @package typos
2014-05-08 08:14:10 +12:00
Andrew Nicols
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Mark Nelson
02a5a4b2ff
MDL-43557 events: fixed minor issues in existing events
2014-04-29 19:16:11 -07: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
cb115024a8
MDL-45142 report_partcipation: Fixed behat feature file name
2014-04-17 08:47:57 +08:00
Rajesh Taneja
6636050115
MDL-41283 report_participation: Fixed behat
2014-04-15 17:15:51 +08:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +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
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +08: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
Petr Škoda
578645aadf
MDL-44715 use parent::validate_data() consistently in all events
...
Includes some minor PHPDocs typo fixes.
2014-03-28 14:09:31 +08:00
Ankit Agarwal
16e59c6af8
MDL-44596 logging: Refecator code to use component_callback() and get_plugin_list_with_function()
2014-03-26 09:50:41 +08:00
Ankit Agarwal
8ead8802fb
MDL-44596 logging: Add callbacks to all reports that support log stores
2014-03-26 09:12:43 +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
Rajesh Taneja
184afb6b73
MDL-43238 events: Added event other information in event php doc block
2014-01-03 15:03:48 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01: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
b9e1f0997c
MDL-40052 events: Add get_url() api to various report content_viewed classes
2013-08-27 15:26:38 +08:00