1479 Commits

Author SHA1 Message Date
moodler
708964056e Update for kicks 2002-11-22 10:00:50 +00:00
moodler
bcd6e7184f Hide password and unenrolment buttons from guest users 2002-11-22 09:59:31 +00:00
moodler
92710226a5 Tidy up some of the dox 2002-11-22 09:38:15 +00:00
moodler
466558e349 Changes to allow admin to control the "forgot password" function
and a bug fix for set_config
2002-11-22 08:43:35 +00:00
compuproggy
caa963b03b Suche noch Lernwillige und Tutoren für http://www.selaction.de
Auch Mithelfer sind gerne gesehen wie Übersetzer oder Moderatoren.
2002-11-22 07:39:08 +00:00
compuproggy
0cf3883167 Suche noch Lernwillige und Tutoren für http://www.selaction.de 2002-11-22 07:37:26 +00:00
paca70
ef62651f02 Fixed some typos 2002-11-21 18:40:33 +00:00
moodler
b335cae1d3 Updated version 2002-11-21 16:59:41 +00:00
moodler
cff8ba5a98 Moodle CVS is exactly 1 year old. :-) 2002-11-21 16:58:29 +00:00
moodler
c351cf2799 For long courses reduce the text printed on x axis 2002-11-21 16:19:19 +00:00
moodler
d751ddcb5d Reduce errorlevel reporting 2002-11-21 16:07:58 +00:00
moodler
372ce3d10c COnverted it to DOS format to make it easier for Windows users 2002-11-21 16:00:18 +00:00
moodler
ad40c8a23c Updates 2002-11-21 15:30:53 +00:00
moodler
3b9a79f977 Fixes to allow graphs to be translated 2002-11-21 14:57:10 +00:00
moodler
89b5432563 Allow admin user to always get in, no matter what the authentication method 2002-11-21 12:39:33 +00:00
paca70
fd6a7ee524 New files for translation 2002-11-21 12:17:15 +00:00
moodler
6ae24de0e1 No longer need the getuserinfo parameter 2002-11-21 11:28:46 +00:00
moodler
7c58aee6c7 Added full configuration to LDAP (ie transferrable fields etc) 2002-11-21 11:27:44 +00:00
moodler
7ff671df29 Bug fix for dbtype menu 2002-11-21 11:12:55 +00:00
moodler
b3f9585bcb Daily changes 2002-11-21 10:33:24 +00:00
moodler
02accd9c6a Fixed a bug from reusing newsubmission variable 2002-11-21 10:26:54 +00:00
moodler
f10ed36d8d Error checking on image writes 2002-11-21 10:23:10 +00:00
moodler
b913b369e8 Small bugfix with uploading new user images 2002-11-21 10:17:08 +00:00
paca70
f74dcc5e08 some updates 2002-11-21 08:26:27 +00:00
moodler
009b59336b Updated version (authentication tweaks) 2002-11-21 07:53:35 +00:00
moodler
34daec9b3b Tweaks to authentication system. Database method now allows other
fields to be specified so that things like email, names etc can be
pulled in from external database when new Moodle accounts are created
2002-11-21 07:37:21 +00:00
moodler
780db23080 Slight improvements to file security (scan for more bad characters) 2002-11-21 02:51:50 +00:00
moodler
6e07f68039 Fixed background colours of recent activity and news 2002-11-20 15:24:34 +00:00
moodler
1e77d2035c Update version slightly 2002-11-20 15:17:03 +00:00
moodler
d26c7f1740 Forgot a comma 2002-11-20 15:16:03 +00:00
moodler
bb90c4e867 Added guestloginbutton as default 2002-11-20 15:04:21 +00:00
moodler
277d2d9f3e Make sure guestloginbutton is set to 1 as a default 2002-11-20 15:03:06 +00:00
moodler
3790f3a151 New string for general form errors 2002-11-20 15:01:59 +00:00
moodler
15e4b2ecd9 User pictures no longer are links on main view page 2002-11-20 14:58:24 +00:00
moodler
a406cdec66 Made the user profile a little more robust.
Uploaded images are now saved even if the rest of the form
has errors.

If errors are found in the form then a message is printed up
the top to make it clearer that they need to fix something.
2002-11-20 14:52:32 +00:00
moodler
bd4707bf29 Er.. aligned center works better ;-) 2002-11-20 09:41:02 +00:00
moodler
68e1b65291 Fixed alignment on category boxes in some circumstances 2002-11-20 07:18:55 +00:00
moodler
b66265fe0b Spacing 2002-11-19 16:16:37 +00:00
moodler
bdbf373097 New version before release 2002-11-19 16:15:51 +00:00
moodler
8afe23aa9a New features and fixes 2002-11-19 16:14:47 +00:00
moodler
4ef1e78349 New files (not translated yet) 2002-11-19 15:54:12 +00:00
moodler
3c1cb3178b Checking in new updates from Fabricio 2002-11-19 15:52:25 +00:00
moodler
b03b72770b Daily changes 2002-11-19 15:07:40 +00:00
moodler
076b229292 Changed it to DOS format to help Windows users 2002-11-19 14:35:07 +00:00
moodler
62c13a2f3e Changed all references of %e to %d to fix strftime on Windows 2002-11-19 14:27:57 +00:00
moodler
60459ef768 Added Authentication to admin_links 2002-11-19 09:55:54 +00:00
moodler
8297c9a012 More fixes 2002-11-19 09:09:11 +00:00
moodler
2827f134cf Fixed some strings 2002-11-19 09:06:42 +00:00
moodler
35a48c9ae4 A significant new system for authentication configuration that
exposes the wide array of authentication possibilities.

Authentication now has it's own page separate from other variables.

Most of this work was done by Petri Asikainen <paca@sci.fi>, who started
these changes off.

I've done some cleanups and additions which is why I'm checking it in.

It's all working pretty well at the moment but could use some testing.

Thanks, Petri!  :-)
2002-11-19 08:51:33 +00:00
moodler
dfe952f2ea Small change to allow the same user (by email) be deleted more than
once.  Also some security in making deleted usernames very hard to guess.
2002-11-18 12:21:27 +00:00