moodle/course
moodler 32e2b30209 This more or less completes the PHP side of the 1.5 themes
Added $user->theme and $course->theme choices, controlled by admin
variables on the main config variables page.

By default this is all turned off, since multiple themes can be
a little disorienting.

A hidden feature is session themes ... you can change the theme
on any page by passing theme=xxxx as a parameter.  By default this
requires sesskey (so that people don't change theme on each other),
but this security can be switched off using a hidden variable
$CFG->allowthemechangeonurl = true;   Good for quick tests.
2005-02-10 10:28:27 +00:00
..
format Avoid using <p> tags because different browsers treat them differently (e.g in firefox if a table cell starts with a <p> it will start with an empty line, in IE it will not). Use <div> instead. 2005-02-06 18:18:44 +00:00
category.php changed the name of the special course div to "course-contend" 2005-01-25 15:54:00 +00:00
delete.php course/delete.php is using sesskey 2004-10-08 17:58:38 +00:00
edit.html This more or less completes the PHP side of the 1.5 themes 2005-02-10 10:28:27 +00:00
edit.php Dropping the use of MOODLE_PAGE_COURSE <gasp>! 2005-01-31 02:18:15 +00:00
editsection.html Minor change to enlarge the textarea for topic summary editing. 2004-12-07 23:49:51 +00:00
editsection.php Removed THEME from many course files 2005-01-25 14:03:43 +00:00
enrol.php Implements log in as guest for courses that allow guests. 2005-02-05 16:46:26 +00:00
grade.php XHTML compliance 2004-09-16 17:13:57 +00:00
grades.php course/grades.php is using sesskey. 2004-10-09 11:37:48 +00:00
group-edit.html Allow groups to have enrolment keys in addition to the course enrolment key. 2004-12-14 08:12:12 +00:00
group.php Allow groups to have enrolment keys in addition to the course enrolment key. 2004-12-14 08:12:12 +00:00
groups-edit.html course/groups.php is using sesskey. 2004-10-09 12:03:55 +00:00
groups-summary.html Removed THEME from many course files 2005-01-25 14:03:43 +00:00
groups.php course/groups.php is using sesskey. 2004-10-09 12:03:55 +00:00
import.php Apparently I forgot to commit this new file when committing the import course content stuff. Here it is! 2005-01-31 04:26:22 +00:00
importstudents.html Now actions for meta-courses (add, delete...) are using sesskey. 2005-02-02 19:13:24 +00:00
importstudents.php Removing PHP notice in metacourse assign courses page (bug 2479) 2005-02-07 21:10:25 +00:00
index.php Removed THEME from many course files 2005-01-25 14:03:43 +00:00
info.php Removed THEME from many course files 2005-01-25 14:03:43 +00:00
jumpto.php Added optional_param and required_param just to get it on the plate 2004-10-01 12:09:52 +00:00
lib.php Added links to unread notices on course-view and forum-index 2005-01-30 04:47:09 +00:00
log.php Merged from MOODLE_14_STABLE - Added an early session_write_close() to loglive.php and log.php pages 2005-01-17 05:42:27 +00:00
loggraph.php towards XHTML compliance 2004-09-12 12:21:27 +00:00
loginas.php Remove moodle_set_cookie call 2005-02-05 16:47:50 +00:00
loglive.php fixed my own stupid single/double quote mistake 2005-01-22 15:22:06 +00:00
mod.php Small typo (bug 2512) 2005-02-08 01:07:45 +00:00
mod_delete.html Modify sesskey behaviour. SC#73 2005-01-22 18:53:44 +00:00
outline_rep.php Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
recent.php FIxes for bug 2379 (merged from stable) 2005-01-13 03:02:23 +00:00
scales.php Removed THEME from many course files 2005-01-25 14:03:43 +00:00
search.php XHTML compliance 2004-09-16 17:13:57 +00:00
student.html Bug fix for patch related to forcing searching in course/student.(html|php) if too many users, and bump to MAX_USERS_PER_PAGE to 5000 2004-11-23 00:39:29 +00:00
student.php Removed THEME from many course files 2005-01-25 14:03:43 +00:00
teacher.php Introduced the language string 'editingteachershort' and set it to 'Editor'. Also fixed a typo. This closes bug 1949 2005-01-02 07:42:24 +00:00
unenrol.php course/unenrol.php is using sesskey. 2004-10-09 19:08:01 +00:00
user.php Now hidden sections are hidden completely from student view if 2004-11-16 17:30:45 +00:00
view.php Support course idnumber as a way to call courses 2005-02-09 13:20:24 +00:00