stronk7
2bf10cbf7b
XMLDB schema initial commit for the glossary module
2006-08-11 17:11:46 +00:00
stronk7
b72bed89da
Give some more chars to enum fields.
2006-08-11 16:45:45 +00:00
stronk7
d7a4f74ede
XMLDB schema initial commit for forum module
2006-08-11 16:35:11 +00:00
tjhunt
1b8a7434e2
Bug 6239 - Allow questions to have some teacher-supplied commentary.
...
While implementing this, I removed the ~100 lines of very similar code from the top of each question type's editquestion.html template, and moved this to a the function print_question_form_start() in the base class, which uses the template question/type/editquestionstart.html. This is described in more detail here: http://moodle.org/mod/forum/discuss.php?d=51590 , and is why this patch makes the codebase 523 lines smaller.
2006-08-11 14:59:18 +00:00
danstowell
8161ac9842
Adding new data field type, latlong, to HEAD
2006-08-11 13:17:29 +00:00
bobopinna
5c1ac70c63
Fixed a problem during scorm update.
...
Now only the lost scoes tracks are deleted
Added support to IMS CP repository
2006-08-11 12:26:06 +00:00
tjhunt
2c3968c407
Major code cleanup of this report (that started as a small code cleanup). None of the functionality should have changed - crosses fingers.
2006-08-10 21:52:07 +00:00
stronk7
c7b39f4737
XMLDB schema initial commit for exercise module
2006-08-10 17:12:00 +00:00
bobopinna
f69db63ed4
Cleaned code
2006-08-10 11:32:48 +00:00
bobopinna
03f5564e43
Fixed a problem with popup window and IE
2006-08-10 08:27:12 +00:00
vyshane
628e2264b1
Adding back lines that mysteriously disapeared.
2006-08-10 05:57:34 +00:00
skodak
8fd62c6401
Bug #6199 - A typo in edit.php; merged from MOODLE_16_STABLE
2006-08-09 19:46:32 +00:00
skodak
c853b39f50
Bug #6225 - Moodle bug #4658 Breaks assignment type: Upload Single; merged from MOODLE_16_STABLE
2006-08-09 18:36:54 +00:00
moodler
d1516f2064
Fixed a typo, thanks Tim
2006-08-09 13:55:05 +00:00
moodler
dabfd0ed85
Removed tabs
2006-08-09 13:45:49 +00:00
moodler
bee7ee3815
Removed tabs
2006-08-09 13:39:44 +00:00
vyshane
7613e6d7d1
More updates in lib.php
2006-08-09 09:18:31 +00:00
vyshane
f0eb2ffe85
Added mod/forum:viewhiddentimedposts
2006-08-09 09:17:37 +00:00
vyshane
0fa18d5a27
Bug fixes + updated capabilities.
2006-08-09 06:59:28 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
stronk7
9c642ecacb
Initial XMLDB schema for data tables. Using FKs where they are obvious.
2006-08-08 17:00:44 +00:00
stronk7
305ebf6849
Initial XMLDB schema for choice tables. Using FKs where they are obvious.
2006-08-08 17:00:03 +00:00
stronk7
14e1b02e68
Initial XMLDB schema for chat tables. Using FKs where they are obvious.
2006-08-08 16:59:35 +00:00
toyomoyo
e6723f80dc
these tables should not be there,,
2006-08-08 08:04:01 +00:00
vyshane
9af1611a06
Replaced capability mod/forum:viewdiscussionsfromallgroups by
...
moodle/site:accessallgroups in code. Removed former from mod/forum/db/access.php.
2006-08-08 06:56:09 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
stronk7
cbd645bf96
Initial commit of assignment XMLDB file. Stopping now from now. Going to document things...
2006-08-07 19:02:46 +00:00
tjhunt
00c300692f
Fix whitespace.
2006-08-04 16:47:57 +00:00
martinlanghoff
bed24ce7f5
mod/assignment if we are not using a numeric scale and a custom scale
...
return that as the max grade
Author: Jun Yamog <jun@catalyst.net.nz>
2006-08-04 05:51:31 +00:00
skodak
2c93e66a4c
merging forgotten changes from MOODLE_16_STABLE; sorry for the breakage ;-)
2006-08-03 19:19:23 +00:00
tjhunt
bc5694133a
Bug #6206 - Quiz can't be created on some mysql configurations. Merged from MOODLE_1.6_STABLE.
2006-08-03 16:30:38 +00:00
skodak
583fad994c
Bug #5352 - upgrade might be interrupted by user - upgrades are now logged into moddata/upgradelogs/, user abor is ignored and concurrent running of upgrades is prevented from one browser
2006-08-01 07:46:19 +00:00
skodak
bfc38bb2eb
merging changes from MOODLE_16_STABLE
2006-07-31 18:21:42 +00:00
skodak
a8ff58dd2c
merging changes from MOODLE_16_STABLE
2006-07-31 18:10:02 +00:00
skodak
1322b7199a
fixed warning when no referer available; merged from MOODLE_16_STABLE
2006-07-31 10:05:23 +00:00
martinlanghoff
0ff463ae95
assignment: count_user_files() no longer creates extraneous dirs (bug#4658)
...
Applied the fix by Samuli.Karevaara, from the bug report - the directory is checked for existence beforehand.
Previously it was created if it didn't exist, then the files within it were counted.
Author: Luke Hudson <luke@catalyst.net.nz>
2006-07-31 04:56:58 +00:00
martinlanghoff
51886e2fb4
wiki: Added a link to force reloading of the page (WR#515)
...
The link allows the page to be reloaded, which saves people from only seeing the cached copy. This is the equivalent of doing Shift+Reload in most
browsers.
Author: Luke Hudson <luke@catalyst.net.nz>
2006-07-31 04:56:12 +00:00
martinlanghoff
c1cda9df45
forum: notification of a moved dicussion (bug#4874)
...
Moving a discussion now leaves a notification message in the
original location with a link to the new location.
Author: Luke Hudson <luke@catalyst.net.nz>
2006-07-31 04:54:44 +00:00
skodak
95d5682927
Bug #6170 - Glossary bug: it displays nothing when autolinking to non-ascii text and other minor cleanup; merged from MOODLE_16_STABLE
2006-07-30 22:22:22 +00:00
skodak
be933850a7
Bug #6176 - locale setting on config variables page not functioning correctly; merged from MOODLE_16_STABLE
2006-07-30 10:39:21 +00:00
tjhunt
3b48ba9dc1
Bug #6157 - lang strings using concatenation, not $a. Merged from MOODLE_16_STABLE.
2006-07-24 14:40:48 +00:00
danmarsden
e4aa175a92
Fixes for Bug 5749 and Bug 5750
...
summary of bug 5749 and 5750
fixes for: function causes timeout when deleting temporary files for large scorm objects
scorm\validate.php calls function scorm_delete_files from scorm\lib.php - but lib.php not included in validate.php
Validation of Scorm objects broken - adds entry in modules database even when scorm object is not created.
2006-07-23 23:48:09 +00:00
danmarsden
1e0c4d67fd
Fix for Bug 6119 - gives error when choice full, and user submits a choice they have already selected
2006-07-23 22:14:31 +00:00
skodak
57ea9c8fff
fixed minor PHP5 compatibility problem with clone(); merged from MOODLE_16_STABLE
2006-07-20 06:54:44 +00:00
skodak
ad0f9c828e
Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE
2006-07-19 08:13:25 +00:00
tjhunt
45d5305e19
Bug #6048 - Fix 'are you sure you want to start an attempt' warning.
2006-07-18 16:49:33 +00:00
tjhunt
ee26dfd17b
Bug #6116 - Quiz database upgrade scripts call renamed function by the old name. Merged from MOODLE_16_STABLE.
2006-07-18 11:01:06 +00:00
tjhunt
a92a796a6a
Bug 6092 - Give quiz finish time as well as start time in the quiz overview report.
2006-07-17 16:35:34 +00:00
skodak
1b4035b074
Bug #6129 - Incorrect glossary import file size limit; merged from MOODLE_16_STABLE
2006-07-17 13:35:05 +00:00
stronk7
cd58557ae0
Close properly the showentry page. Bug 5986.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5986 )
Merged from MOODLE_16_STABLE
2006-07-16 09:01:03 +00:00