moodler
7fbd6b1c0b
Don't use getenv anywhere - not necessary and breaks PHP under ISAPI
2002-10-02 02:05:29 +00:00
martin
e99af4408f
CHANGES UP TO 1.0.5
2002-09-27 15:14:04 +00:00
martin
cc300ceb39
Mentioned newly allowed tags
2002-09-27 15:03:28 +00:00
martin
8dcea3963a
Added a few more allowed HTML tags in plain text files. <dl> <h1><h2><h3> <hr>
2002-09-27 14:48:25 +00:00
martin
dfb6e4ac3e
Tweaks to page titles to make them more consistent
2002-09-27 14:26:02 +00:00
martin
0d399dc585
Aaaahhh I remember now why this was in here, because in future there might
...
be course-level themes and user-level themes.
Putting it back as before ... :-)
2002-09-27 14:19:59 +00:00
martin
cd1c4d2321
Removed theme chooser from here ... moving it to admin folder
2002-09-27 14:18:06 +00:00
martin
555bdfc813
Fixed a little link to login page
2002-09-27 13:44:52 +00:00
martin
d51c583d3c
Updated version for 1.0.5 release
v1.0.5
2002-09-27 13:40:17 +00:00
martin
ebf2e54dd6
Mentioned the icon bug
2002-09-27 13:39:59 +00:00
martin
5ea4745d18
Updated version and release
2002-09-27 06:20:20 +00:00
martin
077f9a67d0
Add manage database link to home page admin links if necessary
2002-09-27 06:19:49 +00:00
martin
34a0cda676
Put version info on admin page
2002-09-27 06:19:18 +00:00
martin
b35f948b97
Nicer way to find out the major changes since the last version.
...
RELEASES.html shows the changes, and these are displayed during
an upgrade.
2002-09-27 06:13:59 +00:00
martin
2802ac6ec7
Tweaks and formatting
2002-09-27 05:25:46 +00:00
martin
2a691b9439
Hoepfully made the upgrade process clearer.
2002-09-27 05:12:02 +00:00
martin
91ac0405fa
A little extra error checking.
2002-09-27 04:53:27 +00:00
martin
3ef909ca58
Removed encoding setting because i suspect it may be messing with SMTP mail
2002-09-27 01:35:25 +00:00
martin
b362b85e99
Better format for text version of emails
2002-09-26 16:02:13 +00:00
martin
004db95014
Changed some instances of include() to include_once()
2002-09-26 14:41:59 +00:00
martin
f1f901c3ea
After upgrading version, stay on admin page rather than going to home
...
page, just in case there is more to do.
2002-09-26 13:05:18 +00:00
martin
9450cef212
Updated version and release
2002-09-26 11:44:06 +00:00
martin
f25f1e1b66
Little bug that caused the guest icon to display even when guest was turned
...
off (if the password was null)
2002-09-26 11:10:20 +00:00
martin
57f3a4a564
the more things change, the less they stay the same
2002-09-26 07:27:01 +00:00
martin
41e1986cdc
Update the version
2002-09-26 07:25:47 +00:00
martin
8f1cba2858
The login page now shows different instructions depending on the
...
authentication mechanism.
2002-09-26 07:13:14 +00:00
martin
faebaf0f40
First implementation of new authentication system, which can now use
...
pluggable modules in the 'auth' directory.
Everything is done through authentication_user_login in lib/moodlelib.php
As well as the old default "email" confirmation, I added a new type of
confirmation "none", which basically does no confirmation at all.
2002-09-26 07:03:22 +00:00
martin
ab998e5d07
Check for USER->email in require_login. With external authentication
...
schemes it's possible that the email field could be empty, so this
will force users to update it (and the rest of their profile) any
time they log into a course.
2002-09-26 03:51:31 +00:00
martin
43dc944611
Make $a bold so it's easier to see
2002-09-26 03:36:16 +00:00
martin
ef5e5d87dc
New help file for language editing
2002-09-26 03:20:15 +00:00
martin
4c2bcc7a1b
Much better. No slashes needed AT ALL now, not even for $a variables.
...
Also provided a help button at the top.
2002-09-26 03:16:40 +00:00
martin
9d389960e6
Patches from Petri
2002-09-26 02:19:53 +00:00
martin
d7ea4a225d
Info about lib/htaccess
2002-09-25 16:38:09 +00:00
martin
96dad0de43
Added DirectoryIndex stuff
2002-09-25 16:33:54 +00:00
martin
7104dfc9ef
Added new postgres7 schema, developed by Felipe Rodrigues da Silva <felipe@pontoexe.com>. Thanks Felipe!
...
I've personally not tested this yet so PostgrSQL user feedback is encouraged!
2002-09-25 15:16:21 +00:00
martin
b839163528
Don't redirect too early
2002-09-25 14:40:28 +00:00
martin
d66ee54d8d
Add some comments
2002-09-25 13:37:12 +00:00
martin
04ad372d93
Improved explanations for how to use this file
2002-09-25 12:33:21 +00:00
martin
632d640751
It's possible $USER->lang may not be defined. If so, use $CFG->lang.
2002-09-25 11:06:27 +00:00
martin
4c701e6f54
Set fromdiscussion here just in case it's not set elsewhere
2002-09-25 08:17:35 +00:00
martin
38ff0e9f1f
ALL CHANGES UP TO MOODLE 1.0.5 BETA 1
2002-09-25 07:42:39 +00:00
martin
9ec9ff5dc5
Unfinished files
2002-09-25 07:41:23 +00:00
martin
89e71738b5
updated version numbers for beta 1 release
2002-09-25 07:40:07 +00:00
martin
9806ae9403
README contains author etc
2002-09-25 07:38:23 +00:00
martin
d68c814679
Added README with author
2002-09-25 07:37:31 +00:00
martin
d0b12add53
Author stored in README
2002-09-25 07:35:58 +00:00
martin
cb011cfd0a
In compare mode you can now EDIT language files directly. This should
...
make language development much easier.
Based on code sent to me by Petri Asikainen
2002-09-25 07:33:04 +00:00
martin
f74a4a79f2
Cough typo
2002-09-25 07:31:19 +00:00
martin
6321ab8df6
Edited using language editor
2002-09-25 07:30:16 +00:00
martin
3f5331eb19
New string
2002-09-25 07:19:32 +00:00