moodler
a6ccb416f1
This should fix the non-translatability of true/false questions bug 427
2003-05-17 02:54:20 +00:00
moodler
3a4c2fd089
I knew there was something else I'd forgotten!
...
Added a check to all modules (well view.php anyway) to check whether a
module is hidden or not. If it is, then students get a message.
2003-05-15 18:03:22 +00:00
moodler
33de9f7bdc
FIxed bug where questions weren't being shown in reviews.
2003-05-15 17:01:35 +00:00
moodler
d288fa5255
Better code to deal with shuffleorder.
...
Now feedback is always in the same order as the quiz, and
reports are always in the natural order.
2003-05-14 16:52:25 +00:00
moodler
ada728e24d
Fix the order of questions when shuffle is NOT being used.
...
See bug 423 for details: http://moodle.org/bugs/bug.php?op=show&bugid=423
2003-05-14 15:23:54 +00:00
moodler
9a2efc9fb0
Don't be so pushy about subscription
2003-05-14 07:47:04 +00:00
moodler
edea91f37b
Fixed links in emails
2003-05-14 03:23:01 +00:00
rkingdon
16a0e6f05c
Addition of teacher admin features
2003-05-13 16:37:47 +00:00
moodler
ae078a9809
Mail-outs for assignment and journal module are now translatable.
2003-05-13 16:02:08 +00:00
moodler
0a9f61b55f
When posting a forum, users can unsubscribe/subscribe on the fly.
...
The flag has a memory, but it keeps pushing you to subscribe. :-)
(so that by default it behaves like it did before)
Hopefully now subscription is a bit easier to understand.
2003-05-13 13:53:36 +00:00
moodler
ac4f6d455f
Images are not put in a frame, but embedded in a normal page
2003-05-13 07:51:26 +00:00
rkingdon
56a800aac5
Correcting bugs in agreement of assessment and for self assessed
...
submissions
2003-05-12 21:18:21 +00:00
moodler
170a9c4612
Force subscription on a teacher's forum only includes teachers!
2003-05-12 09:01:23 +00:00
rkingdon
a3a4cd3ed6
Corrected bug in SQL for workshop_comments table
2003-05-09 22:13:03 +00:00
moodler
6afe855886
Better tooltip help on post attachments
2003-05-09 06:03:47 +00:00
rkingdon
5c2ba38c45
version 1.1 with peer agreement
2003-05-08 20:24:41 +00:00
moodler
e825f27967
New pop-up help page about smileys - clicking on the smiley inserts it
...
into the form using Javascript!
Also rationalised and patched some of the other help about text formats.
LANGUAGE EDITORS MAY WANT TO RE-CHECK:
lang/en/help/textformat.html
2003-05-08 16:09:30 +00:00
gregb_cc
ea6e952d88
fix for bug 324. we are now checking to see if there is a conflict caused by
...
multiple teachers gradign simultaneously.
2003-05-07 20:53:24 +00:00
moodler
f5fb84cee7
Small bug fixed where last question of a file wasn't detected if it
...
wasn't followed by a blank line
2003-05-07 05:46:01 +00:00
moodler
851a89ff1b
Minor fixes for re-inclusion and also links in email
2003-05-06 03:33:55 +00:00
moodler
813ec7ad65
Prevent guests from taking surveys
2003-05-06 03:06:06 +00:00
moodler
b879effb4a
Fixed bug that was not listing discussions that had identical subjects!
2003-05-05 16:21:45 +00:00
paca70
c0ba103ca7
Added transaction around table creation
2003-05-04 10:45:57 +00:00
paca70
592188b42c
First versions for postgres7
2003-05-04 08:56:30 +00:00
moodler
d342c76370
Added Wiki format as a system-wide format (forums, journals, etc)
...
Also, added better formatting to plain-text emails via a new function
in weblib.php - format_text_email
2003-05-04 04:07:36 +00:00
moodler
9f0b8269ac
Fixed bug where text format of a new discussion was not being saved
2003-05-04 03:43:46 +00:00
paca70
ea563f8f99
Postgres needs full longnames for indexes to prevent overlapping names.
2003-05-03 06:44:03 +00:00
moodler
005103e0bc
Changed some function names, making room for export functions later
2003-05-03 04:31:49 +00:00
moodler
c6bcd06aba
Tidied up the quiz imports a bit, and added AON as a format choice
...
Also added Scott Elliott's Blackboard module!
2003-05-02 15:31:24 +00:00
moodler
d22d31c659
Workshop module from Ray Kingdon
...
This version is still beta!
2003-05-01 13:16:58 +00:00
moodler
edffca1558
Changes to make forum mailouts a little more robust, and avoid duplicates
...
I hope, at least the ones caused by overlapping cron jobs.
2003-05-01 12:56:03 +00:00
moodler
3e9ca9fbc5
Added new Wiki code to allow Resource web pages to be created/edited using Wiki format
...
This code contributed by Howard Miller. Thanks!
2003-05-01 03:43:16 +00:00
moodler
f855f6062b
Some tidying up - too much thesis wool in the head
2003-04-29 13:51:28 +00:00
moodler
5d0d5d5ac5
Images, when displayed as resources, are now centered and controlled
...
by a new style resourceimage
2003-04-29 13:31:47 +00:00
moodler
df48be741a
Minor fixes
2003-04-28 15:52:51 +00:00
moodler
8de14dc72b
Print some nice feedback when a discussion has been moved, to help
...
prevent accidents.
2003-04-28 15:27:44 +00:00
paca70
9a652ddb2b
Don't give fatal error when questions were not found.
2003-04-28 06:36:14 +00:00
paca70
e8a0fc9a4f
Corrected typo
2003-04-27 17:35:54 +00:00
paca70
5352ceba67
quiz_match was missing...
2003-04-27 15:33:31 +00:00
moodler
1b5910c4a5
Trying a different tack for recent_activity since the old way was
...
still producing too much data and overflowing PHP memory on busier
sites (eg moodle.org).
Now, there are more database queries, which is unfortunate, but the
data is much more specific, and no sorting needs to be done, so
this is a performance boost.
I don't know how these will cancel out ... my guess is that very
small sites may be very slightly slower on the course page, but
that large sites will be much faster.
Let's see.
2003-04-26 15:08:34 +00:00
moodler
ad08fdc277
Performance improvements
...
- better checking of data before processing
- used logs are removed to avoid re-processing by other modules
2003-04-26 12:59:41 +00:00
moodler
38e5dbf319
No changes, just rearranges
2003-04-26 12:38:53 +00:00
moodler
278a229c25
Slight fix to teacheronly coloring
2003-04-26 12:22:52 +00:00
moodler
3d89198946
Cleaned up definition of constant COURSE_* values in course/lib.php
...
Moved COURSE_TEACHER_COLOR out to style sheets where it belongs (.teacheronly)
Added some efficiency when printing recent activity
- don't print more than one weeks worth of updates
- don't keep re-parsing logs once they've been used
2003-04-26 12:17:30 +00:00
stronk7
fbca88e692
Show activity log only from visible surveys. Bug #367 .
2003-04-26 11:04:46 +00:00
stronk7
2953d5e865
Show activity log only from visible journals. Bug #367 .
2003-04-26 10:14:54 +00:00
stronk7
dff0db9ad5
Show activity log only from visible forums. Bug #367 .
2003-04-26 00:17:42 +00:00
stronk7
746546a8f8
Show activity log only from visible assignments. Bug #367 .
2003-04-25 23:49:35 +00:00
paca70
c4c575979e
Allow caseinsensitive search for postgesql
2003-04-25 19:32:38 +00:00
moodler
580f2fbc07
New function to detect visibility of a single module, and
...
use of this function when displaying list of forums
2003-04-25 05:24:29 +00:00