706 Commits

Author SHA1 Message Date
martin
08056730fa Improved interface for course/teachers.php ... instead of typing numbers
into a box there is now a menu for each user.   Much better!
2002-09-19 14:51:49 +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
1be8717562 Updated for new configuration page 2002-09-19 14:06:28 +00:00
martin
4d0dde9159 Some consistency in headers on editing forms 2002-09-19 13:55:40 +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
e80e60a6b2 Slight fix to error page to include site name properly 2002-09-17 14:56:18 +00:00
martin
76dbe04f4a Login link on home page 2002-09-16 13:03:31 +00:00
martin
7ff602b225 eminder about saving themes in upgrades etc 2002-09-16 07:11:31 +00:00
martin
a9858957e1 Typo 2002-09-16 07:08:33 +00:00
martin
7185779262 Fixed name in popup javascript window 2002-09-16 07:03:33 +00:00
martin
af90e74e59 Sample .htaccess file 2002-09-16 06:33:53 +00:00
martin
37e9df195f Fixed Id 2002-09-16 03:23:10 +00:00
martin
c94e1535f8 Type on phpinfo 2002-09-16 03:20:55 +00:00
martin
7b5271354b Mentioned there's no need to use a trailing slash on the wwwroot 2002-09-15 06:09:44 +00:00
martin
a7b9e8bc9f Fixes to point directly to index.php wherever it was assumed. This wasn't
a problem on most servers, but was causing some problems on IIS servers
2002-09-15 06:06:32 +00:00
martin
1a72314d0f Can now specify current language on a per-user basis 2002-09-14 03:43:24 +00:00
martin
c46df33643 New help file for editing html 2002-09-13 10:22:06 +00:00
martin
73761dc9be Added a new reading type "html text". It's similar to "plain text"
except none of the auto-formatting is done, and all HTML code is
accepted.
2002-09-13 10:21:03 +00:00
martin
ddd9a8969b SUrprise icon is a bit wider than 16 pixels 2002-09-12 17:08:32 +00:00
martin
7ef459ebed Fixed bug with category links on front page 2002-09-12 02:42:22 +00:00
martin
e31309ed79 One more little buglet when confirming an email (added security site value) 2002-09-11 14:02:30 +00:00
martin
91d5dbf3eb CHANGES UP TO 1.0.4 (really, I mean it this time :-) ) v1.0.4 2002-09-11 05:11:13 +00:00
martin
122cffc938 Include guest user in list of users 2002-09-11 02:26:56 +00:00
martin
0c6561819b Changes to course display on front page when there is more than one category 2002-09-10 13:47:56 +00:00
martin
4ea0fc0f1a Removed some debugging stuff 2002-09-10 13:24:24 +00:00
martin
a789fb73f4 More security for email confirmation process ... a 15-character random
"secret" key is stored the user record on account creation, sent via
email and checked again during confirmation.
2002-09-10 12:54:01 +00:00
martin
ceb7ea7550 CHANGES UP TO 1.0.4 2002-09-10 03:44:09 +00:00
martin
99b5e56207 Whoops, left attachment field out of the database schema (affected
new installations of 1.0.2 and later)
2002-09-10 02:13:44 +00:00
martin
45c58cb7ad CHANGES (this is 1.0.4 unless anything comes up very soon) 2002-09-09 15:52:07 +00:00
martin
8e652a3660 Tweak to modify interface a bit (changed header and made courses a link) 2002-09-09 15:50:55 +00:00
martin
db95b60308 CHANGES 2002-09-09 12:38:29 +00:00
martin
0a26320532 Tweaks to category display 2002-09-09 12:37:34 +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
7aa0bb8886 Layout fixes ... much better now 2002-09-09 11:42:27 +00:00
martin
d6935726ed Changed maximum number of weeks/topics up to 52 2002-09-09 11:31:48 +00:00
martin
782e7594ec Rearrange code ... accidentally placed table->head in the loop 2002-09-09 10:38:14 +00:00
martin
e5c2a9e441 Whoops ... last conversion actully tampered with comment formatting
... I've fixed that now.
2002-09-09 06:23:39 +00:00
martin
bc44a3a0ad Converted all the DOS format text files to UNIX format, for consistency
with the rest of Moodle and also to prevent possible mangling of
files in case they are FTP'd individually to a server.
2002-09-09 06:17:11 +00:00
martin
503eced327 Added height and width to smiley icons, to make emails look
better in circumstances where external images are blocked
(eg some webmail programs like squirrelmail).
2002-09-08 16:13:10 +00:00
martin
8f66d49a77 Added an "unsubscribe" link to emails 2002-09-08 16:04:51 +00:00
martin
28e1e8b912 Fixed a bug. When replying to an email copy, you would be forwarded
to the login screen to login first.  However, this was being saved
as the place to go back to after replying.

I added a check for this so now it behaves as you'd expect.
2002-09-08 15:39:44 +00:00
martin
cdf6a3ca28 Text window a bit bigger 2002-09-08 09:47:10 +00:00
martin
cd3fccff00 Choices now support up to 6 choices. Backward compatible to 2-choice format. 2002-09-08 09:42:07 +00:00
martin
2415d953f0 Tip over 'Edit profile' is the user's name 2002-09-08 09:41:17 +00:00
martin
d037d3a28a Help for choices 2002-09-08 09:22:31 +00:00
martin
59a7100ccf Clarified the "participants" link ... 2002-09-08 05:29:00 +00:00
martin
2c26c98575 Link at bottom now goes to site home, not this page 2002-09-08 05:23:47 +00:00
martin
09442e5067 Added documentation to the teachers page. 2002-09-08 05:15:52 +00:00
martin
5b54db6ee4 Improved print_table() a bit (can now specify column widths) 2002-09-08 05:15:37 +00:00
martin
c2bc0a4573 Need this file to go with the previous changes! 2002-09-08 03:34:45 +00:00