moodler
|
f2379d2d2e
|
Tweaking
|
2005-04-25 10:56:11 +00:00 |
|
moodler
|
a0288610be
|
Tidying up mail and stuff
|
2005-04-25 10:48:01 +00:00 |
|
moodler
|
47d0630139
|
Fixed display of unread column in news forums
|
2005-04-25 09:08:21 +00:00 |
|
mchurch
|
331c512a10
|
Added the ability to mark all posts in a forum as read.
|
2005-04-25 03:56:02 +00:00 |
|
moodler
|
77e75a76f7
|
FIxed relative link in mailouts
|
2005-04-25 03:42:50 +00:00 |
|
moodler
|
add3201ede
|
Fixed up styles and strings in posted mail
|
2005-04-25 01:51:51 +00:00 |
|
mchurch
|
5cc300633d
|
Added postgres support for user specific forum tracking.
|
2005-04-24 19:49:42 +00:00 |
|
mchurch
|
9e2b1877e0
|
Added enable/disable forum tracking in a user profile.
|
2005-04-24 19:46:13 +00:00 |
|
skodak
|
38be9b3117
|
fixed compatibiltiy with PHP 4.1.0
|
2005-04-24 19:18:41 +00:00 |
|
stronk7
|
d858c87625
|
Now scorm->name supports filterall.
scorm->summary presentation changed a bit to use format_text.
|
2005-04-24 18:08:59 +00:00 |
|
stronk7
|
0a2c2599b6
|
Now lesson->name supports filterall
|
2005-04-24 16:46:51 +00:00 |
|
stronk7
|
0679acbe14
|
Events created by the lesson module were double-slashed.
|
2005-04-24 16:10:50 +00:00 |
|
moodler
|
10b9a26a20
|
Add link for advanced searching
|
2005-04-24 15:13:58 +00:00 |
|
mchurch
|
cb9ef4a06d
|
Fixed Bug 3021. Forum ID was getting changed in read tables.
|
2005-04-24 14:54:15 +00:00 |
|
mchurch
|
143b43cbcc
|
Added user read tracking logic to forum_print_post.
|
2005-04-24 14:31:03 +00:00 |
|
mchurch
|
1d2256d020
|
Added user forum tracking logic to discussion display.
|
2005-04-24 14:06:23 +00:00 |
|
mchurch
|
38994d6ff7
|
Added the user forum tracking settings.
|
2005-04-24 13:27:20 +00:00 |
|
mchurch
|
cfdc10e63c
|
Corrected an SQL statement that used 'user' instead of $CFG->prefix.'user'.
Note - this is a left join of a table that is already inner joined in the
same statement. There may be other problems here.
|
2005-04-24 02:02:09 +00:00 |
|
moodler
|
3a70cb6441
|
Added new script to upgrade the forum records (it has a pretty progress bar
and it means the main upgrade isn't held up.
|
2005-04-23 13:36:18 +00:00 |
|
moodler
|
f8156e56eb
|
Delete forum_read records more efficiently
|
2005-04-23 05:06:17 +00:00 |
|
moodler
|
17bb32a9a9
|
Two more typos!! Big ones!
|
2005-04-22 21:24:21 +00:00 |
|
urs_hunkler
|
dfa5ff4f4e
|
changed inline styles to classes to be able to handle the font sizes with the CSS files,
|
2005-04-22 21:13:37 +00:00 |
|
moodler
|
6001eb4f9b
|
Whoops, another typo
|
2005-04-22 19:49:28 +00:00 |
|
moodler
|
232b51bb7b
|
SPacing fixes
|
2005-04-22 19:17:06 +00:00 |
|
moodler
|
48065f32e5
|
Typo
|
2005-04-22 19:11:29 +00:00 |
|
moodler
|
096de9addc
|
Improved handling of userlastmodified
|
2005-04-22 18:53:04 +00:00 |
|
moodler
|
13597d018f
|
Hack to speed up forum_get_discussions in blocks etc
|
2005-04-22 16:45:51 +00:00 |
|
moodler
|
4abef03b8b
|
Optimisations for read posts
|
2005-04-22 16:38:50 +00:00 |
|
moodler
|
36ad8acd31
|
Much more efficient updating of forum_read table! I think it works ...!
|
2005-04-22 15:48:05 +00:00 |
|
moodler
|
81c679ce87
|
Two weeks is enough (wish I'd set this small on moodle.org upgrade!)
|
2005-04-22 13:37:23 +00:00 |
|
moodler
|
c9338a4f3c
|
Remember to addslashes on choice upgrade - lesson learned from moodle.org
|
2005-04-22 13:19:47 +00:00 |
|
bobopinna
|
2c7ecbe535
|
fixed typo
|
2005-04-22 12:23:26 +00:00 |
|
thepurpleblob
|
971a7ce06f
|
Fixed glaring error in Match format
|
2005-04-22 09:51:15 +00:00 |
|
defacer
|
6a368788ac
|
Fixing a bug with embedding the parameter a=... in the log URL, which in
turn affected the recent_activity block (that's how I found out).
Changed some random quotes to single in the near vicinity.
Double quotes bad. Shoo!
|
2005-04-22 03:13:58 +00:00 |
|
moodler
|
3994ef98bf
|
Don't show lateness on offline assignments (bug 2993)
|
2005-04-21 12:44:19 +00:00 |
|
thepurpleblob
|
3d89b0e02c
|
Tidied up the formatting in a couple of places.
|
2005-04-21 10:04:45 +00:00 |
|
moodler
|
d38139764c
|
Yay! New super-fast glossary filter!
This is shaving some very significant time from my pages, even with
caching turned off. :-D
|
2005-04-21 09:04:54 +00:00 |
|
moodler
|
29f68892c2
|
Oops left database debugging on in the last commit. (SE)
|
2005-04-21 08:41:06 +00:00 |
|
moodler
|
12acb98cb7
|
Fixed a PHP bug in deleting assignment instances. (SE).
|
2005-04-21 08:32:24 +00:00 |
|
moodler
|
8cb091e643
|
Fixed a minor PHP warning. Bug 2979. (SE)
|
2005-04-21 08:11:07 +00:00 |
|
moodler
|
cd30e6a32c
|
workshop_user_complete now prints out something meaningful. Bug 2931.
General tidy up.
CSS styles added. (SE)
|
2005-04-21 07:19:41 +00:00 |
|
danmarsden
|
a11b4f3d8d
|
$lim should be $limitfieldlist
|
2005-04-20 20:59:20 +00:00 |
|
thepurpleblob
|
f3bd87cb24
|
Question text now goes through the (appropriate) formatted, and the example
CSS is added in.
|
2005-04-20 15:11:36 +00:00 |
|
thepurpleblob
|
974a8e8f83
|
Example/suggested CSS for the xhtml export format.
|
2005-04-20 15:10:05 +00:00 |
|
thepurpleblob
|
53594cc653
|
Export format to generate quiz category as page of xhtml.
|
2005-04-20 14:06:44 +00:00 |
|
moodler
|
29a2718672
|
Added some reminders of an important problem we need to fix
|
2005-04-20 13:52:18 +00:00 |
|
moodler
|
768f90f657
|
DOn't allow discussions to be moved out of the teacher's forum.
|
2005-04-20 13:26:06 +00:00 |
|
moodler
|
0cbc1f11ae
|
Fixing a problem unslashed data
|
2005-04-20 12:01:26 +00:00 |
|
gustav_delius
|
0346dd3954
|
using 'counteditems' language string to help finnish translators, closing bug 2530
|
2005-04-20 11:32:29 +00:00 |
|
thepurpleblob
|
0458f07aaf
|
GIFT export collapses multiple line questions to fit with the GIFT 'spec'.
|
2005-04-20 10:13:38 +00:00 |
|