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 |
|
moodler
|
86365d200b
|
Strp tabs from shortened comments
|
2005-04-20 09:12:47 +00:00 |
|
thepurpleblob
|
0ae982231f
|
Import/export changed so that available formats are automatically detected.
Classes now have discrete names and methods to identify import/export
capability added. Detecting function factored out into locallib.php
|
2005-04-20 09:08:25 +00:00 |
|
moodler
|
01e2fdfe72
|
Inline commenting now works
|
2005-04-20 07:48:11 +00:00 |
|
moodler
|
ba16713fc9
|
Fixed up the submitted links once and for all
|
2005-04-20 06:49:49 +00:00 |
|
moodler
|
4c3b9e020f
|
MOre cleanups to links etc
|
2005-04-20 05:27:20 +00:00 |
|
moodler
|
9a0eb67916
|
Cleaned up the display of forum introductions and added link to discussion count
|
2005-04-20 05:19:52 +00:00 |
|
moodler
|
6477dadd33
|
Allow answer choices of any length. Bug 2814. (SE)
|
2005-04-20 05:19:35 +00:00 |
|
moodler
|
9c1ec12eda
|
Allow choices of any length
|
2005-04-20 04:47:30 +00:00 |
|
stronk7
|
acc22cef2d
|
Now the fullsearch check is enabled by default
(perhaps it should be erased!)
|
2005-04-19 23:36:46 +00:00 |
|
mjollnir_
|
f3799277d7
|
Another fix for choice for pg. We now install cleanly! Woohoo!
|
2005-04-19 23:27:33 +00:00 |
|
mjollnir_
|
31c0603dc8
|
Fixing choice for postgres (I assume responses was renamed to answers at some point)
|
2005-04-19 23:22:46 +00:00 |
|
skodak
|
ee43e51575
|
fixed file uploading - SC#60
|
2005-04-19 20:52:02 +00:00 |
|
moodler
|
0d5da5dd1f
|
Just tidying
|
2005-04-19 16:05:50 +00:00 |
|
moodler
|
60bcceadd3
|
Added assignment type on the index page
|
2005-04-19 15:37:53 +00:00 |
|
thepurpleblob
|
6f68b1e5b4
|
Import formats now hard coded so only available ones appear in the list.
|
2005-04-19 15:34:08 +00:00 |
|
thepurpleblob
|
c9a9705ef1
|
Now only displays available export formats. List is now hard-coded in this file.
|
2005-04-19 15:26:37 +00:00 |
|