moodler
7f1717c61e
ALL LANGUAGE EDITORS PLEASE NOTICE THIS CHECKIN
...
I've changed htmlentities to htmlspecialchars in this file, to fix
bugs with editing multibyte languages (ie Japanese). Please be
cautious and let me know if this causes any problems when editing
your language (it shouldn't, but I don't want to spoil your day!)
2002-11-22 17:27:56 +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
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
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
moodler
34e46e5787
Small script to force tables to be created even if the database already
...
contains tables ... useful for sharing with other applications.
2002-11-13 12:09:18 +00:00
moodler
07358d40a4
30 per page
2002-11-11 08:03:54 +00:00
moodler
ad81212ec3
Rearranged code so some output is printed before tackling the big table
2002-11-11 07:58:11 +00:00
moodler
2ee50b1a5d
Added paging now, so this page is now usable with many users
2002-11-10 11:00:57 +00:00
moodler
584f0a10ed
Starting to speed up this page
2002-11-10 10:19:06 +00:00
moodler
9f58537a53
Added SMTP authentication for email delivery
2002-11-05 06:06:18 +00:00
moodler
06a609e91e
One more thing - I' moved the RELEASE.html into the other documentation
...
to make it easier to find later on.
2002-10-26 05:37:31 +00:00
moodler
2be8b28f3d
Changes to improve usability when the admin folder has been renamed,
...
and also a change in checking for the admin user, just in case an
old session is hanging around
2002-10-25 02:02:02 +00:00
moodler
3d27c2c201
Added a new debugging command so that I can see the config variables
2002-10-24 02:42:26 +00:00
moodler
e7311a0a56
Changed name of upgrade_moodle function to main_upgrade (for consistency)
2002-10-23 04:10:10 +00:00
moodler
177e50ed98
New users created by admin also now default to site language
2002-10-18 08:48:44 +00:00
moodler
d197118510
Admin script to brutally delete every file and directory from the
...
Moodle data directory. Will be useful for those on hosting servers
without root access.
2002-10-15 16:04:38 +00:00
moodler
541117b6cb
Changes to support choice of language direction (so that languages
...
like Arabic, Hebrew etc will work)
2002-10-11 02:31:37 +00:00
moodler
0095d5cd3c
Additions to cope with richtext editor being used in some forms.
2002-10-10 07:26:10 +00:00
moodler
f01826ee39
Moved module upgrading functions out into database-specific files
2002-10-05 17:21:39 +00:00
moodler
31f0900c61
Moved upgrade_moodle functions out to database-specific files, because
...
the SQL is not compatible (nor is it possible to make it so).
2002-10-05 17:09:31 +00:00
moodler
0cb8bf3bcd
Locale box is a bit bigger, since locale strings can be bigger :-)
2002-10-02 10:35:43 +00:00
martin
dfb6e4ac3e
Tweaks to page titles to make them more consistent
2002-09-27 14:26:02 +00:00
martin
555bdfc813
Fixed a little link to login page
2002-09-27 13:44:52 +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
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
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
43dc944611
Make $a bold so it's easier to see
2002-09-26 03:36:16 +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
d66ee54d8d
Add some comments
2002-09-25 13:37:12 +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
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
7c3cf7f3ef
Better way of sorting countries
2002-09-22 16:12:49 +00:00
martin
096dc19f3b
Fixes to country sorting
2002-09-22 16:03:01 +00:00
martin
8538258121
Better handling of country sorting
2002-09-22 15:57:23 +00:00
martin
66c95f3224
Don't delete a user if already deleted (reloading page, say)
2002-09-22 14:42:32 +00:00
martin
45aa6d563c
Fixes to unenrolling students, and unenrol_student() and remove_teacher()
...
now remove forum_subscriptions correctly
2002-09-22 14:33:21 +00:00
martin
274f62e6d5
Fixes to table widths
2002-09-22 14:11:45 +00:00
martin
d578afc883
Major cleanup of user administration and display, including sortable listings,
...
confirmation on deletions, removing deleted user from all student lists,
teacher lists and subscription lists and freeing up their username and
email to be used again.
2002-09-22 14:06:38 +00:00
martin
bb09fb1157
Changes to enable DELETION of user accounts. Accounts aren't actually
...
deleted, they are just marked with a deleteion flag that prevents them
from logging in, or from being listed anywhere.
2002-09-22 03:01:17 +00:00
martin
20aa2257dc
Allow 1-minute delay (mostly good for testing)
2002-09-21 08:44:08 +00:00
martin
b92ea9450c
More options for longtimenosee
2002-09-21 06:45:26 +00:00
martin
1e4d8ed1d2
Put sitename on debugging info (helpful when comparing two sites)
2002-09-19 14:59:47 +00:00
martin
ae7aafeb53
Got rid of errorlevel configuration - more trouble than it's worth!
...
Hardcoded it into setup.php now - people who are that keen can change
it there.
2002-09-19 14:07:24 +00:00
martin
74944b734d
Most of the configuration variables have been moved out of the config.php
...
file and into a database, where they can be edited using a new admin form
called "Configure variables".
2002-09-19 12:01:55 +00:00
martin
ba2e5d7347
Categories upgrade. Admin can now create/edit/delete categories, and
...
these are diesplayed wherever courses are listed
2002-09-09 11:48:11 +00:00
martin
774ab66002
Improvements to the language checker. As well as checking for missing
...
strings, you can now see the current language compared side-by-side
with English.
2002-09-07 14:57:33 +00:00
martin
7fb8331432
Add a link if a "manage database" directory exists
2002-09-07 14:56:19 +00:00