49 Commits

Author SHA1 Message Date
stronk7
422770d8cb Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
$limitnum parameters in all the get_recordXXX() functions. MDL-7167

Merged from MOODLE_17_STABLE
2006-10-23 23:00:18 +00:00
stronk7
37c47abaca Suppress all the uses of LIMIT in the get_field_sql() calls. MDL-7173
Merged from MOODLE_17_STABLE
2006-10-23 16:03:52 +00:00
moodler
18894ee462 Fixed &nbsp characters MDL-7179 2006-10-23 13:42:23 +00:00
skodak
ea17d55da1 MDL-6444 Typo in Course/Report/Participation/index.php, patch by Stephen Bourget; merged from MOODLE_17_STABLE 2006-10-16 09:06:35 +00:00
moodler
4e03aa7a00 FIxed up log headers etc MDL-6714 2006-09-27 09:22:29 +00:00
moodler
867f5adb73 Moved Penny's funky sql function into dmllib.php 2006-09-26 04:33:59 +00:00
mjollnir_
75673b93f8 fixing the participants report to work with roles 2006-09-26 01:23:57 +00:00
mjollnir_
32da8f410f fixed the dropdown menus in the detailed (user) reports (WHICH WORK!) 2006-09-24 22:13:31 +00:00
mjollnir_
96edb010da more work on stats reports ... 2006-09-24 07:13:33 +00:00
moodler
13e21433a4 Better errors 2006-09-24 05:53:45 +00:00
mjollnir_
11887b6d5e more fixing on reports 2006-09-24 03:15:52 +00:00
mjollnir_
32baf47939 accidently left in debugging stuff in stats reports 2006-09-23 21:43:11 +00:00
mjollnir_
afc97d5349 fixing reports 2006-09-23 12:10:42 +00:00
mjollnir_
0f259f63d9 lots of fixes to stats, more to come 2006-09-23 08:52:12 +00:00
tjhunt
36075e092d MDL-6041 - Proper fix that eliminates the magic number 99999 when getting lists of studnets. Now, there is no arbitrary upper limit in the datalib functions, and sensible upper limits on pages that display lists of users. However, if you try to get all the site students, then get_students prints a warning in debug mode, telling you that you need to rethink your code.
Also a few more ISNULL()s eliminated.

And a typo role_assignment -> role_assignments.
2006-09-15 14:32:35 +00:00
toyomoyo
ea8158c118 changing sql calls from user_students table to role_assignments table 2006-09-14 09:08:07 +00:00
skodak
d541baa141 fixed courseid typo 2006-09-10 22:01:39 +00:00
toyomoyo
51792df056 adding capabilities 2006-09-08 08:46:26 +00:00
toyomoyo
d02eededf7 adding capabilities 2006-09-06 08:55:23 +00:00
toyomoyo
3924b9884b adding capabilities 2006-09-05 08:50:23 +00:00
stronk7
fea43a7f51 Casting $course->modinfo to string prevents one notice to
be showed when it's null, returning false as desired.
2006-09-04 21:12:37 +00:00
vyshane
1a3e93ffe6 Added has_capability checks 2006-08-25 08:51:50 +00:00
vyshane
25c38f25a1 Added has_capability check 2006-08-25 08:30:25 +00:00
vyshane
6ac96fcb3c Added has_capability checks 2006-08-25 08:27:28 +00:00
vyshane
030605e57a Merge from 1.6. Refactored this report module so that we can use it as an
admin report module.
2006-06-06 04:15:04 +00:00
stronk7
b841722573 icourse report xxxx actions must send courseid in the info field. Bug 5714.
(http://moodle.org/bugs/bug.php?op=show&bugid=5714)

Merged from MOODLE_16_STABLE
2006-06-03 20:37:55 +00:00
skodak
6d7ef1f2c3 merged Martins warning patch from MOODLE_16_STABLE 2006-06-02 16:53:17 +00:00
vyshane
44e852cbea Merged from 1.6. Fixed php warnings when no course is selected. 2006-06-02 07:37:45 +00:00
vyshane
0adf53f6cd Cosmetic fix in print_log_ooo, commented out call to print_log_ooo in
/course/report/log/index.php.
2006-05-17 03:07:11 +00:00
vyshane
92890025fe Added option to download logs in excel or csv formats. Merged in code contributed by
Daniele Cordella <d.cordella@iss.it>. Originally posted as bug 5024.
2006-05-15 05:01:00 +00:00
vyshane
a42ca12218 Fix for Bug #5346. 2006-04-27 07:52:40 +00:00
skodak
1f411afd1f lots of typos fixed, graph in stats, parameter cleanup etc., somebody could cleanup the page layout of those report/xxx/mod.php files ;-) 2006-04-20 22:36:22 +00:00
moodler
87fa2e3f8a Fixes to make print_error more useful, suggested by Sam
It can now take a module argument, and can support different link locations
2006-04-13 05:42:47 +00:00
moodler
980a5b3a63 Fix the log graphs which had been broken by the reports move 2006-04-05 03:17:20 +00:00
tjhunt
ee35e0b855 Allow the display of course logs to be filtered by type of action. 2006-03-28 17:33:40 +00:00
vyshane
4379c8e9bb W3C validation and misc code cleanup. 2006-03-16 08:49:20 +00:00
skodak
09eb1e9e28 fixed live link 2006-03-15 21:05:19 +00:00
moodler
4d70ff5c51 Changed to full urls as we will be linking to here from the admin reports (SE) 2006-03-15 08:05:34 +00:00
moodler
375013d2f1 Take away the box, so we can use CSS instead 2006-03-09 16:35:25 +00:00
moodler
9216720058 Fixed some more paths 2006-03-09 15:24:41 +00:00
moodler
e3ca6280c6 More cleanups 2006-03-09 15:21:49 +00:00
moodler
6b2f1037b3 Some cleanups 2006-03-09 15:13:02 +00:00
moodler
0a935fb3c0 Added real rough new report for logs - needs work. Shane? 2006-03-09 09:45:57 +00:00
moodler
e0dd378807 Aha 2006-03-09 08:55:41 +00:00
moodler
bcadf372af Quickly cleaning up reports
This one was the old participation report (still needs work!)
2006-03-09 08:24:10 +00:00
moodler
e3f97fc284 Slight tidy-up, needs work still 2006-03-09 08:09:28 +00:00
moodler
5585348a6a Quickly moving old reports into new structure
This one is Outline Report
2006-03-09 08:06:19 +00:00
moodler
36245854f2 No direct inclusion 2006-03-09 07:41:18 +00:00
moodler
3bf7fc74a4 New report plugin structure for all course reports.
More to be added soon.
2006-03-09 07:37:40 +00:00