]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-16286 MDL-16285 Bring 'signed by old key' logic together
peterbulmer [Sun, 7 Sep 2008 03:16:18 +0000 (03:16 +0000)]
MDL-16286 MDL-16285 Bring 'signed by old key' logic together
and add appropriate comments

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>

16 years agoMDL-16285 unfold logic inversion
peterbulmer [Sun, 7 Sep 2008 03:15:35 +0000 (03:15 +0000)]
MDL-16285 unfold logic inversion
Ignoring whitespace this patch is 4 lines of -, and 3 lines of +, if you want to understand what the diff is, I highly recommend looking at it without whitespace changes visible.

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>

16 years agoUpdated the HEAD build version to 20080907
moodlerobot [Sun, 7 Sep 2008 01:41:29 +0000 (01:41 +0000)]
Updated the HEAD build version to 20080907

16 years agoMDL-16368 commenting out unfinished code for now
skodak [Sat, 6 Sep 2008 22:04:42 +0000 (22:04 +0000)]
MDL-16368 commenting out unfinished code for now

16 years agoMDL-15919 do not modify $file_record parameters when creating new files
skodak [Sat, 6 Sep 2008 21:33:07 +0000 (21:33 +0000)]
MDL-15919 do not modify $file_record parameters when creating new files

16 years agoMDL-15919 oops, reverting previous commit - not finished yet
skodak [Sat, 6 Sep 2008 21:16:59 +0000 (21:16 +0000)]
MDL-15919 oops, reverting previous commit - not finished yet

16 years agoMDL-15919 fixed scriptname param
skodak [Sat, 6 Sep 2008 21:15:52 +0000 (21:15 +0000)]
MDL-15919 fixed scriptname param

16 years agoMDL-16374 support for file browsing in modules
skodak [Sat, 6 Sep 2008 18:18:36 +0000 (18:18 +0000)]
MDL-16374 support for file browsing in modules

16 years agoMDL-16374 support for file browsing in modules
skodak [Sat, 6 Sep 2008 18:07:17 +0000 (18:07 +0000)]
MDL-16374 support for file browsing in modules

16 years agoMDL-16374 support for file browsing in modules
skodak [Sat, 6 Sep 2008 17:00:43 +0000 (17:00 +0000)]
MDL-16374 support for file browsing in modules

16 years agoMDL-16374 support for file browsing in modules
skodak [Sat, 6 Sep 2008 17:00:43 +0000 (17:00 +0000)]
MDL-16374 support for file browsing in modules

16 years agoMDL-15666 Unit tests can all be run from lib/simpletest/testportfoliolib.php. See...
nicolasconnault [Sat, 6 Sep 2008 14:36:45 +0000 (14:36 +0000)]
MDL-15666 Unit tests can all be run from lib/simpletest/testportfoliolib.php. See requires at the end of the file.

16 years agoMDL-15666 Unit tests for Forum portfolio callers now passing. But I'm getting intermi...
nicolasconnault [Sat, 6 Sep 2008 14:29:58 +0000 (14:29 +0000)]
MDL-15666 Unit tests for Forum portfolio callers now passing. But I'm getting intermittent errors from the generator, a problem with contexts during forum generation. Please ignore for now.

16 years agoMDL-15666 Generator fixed. Ready for forum portfolio caller testing
nicolasconnault [Sat, 6 Sep 2008 13:34:37 +0000 (13:34 +0000)]
MDL-15666 Generator fixed. Ready for forum portfolio caller testing

16 years agoMDL-16369 Added error info in accesslib
nicolasconnault [Sat, 6 Sep 2008 13:19:26 +0000 (13:19 +0000)]
MDL-16369 Added error info in accesslib

16 years agoMDL-16369 Added error info in accesslib
nicolasconnault [Sat, 6 Sep 2008 13:17:15 +0000 (13:17 +0000)]
MDL-16369 Added error info in accesslib

16 years agoMDL-15666 Fixed error that caused blank page in unit test. Including generator librar...
nicolasconnault [Sat, 6 Sep 2008 11:24:57 +0000 (11:24 +0000)]
MDL-15666 Fixed error that caused blank page in unit test. Including generator library. Partly fixed generator.

16 years agoMDL-14081 fixed error in eventslib unit tests
nicolasconnault [Sat, 6 Sep 2008 11:22:30 +0000 (11:22 +0000)]
MDL-14081 fixed error in eventslib unit tests

16 years agoMDL-14589 added new method for creating stored file from url (please note it is limit...
skodak [Sat, 6 Sep 2008 10:09:33 +0000 (10:09 +0000)]
MDL-14589 added new method for creating stored file from url (please note it is limited by available memory)

16 years agoUpdated the HEAD build version to 20080906
moodlerobot [Sat, 6 Sep 2008 01:38:26 +0000 (01:38 +0000)]
Updated the HEAD build version to 20080906

16 years agoMDL-16360 - better forum implementation
mjollnir_ [Fri, 5 Sep 2008 17:23:22 +0000 (17:23 +0000)]
MDL-16360 - better forum implementation

16 years agoMDL-16360 - added support for mime-style subformat detection for portfolio supported...
mjollnir_ [Fri, 5 Sep 2008 17:07:22 +0000 (17:07 +0000)]
MDL-16360 - added support for mime-style subformat detection for portfolio supported formats
works well with flickr plugin (tested by uploading an image as a forum attachment and being offered flickr plugin but not for normal attachments)

16 years agoMDL-16359 - adding support for mimeinfo_from_icon to return all matches
mjollnir_ [Fri, 5 Sep 2008 16:43:44 +0000 (16:43 +0000)]
MDL-16359 - adding support for mimeinfo_from_icon to return all matches

(needed for portfolio format support)

16 years agoEssential patch for MDL-11992 course tagging. This prevents a bug that removes offica...
jbeedell [Fri, 5 Sep 2008 14:49:06 +0000 (14:49 +0000)]
Essential patch for MDL-11992 course tagging. This prevents a bug that removes offical tags for a course when a user adds a personal tag to that course.

16 years agoMDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporti...
wildgirl [Fri, 5 Sep 2008 13:53:49 +0000 (13:53 +0000)]
MDL-16050 wrong help file name, thanks to Marty Gilbert and Daniel Miksik for reporting this issue

16 years agoMDL-15758 - remove dependence on 'userid' callback parameter in assignment portfolio...
mjollnir_ [Fri, 5 Sep 2008 12:44:46 +0000 (12:44 +0000)]
MDL-15758 - remove dependence on 'userid' callback parameter in assignment portfolio caller as it's handled by the parent class

16 years agoMDL-15777 - better handling of integration with file api in portfolio mahara plugin
mjollnir_ [Fri, 5 Sep 2008 12:42:27 +0000 (12:42 +0000)]
MDL-15777 - better handling of integration with file api in portfolio mahara plugin

16 years agoMDL-14591 - improved phpdocs in portfolio_exporter class, fixed 2 bugs
mjollnir_ [Fri, 5 Sep 2008 12:40:46 +0000 (12:40 +0000)]
MDL-14591 - improved phpdocs in portfolio_exporter class, fixed 2 bugs

16 years agoMDL-16353 - help for boxnet portfolio plugin admin config
mjollnir_ [Fri, 5 Sep 2008 12:39:17 +0000 (12:39 +0000)]
MDL-16353 - help for boxnet portfolio plugin admin config

16 years agoMDL-16351 - make mnet_server_fault detect when it's being passed a full string rather...
mjollnir_ [Fri, 5 Sep 2008 12:24:11 +0000 (12:24 +0000)]
MDL-16351 - make mnet_server_fault detect when it's being passed a full string rather than an 'mnet' string key

16 years agoMDL-15405: add more (still partial) support for inline files in user profiles.
scyrma [Fri, 5 Sep 2008 11:02:48 +0000 (11:02 +0000)]
MDL-15405: add more (still partial) support for inline files in user profiles.

16 years agoMDL-14589: itemid should be 0 in user_* fileareas, but not in user_draft.
scyrma [Fri, 5 Sep 2008 10:47:34 +0000 (10:47 +0000)]
MDL-14589: itemid should be 0 in user_* fileareas, but not in user_draft.

16 years ago"MDL-13766, fire onchange event in tinymce to preview picture"
dongsheng [Fri, 5 Sep 2008 10:14:26 +0000 (10:14 +0000)]
"MDL-13766, fire onchange event in tinymce to preview picture"

16 years agoMDL-14589: adding a few more checks to file served from user_profile. More needed.
scyrma [Fri, 5 Sep 2008 09:48:51 +0000 (09:48 +0000)]
MDL-14589: adding a few more checks to file served from user_profile. More needed.

16 years agoMDL-14589: strrpos is needed to check the last occurence
scyrma [Fri, 5 Sep 2008 09:23:36 +0000 (09:23 +0000)]
MDL-14589: strrpos is needed to check the last occurence
MDL-15405: return the existing file in case one is found

16 years agoMDL-15402: quick temp fix for tabs.ph
jerome [Fri, 5 Sep 2008 09:12:00 +0000 (09:12 +0000)]
MDL-15402: quick temp fix for tabs.ph

16 years agoMDL-15402: modify repository_get_instances() in order to be easier to use
jerome [Fri, 5 Sep 2008 08:51:25 +0000 (08:51 +0000)]
MDL-15402: modify repository_get_instances() in order to be easier to use

16 years ago"MDL-13766, fix a bug introduced by last commit"
dongsheng [Fri, 5 Sep 2008 08:11:17 +0000 (08:11 +0000)]
"MDL-13766, fix a bug introduced by last commit"

16 years agoFix deprecated print_simple_box calls.
tjhunt [Fri, 5 Sep 2008 07:44:07 +0000 (07:44 +0000)]
Fix deprecated print_simple_box calls.

16 years agoMDL-13766: adjust comments & code to match, and make saved time consistent.
scyrma [Fri, 5 Sep 2008 07:39:17 +0000 (07:39 +0000)]
MDL-13766: adjust comments & code to match, and make saved time consistent.

16 years agoFix deprecated print_simple_box calls.
tjhunt [Fri, 5 Sep 2008 07:26:01 +0000 (07:26 +0000)]
Fix deprecated print_simple_box calls.

16 years agoMDL-15404: fix few bugs in repository administration, add a beta version of the cours...
jerome [Fri, 5 Sep 2008 06:30:18 +0000 (06:30 +0000)]
MDL-15404: fix few bugs in repository administration, add a beta version of the course repository list

16 years agoMDL-12336 Inconsistent naming of the Front page area of the question bank, and the...
tjhunt [Fri, 5 Sep 2008 04:06:17 +0000 (04:06 +0000)]
MDL-12336 Inconsistent naming of the Front page area of the question bank, and the front page context more generally.

16 years agoMDL-12814 typo in CSS class name.
tjhunt [Fri, 5 Sep 2008 03:38:42 +0000 (03:38 +0000)]
MDL-12814 typo in CSS class name.

16 years agoMDL-14589: comment correction.
scyrma [Fri, 5 Sep 2008 02:57:19 +0000 (02:57 +0000)]
MDL-14589: comment correction.

16 years ago"MDL-13766, use a random path for uploaded file"
dongsheng [Fri, 5 Sep 2008 02:51:23 +0000 (02:51 +0000)]
"MDL-13766, use a random path for uploaded file"

16 years agoMDL-13766: missing argument in function.
scyrma [Fri, 5 Sep 2008 02:41:31 +0000 (02:41 +0000)]
MDL-13766: missing argument in function.

16 years ago"MDL-13766, adjust file picker UI"
dongsheng [Fri, 5 Sep 2008 02:05:43 +0000 (02:05 +0000)]
"MDL-13766, adjust file picker UI"

16 years agoUpdated the HEAD build version to 20080905
moodlerobot [Fri, 5 Sep 2008 01:47:25 +0000 (01:47 +0000)]
Updated the HEAD build version to 20080905

16 years agoMDL-15666 minor fixes to assignment portfolio callers, additional param for generator...
nicolasconnault [Thu, 4 Sep 2008 13:25:16 +0000 (13:25 +0000)]
MDL-15666 minor fixes to assignment portfolio callers, additional param for generator (assignment type), and unit tests for sha1

16 years agoMDL-15666 sha1 tests for glossary callers. Entry caller test currently fails.
nicolasconnault [Thu, 4 Sep 2008 11:44:48 +0000 (11:44 +0000)]
MDL-15666 sha1 tests for glossary callers. Entry caller test currently fails.

16 years agoMDL-16341 Added language pack
nicolasconnault [Thu, 4 Sep 2008 11:10:40 +0000 (11:10 +0000)]
MDL-16341 Added language pack

16 years agoMDL-16322 - switch calls to print_error to throw exceptions in portfolio callers
mjollnir_ [Thu, 4 Sep 2008 10:38:44 +0000 (10:38 +0000)]
MDL-16322 - switch calls to print_error to throw exceptions in portfolio callers

16 years agoMDL-14591 - fixed some comments and changed some print_errors to exceptions in portfo...
mjollnir_ [Thu, 4 Sep 2008 10:32:17 +0000 (10:32 +0000)]
MDL-14591 - fixed some comments and changed some print_errors to exceptions in portfolio/add

16 years agoMDL-3633 Further refinement.
tjhunt [Thu, 4 Sep 2008 09:27:19 +0000 (09:27 +0000)]
MDL-3633 Further refinement.

16 years agoMDL-3633 Don't show the attempt number column on the quiz view page if the quiz only...
tjhunt [Thu, 4 Sep 2008 09:22:37 +0000 (09:22 +0000)]
MDL-3633 Don't show the attempt number column on the quiz view page if the quiz only allows one attempt.

16 years agoMDL-14589: clean up function & correct the link to userfile.php.
scyrma [Thu, 4 Sep 2008 09:03:44 +0000 (09:03 +0000)]
MDL-14589: clean up function & correct the link to userfile.php.

16 years agoMDL-15402: fix some admin menu titles for repository
jerome [Thu, 4 Sep 2008 07:36:53 +0000 (07:36 +0000)]
MDL-15402: fix some admin menu titles for repository

16 years agoMDL-15402: change "delete confirmation" message
jerome [Thu, 4 Sep 2008 07:26:38 +0000 (07:26 +0000)]
MDL-15402: change "delete confirmation" message

16 years agoMDL-15402: Repository admin: delete a repository type => the general options (example...
jerome [Thu, 4 Sep 2008 07:24:31 +0000 (07:24 +0000)]
MDL-15402: Repository admin: delete a repository type => the general options (example: API key) are now deleted from config_plugin table

16 years agoMDL-14589: make user_profile files available via userfile.php
scyrma [Thu, 4 Sep 2008 07:20:24 +0000 (07:20 +0000)]
MDL-14589: make user_profile files available via userfile.php

16 years agoMDL-15653 Indicate the current state of the question in the navigation panel.
tjhunt [Thu, 4 Sep 2008 07:11:45 +0000 (07:11 +0000)]
MDL-15653 Indicate the current state of the question in the navigation panel.

16 years agoMDL-15540 Navigation panel did not work on the review page for multi-page quizzes...
tjhunt [Thu, 4 Sep 2008 07:05:14 +0000 (07:05 +0000)]
MDL-15540 Navigation panel did not work on the review page for multi-page quizzes because of the way states were loaded. Fix the regressions caused by the previous refactor.

16 years agoMDL-15402: Repository admin: separate operations in three columns, change small icons...
jerome [Thu, 4 Sep 2008 07:03:01 +0000 (07:03 +0000)]
MDL-15402: Repository admin: separate operations in three columns, change small icons into bigger icon and texts. Change Create instance link as a Create instance button.

16 years ago"MDL-13766, donot create boxnet and flickr instances automatically, for local and...
dongsheng [Thu, 4 Sep 2008 06:50:44 +0000 (06:50 +0000)]
"MDL-13766, donot create boxnet and flickr instances automatically, for local and upload plugin, the instance name should get from lang file"

16 years agoMDL-15540 Navigation panel did not work on the review page for multi-page quizzes...
tjhunt [Thu, 4 Sep 2008 06:37:43 +0000 (06:37 +0000)]
MDL-15540 Navigation panel did not work on the review page for multi-page quizzes because of the way states were loaded. Refactor.

16 years ago"MDL-13766, check context id"
dongsheng [Thu, 4 Sep 2008 06:28:47 +0000 (06:28 +0000)]
"MDL-13766, check context id"

16 years agoMDL-14589: Files in user_draft now come out of draftfile.php.
scyrma [Thu, 4 Sep 2008 05:49:30 +0000 (05:49 +0000)]
MDL-14589: Files in user_draft now come out of draftfile.php.

16 years agoMDL-14589: Enforce itemid to always be 0 for user_private.
scyrma [Thu, 4 Sep 2008 05:42:17 +0000 (05:42 +0000)]
MDL-14589: Enforce itemid to always be 0 for user_private.

16 years ago"MDL-13766, recommit jerome's changes"
dongsheng [Thu, 4 Sep 2008 05:40:26 +0000 (05:40 +0000)]
"MDL-13766, recommit jerome's changes"

16 years ago"MDL-13766, order repository instances"
dongsheng [Thu, 4 Sep 2008 05:23:15 +0000 (05:23 +0000)]
"MDL-13766, order repository instances"

16 years agoMDL-15402: set upload plugin with no admin config for now
jerome [Thu, 4 Sep 2008 05:05:39 +0000 (05:05 +0000)]
MDL-15402: set upload plugin with no admin config for now

16 years agoMDL-15402: when has_admin_config is false, do not display an empty admin config page...
jerome [Thu, 4 Sep 2008 04:58:33 +0000 (04:58 +0000)]
MDL-15402: when has_admin_config is false, do not display an empty admin config page during type creation.

16 years agoMDL-15653 Indicate question state in quiz naviggation buttons - prepartiory work...
tjhunt [Thu, 4 Sep 2008 04:55:32 +0000 (04:55 +0000)]
MDL-15653 Indicate question state in quiz naviggation buttons - prepartiory work: make the layout of the buttons more consistent between IE and FF, and between attempt and review.

16 years agoRemove unnecessary div.
tjhunt [Thu, 4 Sep 2008 04:53:28 +0000 (04:53 +0000)]
Remove unnecessary div.

16 years agoMDL-16263 Improve comment.
tjhunt [Thu, 4 Sep 2008 04:52:54 +0000 (04:52 +0000)]
MDL-16263 Improve comment.

16 years agoMDL-15452 - forgot to check a DB call for errors.
tjhunt [Thu, 4 Sep 2008 04:52:29 +0000 (04:52 +0000)]
MDL-15452 - forgot to check a DB call for errors.

16 years ago"MDL-13766, highlight filename when downloading a file"
dongsheng [Thu, 4 Sep 2008 04:36:55 +0000 (04:36 +0000)]
"MDL-13766, highlight filename when downloading a file"

16 years agoMDL-15402: default visibility is now set to false
jerome [Thu, 4 Sep 2008 04:24:36 +0000 (04:24 +0000)]
MDL-15402: default visibility is now set to false

16 years agoMDL-15402: dimmed text when plugin type is hidden
jerome [Thu, 4 Sep 2008 03:41:23 +0000 (03:41 +0000)]
MDL-15402: dimmed text when plugin type is hidden

16 years agoMDL-15402: if a type has no multiple instances and cannot configure an instance,...
jerome [Thu, 4 Sep 2008 02:15:30 +0000 (02:15 +0000)]
MDL-15402: if a type has no multiple instances and cannot configure an instance, so do not display the list of instance for this type.

16 years agoMDL-15402: fix a small bug in repository.create(), create an instance for type for...
jerome [Thu, 4 Sep 2008 02:07:58 +0000 (02:07 +0000)]
MDL-15402: fix a small bug in repository.create(), create an instance for type for which the administrator can not create a instance

16 years agoMDL-15405: removing leftover debugging code
scyrma [Thu, 4 Sep 2008 02:07:51 +0000 (02:07 +0000)]
MDL-15405: removing leftover debugging code

16 years agoMDL-15405: Add support for relinking of inline media
scyrma [Thu, 4 Sep 2008 01:56:50 +0000 (01:56 +0000)]
MDL-15405: Add support for relinking of inline media

16 years agoUpdated the HEAD build version to 20080904
moodlerobot [Thu, 4 Sep 2008 01:42:15 +0000 (01:42 +0000)]
Updated the HEAD build version to 20080904

16 years agoMDL-15919 support for archive fixing & fixed inline docs a bit
skodak [Wed, 3 Sep 2008 21:16:54 +0000 (21:16 +0000)]
MDL-15919 support for archive fixing & fixed inline docs a bit

16 years agoImproving multichoice display MDL-14763: cleaning code from echos and print_r
pichetp [Wed, 3 Sep 2008 18:24:10 +0000 (18:24 +0000)]
Improving multichoice display MDL-14763: cleaning code from echos and print_r

16 years agoMDL-15758 - added back full forum exports
mjollnir_ [Wed, 3 Sep 2008 12:05:31 +0000 (12:05 +0000)]
MDL-15758 - added back full forum exports

16 years agoMDL-15402: delete a type now delete all its instances, fix confirmation xhtml and...
jerome [Wed, 3 Sep 2008 11:02:25 +0000 (11:02 +0000)]
MDL-15402: delete a type now delete all its instances, fix confirmation xhtml and message, change save label buttons, repository_get_instances() return now all instances if no context is defined

16 years agoMDL-15402: change repository_cache_expire common option default to 120 (minutes)
jerome [Wed, 3 Sep 2008 09:53:35 +0000 (09:53 +0000)]
MDL-15402: change repository_cache_expire common option default to 120 (minutes)

16 years agoMDL-15402: add repository_cache_expire common option
jerome [Wed, 3 Sep 2008 09:45:27 +0000 (09:45 +0000)]
MDL-15402: add repository_cache_expire common option

16 years agoMDL-16263 Flagging questions during a quiz attempt. Submit all and finish was nuking...
tjhunt [Wed, 3 Sep 2008 09:37:20 +0000 (09:37 +0000)]
MDL-16263 Flagging questions during a quiz attempt. Submit all and finish was nuking flag states. Fix that.

16 years agoJS does not work in IE. Grrrr!
tjhunt [Wed, 3 Sep 2008 09:30:10 +0000 (09:30 +0000)]
JS does not work in IE. Grrrr!

16 years agoMDL-14589 new file not found general function
skodak [Wed, 3 Sep 2008 08:47:36 +0000 (08:47 +0000)]
MDL-14589 new file not found general function

16 years ago"MDL-13766, change color scheme, make file picker look better"
dongsheng [Wed, 3 Sep 2008 08:45:55 +0000 (08:45 +0000)]
"MDL-13766, change color scheme, make file picker look better"

16 years agoMDL-15402: fix XHTML for repository admin pages + don't use anymore deprecated functi...
jerome [Wed, 3 Sep 2008 08:45:14 +0000 (08:45 +0000)]
MDL-15402: fix XHTML for repository admin pages + don't use anymore deprecated functions print_simple_box_xxx()

16 years agoMDL-16263 Flagging questions during a quiz attempt. Save flag state on the review...
tjhunt [Wed, 3 Sep 2008 08:32:29 +0000 (08:32 +0000)]
MDL-16263 Flagging questions during a quiz attempt. Save flag state on the review page when JS is off too.

16 years agoClean up whitespace.
tjhunt [Wed, 3 Sep 2008 08:31:37 +0000 (08:31 +0000)]
Clean up whitespace.

16 years ago"MDL-13766, improve css"
dongsheng [Wed, 3 Sep 2008 08:20:06 +0000 (08:20 +0000)]
"MDL-13766, improve css"

16 years agoMDL-14326 fixed incorrect requires
skodak [Wed, 3 Sep 2008 07:48:19 +0000 (07:48 +0000)]
MDL-14326 fixed incorrect requires