132 Commits

Author SHA1 Message Date
skodak
5c05d23b4b merged from 14_STABLE - fixed warning in Activity report/Outline 2004-10-23 19:21:30 +00:00
moodler
2defdcd7d5 Changes for XHTML and accessibility compliance 2004-10-19 10:34:02 +00:00
defacer
233ca8bf60 Undoing an incorrect instance of htmlentity encoding a &. Probably got in
with all the XHTML frenzy. Thanks to Daryl for helping to debug this! :-)
2004-10-03 16:40:20 +00:00
stronk7
ebfff4e014 admin/module.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-03 09:48:08 +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
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
gustav_delius
b4510d5333 closed some input tags 2004-09-12 22:23:51 +00:00
gustav_delius
1c61c8d6bc fixed capitalization and quoting of attribute values 2004-09-12 15:06:29 +00:00
gustav_delius
a9ef4a630a closed <input /> <br /> <hr /> 2004-09-12 14:41:49 +00:00
defacer
8113661471 Merging addslashes() change from stable. 2004-09-09 10:58:25 +00:00
paca70
2ca24fc3ab Use getremoteaddr() in place of getenv("REMOTE_ADDR") and $_SERVER["REMOTE_ADDR"] 2004-09-04 11:30:16 +00:00
defacer
c7756c734c Merging changes from MOODLE_14_STABLE 2004-08-31 10:47:24 +00:00
moodler
782e1aa6ef Fix bug 1787 where clean_text is applied on input with slashes added 2004-08-28 07:56:42 +00:00
defacer
0469cccfe2 Merging latest changes from MOODLE_14_STABLE 2004-08-26 10:44:32 +00:00
defacer
e2b5964ee0 Merging latest changes from MOODLE_14_STABLE. 2004-08-25 11:00:27 +00:00
defacer
96a391a5fd Merging MOODLE_14_STABLE changes. 2004-08-25 10:52:56 +00:00
defacer
6fb2f8230e Manually committing a copy from the 14_STABLE branch to sort out a tagging
problem I talked with Gustav about yesterday.
2004-08-25 10:46:34 +00:00
gustav_delius
8f6b80b90c Merging from stable branch 2004-08-24 18:38:14 +00:00
defacer
d9e8ba0aa4 Merging updates from MOODLE_14_STABLE 2004-08-24 12:44:33 +00:00
defacer
a8185f2e00 Please deliver me from my own incompetence... 2004-08-23 15:42:53 +00:00
defacer
695a4bff46 Quirks-related fixes... 2004-08-23 15:35:08 +00:00
defacer
5a60e82249 Preliminary support for browser quirks, for now just targeting Safari 2004-08-23 15:25:18 +00:00
defacer
f0232c84fb More goodness! Goodness is on discount here in Greece! :P 2004-08-23 15:03:26 +00:00
moodler
fbabbd235b Miscellaneous fixes from the PJ man 2004-08-23 14:40:53 +00:00
defacer
3430873206 Making chatd more eager to update the users' status, and lib.php slightly
less eager to declare them dead. Should solve the "active users are not shown
at the chat index page" problem.

Also, fixing a notice.
2004-08-23 08:48:57 +00:00
defacer
43c9195b84 Fix for bug 1759:
One notice in debug mode removed.
2004-08-22 17:03:33 +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
d022e34545 print notice when guest views chat. 2004-08-21 21:18:33 +00:00
gustav_delius
ff458eb5ad removed some notices 2004-08-21 20:59:13 +00:00
gustav_delius
5be2cb7aef removed notice 2004-08-21 20:25:15 +00:00
gustav_delius
90fcc576ea Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
gustav_delius
067675c006 introduced the fullname() function in a lot of places. Still not complete though, especially in sorting. 2004-08-20 20:12:48 +00:00
moodler
dfd629d768 Latest goodness from PJ the MAN! 2004-08-14 16:45:13 +00:00
moodler
5f8c3e1f1a Fixed some notices 2004-08-14 12:42:54 +00:00
moodler
a950790dfd Trivial fix to ID 2004-08-14 12:37:39 +00:00
moodler
5dbd0dfc0a Add version number 2004-08-12 12:36:32 +00:00
moodler
e7d27884a8 Some cleanups from Jon ... beeps now work 2004-08-12 12:31:38 +00:00
moodler
82a524ef54 Latest changes to the chat daemon ... user window now working
Needs:    - testing
            - beeps in daemon mode  (you can type "beep all" though)
2004-08-11 14:45:40 +00:00
moodler
b5de723daa Latest fixes from Jon ... it's much more stable now!
... the only thing remaining is that the user window is
still done old-style, and not yet converted over to the
new -style daemon
2004-08-10 13:50:58 +00:00
moodler
7f9142a539 Update user time 2004-08-08 13:46:23 +00:00
moodler
96d2ed50ad Info about using socket server 2004-07-30 16:16:12 +00:00
moodler
d90de21cfc Fixed a typo 2004-07-30 15:48:02 +00:00
moodler
101f83b5f4 New config for socket chat 2004-07-30 15:37:26 +00:00
moodler
d434b9aeeb New stuff to support socket mode 2004-07-30 15:36:39 +00:00
moodler
4173d1133c Removing this file 2004-07-30 15:34:59 +00:00
moodler
b19cad7fd9 New versions for socket-based chat 2004-07-30 15:33:52 +00:00
moodler
8e7eec609f This version sort of works. Still needs some polishing. 2004-07-30 15:32:36 +00:00
moodler
070528fc79 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +00:00
moodler
7613890851 BRANCH MERGE
These are the changes from MOODLE_13_STABLE, merged into trunk

The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point

The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
moodler
4b4d25fa36 Suppress some errors in set_time_limit ... (these scripts aren't used yet) 2004-05-18 14:16:34 +00:00