]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agofixing notice - nonescaped $ in langstring
mjollnir_ [Wed, 13 Aug 2008 09:03:51 +0000 (09:03 +0000)]
fixing notice - nonescaped $ in langstring

16 years agoMDL-13766
dongsheng [Wed, 13 Aug 2008 08:35:18 +0000 (08:35 +0000)]
MDL-13766
1. worked with muliti-instance of same plugins
2. get API KEY from database

16 years agoMDL-15819 - Review the RISK_XXX flags on all quiz and question capabilites.
tjhunt [Wed, 13 Aug 2008 07:05:42 +0000 (07:05 +0000)]
MDL-15819 - Review the RISK_XXX flags on all quiz and question capabilites.

16 years agoMDL-15175: fix sync with external Oracle database merged from 1.9
jerome [Wed, 13 Aug 2008 06:41:46 +0000 (06:41 +0000)]
MDL-15175: fix sync with external Oracle database merged from 1.9

16 years agoMDL-13766, add icon for local plugin
dongsheng [Wed, 13 Aug 2008 04:13:33 +0000 (04:13 +0000)]
MDL-13766, add icon for local plugin

16 years agoMDL-15402, add admin setting page, to meet requirement, make some changes to reposito...
dongsheng [Wed, 13 Aug 2008 04:09:13 +0000 (04:09 +0000)]
MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class.

16 years agoMDL-12797 - Site-wide quiz default time-limit was not working. The default was being...
tjhunt [Wed, 13 Aug 2008 03:17:49 +0000 (03:17 +0000)]
MDL-12797 - Site-wide quiz default time-limit was not working. The default was being used, but the enabled state was not being initialised correctly for the form field.

16 years agoUpdated the HEAD build version to 20080813
moodlerobot [Wed, 13 Aug 2008 01:40:42 +0000 (01:40 +0000)]
Updated the HEAD build version to 20080813

16 years agoMDL-13766, add default vaule for cache expired time.
dongsheng [Wed, 13 Aug 2008 01:40:09 +0000 (01:40 +0000)]
MDL-13766, add default vaule for cache expired time.

16 years agoMDL-13904 Scorm structure isn't respected after an update of the package. This is...
piers [Wed, 13 Aug 2008 00:11:53 +0000 (00:11 +0000)]
MDL-13904 Scorm structure isn't respected after an update of the package.  This is a large change to the handling of SCORM package update - all SCOes are issued with a new id, and all references to the old ones are deleted.  The scorm_scoes_track data is preserved by being reattached to the new SCO ids (unless they have been deleted).

16 years agoMDL-15993 The method to calculate the SCORM area needs to be changed - based on scree...
piers [Tue, 12 Aug 2008 21:54:38 +0000 (21:54 +0000)]
MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens.   Only allow the overide of the height parameter if the user specifies.

16 years agoMDL-16015 - detect iceweasel as firefox
mjollnir_ [Tue, 12 Aug 2008 17:23:38 +0000 (17:23 +0000)]
MDL-16015 - detect iceweasel as firefox

16 years agofixed comment typo
skodak [Tue, 12 Aug 2008 15:54:55 +0000 (15:54 +0000)]
fixed comment typo

16 years agoMDL-16012 improved mime handling in zip packer, this does not fix the linked bug...
skodak [Tue, 12 Aug 2008 15:52:58 +0000 (15:52 +0000)]
MDL-16012 improved mime handling in zip packer, this does not fix the linked bug though

16 years agoMDL-16008 fixed $CFG->release warning in isntaller
skodak [Tue, 12 Aug 2008 15:39:18 +0000 (15:39 +0000)]
MDL-16008 fixed $CFG->release warning in isntaller

16 years agoMDL-16011 improved inline docs and removed obsoleted readfile_chunked()
skodak [Tue, 12 Aug 2008 15:33:16 +0000 (15:33 +0000)]
MDL-16011 improved inline docs and removed obsoleted readfile_chunked()

16 years agoMDL-16011 send_temp_file() now used in grades xml export
skodak [Tue, 12 Aug 2008 15:16:06 +0000 (15:16 +0000)]
MDL-16011 send_temp_file() now used in grades xml export

16 years agoMDL-16007 - fix up calls to ignore_user_abort
mjollnir_ [Tue, 12 Aug 2008 15:15:38 +0000 (15:15 +0000)]
MDL-16007 - fix up calls to ignore_user_abort

16 years agoMDL-16007 remoevd dontdie param from sent_temp_file()
skodak [Tue, 12 Aug 2008 15:09:46 +0000 (15:09 +0000)]
MDL-16007 remoevd dontdie param from sent_temp_file()

16 years agoMDL-14591 just a small tidyup and extra phpdocs
mjollnir_ [Tue, 12 Aug 2008 14:48:32 +0000 (14:48 +0000)]
MDL-14591 just a small tidyup and extra phpdocs

16 years agoMDL-15902 : disable portfolios by default
mjollnir_ [Tue, 12 Aug 2008 13:55:51 +0000 (13:55 +0000)]
MDL-15902 : disable portfolios by default

16 years ago MDL-16009 - reworked the portfolio admin settings page to not redirect in write_setting
mjollnir_ [Tue, 12 Aug 2008 13:49:55 +0000 (13:49 +0000)]
 MDL-16009 - reworked the portfolio admin settings page to not redirect in write_setting

16 years ago MDL-15768 - added general capability for exporting any content to portfolio
mjollnir_ [Tue, 12 Aug 2008 13:31:02 +0000 (13:31 +0000)]
 MDL-15768 - added general capability for exporting any content to portfolio

16 years agoMDL-15777 more fixes for portfolio to use file api
mjollnir_ [Tue, 12 Aug 2008 13:17:34 +0000 (13:17 +0000)]
MDL-15777 more fixes for portfolio to use file api

this introduces portfolio/file.php to serve portfolio related files - access check is delegated to the plugin.
and also two new classes in the portfolio plugin tree - push vs pull.

16 years agoMDL-16007 - add new $dontdie parameter to the send_ file functions
mjollnir_ [Tue, 12 Aug 2008 12:54:54 +0000 (12:54 +0000)]
MDL-16007 - add new $dontdie parameter to the send_ file functions

16 years agoinline docs improvements
skodak [Tue, 12 Aug 2008 11:00:13 +0000 (11:00 +0000)]
inline docs improvements

16 years agoXHTML strrrict!
tjhunt [Tue, 12 Aug 2008 04:11:36 +0000 (04:11 +0000)]
XHTML strrrict!

16 years agoUpdated the HEAD build version to 20080812
moodlerobot [Tue, 12 Aug 2008 01:45:39 +0000 (01:45 +0000)]
Updated the HEAD build version to 20080812

16 years agoMDL-15993 The method to calculate the SCORM area needs to be changed - based on scree...
piers [Tue, 12 Aug 2008 01:26:10 +0000 (01:26 +0000)]
MDL-15993 The method to calculate the SCORM area needs to be changed - based on screen size alone does not make sense with big screens.   Only allow the overide of the height parameter if it is less than the user specified (user specified is no allowed to be less than 400).  Also - removed gratuitous use of whitespace.

16 years agoAutomatic installer.php lang files by installer_builder (20080812)
moodlerobot [Tue, 12 Aug 2008 01:24:48 +0000 (01:24 +0000)]
Automatic installer.php lang files by installer_builder (20080812)

16 years agoMDL-14492 Provide feedback to user about redirect delay in loadsco.php. Add lang...
piers [Mon, 11 Aug 2008 21:35:10 +0000 (21:35 +0000)]
MDL-14492 Provide feedback to user about redirect delay in loadsco.php.  Add lang text for please wait.

16 years agoMDL-15994 fix typo in choice/lib.php
danmarsden [Mon, 11 Aug 2008 21:19:21 +0000 (21:19 +0000)]
MDL-15994 fix typo in choice/lib.php

16 years agoMDL-15768 - more cap checks in resource mod
mjollnir_ [Mon, 11 Aug 2008 15:43:14 +0000 (15:43 +0000)]
MDL-15768 - more cap checks in resource mod

16 years agoMDL-15768 - mod/assignment upgraded to check caps before portfolio export
mjollnir_ [Mon, 11 Aug 2008 15:31:55 +0000 (15:31 +0000)]
MDL-15768 - mod/assignment upgraded to check caps before portfolio export

16 years agoMDL-15992: box.net file rename - fixing warning
mjollnir_ [Mon, 11 Aug 2008 15:30:38 +0000 (15:30 +0000)]
MDL-15992: box.net file rename - fixing warning

16 years ago MDL-15768 - add capability check in mod/resource for portfolio export
mjollnir_ [Mon, 11 Aug 2008 14:53:00 +0000 (14:53 +0000)]
 MDL-15768 - add capability check in mod/resource for portfolio export

16 years agoMDL-15768 - bump mod/data version and requires properly - requires portfolio code
mjollnir_ [Mon, 11 Aug 2008 14:44:56 +0000 (14:44 +0000)]
MDL-15768 - bump mod/data version and requires properly - requires portfolio code

16 years agoMDL-15768 - further capability check in mod/data portfolio export
mjollnir_ [Mon, 11 Aug 2008 14:14:39 +0000 (14:14 +0000)]
MDL-15768 - further capability check in mod/data portfolio export

16 years ago MDL-15768 - add new capabilities to mod/data for portfolio export
mjollnir_ [Mon, 11 Aug 2008 13:45:41 +0000 (13:45 +0000)]
 MDL-15768 - add new capabilities to mod/data for portfolio export

16 years agoMDL-15995 - portfolio cron. currently just cleans up any orphaned transfer data
mjollnir_ [Mon, 11 Aug 2008 12:50:26 +0000 (12:50 +0000)]
MDL-15995 - portfolio cron. currently just cleans up any orphaned transfer data

Later should be extended to add hooks in the plugins

16 years ago MDL-15992 - added smarter renames to the portfolio box.net plugin around the box...
mjollnir_ [Mon, 11 Aug 2008 11:24:32 +0000 (11:24 +0000)]
 MDL-15992 - added smarter renames to the portfolio box.net plugin around the box.net client library

16 years agoMDL-15777 - whole database module export rejigged to use files api.
mjollnir_ [Mon, 11 Aug 2008 10:40:04 +0000 (10:40 +0000)]
MDL-15777 - whole database module export rejigged to use files api.

disabled ods and excel export for now until those libraries work with files api.
reverted a previous patch I had in this area.

16 years agoMDL-15911 - reverting previous change to odslib - needs a proper rework to use files...
mjollnir_ [Mon, 11 Aug 2008 10:15:16 +0000 (10:15 +0000)]
MDL-15911 - reverting previous change to odslib - needs a proper rework to use files api.

16 years agoMDL-13766, add icon for each repository, fix css style
dongsheng [Mon, 11 Aug 2008 07:41:55 +0000 (07:41 +0000)]
MDL-13766, add icon for each repository, fix css style

16 years agoMDL-14913 fixing bad copy paste!
danmarsden [Mon, 11 Aug 2008 05:21:33 +0000 (05:21 +0000)]
MDL-14913 fixing bad copy paste!

16 years agoMDL-14913 check vars b4 using
danmarsden [Mon, 11 Aug 2008 05:09:44 +0000 (05:09 +0000)]
MDL-14913 check vars b4 using

16 years agoMDL-15328 - hide grade category drop down.
danmarsden [Mon, 11 Aug 2008 04:48:43 +0000 (04:48 +0000)]
MDL-15328 - hide grade category drop down.

16 years agoMDL-15933 Require jump destination MNET peer to be non-deleted.
peterbulmer [Mon, 11 Aug 2008 04:48:00 +0000 (04:48 +0000)]
MDL-15933 Require jump destination MNET peer to be non-deleted.
Also require landing source MNET peer to be non-deleted.

16 years agoMDL-14655 fix display of Choice when "show results after closed" is selected.
danmarsden [Mon, 11 Aug 2008 04:19:34 +0000 (04:19 +0000)]
MDL-14655 fix display of Choice when "show results after closed" is selected.

16 years agoMDL-13766, some small changes for repository api.
dongsheng [Mon, 11 Aug 2008 03:30:09 +0000 (03:30 +0000)]
MDL-13766, some small changes for repository api.

16 years agoUpdated the HEAD build version to 20080811
moodlerobot [Mon, 11 Aug 2008 01:15:09 +0000 (01:15 +0000)]
Updated the HEAD build version to 20080811

16 years agoAutomatic installer.php lang files by installer_builder (20080811)
moodlerobot [Mon, 11 Aug 2008 00:56:47 +0000 (00:56 +0000)]
Automatic installer.php lang files by installer_builder (20080811)

16 years agoUpdated the HEAD build version to 20080810
moodlerobot [Sun, 10 Aug 2008 01:33:25 +0000 (01:33 +0000)]
Updated the HEAD build version to 20080810

16 years agoMDL-14492 Provide feedback to user about redirect delay in loadsco.php. Change to...
piers [Sat, 9 Aug 2008 19:31:56 +0000 (19:31 +0000)]
MDL-14492 Provide feedback to user about redirect delay in loadsco.php.  Change to use a single lang text.

16 years agoMDL-15777 - updated most of the portfolio code to use files api.
mjollnir_ [Sat, 9 Aug 2008 14:24:58 +0000 (14:24 +0000)]
MDL-15777 - updated most of the portfolio code to use files api.

Not done:

- forum (the rest of the module isn't using files api yet)
- database mod (touches other parts of the code (ods and excel libs)
- portfolio download plugin (needs discussion with petr about userfiles)

all of these have been disabled in the meantime.

16 years agoMDL-15991 - made box.net client library support change to curl integration with files api
mjollnir_ [Sat, 9 Aug 2008 13:43:01 +0000 (13:43 +0000)]
MDL-15991 - made box.net client library support change to curl integration with files api
MDL-15992 - added renameFile function to box.net client library

16 years agoMDL-15991 - allow curl library to POST files by integrating with stored_file object.
mjollnir_ [Sat, 9 Aug 2008 13:35:33 +0000 (13:35 +0000)]
MDL-15991 - allow curl library to POST files by integrating with stored_file object.

16 years agoMDL-15990 - fixing bug in file_storage::create_file_from_storedfile - missing !
mjollnir_ [Sat, 9 Aug 2008 13:33:20 +0000 (13:33 +0000)]
MDL-15990 - fixing bug in file_storage::create_file_from_storedfile - missing !

16 years agoUpdated the HEAD build version to 20080809
moodlerobot [Sat, 9 Aug 2008 01:35:35 +0000 (01:35 +0000)]
Updated the HEAD build version to 20080809

16 years agoAutomatic installer.php lang files by installer_builder (20080809)
moodlerobot [Sat, 9 Aug 2008 01:17:09 +0000 (01:17 +0000)]
Automatic installer.php lang files by installer_builder (20080809)

16 years agoMDL-14589 adding function get_contenthash() - thanks Penny
skodak [Fri, 8 Aug 2008 13:11:32 +0000 (13:11 +0000)]
MDL-14589 adding function get_contenthash() - thanks Penny

16 years agoMDL-14589 more local --> stored renaming
skodak [Fri, 8 Aug 2008 11:50:45 +0000 (11:50 +0000)]
MDL-14589 more local --> stored renaming

16 years agoMDL-15837 Finished sql_ helper unit tests for mysql and postgres
nicolasconnault [Fri, 8 Aug 2008 11:03:03 +0000 (11:03 +0000)]
MDL-15837 Finished sql_ helper unit tests for mysql and postgres

16 years agoMDL-15919, MDL-15920 reworked support for archiving
skodak [Fri, 8 Aug 2008 10:22:59 +0000 (10:22 +0000)]
MDL-15919, MDL-15920 reworked support for archiving

16 years agoMDL-14589 more local --> stored renaming
skodak [Fri, 8 Aug 2008 09:34:12 +0000 (09:34 +0000)]
MDL-14589 more local --> stored renaming

16 years agoMDL-13766
dongsheng [Fri, 8 Aug 2008 07:11:35 +0000 (07:11 +0000)]
MDL-13766
1. fix repository_get_options
2. Use DOM method generate html

16 years agoMDL-12198
nicolasconnault [Fri, 8 Aug 2008 05:25:54 +0000 (05:25 +0000)]
MDL-12198

16 years agoMDL-13766, remove repository_local.php file
dongsheng [Fri, 8 Aug 2008 03:49:29 +0000 (03:49 +0000)]
MDL-13766, remove repository_local.php file

16 years agoMDL-13766, revert flickr/repository.class.php, commit local plugin.
dongsheng [Fri, 8 Aug 2008 03:47:14 +0000 (03:47 +0000)]
MDL-13766, revert flickr/repository.class.php, commit local plugin.

16 years agoMDL-13766
dongsheng [Fri, 8 Aug 2008 03:31:51 +0000 (03:31 +0000)]
MDL-13766
1. Create "local" plugin
2. Improve document

16 years agoUpdated the HEAD build version to 20080808
moodlerobot [Fri, 8 Aug 2008 01:40:31 +0000 (01:40 +0000)]
Updated the HEAD build version to 20080808

16 years agoAutomatic installer.php lang files by installer_builder (20080808)
moodlerobot [Fri, 8 Aug 2008 01:21:47 +0000 (01:21 +0000)]
Automatic installer.php lang files by installer_builder (20080808)

16 years agoComplete inline help about smtp hosts. Credit goes to Anthony. MDL-15923 ; merged...
stronk7 [Thu, 7 Aug 2008 22:56:34 +0000 (22:56 +0000)]
Complete inline help about smtp hosts. Credit goes to Anthony. MDL-15923 ; merged from 19_STABLE

16 years agoAllow font-family "protocol" to avoid kses cleaning it. MDL-15963 ; merged from 19_STABLE
stronk7 [Thu, 7 Aug 2008 22:38:46 +0000 (22:38 +0000)]
Allow font-family "protocol" to avoid kses cleaning it. MDL-15963 ; merged from 19_STABLE

16 years agoMDL-11188 SCORM module does not respect "prerequisites" like it used to. MDL-12342...
piers [Thu, 7 Aug 2008 21:44:42 +0000 (21:44 +0000)]
MDL-11188 SCORM module does not respect "prerequisites" like it used to. MDL-12342 & signs in CDATA sections are imported as &.  This is a rewrite of the prerequisite handling.

16 years agoMDL-15967 - must use full php tags, not shortags - thanks Urs
danmarsden [Thu, 7 Aug 2008 20:46:20 +0000 (20:46 +0000)]
MDL-15967 - must use full php tags, not shortags - thanks Urs

16 years agoFixed copy&paste error. Credit goes to Sergio Rabellino.
stronk7 [Thu, 7 Aug 2008 17:10:28 +0000 (17:10 +0000)]
Fixed copy&paste error. Credit goes to Sergio Rabellino.
http://moodle.org/mod/forum/discuss.php?d=102933 ; merged from HEAD

16 years agoMDL-15837 Started sql_ helper function tests for mysqli, mysql and postgres7
nicolasconnault [Thu, 7 Aug 2008 14:55:03 +0000 (14:55 +0000)]
MDL-15837 Started sql_ helper function tests for mysqli, mysql and postgres7

16 years agoMDL-15928 reverting previous commit - we might still need the binary zips because...
skodak [Thu, 7 Aug 2008 13:36:20 +0000 (13:36 +0000)]
MDL-15928 reverting previous commit - we might still need the binary zips because PHP ext is buggy on 64bit OS

16 years agoMDL-15924 Added CLOB and BLOB tests
nicolasconnault [Thu, 7 Aug 2008 12:59:44 +0000 (12:59 +0000)]
MDL-15924 Added CLOB and BLOB tests

16 years agoMessaging 2.0 fix.
ethem [Thu, 7 Aug 2008 11:42:09 +0000 (11:42 +0000)]
Messaging 2.0 fix.

16 years agoMissing NEXT attribute in previous commit breaking install. MDL-13766
stronk7 [Thu, 7 Aug 2008 10:17:47 +0000 (10:17 +0000)]
Missing NEXT attribute in previous commit breaking install. MDL-13766
(I'd suggest to always check those changes in the XMLDB Editor)

16 years agoMDL-13766, change function call.
dongsheng [Thu, 7 Aug 2008 09:01:16 +0000 (09:01 +0000)]
MDL-13766, change function call.

16 years agoMDL-13766, use a better function name
dongsheng [Thu, 7 Aug 2008 08:36:12 +0000 (08:36 +0000)]
MDL-13766, use a better function name

16 years agoMDL-13766, new field for repository table
dongsheng [Thu, 7 Aug 2008 07:48:14 +0000 (07:48 +0000)]
MDL-13766, new field for repository table

16 years agoMDL-11789, apply $CFG->filelifetime in send_file function.
dongsheng [Thu, 7 Aug 2008 06:09:58 +0000 (06:09 +0000)]
MDL-11789, apply $CFG->filelifetime in send_file function.

16 years agoMDL-13766
dongsheng [Thu, 7 Aug 2008 03:33:47 +0000 (03:33 +0000)]
MDL-13766
1. Pass context information to repository
TODO
Not sure about the way to get context, hard to find where we are, because print_textarea and moodle may be used in any place in moodle.
2. Change parameter type in ws.php

16 years agoUpdated the HEAD build version to 20080807
moodlerobot [Thu, 7 Aug 2008 01:44:00 +0000 (01:44 +0000)]
Updated the HEAD build version to 20080807

16 years agoAutomatic installer.php lang files by installer_builder (20080807)
moodlerobot [Thu, 7 Aug 2008 01:24:13 +0000 (01:24 +0000)]
Automatic installer.php lang files by installer_builder (20080807)

16 years agoMDL-8193 Incorrect handling of quotes in SetValue processing - recoded so that it...
piers [Wed, 6 Aug 2008 21:11:35 +0000 (21:11 +0000)]
MDL-8193  Incorrect handling of quotes in SetValue processing - recoded so that it escapes all values passed from tracks.

16 years agoMDL-14589 improved method names
skodak [Wed, 6 Aug 2008 20:51:14 +0000 (20:51 +0000)]
MDL-14589 improved method names

16 years agoFixing typo causing restore not to work within 19_STABLE branch (BC). MDL-15282 ...
stronk7 [Wed, 6 Aug 2008 16:43:40 +0000 (16:43 +0000)]
Fixing typo causing restore not to work within 19_STABLE branch (BC). MDL-15282 ; merged from 19_STABLE

16 years agoMDL-15777 - move all portfolio storage to portfolio_tempdata rather than session.
mjollnir_ [Wed, 6 Aug 2008 15:27:42 +0000 (15:27 +0000)]
MDL-15777 - move all portfolio storage to portfolio_tempdata rather than session.
This allows us to always have a unique id for a portfolio export which can be used as itemid for files api.
Also it makes the session smaller :)

16 years agoMDL-15928 comment improvement
skodak [Wed, 6 Aug 2008 11:28:17 +0000 (11:28 +0000)]
MDL-15928 comment improvement

16 years agoMDL-13766, use a better value for itemid.
dongsheng [Wed, 6 Aug 2008 08:09:01 +0000 (08:09 +0000)]
MDL-13766, use a better value for itemid.

16 years agoMDL-15941 block view permissions override regression fixed
skodak [Wed, 6 Aug 2008 05:07:46 +0000 (05:07 +0000)]
MDL-15941 block view permissions override regression fixed

16 years agoMDL-15402 finally we decided that the repository activation will be done with capabil...
jerome [Wed, 6 Aug 2008 03:30:55 +0000 (03:30 +0000)]
MDL-15402 finally we decided that the repository activation will be done with capabilities, and that there is no need to have a administration page for enable/disable repository, neither sort, neither settings. In administration we will just be able to setup an instance for Moodle context.

16 years agoMDL-13766, fix bugs in formlib
dongsheng [Wed, 6 Aug 2008 03:26:57 +0000 (03:26 +0000)]
MDL-13766, fix bugs in formlib

16 years agoMDL-15345: Fix in sql query, for postgres. (merge from 1.9)
scyrma [Wed, 6 Aug 2008 02:39:19 +0000 (02:39 +0000)]
MDL-15345: Fix in sql query, for postgres. (merge from 1.9)

16 years agoUpdated the HEAD build version to 20080806
moodlerobot [Wed, 6 Aug 2008 01:42:28 +0000 (01:42 +0000)]
Updated the HEAD build version to 20080806