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
45f21575aa
Whoops ... little bug that stopped loginas from working ... need to
...
create $USER->site ...
2002-09-05 11:28:06 +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
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
ee1ddef672
Tweak to side boxes
2002-08-26 20:45:01 +00:00
martin
670fddf176
Fix for front page case when no left column
2002-08-26 20:38:56 +00:00
martin
ef4743b9bf
Slightly bigger window
2002-08-26 09:28:01 +00:00
martin
57fa46e2a2
Nicer display of earth plot now contains user's name as well
2002-08-26 09:25:24 +00:00
martin
ebea4e27cc
Added popup links for IP addresses in logs (display IP location on world map)
2002-08-26 09:00:57 +00:00
martin
19a55d6776
Changes to improve layout and formatting on old Netscape (eg version 4)
2002-08-23 03:55:49 +00:00
martin
882408f3be
Handy link to course page, after assigning teachers
2002-08-22 02:23:41 +00:00
martin
7363ff911f
Fixed up guest access PROPERLY - it's now more obvious and simple for teachers
...
to set it how they want. Guest access now has THREE states (off, on, on with key).
2002-08-21 12:54:27 +00:00
martin
3c7331da30
Make the Help link in the course look like a seamless part of the course.
2002-08-18 16:31:23 +00:00
martin
44dad7350b
Added help link to course pages (for teachers) and tidied up the
...
course admin links in general (new fucntion and reorder)
2002-08-18 16:16:24 +00:00
martin
cbfd6d191c
Added more popup help for course settings page
2002-08-17 14:44:45 +00:00
martin
1e3e716f1d
Changes related to new way of setting and recalling themes.
...
The CFG->theme variable is now obsolete in config.php - use the
admin page to set themes interactively.
2002-08-17 13:01:06 +00:00
martin
f58d18bc83
Log formatting
2002-08-15 13:05:14 +00:00
martin
2ff66427bc
Make the IP more visible in logs
2002-08-15 13:03:42 +00:00
martin
5657e2df50
Bit more checking while creating new section
2002-08-15 02:59:57 +00:00
martin
ad14a10e4b
Fixed bug with creation of new weeks in weekly view
2002-08-15 02:58:06 +00:00
martin
963301c57d
More translating ...
2002-08-12 14:59:37 +00:00
martin
a049e1d361
Some courses may not have a teacher - in this case, make the enrolment
...
welcome email "from" the admin
2002-08-12 03:22:03 +00:00
martin
97c270e9a8
Changes related to language support ... get_string()
...
Minor little interface cleanups along the way
2002-08-11 15:41:54 +00:00
martin
db6395b25a
Don't show news at all if 0 newsitems was selected in course settings
2002-08-11 14:05:27 +00:00
martin
27038d9fe0
Changes to strings in print_recent_activity (added, updated, deleted activities)
2002-08-11 05:24:25 +00:00
martin
4b1371a74c
Various small changes (mostly to language strings)
2002-08-11 05:11:50 +00:00
martin
4c654ee30b
More tweaks to recent activity box
2002-08-10 14:27:14 +00:00
martin
87ffed0d98
Tweak teacher colour
2002-08-10 13:50:38 +00:00
martin
2c0411e2ed
Tweaks and tidy-ups for course home pages (weekly and topics)
2002-08-10 13:42:12 +00:00
martin
adecd142a3
Tweaks and cleanups
2002-08-08 17:29:22 +00:00
martin
a2ab3b0511
More tidy ups in displays
2002-08-08 16:22:44 +00:00
martin
2b25f2a09b
Further excellent tidy-ups to the admin pages. They are actually starting
...
to look/work as slick as the rest of the site. :-)
2002-08-08 15:51:23 +00:00
martin
a3447e1053
Cleanup of the admin interface - especially the user management
...
Bugs fixed, duplicate code removed, plus you can now add new users.
Aaah much better. :-)
2002-08-08 14:17:55 +00:00
martin
8223d27193
Widespread changes throughout Moodle to make sure it works on
...
servers that have register_globals turned off (this is the
default setting on newer version of PHP).
In fact it's partly a hack that globalises all GET, POST, FILES
AND COOKIE variables. Unfortunately though the SESSION and
USER global session variables are only available as $_SESSION["USER"]
and $_SESSION["SESSION"], which is cumbersome to use.
So, for every request I now make a copy of these two session variables
into $USER and $SESSION. Whenever I update them thoughout Moodle I
now have to call save_session("USER") which copies them back to the
session variable. This seems to be working well now.
Because I'm using $_SESSION etc now this will raise
the required minimum version of PHP to 4.1.0
2002-08-06 17:23:45 +00:00
martin
5d13db8aba
Better looking search boxes
2002-08-06 09:24:40 +00:00
martin
47ef879528
More monir tweaks
2002-08-04 13:27:20 +00:00
martin
a7ad3ea638
Minor formatting tweaks
2002-08-04 13:25:53 +00:00
martin
e20217b3f3
MOre language updates
2002-08-04 02:10:00 +00:00
martin
565f7a9504
Fixes to two database fields log_display(table -> mtable) and
...
user_teachers(authority from varchar -> int)
2002-08-04 02:08:43 +00:00
martin
97898ac9c2
Customisable section 0 on social forum
2002-08-03 11:58:40 +00:00
martin
94361e021e
Lots of work on site display, over many files. Improved front page
...
and display of site modules.
2002-08-03 08:16:31 +00:00
martin
a15278543a
Cleaned up the admin pages (and moved some files) and added ability to completely delete courses
2002-08-03 04:44:35 +00:00
martin
04eba58f57
Moved all mod.php functions from modules into lib.php, and
...
updated course/mod.php to use them there. No longer need module/mod.php
2002-08-03 02:29:21 +00:00
martin
9084509828
Lots of changes related to module info used in course listings and
...
activity reports. Module names are now from lang files, not from
the modules table. Cleanups.
2002-08-02 17:38:18 +00:00
martin
7a12aab48b
Fixed up some forum functions and constants (consistency)
2002-08-02 09:50:53 +00:00