5755 Commits

Author SHA1 Message Date
moodler
e2e039f18b Fixed header on table 2004-02-16 12:02:08 +00:00
moodler
cda397e7f3 Didn't look so good as the "L" 2004-02-16 11:59:57 +00:00
moodler
bd9f4bd634 Slightly different icon ... now it looks like an "L" :-) 2004-02-16 11:56:20 +00:00
moodler
096b5432a7 Fixed some old pix paths 2004-02-16 09:24:14 +00:00
moodler
c10a04e82d Log display 2004-02-16 08:45:58 +00:00
moodler
c872bfb7b9 Fixed logs 2004-02-16 08:43:33 +00:00
moodler
60efe6cbb3 Apparently WIN32 gets returned sometimes too 2004-02-16 06:44:50 +00:00
moodler
23323b37b6 Accept Windows as well as WINNT 2004-02-16 06:42:10 +00:00
moodler
24d18e2f8e First cut at a new icon 2004-02-16 06:13:52 +00:00
moodler
97e4129b73 Removed the debugging statement 2004-02-16 06:06:26 +00:00
moodler
7b608def7e Add some formatting to the answers 2004-02-16 05:59:20 +00:00
moodler
bbcbc0fecc Adding the Lesson module to the main CVS. Nice job Ray!
Still needs PostgreSQL support and wider testing
2004-02-16 05:41:13 +00:00
moodler
fd9521f6d4 Better smiley fix 2004-02-16 03:45:53 +00:00
moodler
36a043db25 Fixed image links 2004-02-16 03:42:19 +00:00
moodler
49349c4916 Source of dodgy image 2004-02-16 03:37:08 +00:00
moodler
c5fff8a5d2 FIxed a dodgy image 2004-02-16 03:36:12 +00:00
fiedorow
d29d3218a2 Updates for Windows and MacOS X 2004-02-16 02:05:24 +00:00
stronk7
4866a36714 Initilize selectmod in navmenu() function to avoid some warnings
when showing the menu and no cm has been selected. No risk with this
change, I suppose. :-)
2004-02-16 00:41:52 +00:00
stronk7
0f318c26b4 Now logs from:
- Assignments
- Choices
- Workshops
are restored too.
2004-02-15 21:18:52 +00:00
stronk7
530931dd21 Modified calls to add_to_log() function to include cmid at the end. It was missing
in "resubmit" logs.
2004-02-15 20:07:21 +00:00
stronk7
7c11319ad7 Modified calls to add_to_log() function to include cmid at the end. It was missing
in "over allocatio" and "grade" logs.
2004-02-15 20:03:28 +00:00
stronk7
d09ce61d1a Modified calls to add_to_log() function to include cmid at the end. It was missing
in "league_table", "submit" and "assess" logs.
2004-02-15 19:37:26 +00:00
moodler
128452bbd8 Fixed bug selecting students in group 2004-02-15 14:54:04 +00:00
moodler
2969a73c00 Fixed bug getting group users 2004-02-15 14:51:24 +00:00
moodler
ac8abb5f6a DOn't set CFG->courelang unless it means something 2004-02-15 14:34:13 +00:00
moodler
e5415d580a Bug fix for languages in emails and possibly elsewhere that could
happen with blank variables.
2004-02-15 14:33:13 +00:00
moodler
e1fb2e6e09 Don't create empty $CFG->courselang to be sure 2004-02-15 14:32:18 +00:00
moodler
ad0abe9d77 Added new style headingblockcontent 2004-02-15 13:58:22 +00:00
moodler
a711021a75 Added a missing style for the internal table of the headingblock,
since inheritance doesn't seem to work

   headingblockcontent
2004-02-15 13:54:47 +00:00
koenr
60abb6a3a8 missing strings 2004-02-15 12:55:49 +00:00
moodler
436a7cae88 Filter subject lines in discussion listings too. 2004-02-15 10:23:35 +00:00
moodler
83ec909837 Allow <lang> tags in forum subjects.
And filter them is $CFG->filterall is on
2004-02-15 10:16:12 +00:00
moodler
3c89f9a837 If $CFG->filterall is defined true, then activity names are filtered.
Useful in particular for multilang filter

More to come.
2004-02-15 10:08:05 +00:00
moodler
c245b6a339 Quick GUI to turn off/on hiding of group pictures 2004-02-15 09:59:16 +00:00
moodler
3afe1085e2 Format group description 2004-02-15 09:29:55 +00:00
moodler
2ad0d1da3c Format the group description 2004-02-15 09:29:20 +00:00
moodler
b6ee2d82ea Groups support for choice module 2004-02-15 08:17:45 +00:00
moodler
52f1b49620 When searching for resources, use button instead of link. 2004-02-15 08:04:33 +00:00
moodler
97ea483380 Editing teachers always can see group picture.
Plus some fixes in print_group_picture()
2004-02-15 07:37:48 +00:00
moodler
3c0561cfe7 New field in the groups table to "hidepicture" from being displayed
in locations like forums etc.

Backups done too, Eloy.  :-)
2004-02-15 07:29:55 +00:00
moodler
ac0024f9f4 Center the groups menu for now 2004-02-15 07:18:28 +00:00
moodler
424aef6aef Use the new short way of setting up groups 2004-02-15 07:18:07 +00:00
moodler
c3cbfe7fdf New function setup_and_print_groups() makes it much easier to set
up groups everywhere else.
2004-02-15 07:13:08 +00:00
selliott
05263aefe1 Removed extra <hr> tag 2004-02-15 06:40:25 +00:00
selliott
f466c9edb6 Deleted assignment_print_recent_instance_activity and assignment_get_recent_assignments (used only in course/recent.php)
Added   assignment_get_recent_mod_activity and assignment_print_recent_mod_activity (used for course/recent.php)
2004-02-15 06:32:54 +00:00
selliott
740f94d8e7 Deleted quiz_print_recent_instance_activity and quiz_get_recent_quizzes (only used in course/recent.php)
Added quiz_print_recent_mod_activity and quiz_get_recent_mod_activity (for course/recent.php)
2004-02-15 06:26:55 +00:00
selliott
a57a7794ea deleted forum_print_recent_instance_activity and forum_get_recent_posts (only used in course/recent.php)
added  forum_get_recent_mod_activity and forum_print_recent_mod_activity for course/recent.php
2004-02-15 06:19:08 +00:00
selliott
4581271ad1 Changed selector form in course/lib.php for course/recent.php
Rewrote course/recent.php to allow sorting of data before it is output
2004-02-15 06:11:15 +00:00
moodler
082e3ebc4f WHen emptying a course, delete groups and events 2004-02-15 05:08:00 +00:00
moodler
32d03b7b85 Better logic for showing group mode buttons
Teacher can now see forced mode more clearly
2004-02-15 04:13:25 +00:00