moodler
bbb56db78a
New functions by Jenny Watt, to make workshops show up on Recent Activity
...
workshop_get_recent_mod_activity()
workshop_print_recent_mod_activity()
Thanks, Jenny!
2004-04-24 12:47:52 +00:00
moodler
c69cb506b8
Don't send out notifications for hidden assignments until they are unhidden
...
Bug 1259
2004-04-24 04:51:56 +00:00
stronk7
9b690d2b48
Now encoding some fields to be non-ASCII aware. Thanks to Petr Skoda.
...
See bug 1266 (http://moodle.org/bugs/bug.php?op=show&bugid=1266&pos=14 ).
Applied the same patch to alias too!!
2004-04-24 00:48:57 +00:00
stronk7
56eea82e08
First version of inter-activities mantained in backup/restore.
...
All the conversion to some pseudo-codes are done at backup time.
In the restore process, every link is decoded to new ids.
For now, this is supported:
- In backup:
-all links to forums are encoded.
- In restore:
- all links to forums are decoded.
- from forums (post->message).
- from resources (resource->alltext).
The process requires a backup made with the same version (because it
has to be properly encoded at backup time). Old backups will work
without conversions at all.
Only tested with some little courses.
It would be perfect to have some "big" course to test it.
Please, test and feedback, ciao :-)
2004-04-24 00:40:45 +00:00
moodler
cf55faf8e8
Deal with apostrophes better in assignments
2004-04-22 16:30:01 +00:00
moodler
67905aceda
SOme fixes for
...
- the URL used in recent activity links
- the display of single entries
2004-04-18 05:54:33 +00:00
moodler
16bc83d693
QUicktime should use "aspect" for best results on different movies
2004-04-17 07:49:54 +00:00
moodler
245f5aaa61
Using scaling when displaying quicktime
2004-04-17 07:32:54 +00:00
moodler
1cd06b9b9c
Fixed the text file too
2004-04-17 03:28:29 +00:00
moodler
deba41af8c
Clean filenames to prevent possible problems with IE
2004-04-17 03:27:27 +00:00
moodler
7001130bac
Fixed possible prblems with Excel names bug 1243
2004-04-17 03:24:42 +00:00
moodler
d591b40f51
Bug fixed when determining who can post into a forum when groups are used
2004-04-12 10:12:43 +00:00
moodler
b656e2a976
Use the fullname function to display name on minmal forum listings
2004-04-12 06:34:44 +00:00
stronk7
9c48354deb
Modified the function. Now it accepts a courseid to restrict the check
...
to assignments belonging to one exact course. if not specified all
assignments in site are checked (old approach).
This function in used by restore_refresh_events() to recalculate module events.
Perhaps it should become a standard function in NEWMODULE to allow new modules
implement it.
Ciao :-)
2004-04-09 23:55:02 +00:00
moodler
fdff1f63a3
Fixes when displaying lists of users in group mode
2004-04-08 15:12:35 +00:00
moodler
1b1c19fff7
A small fix to show the right users on the view page when groups are being used
2004-04-08 14:35:36 +00:00
moodler
6a5b5a20f4
Ack! Stupid typo fixed - thanks, Bobo!
2004-04-08 14:28:38 +00:00
stronk7
464edd6d2e
Solved two small typos preventing quiz being deleted properly in
...
quiz_delete_instance() function:
public----------------------------------->publish
get_record("quiz_attempts")------------->get_records("quiz_attempts")
2004-04-07 23:38:48 +00:00
moodler
3606275985
More robust handling when creating glossary export files
2004-04-07 08:33:17 +00:00
stronk7
f895027eeb
Fix one SQL...
2004-04-05 22:49:23 +00:00
moodler
bdb2f23f70
Started out with a small user interface fix (to use standard functions)
...
and ended up cleaning up the code quite a bit
2004-04-03 13:04:00 +00:00
selliott
ebb71a34e1
Added support for Multiple Choice Questions with Multiple answers
2004-04-02 17:16:41 +00:00
rkingdon
0f9b19dd91
Correcting field name usemaxgrade in update files.
2004-04-02 16:16:21 +00:00
rkingdon
4c8479f705
Fix bug when the last page of a lesson has no question.
2004-04-02 15:54:07 +00:00
rkingdon
45c27c7e4b
Optional use of the HTML editor.
2004-04-01 16:56:56 +00:00
moodler
ecc8e21b26
Update old events
2004-04-01 15:41:25 +00:00
moodler
e6a4906bee
Assignment module can now maintain its own events in the calendar. :-)
2004-04-01 15:40:39 +00:00
moodler
9c8b8eeeb5
Fix for the display of hidden forums to students - bug 1209
2004-04-01 03:45:34 +00:00
paca70
392b116c73
Replaced ` with "
...
CVS: ----------------------------------------------------------------------
2004-03-31 16:00:06 +00:00
moodler
ff8352de94
Some fixes to highlighting ... it is now performed AFTER the format_text.
...
This means that searches can no longer mess up the TeX formatting.
Also, the concept names are now formatted, allowing multilang, TeX etc
2004-03-31 08:34:41 +00:00
moodler
34aeb9360f
Make searching parameters sticky
2004-03-31 08:14:10 +00:00
moodler
cc345ff6db
Fixed missing argument $ratings
2004-03-31 08:05:52 +00:00
moodler
4da52954df
Escape some concept strings that can cause trouble in eregi
2004-03-31 07:46:59 +00:00
moodler
7626969c9c
Fixed Tim's bug with the chat not updating - bug 1151
...
His chat->intro had 'quotes' in it
2004-03-29 06:02:21 +00:00
moodler
56eb160c8e
Attachments can now be completely disabled in forums
2004-03-27 14:32:57 +00:00
paca70
c13edeca6a
Added default values
2004-03-27 13:08:21 +00:00
rkingdon
e2a9adcc57
Version 2 and 3 updates.
2004-03-27 05:01:22 +00:00
rkingdon
9e93d4d03f
Version 3 update
2004-03-27 04:15:29 +00:00
moodler
151ee2bc70
Removed a very odd line ... probably left over from testing or something
...
bug 1156 Thanks Eloy!
2004-03-25 15:22:51 +00:00
moodler
95e42912a7
Fix to detect the different ANSWER format used for Shortanswers bug 1182
2004-03-25 15:07:14 +00:00
moodler
e02bd4a191
After an error on import, come back to this page
2004-03-25 14:55:04 +00:00
moodler
9421aca0cd
WebCT import can now deal with escaped colons in the text bug 1182
2004-03-25 14:50:25 +00:00
moodler
b4ac9780fe
Don't create a warning for missing images. See Bug 1181
2004-03-25 13:53:30 +00:00
moodler
9d996871bb
Use the data_submitted() function to get POST data ... allows checking etc
2004-03-25 08:14:24 +00:00
moodler
0eb59ce623
Better handling of single forums when secureforms is on. bug 1189
2004-03-25 05:29:38 +00:00
moodler
b85806454b
Multichoice defaults to a single answer
2004-03-24 14:36:52 +00:00
stronk7
3241e2c583
Small typo. Now Bug 1179 is closed.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1179 )
2004-03-24 00:28:38 +00:00
moodler
e80a8db7e0
Fixed GHEIGHT, GWIDTH typos ... thanks Prince Eloy!
2004-03-22 07:48:38 +00:00
moodler
8575cd3233
Most of the time, don't rely on HTTP_REFERER
2004-03-22 05:59:43 +00:00
moodler
840c178193
Fix from Bernard Boucher for situation when no groups members defined
...
http://moodle.org/mod/forum/discuss.php?d=6335#29657
2004-03-22 02:57:27 +00:00