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
vyshane
4c906f7388
List of people in course now shows the number of groups each user is in. Resolves Bug #4799 .
2006-02-20 04:59:30 +00:00
skodak
0ae88327f2
fixed whitespace only
2006-02-12 19:46:30 +00:00
skodak
9b9ae915d7
scales.php fixed page parameters and removed isset_param(); scale parameter now named scaleid when listing only
2006-02-12 19:43:17 +00:00
skodak
295e4bdd18
fixed page parameters and removed isset_param()
2006-02-12 19:07:20 +00:00
patrickslee
765d3c7dde
Show category list rather than the whole list of courses if there is only one category and with more than 200 courses in it
...
Otherwise we will have a HUGE list of courses flooding our browser.
Backported from MOODLE_15_STABLE
2006-02-08 04:21:22 +00:00
patrickslee
48643b4918
Do not show the category list with courses if there are more than 200 courses in the system
...
Otherwise the front page/course list will be flooded with courses.
2006-02-08 03:34:20 +00:00
patrickslee
8e227aa767
Added a parameter to print_courses() to hide site course
...
This parameter is used in index.php because if the moodle site have more than one category the site course will be displayed in the course list in the front page.
This problem appeared after the "front page format" feature is introduced. As the old front page will show a category tree with courses if there are more than one category in the system when "list of courses" is chosen as the front page.
2006-02-07 01:13:27 +00:00
patrickslee
e0140f2425
Revised front page logic so list of courses and list of categories show correct things regardless of any special situation
...
And a small HTML fix for print_category_info()
2006-01-30 22:54:12 +00:00
gustav_delius
56b5d16a4d
Fixed alignment of module icon so it looks correct also in Firefox.
2006-01-30 20:45:54 +00:00
stronk7
b3bcee2457
First field must be unique in every select. Bug 4619.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4619 )
Merged from MOODLE_15_STABLE
2006-01-20 15:09:54 +00:00
mjollnir_
e31e89c3ac
fixing a strange bug in stats graph display
2006-01-20 04:19:08 +00:00