moodler
0d2c0cfdf8
Added a little class to the "edited by" line
2005-02-13 17:26:13 +00:00
moodler
0936de64a5
Add an "edited by" message to posts when they have been edited by a
...
different person from the original poster. See bug 2392
2005-02-13 17:20:17 +00:00
gustav_delius
e3ff14ca3c
Fixed bug 2392
2005-02-13 16:41:12 +00:00
skodak
68eb9f32e4
added style sheet to message panel
2005-02-13 16:30:16 +00:00
gustav_delius
2f945146d7
Made the quiz paging bar look more like the standard one, see bug 2443.
2005-02-13 14:58:45 +00:00
gustav_delius
17db65ef3f
Added visibility check to all workshop pages, see bug 2450.
2005-02-13 13:12:03 +00:00
moodler
373d5f2083
Choice doesn't have groups
2005-02-13 06:31:37 +00:00
stronk7
95e72c12d0
Now retrieving only needed fields!
2005-02-13 00:42:29 +00:00
gustav_delius
48e535bc35
Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
...
The visibility of coursemodules is now always set through the function set_coursemodule_visible() in order to make sure that the associated events get updated in the calendar appropriately.
If moving a coursemodule to a hidden section then the module is set to hidden as well and its events are hidden in the calendar.
If deleting a coursemodule its events are deleted from the calendar.
The function choose_from_menu() has an extra optional argument $disabled which, when set to true, will disable the menu.
For the sake of consistency the function set_groupmode_for_module has been renamed to set_coursemodule_groupmode and the functions show_course_module() and hide_course_module() have been combined to set_coursemodule_visible().
2005-02-12 21:41:22 +00:00
moodler
425b4f1abe
Err, fixed a typo
2005-02-12 15:56:03 +00:00
moodler
4e00a4d923
A new discussion is now marked read by the current user right away
2005-02-12 15:01:39 +00:00
moodler
3a68fbbb04
Show group icon or group name on the discussion listing
2005-02-12 14:53:48 +00:00
defacer
e96ba29d6f
Vastly improved styles, lots of inline styles removed, markup improved.
2005-02-12 11:37:09 +00:00
skodak
e7fbd0b3f2
Chatd cleanup finished, from now on only bug fixing.
2005-02-12 10:54:25 +00:00
moodler
9044a3874e
Cleaned up some bodgy search code and formatted according to guidelines ..
2005-02-12 04:41:17 +00:00
gustav_delius
8930d42124
The table on view.php now also shows the marks achieved in each attempt in addition to the rescaled grade.
2005-02-11 19:51:29 +00:00
skodak
2debdf0476
FF issue seems to be solved by explicit call to document.close()
2005-02-10 19:25:42 +00:00
skodak
a32c7772c6
fixed deleting of old users when using chatd, other minor fixes, reverting of changes in chatmsg - found some weird problems in FF
2005-02-10 19:14:53 +00:00
moodler
89f688b6c6
Removed some THEME
2005-02-10 18:22:31 +00:00
moodler
f1c1d2f166
Removing the THEME variable and adding in classes where appropriate
2005-02-10 10:41:22 +00:00
moodler
1ac2128075
No message popups during secure quizzes
2005-02-10 05:13:05 +00:00
defacer
4f0d565da6
Bringing Quiz in line with Martin's "make Chat into a showcase for pages" idea.
2005-02-10 01:59:11 +00:00
michaelpenne
f7ffb898fa
array/object initialization
2005-02-09 22:36:24 +00:00
michaelpenne
078ab023be
array/object initialization and made essay question type work with unanswered lesson flow
2005-02-09 22:34:14 +00:00
michaelpenne
d72b5b56dc
I think just array/object initialization
2005-02-09 22:31:36 +00:00
michaelpenne
0f4be3f608
initialized arrays and objects, fixed a few bugs
2005-02-09 22:29:29 +00:00
moodler
a9d5f810b2
Less $THEME, more white chocolate
2005-02-09 17:15:27 +00:00
moodler
37dfb27974
Moved chat PAGE stuff out of core as an example
2005-02-09 16:44:35 +00:00
defacer
5ccb85f048
Voila! Blocks support now in chats!
2005-02-09 15:47:22 +00:00
defacer
de4505fef3
Removing bad slashes from HTML.
2005-02-09 15:42:05 +00:00
moodler
fafd89a0f1
Removed $THEMEs and stuff.
...
I'm a little worried about this spaghetti code ... it's a mess!
2005-02-09 15:36:29 +00:00
defacer
d1b7d61e74
Oops! Wrong optional_param() calls.
2005-02-09 15:31:47 +00:00
defacer
d7a2023d04
Bring the param checking to the modern standard.
2005-02-09 15:30:15 +00:00
moodler
a710d8c616
Improved feedback after an action (on redirect) and also put a
...
navigation check link up the top.
2005-02-09 15:21:56 +00:00
defacer
8ff1d30259
Let $PAGE print the header, as it should be, instead of doing it manually.
2005-02-09 15:08:51 +00:00
moodler
730d1e9611
Fixed bodgy call to config.php ( http://moodle.org/mod/forum/discuss.php?d=18293 )
2005-02-09 03:48:45 +00:00
moodler
d73754ee84
Removed old file
2005-02-09 03:44:41 +00:00
skodak
475bd5cb71
fixed problems with forced course language
2005-02-08 21:30:47 +00:00
skodak
a776c371e7
fixed typos in chat_force_language(), added encoding to message page, minor cleanup
2005-02-08 21:23:19 +00:00
fiedorow
cdea3a531c
Highlight search terms found only in HTML markup
2005-02-08 18:06:06 +00:00
moodler
b61aed4297
Fixed up some layout issues in the configuration files
2005-02-08 09:23:21 +00:00
defacer
83a305a7e7
Renaming some $course to $courseid to make it clear to anyone reading the code...
2005-02-08 01:34:14 +00:00
stronk7
0183a6c48e
One minor problem restoring categories in XHTML solved
2005-02-07 23:45:19 +00:00
stronk7
e09087bc76
Some minor changes to each module to XHTMLise the restore process
2005-02-07 23:33:17 +00:00
skodak
3dfd307fe0
maybe fixed double posts, fixed javascript errors, solved problems with reloading
2005-02-07 20:33:44 +00:00
moodler
27888a2038
Disable $CFG->forum_trackreadposts completely when the user is a guest
...
or not logged in.
2005-02-07 11:58:49 +00:00
skodak
3fa66675b3
correction in require path for mimetypes
2005-02-06 20:06:08 +00:00
gustav_delius
0726eb27bb
replaced href="#" by href="javascript:void()" as suggested in bug #1980
2005-02-06 15:18:09 +00:00
gustav_delius
2b6271fccc
I have changed the icon for removing a question from a quiz from X to >> and changed the label from 'Delete' to 'Remove' because it does not delete the question but only removes it from the quiz.
2005-02-06 10:42:31 +00:00
skodak
9824495127
detection of oversized requests from clients
2005-02-06 10:06:25 +00:00