Marina Glancy
fdb8bae241
Merge branch 'wip-mdl-41283' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
mod/upgrade.txt
2014-04-15 14:34:28 +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
Damyon Wiese
12f8adbd25
Merge branch 'wip-mdl-44910' of https://github.com/rajeshtaneja/moodle
2014-04-15 13:16:15 +08:00
Dan Poltawski
57506eb548
Merge branch 'wip-mdl-45073' of https://github.com/rajeshtaneja/moodle
2014-04-15 11:57:51 +08:00
Rajesh Taneja
cf247acf10
MDL-44910 behat: Fixed log and livelog behat
...
As default log store is changed to standard, test should
now take care of it
2014-04-15 10:56:41 +08:00
Ankit Agarwal
521d9d74e5
MDL-45074 report_loglive Fix parameter typo
2014-04-14 16:31:54 +08:00
Rajesh Taneja
cfb804d8cd
MDL-45073 report_log: Fixed activity report
...
1. Wrong reader class check and api
2. Passing logreader parameter for graph
3. Using proper time from for all log and today's log
2014-04-14 12:40:40 +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
Dan Poltawski
3c72b71191
Merge branch 'MDL-41123-master' of git://github.com/ankitagarwal/moodle
2014-04-09 14:03:42 +08:00
Ankit Agarwal
e5f4487194
MDL-41123 report_completion: Add context validations to the events
2014-04-08 16:07:35 +08:00
Dan Poltawski
a0c2ac6b86
MDL-43682 report_loglive: commit built yui files
2014-04-08 12:03:37 +08:00
Sam Hemelryk
2891559fd5
MDL-43682 report_loglive: fixed lint warning in fetchlogs JS
2014-04-08 15:41:54 +12:00
Sam Hemelryk
06d94411de
MDL-43682 report_loglive: fixed whitespace issue
2014-04-08 08:51:17 +12:00
Ankit Agarwal
1722da6a7b
MDL-43682 Some imporvements to loglive report
2014-04-07 16:58:45 +08:00
Ankit Agarwal
1ac341e23f
MDL-43682 log: Fix issues with log report
...
Following fixes have been made:-
Porfile links where generating errors when there was no courseid present. Fixed the same.
get_readers() method was accessing an undefined property.
popups were used for action and ip address before the whole rewrite, we should maintain the same behaviour.
Fixed string issues.
Pass context to format_string method
2014-04-07 16:58:44 +08:00
Ankit Agarwal
5991eb80cd
MDL-43682 loglive: Rewrite loglive to use new logging stores
...
AMOS BEGIN
CPY [eventcomponent,report_log],[eventcomponent,report_loglive]
CPY [eventcontext,report_log],[eventcontext,report_loglive]
CPY [eventloggedas,report_log],[eventloggedas,report_loglive]
CPY [eventorigin,report_log],[eventorigin,report_loglive]
CPY [eventrelatedfullnameuser,report_log],[eventrelatedfullnameuser,report_loglive]
CPY [nologreaderenabled,report_log],[nologreaderenabled,report_loglive]
CPY [selectlogreader,report_log],[selectlogreader,report_loglive]
AMOS END
2014-04-07 16:58:44 +08:00
Ankit Agarwal
df13233697
MDL-41123 report_completion: Add events to completion report
...
Replace add_to_log with user_report_viewed event
add a report_viewed event
2014-04-04 10:32:26 +08:00
Eloy Lafuente (stronk7)
bd032a64f9
Merge branch 'wip-MDL-41102-master' of git://github.com/marinaglancy/moodle
2014-04-02 02:18:54 +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
Marina Glancy
dc8a848c7d
MDL-41102 report_performance: correctly check state of automated backups
...
Thanks to Renaat Debleu for the patch
2014-03-28 16:39:55 +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
c865dacccc
MDL-43681 report_log: check related user before displaying
...
Related user id can be noreply user which is not in
database.
2014-03-25 16:50:13 +08:00
Rajesh Taneja
9c5d3f9553
MDl-43681 report_log: Added Behat test for report log
2014-03-24 17:26:42 +08:00
Rajesh Taneja
ac8976c8b5
MDL-43681 report_log: Modified log report to use log readers
2014-03-24 17:24:12 +08:00
Marina Glancy
e2cb3ffad6
MDL-43967 logging: references to the migrating dev docs
2014-03-13 18:31:52 +01:00
Dan Poltawski
5f3b4694b3
Merge branch 'wip-MDL-42870-master' of git://github.com/marinaglancy/moodle
2014-03-11 11:37:44 +08:00
Rajesh Taneja
2cd29dd6f1
MDL-44017 Events: Added unit test for report_viewed events
2014-03-07 15:16:10 +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
Marina Glancy
f0d6479623
MDL-42870 completion: show failed activities as incompleted
2014-03-07 10:21:46 +08:00
Eloy Lafuente (stronk7)
b598c48179
Merge branch 'wip-mdl-43765' of https://github.com/rajeshtaneja/moodle
2014-01-27 19:23:09 +01:00
Eloy Lafuente (stronk7)
705718fb7c
Merge branch 'wip-mdl-43766' of https://github.com/rajeshtaneja/moodle
2014-01-27 19:19:31 +01:00
Damyon Wiese
e677c1be7c
Merge branch 'MDL-43725-master' of git://github.com/ankitagarwal/moodle
2014-01-21 13:47:39 +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
f792225ced
MDL-43766 reports: Fixed wrong string variable
2014-01-20 16:43:37 +08:00
Ankit Agarwal
32323a1e44
MDL-43725 report_loglive: Fixing undefined variable error
...
AMOS BEGIN
CPY [page,report_log],[page,report_loglive]
AMOS END
2014-01-20 10:14:11 +08:00
Petr Škoda
6a27439b8f
MDL-43529 delete all unnecessary register_globals checks
2014-01-12 17:58:39 +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)
7b583eea95
Merge branch 'wip-MDL-43058-master' of git://github.com/abgreeve/moodle
2013-12-03 19:33:15 +01:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Adrian Greeve
8b1d424098
MDL-43058 reports: updated sql to return fullnames in security check reports.
2013-11-27 14:43:33 +08:00
Eloy Lafuente (stronk7)
51e9d69af2
Merge branch 'master_MDL-43045' of git://github.com/totara/moodle
2013-11-26 21:27:35 +01:00
Simon Coggins
b92709db40
MDL-43045 report: Fix missing role name in security overview report
2013-11-26 08:14:10 +13:00
FilipBenco
ee4e66bf53
MDL-41635 Reports: Added missing string in loglive reports
...
Under course administration navigation log live doesn't appear
or appear with empty string (in some themes), this is happening
because text passed is empty.
2013-11-20 10:56:21 +08:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Damyon Wiese
057a79922e
Merge branch 'MDL-42701' of git://github.com/stronk7/moodle
2013-11-05 13:10:52 +08:00
Dan Poltawski
0fe02089a4
Merge branch 'MDL-42476' of https://github.com/srynot4sale/moodle
2013-11-05 11:24:02 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00