]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoFix for MDL-10823 Access to question edit page denied from quiz preview screen.
jamiesensei [Tue, 14 Aug 2007 04:22:05 +0000 (04:22 +0000)]
Fix for MDL-10823 Access to question edit page denied from quiz preview screen.

17 years agobackup/restore Support for 4 new fields in data module
moodler [Tue, 14 Aug 2007 04:21:16 +0000 (04:21 +0000)]
backup/restore Support for 4 new fields in data module

17 years agoAdded "notification" field, currently unused, to allow MDL-8377
moodler [Tue, 14 Aug 2007 04:13:58 +0000 (04:13 +0000)]
Added "notification" field, currently unused, to allow MDL-8377

17 years agosmall fix for breadcrumbs link
jamiesensei [Tue, 14 Aug 2007 02:56:43 +0000 (02:56 +0000)]
small fix for breadcrumbs link

17 years agofix for MDL-10835 Results and Preview Tabs broken - requred param 'cmid' missing...
jamiesensei [Tue, 14 Aug 2007 02:50:56 +0000 (02:50 +0000)]
fix for MDL-10835 Results and Preview Tabs broken - requred param 'cmid' missing (for quiz with no questions)

17 years agofixed a warning when group members have no grades
toyomoyo [Tue, 14 Aug 2007 02:13:08 +0000 (02:13 +0000)]
fixed a warning when group members have no grades

17 years agoRemoved some pass-by-references to remove notices
moodler [Tue, 14 Aug 2007 02:11:33 +0000 (02:11 +0000)]
Removed some pass-by-references to remove notices

17 years agoMDL-10383 - major groups patch - see bug i ntracker for more details - authors: Nick...
skodak [Tue, 14 Aug 2007 00:50:00 +0000 (00:50 +0000)]
MDL-10383 - major groups patch - see bug i ntracker for more details - authors: Nick, Matt, Enrique and me

17 years agoLittle strings...
nicolasconnault [Mon, 13 Aug 2007 18:36:42 +0000 (18:36 +0000)]
Little strings...

17 years agoFixed a little typo
nicolasconnault [Mon, 13 Aug 2007 18:35:28 +0000 (18:35 +0000)]
Fixed a little typo

17 years agoMDL-10829 Added get_idnumber() for both category and item classes
nicolasconnault [Mon, 13 Aug 2007 18:34:57 +0000 (18:34 +0000)]
MDL-10829 Added get_idnumber() for both category and item classes

17 years agofix for MDL-10826 ' Moodle Impossible to delete a course because of non-existent...
jamiesensei [Mon, 13 Aug 2007 13:58:04 +0000 (13:58 +0000)]
fix for    MDL-10826 ' Moodle Impossible to delete a course because of non-existent question_delete_activity() '

17 years agoMake sure require_login is being called from reports MDL-10833
moodler [Mon, 13 Aug 2007 13:45:14 +0000 (13:45 +0000)]
Make sure require_login is being called from reports  MDL-10833

17 years agoFixed theme and require_login MDL-10833
moodler [Mon, 13 Aug 2007 13:40:35 +0000 (13:40 +0000)]
Fixed theme and require_login MDL-10833

17 years agoFixed course theme and require_login MDL-10833
moodler [Mon, 13 Aug 2007 13:39:32 +0000 (13:39 +0000)]
Fixed course theme and require_login  MDL-10833

17 years agoAdded a missing string from backups
moodler [Mon, 13 Aug 2007 13:38:35 +0000 (13:38 +0000)]
Added a missing string from backups

17 years agoFixed course theme MDL-10833
moodler [Mon, 13 Aug 2007 13:36:52 +0000 (13:36 +0000)]
Fixed course theme MDL-10833

17 years agoMake course themes work on course settings page MDL-10833
moodler [Mon, 13 Aug 2007 13:35:29 +0000 (13:35 +0000)]
Make course themes work on course settings page MDL-10833

17 years agoShould be $COURSE not $course
thepurpleblob [Mon, 13 Aug 2007 13:26:16 +0000 (13:26 +0000)]
Should be $COURSE not $course

17 years agoTypo: should be $COURSE not $course it seems
thepurpleblob [Mon, 13 Aug 2007 13:21:22 +0000 (13:21 +0000)]
Typo: should be $COURSE not $course it seems

17 years agoTypo, should be $COURSE not $course
thepurpleblob [Mon, 13 Aug 2007 13:19:42 +0000 (13:19 +0000)]
Typo, should be $COURSE not $course

17 years agoMDL-10832 ../config.php was refffering to a bad config file and causing
poltawski [Mon, 13 Aug 2007 12:54:56 +0000 (12:54 +0000)]
MDL-10832 ../config.php was refffering to a bad config file and causing
havoc, have changed to more robust method of reffering to filename

17 years agoNotice on quiz config.html page.
tjhunt [Mon, 13 Aug 2007 11:19:51 +0000 (11:19 +0000)]
Notice on quiz config.html page.

17 years agoMDL-10573 - Added a capability for viewing blocks, this allows role-based control...
poltawski [Mon, 13 Aug 2007 10:08:15 +0000 (10:08 +0000)]
MDL-10573 - Added a capability for viewing blocks, this allows role-based control of block
display.

Changed context capability check so that CONTEXT_BLOCK capabilities can also come from the
moodle core capability definitions

17 years agoAdded some robustness because on at least two occasions the mnet_localhost_id has...
moodler [Mon, 13 Aug 2007 09:53:04 +0000 (09:53 +0000)]
Added some robustness because on at least two occasions the mnet_localhost_id has been spontaneously reset to a new entry, which causes havoc as no-one can log in.   MDL-10828

17 years agograde items in xml export should not be checkable if they have no idnumbers
toyomoyo [Mon, 13 Aug 2007 09:29:12 +0000 (09:29 +0000)]
grade items in xml export should not be checkable if they have no idnumbers

17 years agoMDL-10797 Merged lang strings into lang/en_utf8/admin.php and error.php
nicolasconnault [Mon, 13 Aug 2007 08:58:37 +0000 (08:58 +0000)]
MDL-10797 Merged lang strings into lang/en_utf8/admin.php and error.php

17 years agoadding preview rows for export
toyomoyo [Mon, 13 Aug 2007 08:50:17 +0000 (08:50 +0000)]
adding preview rows for export

17 years agoMDL-10490 Adding a couple of language strings
nicolasconnault [Mon, 13 Aug 2007 08:26:33 +0000 (08:26 +0000)]
MDL-10490 Adding a couple of language strings

17 years agoMDL-10490 Finished coding and testing.
nicolasconnault [Mon, 13 Aug 2007 08:22:56 +0000 (08:22 +0000)]
MDL-10490 Finished coding and testing.

17 years agoMDL-10669, strings should not be removed from lang pack for backward compatibility
toyomoyo [Mon, 13 Aug 2007 06:35:22 +0000 (06:35 +0000)]
MDL-10669, strings should not be removed from lang pack for backward compatibility

17 years agoFixes for XHTML Strict 1.0
moodler [Mon, 13 Aug 2007 06:28:08 +0000 (06:28 +0000)]
Fixes for XHTML Strict 1.0

17 years agoSome XHTML strict fixes
moodler [Mon, 13 Aug 2007 06:21:35 +0000 (06:21 +0000)]
Some XHTML strict fixes

17 years agoFixed some XHTML issues
moodler [Mon, 13 Aug 2007 06:17:54 +0000 (06:17 +0000)]
Fixed some XHTML issues

17 years agoMDL-10691, merged fix, slow forum_role_unassign
toyomoyo [Mon, 13 Aug 2007 05:39:44 +0000 (05:39 +0000)]
MDL-10691, merged fix, slow forum_role_unassign

17 years agoMDL-10490 Implemented grade letters in export. Needs testing.
nicolasconnault [Mon, 13 Aug 2007 04:19:01 +0000 (04:19 +0000)]
MDL-10490 Implemented grade letters in export. Needs testing.

17 years ago- a lib for php4 that is good substitute for simplexml
luizlaydner [Mon, 13 Aug 2007 04:17:10 +0000 (04:17 +0000)]
- a lib for php4 that is good substitute for simplexml

17 years agoProperly merged fixes from 1.8
moodler [Mon, 13 Aug 2007 04:07:37 +0000 (04:07 +0000)]
Properly merged fixes from 1.8

17 years ago- removed simplexml from youtube block, now using another parsing library
luizlaydner [Mon, 13 Aug 2007 04:05:55 +0000 (04:05 +0000)]
- removed simplexml from youtube block, now using another parsing library

17 years agomissing a ?>
toyomoyo [Mon, 13 Aug 2007 02:57:05 +0000 (02:57 +0000)]
missing a ?>

17 years ago- corrected tag-user-table floating problem in firefox
luizlaydner [Mon, 13 Aug 2007 02:57:03 +0000 (02:57 +0000)]
- corrected tag-user-table floating problem in firefox

17 years agoMDL-10725 Fixed breadcrumb
nicolasconnault [Mon, 13 Aug 2007 02:48:39 +0000 (02:48 +0000)]
MDL-10725 Fixed breadcrumb

17 years agoMDL-10821, making configdata nullable
toyomoyo [Mon, 13 Aug 2007 02:38:10 +0000 (02:38 +0000)]
MDL-10821, making configdata nullable

17 years agoreplacing _NULL_ with $@NULL@$ during backup/restore
toyomoyo [Mon, 13 Aug 2007 02:23:10 +0000 (02:23 +0000)]
replacing _NULL_ with $@NULL@$ during backup/restore

17 years agoMDL-10817, adding unique key courseid-coutcomeid during creation of grade_outcomes_co...
toyomoyo [Mon, 13 Aug 2007 02:11:59 +0000 (02:11 +0000)]
MDL-10817, adding unique key courseid-coutcomeid during creation of grade_outcomes_courses

17 years agoRemoving PHP5-ism again
moodler [Sun, 12 Aug 2007 18:04:26 +0000 (18:04 +0000)]
Removing PHP5-ism again

17 years agoAdded new blocks for flickr and youtube to tags (thanks, Luiz!) MDL-10169
moodler [Sun, 12 Aug 2007 16:53:24 +0000 (16:53 +0000)]
Added new blocks for flickr and youtube to tags  (thanks, Luiz!)   MDL-10169

17 years agoAdded new flickr and youtube blocks (for the tag pages). Very nice, Luiz!
moodler [Sun, 12 Aug 2007 16:50:59 +0000 (16:50 +0000)]
Added new flickr and youtube blocks (for the tag pages).  Very nice, Luiz!

17 years agoSee http://moodle.org/mod/forum/discuss.php?d=77564#p345310 Questions link not showin...
jamiesensei [Sun, 12 Aug 2007 16:09:57 +0000 (16:09 +0000)]
See http://moodle.org/mod/forum/discuss.php?d=77564#p345310 Questions link not showing up.

17 years agoChange xmldb debugging to use the central debugging() function.
stronk7 [Sun, 12 Aug 2007 15:58:08 +0000 (15:58 +0000)]
Change xmldb debugging to use the central debugging() function.

17 years agoMDL-10805 custom check was causing error on installation because dmllib functions...
jamiesensei [Sun, 12 Aug 2007 15:07:08 +0000 (15:07 +0000)]
MDL-10805 custom check was causing error on installation because dmllib functions are not available yet.

17 years agoremoved all ASes from table aliases in question / quiz code - MDL-10344
jamiesensei [Sun, 12 Aug 2007 13:57:57 +0000 (13:57 +0000)]
removed all ASes from table aliases in question / quiz code - MDL-10344

17 years agoMDL-10704 and MDL-10793 corrected also the second letter-spacing merged from 1.8
urs_hunkler [Sun, 12 Aug 2007 12:49:43 +0000 (12:49 +0000)]
MDL-10704 and MDL-10793 corrected also the second letter-spacing merged from 1.8

17 years agoMDL-10704 - removed letter-spacing to avoid the Khmer rendering issue :: merged from 1.8
urs_hunkler [Sun, 12 Aug 2007 10:44:32 +0000 (10:44 +0000)]
MDL-10704 - removed letter-spacing to avoid the Khmer rendering issue :: merged from 1.8

17 years ago$THEME->htmleditorpostprocess merged from 1.8
urs_hunkler [Sun, 12 Aug 2007 09:58:23 +0000 (09:58 +0000)]
$THEME->htmleditorpostprocess merged from 1.8

17 years agomerged, corrected validation errors, reformated rtl.css to Moodle standard formatting
urs_hunkler [Sun, 12 Aug 2007 09:30:31 +0000 (09:30 +0000)]
merged, corrected validation errors, reformated rtl.css to Moodle standard formatting

17 years agoMoved AJAX settings into standard menus (not experimental any more)
moodler [Sun, 12 Aug 2007 06:29:19 +0000 (06:29 +0000)]
Moved AJAX settings into standard menus (not experimental any more)

17 years agoMerged directory listing CSS fix frm stable
moodler [Sun, 12 Aug 2007 06:17:58 +0000 (06:17 +0000)]
Merged directory listing CSS fix frm stable

17 years agoFinally, the parenthesis were causing problems too. MDL-10808
stronk7 [Sat, 11 Aug 2007 22:58:17 +0000 (22:58 +0000)]
Finally, the parenthesis were causing problems too. MDL-10808

17 years agoWrong default specified (and detected!). Fixed.
stronk7 [Sat, 11 Aug 2007 22:06:46 +0000 (22:06 +0000)]
Wrong default specified (and detected!). Fixed.

17 years agoDetect CHAR + NOT NULL FIELDS + '' (empty) defaults. They shouldn't be in
stronk7 [Sat, 11 Aug 2007 21:50:25 +0000 (21:50 +0000)]
Detect CHAR + NOT NULL FIELDS + '' (empty) defaults. They shouldn't be in
XMLDB definitions at all. Convert the default to the proper one and
output it via xmldb debug.

17 years agoInstead of looking for current default value, fetch from
stronk7 [Sat, 11 Aug 2007 21:47:22 +0000 (21:47 +0000)]
Instead of looking for current default value, fetch from
the generator the *real* default value that the table will have.

17 years agofixed typos in docs
skodak [Sat, 11 Aug 2007 18:13:07 +0000 (18:13 +0000)]
fixed typos in docs

17 years agoMerged zip file exception into HEAD MDL-9478
moodler [Sat, 11 Aug 2007 15:01:47 +0000 (15:01 +0000)]
Merged zip file exception into HEAD    MDL-9478

17 years agoFixed the comparison of text to integer (Eloy's credit, see MDL-10808 )
moodler [Sat, 11 Aug 2007 14:33:55 +0000 (14:33 +0000)]
Fixed the comparison of text to integer (Eloy's credit, see MDL-10808 )

17 years agoRemoved usage of table aliases with "as" as per MDL-10808
moodler [Sat, 11 Aug 2007 14:28:36 +0000 (14:28 +0000)]
Removed usage of table aliases with "as" as per MDL-10808

17 years agoRemoved old db stuff MDL-10572
moodler [Sat, 11 Aug 2007 14:07:02 +0000 (14:07 +0000)]
Removed old db stuff   MDL-10572

17 years agoI merged all changes over from 1.8 to HEAD.
moodler [Sat, 11 Aug 2007 12:58:08 +0000 (12:58 +0000)]
I merged all changes over from 1.8 to HEAD.

None of it looked too serious but I'VE NOT TESTED THIS AT ALL.

MDL-10366

17 years ago- clearing up
luizlaydner [Sat, 11 Aug 2007 04:08:41 +0000 (04:08 +0000)]
- clearing up

17 years ago- added tag:editblocks capability
luizlaydner [Sat, 11 Aug 2007 03:42:26 +0000 (03:42 +0000)]
- added tag:editblocks capability

17 years ago- added tag:editblocks capability
luizlaydner [Sat, 11 Aug 2007 03:25:23 +0000 (03:25 +0000)]
- added tag:editblocks capability

17 years agoXMLDB_TYPE_CHAR + XMLDB_NOTNULL must not have any default applied.
stronk7 [Sat, 11 Aug 2007 00:55:21 +0000 (00:55 +0000)]
XMLDB_TYPE_CHAR + XMLDB_NOTNULL must not have any default applied.

17 years agoChanging ocurrences from search_documents to block_search_documents. MDL-10572
stronk7 [Sat, 11 Aug 2007 00:23:29 +0000 (00:23 +0000)]
Changing ocurrences from search_documents to block_search_documents. MDL-10572

17 years agoFixing the table (renaming + proper defaults). MDL-10572
stronk7 [Sat, 11 Aug 2007 00:19:51 +0000 (00:19 +0000)]
Fixing the table (renaming + proper defaults). MDL-10572

17 years agoMSSQL requires to drop defaults before performing
stronk7 [Sat, 11 Aug 2007 00:15:25 +0000 (00:15 +0000)]
MSSQL requires to drop defaults before performing
one change of type and, sometimes, a change of length.

17 years agoAnd Moodle 2.0 requires Moodle 1.9 to be running. Testing... MDL-10722
stronk7 [Fri, 10 Aug 2007 22:23:23 +0000 (22:23 +0000)]
And Moodle 2.0 requires Moodle 1.9 to be running. Testing... MDL-10722

17 years agoAdded new check to be able to compare current and target
stronk7 [Fri, 10 Aug 2007 22:19:40 +0000 (22:19 +0000)]
Added new check to be able to compare current and target
moodle versions. Executed only on upgrade (not at install). MDL-10722

17 years agoMDL-10365 removing userid - not used in grade_grades_text
skodak [Fri, 10 Aug 2007 21:12:32 +0000 (21:12 +0000)]
MDL-10365 removing userid - not used in grade_grades_text

17 years agoMDL-9551 minor cleanup
skodak [Fri, 10 Aug 2007 21:04:15 +0000 (21:04 +0000)]
MDL-9551 minor cleanup

17 years agoMDL-9550 minor cleanup
skodak [Fri, 10 Aug 2007 21:03:23 +0000 (21:03 +0000)]
MDL-9550 minor cleanup

17 years agoMDL-9549 minor cleanup
skodak [Fri, 10 Aug 2007 21:01:46 +0000 (21:01 +0000)]
MDL-9549 minor cleanup

17 years agoMDL-9548 minor cleanup
skodak [Fri, 10 Aug 2007 21:01:02 +0000 (21:01 +0000)]
MDL-9548 minor cleanup

17 years agofixed typos
skodak [Fri, 10 Aug 2007 20:59:25 +0000 (20:59 +0000)]
fixed typos

17 years agoMDL-9552 support for new gradebook in scorm
skodak [Fri, 10 Aug 2007 20:58:09 +0000 (20:58 +0000)]
MDL-9552 support for new gradebook in scorm

17 years agoNow handling of BYTEA (blobs) under PostgreSQL are working properly
stronk7 [Fri, 10 Aug 2007 16:10:36 +0000 (16:10 +0000)]
Now handling of BYTEA (blobs) under PostgreSQL are working properly
(delegating to ADOdb to perform the correct escaping and so on)

17 years agoMDL-10581 - Each attemtp builds on last & multi-page quizzes was casuing grading...
tjhunt [Fri, 10 Aug 2007 15:22:28 +0000 (15:22 +0000)]
MDL-10581 - Each attemtp builds on last & multi-page quizzes was casuing grading errors. Merged from MOODLE_18_STABLE.

17 years agoMDL-10799 - Question types do not accurately determine whether their state has change...
tjhunt [Fri, 10 Aug 2007 15:21:29 +0000 (15:21 +0000)]
MDL-10799 - Question types do not accurately determine whether their state has changed or not. Merged from MOODLE_18_STABLE.

17 years agoMDL-10791 improve handling of localised floating point numbers in moodle; replaced...
skodak [Fri, 10 Aug 2007 15:00:35 +0000 (15:00 +0000)]
MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon

17 years agoMDL-9137 Fixing errors in the overview report
nicolasconnault [Fri, 10 Aug 2007 14:58:21 +0000 (14:58 +0000)]
MDL-9137 Fixing errors in the overview report

17 years agolang files in plugin folder support for gradebook plugin types.
tjhunt [Fri, 10 Aug 2007 12:21:55 +0000 (12:21 +0000)]
lang files in plugin folder support for gradebook plugin types.

17 years agoMDL-10786 - Short Answer questions will not allow 0 as the sole answer. Merged from...
tjhunt [Fri, 10 Aug 2007 10:48:58 +0000 (10:48 +0000)]
MDL-10786 - Short Answer questions will not allow 0 as the sole answer. Merged from MOODLE_18_STABLE.

17 years agoAccessing wrong field of $mod from course.modinfo. Merged from MOODLE_17_STABLE.
tjhunt [Fri, 10 Aug 2007 10:37:30 +0000 (10:37 +0000)]
Accessing wrong field of $mod from course.modinfo. Merged from MOODLE_17_STABLE.

17 years agoFix notice.
tjhunt [Fri, 10 Aug 2007 10:00:06 +0000 (10:00 +0000)]
Fix notice.

17 years agoMDL-9137 Added the overview report
nicolasconnault [Fri, 10 Aug 2007 09:34:50 +0000 (09:34 +0000)]
MDL-9137 Added the overview report

17 years agoChanged applicable_formats to remove certain blocks from the tags pages
moodler [Fri, 10 Aug 2007 09:33:21 +0000 (09:33 +0000)]
Changed applicable_formats to remove certain blocks from the tags pages

17 years agoMDL-9137 Added the overview report
nicolasconnault [Fri, 10 Aug 2007 09:28:37 +0000 (09:28 +0000)]
MDL-9137 Added the overview report

17 years agofixed get_format_name() bug and some cleaning up
moodler [Fri, 10 Aug 2007 09:26:56 +0000 (09:26 +0000)]
fixed get_format_name() bug and some cleaning up

17 years agoremoving TODO type comment that was already done.
jamiesensei [Fri, 10 Aug 2007 07:58:48 +0000 (07:58 +0000)]
removing TODO type comment that was already done.

17 years agofixing reversion of lang string that happened during MOODLE_19_QUESTIONS merge
jamiesensei [Fri, 10 Aug 2007 07:56:02 +0000 (07:56 +0000)]
fixing reversion of lang string that happened during MOODLE_19_QUESTIONS merge

17 years agoMDL-10785:
thepurpleblob [Fri, 10 Aug 2007 07:17:46 +0000 (07:17 +0000)]
MDL-10785:
empty() changed to !isset()

Merged from STABLE_18