bobopinna
|
2ddb242f56
|
Fixed two typos
|
2005-06-30 19:46:19 +00:00 |
|
mindforge
|
d5711371ce
|
Added attempt.php documentation, unfinished.
|
2005-06-30 15:41:25 +00:00 |
|
defacer
|
7f65461c36
|
Merging from STABLE:
Moving <i> to CSS and small CSS improvement.
|
2005-06-30 00:03:03 +00:00 |
|
michaelpenne
|
7bae3f486c
|
Found 4 mdl_ in some sql statements. Changed it from mdl_ to $CFG->prefix
|
2005-06-29 23:56:07 +00:00 |
|
michaelpenne
|
dd192b2692
|
Numerical import was still looking at min/max arrays. I changed it so numerical will now subtract the tolerance from the answer to get the min and add the tolerance to the answer to get the max
|
2005-06-29 23:02:12 +00:00 |
|
michaelpenne
|
2ef7eeec9c
|
FIXED: was calling an old quiz class name for importing. Updated it to call the new class name
|
2005-06-29 23:00:12 +00:00 |
|
michaelpenne
|
de8598a908
|
FIXED: at End of Lesson with review on produced two warnings. Now they are gone
|
2005-06-29 18:08:37 +00:00 |
|
bobopinna
|
28d32305f3
|
Fixed a typo in popup window management
|
2005-06-29 12:00:02 +00:00 |
|
mindforge
|
94c6290094
|
Database documentation finished.
|
2005-06-29 09:47:44 +00:00 |
|
bobopinna
|
f91f72167e
|
Fixed some bugs in restore procedure, added backup and restore for field popup
|
2005-06-29 07:49:44 +00:00 |
|
bobopinna
|
96ca8c6cc6
|
Fixed some bugs in upgrade procedure, updated postgres upgrade
|
2005-06-29 07:48:11 +00:00 |
|
mindforge
|
f8e0e46a4d
|
Standardised image namesfor documentation.
|
2005-06-28 10:01:24 +00:00 |
|
mindforge
|
d5b306eb6a
|
Database documentation update.
|
2005-06-28 10:00:17 +00:00 |
|
bobopinna
|
62d923574f
|
Fixed an upgrade bug with field timelimitaction
|
2005-06-28 07:02:25 +00:00 |
|
bobopinna
|
b5127f1e26
|
Added popup support
|
2005-06-27 07:26:49 +00:00 |
|
bobopinna
|
bc5a6319be
|
Added support to SCORM course format
|
2005-06-27 07:24:52 +00:00 |
|
bobopinna
|
c4aca03c17
|
Fixed a problem lesson_status setting bug
|
2005-06-27 07:22:37 +00:00 |
|
danmarsden
|
af834f3e7c
|
Bug #3623 - doesn't like when $value = 0
|
2005-06-27 00:58:24 +00:00 |
|
stronk7
|
339dd76670
|
Avoid some backslashes causing problems with some browsers. Bug 3463.
(http://moodle.org/bugs/bug.php?op=show&bugid=3463)
Merged from MOODLE_15_STABLE
|
2005-06-26 16:45:04 +00:00 |
|
gustav_delius
|
ed460c8e04
|
I am committing the essay question type contributed by Mark Nielsen, see http://moodle.org/mod/forum/discuss.php?d=25845.
|
2005-06-26 16:21:11 +00:00 |
|
stronk7
|
7d34f1adab
|
Now the entry being commented is showed when
adding comments for non-approved entries. Bug 3638.
(http://moodle.org/bugs/bug.php?op=show&bugid=3638)
Merged from MOODLE_15_STABLE
|
2005-06-26 09:34:10 +00:00 |
|
thepurpleblob
|
e4f7cb77d8
|
merged from STABLE
|
2005-06-24 13:18:51 +00:00 |
|
fiedorow
|
e2c1dbe922
|
Bug fix for bug #3614
|
2005-06-23 15:29:43 +00:00 |
|
michaelpenne
|
af1cd0fe33
|
Made the shortanswer qtype grading much more reliable. Change to preg_match to speed things up. Also do a preg_quote on the teacher supplied answer to prevent confusion in the preg_match statements (before + signs and the like were causing the preg_match statements to fail).
|
2005-06-21 22:38:26 +00:00 |
|
michaelpenne
|
c5cbd215fb
|
Bug Fix: The code for dealing with the * character for shortanswer question type was lost. I downloaded 1.4.5+ and merged the shortanswer grading code into 1.6 dev.
|
2005-06-21 21:45:04 +00:00 |
|
gustav_delius
|
8c95e97fec
|
merged from stable
|
2005-06-21 06:57:30 +00:00 |
|
thepurpleblob
|
220776acdd
|
Merged from STABLE
|
2005-06-20 09:15:30 +00:00 |
|
mjollnir_
|
80d3523ed0
|
Merged from MOODLE_15_STABLE: fixing bug 3569: current workaround= one query for postgres, one for mysql. probably a better way to do it when someone has more time
|
2005-06-20 04:32:29 +00:00 |
|
mjollnir_
|
f45ea97457
|
Merged from MOODLE_15_STABLE: Fixing postgres upgrade to match postgres7.sql (bug 3547)
|
2005-06-19 21:38:39 +00:00 |
|
mjollnir_
|
b71748a86c
|
Merged from MOODLE_15_STABLE: Fixing typo on index for rqp type (bug 3547)
|
2005-06-19 21:31:26 +00:00 |
|
stronk7
|
c0b26251d0
|
Now glossary ratings display user links in a new page.
Merged from MOODLE_15_STABLE
|
2005-06-19 17:33:39 +00:00 |
|
stronk7
|
9d8caf59ec
|
Order by rating now works. See bug 3566.
(http://moodle.org/bugs/bug.php?op=show&bugid=3566)
Merged from MOODLE_15_STABLE
|
2005-06-19 17:14:32 +00:00 |
|
stronk7
|
c07ca217f0
|
Using the time CSS class properly.
Merged from MOODLE_15_STABLE
|
2005-06-19 16:50:37 +00:00 |
|
stronk7
|
ef4d6e6f54
|
Now the name of the authors is a link to the user page.
To be a bit more like forum posts Bug 2809.
(http://moodle.org/bugs/bug.php?op=show&bugid=2809)
Merged from MOODLE_15_STABLE
|
2005-06-19 15:26:21 +00:00 |
|
stronk7
|
fddeb22f8e
|
Now + and - search terms are properly highlighted
under glossary searches. This was broken recently
solving some non-iso problems.
Merged from MOODLE_15_STABLE
|
2005-06-19 14:46:32 +00:00 |
|
michaelpenne
|
7250297f1b
|
changed the name for the popups, IE was failing with long names
|
2005-06-16 21:18:37 +00:00 |
|
michaelpenne
|
3f46783677
|
took out the 80%, not sure if it should be there or not ;)
|
2005-06-16 17:41:12 +00:00 |
|
michaelpenne
|
a972bb821f
|
with slideshow off: set the width for print_simple_box to 80% for the page content
|
2005-06-16 17:38:37 +00:00 |
|
fiedorow
|
bddd066571
|
merging security fix for guest uploads
|
2005-06-16 17:31:01 +00:00 |
|
michaelpenne
|
804456766e
|
now passes the media files name to the print header function
|
2005-06-16 17:17:58 +00:00 |
|
fiedorow
|
890c016ac0
|
Security fix to disallow guest uploading
|
2005-06-16 15:10:40 +00:00 |
|
thepurpleblob
|
1270a3a7ed
|
Replaced _variable() style calls with _param() style calls plus other
mods to suit.
|
2005-06-16 10:15:02 +00:00 |
|
mjollnir_
|
93d58b30f3
|
Merged from MOODLE_15_STABLE: Another postgres fix -- this time forums were not being displayed
|
2005-06-16 03:12:10 +00:00 |
|
michaelpenne
|
1fd92aadb0
|
Fixed a problem with quotes in short answers
and
Fixed a bug with clusters. If you enter a cluster after a page it would throw a
navigation error. It now enters the cluster properly.
|
2005-06-15 23:41:01 +00:00 |
|
michaelpenne
|
f26cef7c22
|
Minor changes to support the new media file feature.
|
2005-06-15 23:35:11 +00:00 |
|
michaelpenne
|
dbda1da801
|
This file is used as a popup to play a media file defined in the lesson settings.
This file still needs some testing before it is ready for prime time.
|
2005-06-15 23:29:50 +00:00 |
|
mjollnir_
|
adf19ef5b4
|
Merged from MOODLE_15_STABLE: Fixing bug 3502 - 2 postgres problems - one in db creation (my fault) and one in '' instead of 0 for int in sql query
|
2005-06-15 22:49:02 +00:00 |
|
urs_hunkler
|
09ade8ac05
|
Merged from 1.5: corrected the CSS. It is not enough to set the outer class once at the begining of a comma separated list of CSS stylings. Every item must contain the full series of classes or ids, only the properties are following once.
|
2005-06-15 19:28:12 +00:00 |
|
michaelpenne
|
5805dddbb6
|
put in two !== instead of != to compare NULL values
|
2005-06-14 17:42:12 +00:00 |
|
defacer
|
93c865201a
|
Merging from STABLE:
Fix for bug 3467: Adding "single discussion forum" was broken. Now works.
|
2005-06-14 15:52:49 +00:00 |
|