655 Commits

Author SHA1 Message Date
martin
b4d7002e66 Changes to allow much better control over what "teachers" are called
in a course.  Firstly, the course settings page now allows the teachers
to specify the word they want to use in place of "teachers" and "students"
as well as "teacher" and "student".  Secondly, a new teacher admin tool
allows any teacher to modify the order and displayed role of teachers
in that course.  This affects the display on the course listings, the
participants page and so on.
2002-09-08 03:24:38 +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
martin
fa8e1a34ec Slight update to README 2002-09-07 05:01:55 +00:00
martin
601212b8d2 Added a README that explains the process 2002-09-07 03:54:10 +00:00
martin
a48bf3ecd4 Added a template for new modules that contains the bare necessities. 2002-09-07 03:31:36 +00:00
martin
12bace2439 Checking in the current release number for CVS users 2002-09-06 15:17:44 +00:00
martin
d21fef3a02 Don't try and print the last access date if it doesn't exist 2002-09-06 15:10:36 +00:00
martin
c646b70d66 Added a new $release variable that shows the user-friendly version number 2002-09-06 14:06:48 +00:00
martin
7c6addde73 Cleaned up a bit 2002-09-06 14:05:43 +00:00
martin
09ba0c8a32 Fixed bug in password checking for new admin user ... 2002-09-05 17:31:08 +00:00
martin
c5e66fc9da Updated the info to mention that the upgrading only works if you
are logged in as the *administrator* and visit the site home page.
2002-09-05 12:29:26 +00:00
martin
19505e1333 CHANGES UP TO 1.0.3.1 2002-09-05 12:25:08 +00:00
martin
19967d6c3d Updated version 2002-09-05 12:24:15 +00:00
martin
55b8ac3107 Better error message when invalid arguments are supplied. 2002-09-05 11:56:20 +00:00
martin
e2d8972553 BUG FIX! - fixes error that could allow ANY file on the system to be read! 2002-09-05 11:53:17 +00:00
martin
45f21575aa Whoops ... little bug that stopped loginas from working ... need to
create $USER->site ...
2002-09-05 11:28:06 +00:00
martin
f5e88127d8 Updated version number 2002-09-05 02:29:54 +00:00
martin
f6ab73667e CHANGES UP TO MOODLE 1.0.3 v1.0.3 2002-09-05 02:28:50 +00:00
martin
e98e09150e New error when the admin user is (still) set to the default "admin". 2002-09-05 02:17:33 +00:00
martin
403bb50d7b BUG FIX: In the last version I introduced a new security feature
(keeping the site URL stored in the USER session object) but forgot
to add this to the brand new admin user - causing it to fail.

Fixed.
2002-09-05 02:04:00 +00:00
martin
97ea24e307 Updated README .. pages dir no longer exists - now "help" and "docs" 2002-09-04 13:38:38 +00:00
martin
a3cbb7539d Using different logo file to avoid caching problems on changeover 2002-09-04 09:39:03 +00:00
martin
a0376793c2 Sorted out moodle logos 2002-09-04 09:38:22 +00:00
martin
1903dd11d8 Tweaked the new icon 2002-09-04 06:32:50 +00:00
martin
ef9955b081 Better handling of user-entered URLs (add http:// if missing) 2002-09-04 05:07:17 +00:00
martin
5e391d346d New logo that should work on more themes 2002-09-03 16:58:49 +00:00
martin
90ebcad978 Switched these around and edited a little 2002-09-03 15:16:20 +00:00
martin
31410e9a16 Added a new administration page that can check the current language
pack against the English language pack.  It prints any missing strings
or files.  This should help language pack developers.
2002-09-03 14:29:39 +00:00
martin
cf38360f58 Language fixes, added english strings etc 2002-09-03 13:11:40 +00:00
martin
42389890d5 More efficient use of database in userday as well, plus the day graph now
always shows the whole current day
2002-09-02 16:35:41 +00:00
martin
f08cc8bbfe usercourse bar --> line graph for better display when lots of data 2002-09-02 16:03:33 +00:00
martin
e45e8d26da Alternate method of calculating usercourse logs .... is it faster? 2002-09-02 15:53:19 +00:00
martin
5be2f47cf4 Added Content-disposition header to help some browsers suggest the right
filename when saving pictures and files.
2002-09-02 09:06:43 +00:00
martin
0eae8049a0 Fixed over-zealous removal of returns from text ... 2002-09-02 07:41:39 +00:00
martin
cffbaff2dc Print the user's stated city/country as well 2002-09-02 07:18:13 +00:00
martin
d8e69c5c6d CHANGES UP TO MOODLE 1.0.2 v1.0.2 2002-09-02 06:51:31 +00:00
martin
9febf87563 Added ability to define proxy machine (eg a firewall) so that Moodle
is able to get to the Internet if it needs to
2002-09-02 06:34:43 +00:00
martin
d3fcd70b3d Add Moodle support for proxies 2002-09-02 06:30:57 +00:00
martin
8aed46c7eb *** empty log message *** 2002-09-02 06:25:27 +00:00
martin
e92ea3d85f Fix the display when USER display mode is flat, and a parent is selected.
In this case, the display is temporarily changed to nested
2002-09-02 05:03:54 +00:00
martin
5a83a0a84e Default forum display mode is actually used now 2002-09-02 03:48:47 +00:00
martin
e181f6ab00 Removed the 255 character limit ... now they have a gun, I hope people
don't shoot themseves with it.   ;-)
2002-09-02 02:17:36 +00:00
martin
0c71c9ae0e Hide no-authority teachers from course listings too 2002-09-01 14:47:03 +00:00
martin
a3f0817b28 New documenttaion about attachments 2002-09-01 14:35:07 +00:00
martin
7f6689e4e0 Attachments can now be added to postings.
They are stored in the course moddata area.
They appear as links within the message, including mailed-out messages.
They are deleted when the post is deleted.
2002-09-01 14:34:38 +00:00
martin
e6e769a9ea Updates and changes 2002-09-01 14:32:12 +00:00
martin
6621349c31 Moved valid_uploaded_file out to lib/moodlelib.php 2002-09-01 14:31:49 +00:00
martin
088a2b71fb Documentation on file sizes 2002-09-01 14:31:14 +00:00
martin
f144c3054a DOn't print teachers with no authority 2002-09-01 14:30:39 +00:00