Commit graph

1787 commits

Author SHA1 Message Date
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
nfreear
b3d26d8d57 Accessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU-Bugz: 744) 2006-03-14 16:45:34 +00:00
nfreear
dfdcd09b2d Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745) 2006-03-14 16:17:21 +00:00
nfreear
81d33f6355 Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741) 2006-03-14 15:36:48 +00:00
nfreear
be37f335fc Accessibility: validation, erroneous & replaced with & popup_form (OU-Bugz: 697) 2006-03-14 15:17:03 +00:00
nfreear
4025f33ac1 Accessibility: added class="weekscss", removed commented code. 2006-03-14 15:11:30 +00:00
thepurpleblob
bc5e4b1cbe Whoops... missed one. 2006-03-10 11:08:50 +00:00
thepurpleblob
63d2ed1aa3 Getting rid of those isset_param() calls. 2006-03-10 11:07:10 +00:00
moodler
9b2831eb77 Fix icons 2006-03-09 16:44:57 +00:00
moodler
375013d2f1 Take away the box, so we can use CSS instead 2006-03-09 16:35:25 +00:00
moodler
17f829a765 Added security and consistent CSS 2006-03-09 16:34:24 +00:00
moodler
be92c3c1a6 It's been moved 2006-03-09 16:33:56 +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
0cb9ec10ca FIxed bug 4903 and enrol notices 2006-03-09 14:51:28 +00:00
moodler
6a25f4d957 Moved a big fat log function out to course/report/log/lib.php 2006-03-09 09:50:24 +00:00
moodler
bad35380c7 FIxed icon display 2006-03-09 09:49:34 +00:00
moodler
256ed9e4cd Moved these to course/report/log 2006-03-09 09:49:19 +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
2622ceb494 Renamed mod.html to mod.php 2006-03-09 07:41:59 +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
vyshane
53008a8d4b Added data module to list of allowed modules for the report. 2006-03-09 06:27:29 +00:00
martinlanghoff
29f8533223 [multienrol]More changes to the internal->manual transition 2006-03-09 03:46:53 +00:00
martinlanghoff
cd1d0ef61a [multienrol]Hide disabled plugins and show the name of the site default in selection list 2006-03-09 02:57:41 +00:00
martinlanghoff
f9667a5aea [multienrol]Initial commit for multi enrolment plugin feature 2006-03-09 02:48:29 +00:00
vyshane
bfb7fe86bb When updating a resource, $CFG->pagepath should be /mod/resource/type instead
of /mod/resource/mod.
2006-03-08 03:23:22 +00:00
toyomoyo
2c46dd5b4e wrong type for remove, should be an int, it is an id 2006-03-08 03:17:31 +00:00
skodak
0c0849cf5f lots of incorrect required_param()'s - there MUST be only two parameters not three!! 2006-03-08 00:08:51 +00:00
skodak
e1427cdec5 fixed incorrect use of required_param() 2006-03-07 23:30:27 +00:00
skodak
2c87013a55 missing p() in value 2006-03-07 21:06:46 +00:00
skodak
de9924ae0a parameter cleaup - round 8; short php tag in group-edit.html 2006-03-07 19:36:13 +00:00
nfreear
fd6abcc87a Accessibility: fixed bug, duplicate call to blocks_print_group. 2006-03-07 17:38:02 +00:00
nfreear
de533d2612 Accessibility: 'weekscss' course format, replaced <table>, <td> with DIVs, inline style. 2006-03-06 16:14:10 +00:00
nfreear
f8d0d6336b Accessibility: Evaluation weekly format for course display - NO layout tables, for accessibility, etc. Initial straight copy of weeks/format.php 2006-03-06 14:08:01 +00:00
skodak
8f59002a9f fixed wrong parameter type 2006-03-06 06:26:32 +00:00
skodak
1b1d34225b incorrect usage of clean_filename() replaced with clean_param($text, PARAM_SAFEDIR) 2006-03-04 12:37:29 +00:00
skodak
b9fd28eade loginas language typos a fixes (thanks rob for fixing it!) and more consistent loginas password dialog layout. 2006-03-04 09:01:56 +00:00
skodak
af5be70cf2 Optional "Login as" password protection - please test, usage explained in config-dist.php 2006-03-03 20:33:38 +00:00
vyshane
d2555cedfa Updated $CFG->pagepath generation for add and delete cases. 2006-03-03 03:33:11 +00:00
tjhunt
b97c41647c Refactor the code for deleting a course from course/delete.php to a function in moodlelib.php. 2006-03-02 11:58:43 +00:00
toyomoyo
2df6965c30 fixed a bug where group image is not displayed 2006-03-02 02:31:20 +00:00
moodler
1933c40771 Setting new variable $CFG->pagepath to give hints later on to the
function page_id_and_class and also page_doc_link so that they can set
things more correctly for each different module being used.
2006-03-01 02:34:34 +00:00
mjollnir_
7343f3c40a Fixing a warning in import course data - bug #4773 2006-03-01 00:33:50 +00:00
vyshane
006e4687cd Added array check when counting number of groups. 2006-02-20 05:09:43 +00:00