109 Commits

Author SHA1 Message Date
sam_marshall
388afecdf4 MDL-15498: Completion: fixed bugs with long titles in the fancy text-rotation SVG code 2008-07-29 12:27:04 +00:00
sam_marshall
a5a63515e3 MDL-15498: Completion: added TODO comment re last commit 2008-07-29 11:26:55 +00:00
sam_marshall
f94988555e MDL-15498: Completion: added idnumber to progress report table (if enabled) 2008-07-29 10:37:46 +00:00
sam_marshall
34572a98fe MDL-15498: Completion fix: change to use ajaxenabled in progress report 2008-07-28 17:21:13 +00:00
sam_marshall
b3aa7ae8bc MDL-15498: Completion fix: provided full UTF-8 support and Excel support for progress CSV output 2008-07-28 17:11:51 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
moodler
9cfa80b5c8 MDL-15413 Merged prevention of direct access from 1.9 2008-06-27 03:35:22 +00:00
skodak
80e3b05ab3 MDL-15094 fixed stats 2008-06-06 14:11:20 +00:00
skodak
5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
skodak
a5d424df7c MDL-14679 converted some get/set_field() 2008-06-02 21:39:23 +00:00
skodak
29f83769d1 MDL-14679 towards reports and stats conversion 2008-05-31 14:35:58 +00:00
skodak
0f56d9297c MDL-15044 fixed regression - thanks Howard 2008-05-29 15:12:49 +00:00
skodak
879fd24c01 MDL-15044 fixed regression - thanks Howard 2008-05-29 15:12:08 +00:00
skodak
79eaec48cd MDL-14978 removed obsoleted get_site_users() 2008-05-25 11:18:12 +00:00
skodak
624a690b3d MDL-14679 first part of datalib conversion 2008-05-25 09:39:02 +00:00
dongsheng
1343697c82 "MDL-14129, fix print_error" 2008-05-13 06:15:20 +00:00
dongsheng
09ee7b0d9e MDL-14460, fix get_context_instance, see tracker 2008-04-23 08:07:42 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak
60ce929f3c MDL-13824 use 0 for all groups - patch by ELoy; merged from MOODLE_19_STABLE 2008-03-18 16:42:33 +00:00
skodak
71f15e84fe MDL-13885 fixed participation report problems; merged from MOODLE_19_STABLE 2008-03-11 09:21:17 +00:00
skodak
ceceb9ddf4 MDL-13525 role name aliases used in stat reports; merged from MOODLE_19_STABLE 2008-02-23 12:26:35 +00:00
skodak
f698601014 MDL-13192 minor cleanup; merged from MOODLE_19_STABLE 2008-02-23 12:17:52 +00:00
skodak
ad4e76e77d MDL-13549 major bugfixing and improvements in outline report; merged from MOODLE_19_STABLE 2008-02-21 09:36:19 +00:00
skodak
4a8c85b0ee MDL-13549 major bugfixing and improvements in participation report; merged from MOODLE_19_STABLE 2008-02-21 09:33:19 +00:00
skodak
61460dd631 MDL-13192 major stats cleanup patch - see tracker for more details; merged from MOODLE_19_STABLE 2008-02-16 18:33:50 +00:00
scyrma
f461e8ec0e MDL-8810: changing require_once to include_once when looking for mod/.../lib.php 2008-01-24 02:20:25 +00:00
skodak
95aa0af862 MDL-11472 fixed harcoded mdl_ prefix in sql queries 2007-09-27 08:41:19 +00:00
skodak
651f7cf277 MDL-10833 course theme in live logs fixed 2007-09-24 15:39:29 +00:00
skodak
b299029264 fixed syntax error 2007-08-19 21:07:15 +00:00
nicolasconnault
0be6f67819 MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
skodak
2c386f82e5 MDL-10383 - deprecated get_groups(), user_group() and ismember() 2007-08-15 20:21:01 +00:00
moodler
a0501fc36a Make sure require_login is being called from reports MDL-10833 2007-08-13 13:45:14 +00:00
skodak
40935142f7 MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present
2007-04-30 17:28:29 +00:00
skodak
1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
mjollnir_
bd903ae9de merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports 2007-04-11 23:53:15 +00:00
nicolasconnault
a0648316ec MDL-8921 : Converted the page from table layout to divs (except tabular data) and added
related css rules in styles_layout.css. Looks the same and validates XHTML strict.
2007-03-20 00:27:38 +00:00
poltawski
f054df1784 MDL-8582 - xhtml course report fixes 2007-03-15 16:03:44 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
martinlanghoff
595fa6468b Stopping warning and possible errors in graphlib.php caused by bugs in statsgraph.php
Ported from LDC (1.5) branch


Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:32:39 +00:00
nicolasconnault
3e080d75ef Fixed 2 typos identified by Dan (guset instead of guest). MDL-8676 2007-02-27 05:09:15 +00:00
toyomoyo
fbe31d22d1 xhtml validation fixes for MDL-8425 2007-02-06 08:24:37 +00:00
skodak
5841aa9122 fixed obsoleted course->category test for finding if course is site 2007-02-01 09:06:48 +00:00
skodak
5577ceb354 xhtml fixing in logs and reports, code cleanup MDL-8187 2007-01-15 21:28:25 +00:00
vyshane
68febe8361 Fixes for MDL-7861. 2007-01-15 08:15:04 +00:00
vyshane
dd2a21da76 Fixes for MDL-7861. 2007-01-15 07:59:28 +00:00
donal72
2c1833bdb4 Mnet: Bugfix: Revised query to find hosts we SSO with: MDL-8082 2007-01-11 05:59:57 +00:00
donal72
15ed527f38 Mnet: Bugfix: 3 params in optional_param(): MDL-8119 2007-01-11 05:55:37 +00:00
moodler
04a252be7e A "guess" at what this query might be. Needs MH or DOnal to check it.
MDL-8082
2007-01-09 12:23:57 +00:00
skodak
0d905d9f34 MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
andreabix
fcf78b1557 fixed missing comma 2007-01-05 13:14:37 +00:00