731 Commits

Author SHA1 Message Date
moodler
b346b424d6 Prevent glossary etc from adding links to activity names that are
about to be turned into links (using <nolink> tags)
2004-03-22 16:16:49 +00:00
moodler
92c26858ed FIxed some holes with hidden categories bug 1093 2004-03-20 12:21:08 +00:00
moodler
5f8505882e To avoid some unpleasant stuff with filters etc, I made slight changes
to separate the printing of the summary text from the edit button ...

Might need some testing because people have adjusted old texts to
work the old way ...   if anyone complains I'll put it back ...
2004-03-19 08:18:13 +00:00
moodler
6f5a792f1d Grades page now supports groups 2004-03-13 14:26:09 +00:00
moodler
a12f686b62 Function name change ... hope it doesn't break any third-party code,
sorry if it does!

  get_users_in_group --->  get_group_users

  ... more consistent with other functions
2004-03-13 14:24:34 +00:00
moodler
ca1388dac7 Non-editing teachers shouldn't be able to assign students 2004-03-13 13:43:06 +00:00
moodler
dd050b3320 Non-editing teachers should not be able to assign students 2004-03-13 13:42:21 +00:00
selliott
b934e7a342 Fixed to hide hidden activities from normal users and to display dimmed for teachers / admins.
Also fixed an off by 1 error when displaying topics.
2004-03-11 14:07:56 +00:00
moodler
9c08ad13de Hide hidden activities from students on Recent Activity page 2004-03-10 13:38:08 +00:00
moodler
99674db811 If $CFG->loglifetime is active then use it make the log graphing nicer.
bug 1120
2004-03-10 11:29:35 +00:00
moodler
dd506ec8e5 Removing a notice 2004-03-10 07:20:42 +00:00
moodler
82d0993215 Include now uses absolute path, not relative. Solved problem
on one Sun installation.
2004-03-10 07:13:57 +00:00
moodler
dcf9cea2a1 Don't check the login for the site-level course 2004-03-09 12:40:30 +00:00
moodler
39f34785c8 Removing the random assignation button for now ... needs work.
Bug 1107
2004-03-09 06:47:23 +00:00
selliott
3819ed3115 Fixed incorrect display of time 2004-02-23 21:17:03 +00:00
selliott
1e23ed0aa4 Fixed url to activities 2004-02-23 20:41:54 +00:00
moodler
0f87cb1d09 1. Recent activity reports now activated!
2. Some cleanup of the reports, using boxes
2004-02-23 18:05:59 +00:00
moodler
e081f299f5 Renamed a variable to fix display when different languages are mixed together 2004-02-21 03:26:04 +00:00
selliott
f5ffb87d24 Cleaned up some string literals 2004-02-20 22:16:28 +00:00
selliott
587510bec5 changes to function print_recent_selector_form for normal/advanced filters in course/recent.php 2004-02-20 21:38:42 +00:00
selliott
08e2111bf8 Added logic for a normal view and advanced view for the filter 2004-02-20 21:34:21 +00:00
moodler
f96f80db5c Include "Courses" in heading as generic title 2004-02-20 12:59:12 +00:00
moodler
c0b85daf7b Clean up of terminology course categories and courses 2004-02-20 12:56:17 +00:00
moodler
352d94cf37 Change course sideblock title depending on contents 2004-02-20 12:43:20 +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
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
selliott
05263aefe1 Removed extra <hr> tag 2004-02-15 06:40:25 +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
32d03b7b85 Better logic for showing group mode buttons
Teacher can now see forced mode more clearly
2004-02-15 04:13:25 +00:00
moodler
110a32e2ca Bug fix - if groupmode is forced then group icons are not even displayed 2004-02-15 03:20:51 +00:00
moodler
41b94a4044 New activities now default to course groupmode 2004-02-15 03:19:52 +00:00
moodler
1d06dd30bb Tiny formatting fix 2004-02-14 17:01:14 +00:00
moodler
c469a7efb6 Use $modname if it's defined 2004-02-14 02:44:35 +00:00
stronk7
d2c3605c83 Changed to calls to print_log_selector_form() with modname not set
to avoid two notices with debug on. I suppose that there isn't problems
with this because modname var doesn't exist in all the file, but...
2004-02-13 23:53:36 +00:00
moodler
78b85ede6a Fixed link to show group members 2004-02-10 14:41:45 +00:00
moodler
30c9a78063 Interface for editing groups 2004-02-10 14:25:20 +00:00
moodler
2639d3d310 Allow the teacher to force a language if they want to 2004-02-10 07:17:09 +00:00
moodler
42e49dad0e By no means finished but at least no loose ends with groups editing 2004-02-07 17:44:10 +00:00
moodler
a6c7a9fbf8 Some more work on the groups pages (not finished yet) 2004-02-07 12:51:22 +00:00
moodler
5e1aaecb20 Don't lowercase the module name 2004-02-07 02:10:54 +00:00
moodler
7efa3c6bed Slight improvement to groups listing. I'm not happy with it though. 2004-02-06 17:04:09 +00:00
selliott
d92d9a22f9 Change string reference for choosereportfilter 2004-02-05 20:54:15 +00:00
selliott
aae8c680c9 Used existing string showrecent for button text in print_recent_activity_selector. 2004-02-05 20:48:06 +00:00
selliott
e7d9c96676 Added selector form at the top of the page .
Added logic to not display hidden activities.
2004-02-05 20:34:49 +00:00
selliott
cb83c3cb4d added function print_recent_selector_form for course/recent.php 2004-02-05 20:30:26 +00:00
moodler
dc6799ff22 Added more information to grades downloads 2004-02-04 14:56:41 +00:00
moodler
f3436de6a7 Restricted users can't enrol in other courses 2004-02-04 12:52:31 +00:00