975 Commits

Author SHA1 Message Date
moodler
44ff1b8791 Changes for XHTML compatibility 2004-10-07 09:18:33 +00:00
moodler
1ddd15afbd Changes for XHTML compatibility 2004-10-07 08:46:30 +00:00
stronk7
1066e0dc62 Changed some conditions against the $USER variable
to work fine under PHP5.

Bug 2053
(http://moodle.org/bugs/bug.php?op=show&bugid=2053)

Merged from MOODLE_14_STABLE
2004-10-06 16:52:24 +00:00
moodler
4f91674c4b Merged visibility fix from stable 2004-10-02 15:29:49 +00:00
moodler
7228f7963f Merged sesskey stuff from stable 2004-10-01 15:06:39 +00:00
moodler
e0d346ff91 Added optional_param and required_param just to get it on the plate 2004-10-01 12:09:52 +00:00
gustav_delius
dfc12289a3 after removing empty line at top of section the editing icon was now a bit cramped in, so added an empty line below it but only if editing is on. 2004-09-30 18:56:08 +00:00
gustav_delius
eab617f96c removed spurious empty line at start of sections 2004-09-30 18:43:24 +00:00
moodler
34b5847a1a Some changes for XHTML and accessibility compliance 2004-09-30 08:42:34 +00:00
moodler
9f39c19012 Some changes for XHTML and accessilibity compliance 2004-09-30 06:46:26 +00:00
mjollnir_
92e754ebd2 Fixed firstname lastname to call to fullname function 2004-09-29 21:32:53 +00:00
moodler
2750feef82 A script that will jump to a given URL. Very simple. 2004-09-29 13:47:16 +00:00
moodler
ac87e23424 Merged from STABLE 2004-09-28 15:58:13 +00:00
moodler
b873cae07a FIxed wierd typo 2004-09-27 14:33:06 +00:00
moodler
83f3c62dbe Fixed my recently introduced bug with the redirect bug 2000 2004-09-26 02:42:54 +00:00
dhawes
d740c724ac Converted many double quoted strings to single quote literals 2004-09-25 15:17:08 +00:00
moodler
4ebae17119 Merged earlier redirecftion for site course 2004-09-23 17:02:02 +00:00
moodler
cc57a111fc Changes for XHTML and accessibility compliance 2004-09-23 12:25:49 +00:00
moodler
87d32352a9 Some changes for XHTML and accessibility compliance 2004-09-23 12:09:19 +00:00
paca70
8bf59996b5 escaped two "'s 2004-09-22 11:23:42 +00:00
gustav_delius
8f0cd6ef0f Resolved problems with previous replacement of
& to & and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
mjollnir_
c80b75857d Changes to log view page so that infected files comes under 'site errors'.
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-73
    2004-09-17 00:05:28 GMT
    Penny Leach <penny@catalyst.net.nz>
    better logging for uploads and infected files, as well as changing the log page view slightly so that site errors yields infected files as well

Full logs:

Revision: moodle--eduforge--1.3.3--patch-73
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 17 12:05:28 NZST 2004
Standard-date: 2004-09-17 00:05:28 GMT
Modified-files: course/lib.php lib/uploadlib.php
    lib/weblib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-73
Summary: better logging for uploads and infected files, as well as changing the log page view slightly so that site errors yields infected files as well
Keywords:
2004-09-17 00:10:53 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
mjollnir_
81d425b43c Integration of new centralised upload code with user profile, and group profile, as well as an enhancement to upload class to be configured to be silent.
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-66
    2004-09-16 00:03:41 GMT
    Penny Leach <penny@catalyst.net.nz>
    changes to upload class to be silent if we want it to be, integration with editing user profile and group profile (which meant changes in lib/gdlib.php as well as course/group-edit and group.php and user/edit.html and edit.php


Full logs:

Revision: moodle--eduforge--1.3.3--patch-66
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 12:03:41 NZST 2004
Standard-date: 2004-09-16 00:03:41 GMT
Modified-files: course/group-edit.html course/group.php
    lib/gdlib.php lib/uploadlib.php user/edit.html
    user/edit.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-66
Summary: changes to upload class to be silent if we want it to be, integration with editing user profile and group profile (which meant changes in lib/gdlib.php as well as course/group-edit and group.php and user/edit.html and edit.php
Keywords:
2004-09-16 00:16:48 +00:00
gustav_delius
26686b7ae3 closed some br and img tags 2004-09-12 22:39:20 +00:00
gustav_delius
9a58f7cb85 towards XHTML compliance 2004-09-12 21:43:59 +00:00
gustav_delius
dcb1bd3c9a towards XHTML compliance 2004-09-12 13:21:01 +00:00
gustav_delius
24f2b65a4d towards XHTML compliance 2004-09-12 12:21:27 +00:00
moodler
631cf796d4 Merged enrolment fixes frm stable 2004-09-09 09:43:51 +00:00
mchurch
8bd84b4d36 More XHTML 1.0 Transitional compliance. 2004-09-08 21:36:12 +00:00
mchurch
e5e81e7892 Tags changed for XHTML 1.0 Transitional compliance. 2004-09-08 21:25:33 +00:00
mchurch
1c919752a2 Modified a bunch of tags to make them XHTML 1.0 Transitional compliant. 2004-09-08 19:24:38 +00:00
moodler
65ee9c16b3 Merged fixes for get_course_users from stable 1.4 2004-09-08 15:46:43 +00:00
defacer
a22f831372 Merging from MOODLE_14_STABLE. 2004-09-06 07:55:29 +00:00
mchurch
25d18413cf Added new default block definition functionality. 2004-09-03 20:09:36 +00:00
mchurch
b18a962512 Added config files and block default directives to use with new course
default block function.
2004-09-03 20:06:54 +00:00
moodler
179c9a500f Merged fixes for over-keen cleaning from STABLE 2004-09-03 12:44:11 +00:00
defacer
a8e44ce43f Import haiku from MOODLE_14_STABLE 2004-08-31 12:46:15 +00:00
moodler
7b07f63285 Merged fix for restricted users from stable 2004-08-31 10:05:10 +00:00
moodler
9ca5b4c67f Merged button from stable 2004-08-31 07:25:35 +00:00
gustav_delius
222ac91bc9 removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
moodler
d7d145b11e Merged from stable 2004-08-29 04:47:13 +00:00
moodler
6e85ab4676 Merged from stable 2004-08-28 17:19:06 +00:00
gustav_delius
ce265a46aa fixed name order in headings on log.php 2004-08-28 17:18:36 +00:00
defacer
2b0d60ec78 Fix for bug 1662:
Changed the way applicable formats for blocks are handled. The changes are
short codewise, but to grasp all the implications read the forum discussion
at the relevant URL.
2004-08-22 16:54:48 +00:00
defacer
ac6c89c5b0 Fix for bug 1678:
When a course's format is changed, blocks which are not appropriate for the
new format are automatically purged.
2004-08-22 16:49:40 +00:00
gustav_delius
f950af3c43 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
All the page headers work correctly also on the site course.

On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
gustav_delius
78bf3de3fe fixed bug preventing move of module to bottom of section 0 2004-08-22 09:58:02 +00:00
gustav_delius
c89bf29585 fixed breadcrumbs when mod.php is used on site page 2004-08-21 21:02:59 +00:00
gustav_delius
4361ddcb22 when adding students the teachers are no longer shown in list of potential students, closing bug 1749 2004-08-18 15:49:09 +00:00