876 Commits

Author SHA1 Message Date
martin
562bbe9074 Make mail format explicitly 8bit 2002-09-21 08:39:54 +00:00
martin
a5a4cd60cb Make sure mailouts are in the user's chosen language 2002-09-21 07:46:30 +00:00
martin
5319c6adf6 Make sure mailouts are in the chosen language of each user 2002-09-21 07:42:54 +00:00
martin
bcf7ee7a97 Initial (incomplete) version of French translation by Sebastien Nameche <snameche@virtual-net.fr>
Good start!  Thanks, Sebastien.
2002-09-21 07:27:07 +00:00
martin
94cfe58b19 Initial version of Finnish translation, as done by Petri Asikainen <paca@sci.fi>
Thanks, Petri!
2002-09-21 07:22:23 +00:00
martin
1774e33325 Added single quotes around all the keys ... even though PHP works
without them, it will flag errors when errorlevel is turned up, and
I suspect this slows it all down a bit.
2002-09-21 07:18:16 +00:00
martin
13fb5ec074 Added my email address 2002-09-21 07:07:44 +00:00
martin
effbcca27c Don't need to log in to see site-level course 2002-09-21 07:03:54 +00:00
martin
b92ea9450c More options for longtimenosee 2002-09-21 06:45:26 +00:00
martin
c69ce08b49 Don't print pictures at all for very large lists 2002-09-21 06:39:28 +00:00
martin
25fa226dac Make more room in list 2002-09-21 06:30:32 +00:00
martin
32b4b9746a more refinements to sorting display 2002-09-21 06:27:00 +00:00
martin
3f63219688 Fixed typo from testing 2002-09-21 06:13:42 +00:00
martin
e6b9ee042d Much better look for user index 2002-09-21 06:12:54 +00:00
martin
dccd16712a Slight additions to print_table 2002-09-21 05:43:46 +00:00
martin
c07daf5bbc Added lang for users 2002-09-21 05:43:21 +00:00
martin
6b281f1fec Better display of users in shortened form, for testing 2002-09-21 05:42:16 +00:00
martin
7a702c34ea Tweak 2002-09-20 15:42:16 +00:00
martin
6abee98964 First go at an abbreviated user listing 2002-09-20 15:40:20 +00:00
martin
1e4d8ed1d2 Put sitename on debugging info (helpful when comparing two sites) 2002-09-19 14:59:47 +00:00
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