Simey Lameze
e3df6df02e
MDL-55367 report_log: declare log array indexes to avoid errors
2016-08-03 14:23:44 +08:00
Simey Lameze
c5a90a4a5d
MDL-55367 report_log: Prevent invalid time to be passed to Charts API
2016-08-01 12:57:57 +08:00
Simey Lameze
32917a9561
MDL-54987 core: final charts project polishing
2016-07-25 10:43:35 +01:00
Simey Lameze
6cf5e0f263
MDL-54998 report_log: Convert log report graphs to the new API
...
Part of MDL-54987 epic.
2016-07-25 10:42:47 +01:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
David Monllao
59aebbed70
MDL-48595 logstore: Replacing references to deprecated interfaces
2015-03-09 08:25:37 +08:00
Marina Glancy
43a7ac723d
MDL-45087 report_log: do not show anonymous actions, use indexes
2014-04-17 11:40:50 +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
Rajesh Taneja
ac8976c8b5
MDL-43681 report_log: Modified log report to use log readers
2014-03-24 17:24:12 +08:00
Adam Olley
7893297888
MDL-40515: report_log: List activities in optgroups
...
Prevents users from generating reports on invalid values
Change-Id: If358fa06c8dadd33bb2875ea54ab4bce97b16aff
2013-09-30 11:16:30 +09:30
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Dan Poltawski
48638b915d
Merge branch 'MDL-40323-master' of https://github.com/mackensen/moodle
2013-07-29 13:59:55 +08:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08:00
Charles Fulton
74ec49a139
MDL-40323 report_log: fix strict standards error
2013-06-25 06:07:30 -07:00
Petr Škoda
689096bc26
MDL-38654 do not test $CFG->gdversion
...
GD PHP extension is now required. Add-ons need to remove $CFG->gdversion tests. The worst case regression is that add-on will think GD is not available.
2013-03-22 16:57:55 +01:00
Marina Glancy
9ecb50e6e3
MDL-33774 instead of checking that activity is label we check that it has view url
2013-02-14 19:46:19 +11:00
Thanh Le
31f4086460
MDL-36259 course short names: ensure it displays when enabled in admin
...
Fixed 5 Moodle pages that does not display the course short name even if "Display extended course names" setting is on. In fixing this, search.php also included related minor code to change to minimise DB calls to improve performance.
2012-12-15 10:44:34 +00:00
Andrew Robert Nicols
b84a84258c
MDL-36601 Ensure that reports remember all days setting
...
All Days was set as the nothing value, but this nothing value was used.
Additionally, an insufficient comparison meant that the selecteddate then
became Today.
2012-11-29 09:56:30 +00:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Tim Hunt
9695ff811b
MDL-34657 user sorting: consistent sorting everywhere.
...
This commit coverts everything in the codebase to use the new
users_order_by_sql function when sorting lists of users. More details in
the bug.
Note that this does not change places where users are displayed in a
sortable table, and the sort order comes from the table.
2012-09-27 12:41:42 +01: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
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
Eloy Lafuente (stronk7)
277c811f08
MDL-30975 Docs - add phpdocs @param to report_log_print_graph()
2012-02-14 00:59:02 +01:00
Ankit Kumar Agarwal
04252d3a13
MDL-30975 Docs Adding correct pacakge information
2012-02-13 11:06:47 +05:30
Ankit Kumar Agarwal
f82de750bf
MDL-30975 Docs Documenting report/logs
2012-02-13 11:06:43 +05:30
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
fad8e0248c
MDL-29030 move user log reporting to report_log plugin
2011-11-06 12:22:52 +01:00
Petr Skoda
033af4b7ba
MDL-29030 migrate and cleanup log report
...
AMOS BEGIN
MOV [log:view,coursereport_log],[log:view,report_log]
MOV [log:viewtoday,coursereport_log],[log:viewtoday,report_log]
AMOS END
2011-11-06 12:22:49 +01:00