33270 Commits

Author SHA1 Message Date
mjollnir_
ce09fecc99 MDL-16423 - refactor of portfolio_add_button into class for much better usability
currently portfolio_add_button still exists and just acts as a wrapper around the class
so i have not changed any calling code to use the new objects yet.
2008-09-10 16:34:08 +00:00
nicolasconnault
7a8977d5fb MDL-15666 MDL-16177 Fixed pgsql bug 2008-09-10 15:14:44 +00:00
mjollnir_
354c9a5014 MDL-16414 - backing out earlier patch to try and fix this 2008-09-10 13:51:23 +00:00
mjollnir_
36b1cfd6c2 MDL-14591 - fix misnamed member variable in exporter class 2008-09-10 13:51:01 +00:00
mjollnir_
3d7fe06982 MDL-16414 - make the download plugin just redirect to the file url 2008-09-10 13:07:16 +00:00
mjollnir_
d5d9b23989 MDL-14591 - add get_base_file_url for pull portfolio plugins to use 2008-09-10 12:49:14 +00:00
mjollnir_
9b69a0ce56 MDL-16406 - trying to mitigate box.net problems slightly. 2008-09-10 12:04:30 +00:00
mjollnir_
5ec4b6978c fix typo in boxlib library (renamefile) 2008-09-10 11:52:29 +00:00
mjollnir_
dd0f962c21 MDL-15760 - removing out of date comment in boxnet portfolio plugin 2008-09-10 11:03:25 +00:00
tjhunt
6f49dd0f36 MDL-16411 Oops, I had the logic backwards. 2008-09-10 10:30:43 +00:00
tjhunt
d849880e56 MDL-16411 Move all plugintype_pluginname_version values from config to config_plugins 2008-09-10 10:15:05 +00:00
mjollnir_
0b88fedf88 MDL-16423 - upload assignment types get mime detection (and fixed earlier related regression) 2008-09-10 09:38:04 +00:00
mjollnir_
e4af1deef4 MDL-15833 - added some commented out hints for upload resource (not implemented yet) 2008-09-10 09:36:42 +00:00
dongsheng
2d7bbf554a "MDL-13766, add path to node" 2008-09-10 07:42:41 +00:00
dongsheng
911e0eb050 MDL-13766
1. change css className
2. add comments
2008-09-10 07:11:47 +00:00
tjhunt
d49962135c Missing global $DB; causing fatal error. 2008-09-10 06:21:27 +00:00
tjhunt
bdff6b85d9 MDL-16409 - Finish the report. 2008-09-10 05:34:09 +00:00
tjhunt
cca6e300e7 Refactor getting question bank capabilties in mod/quiz/lib.php - don't hard code them.
Also, functions for getting a URL for editing questions in a particular context, ready for MDL-16409.
2008-09-10 05:28:25 +00:00
tjhunt
a856c14ed6 Whitespace fix. 2008-09-10 05:26:35 +00:00
dongsheng
1cd9bd802a "MDL-13766, remove debug code" 2008-09-10 05:20:08 +00:00
scyrma
bf304d495b MDL-15351: correcting context and list all available files 2008-09-10 04:21:43 +00:00
jerome
d9dc2150ae MDL-15402: display title attribut for show/hide image in the repository administration 2008-09-10 04:12:42 +00:00
jerome
bbcd4860cc MDL-15402: now Moodle display course/user repositories only if the user can edit/create at least one instance 2008-09-10 03:44:08 +00:00
peterbulmer
ee4bd7876b MDL-16378 Changes to lang strings,
remoteappuser should be output as somthing like 'Remote Moodle User' or
'Remote Mahara User' or 'Remote <application name goes here> User'
2008-09-10 03:25:28 +00:00
dongsheng
615a28597e MDL-16403
1. move boxnet lib to moodle lib folder
2. fix a notice
2008-09-10 03:10:42 +00:00
tjhunt
e056398a10 MDL-16429 Notice when previewing questions since MDL-16263 was implemented. 2008-09-10 02:58:52 +00:00
dongsheng
66dc47bc32 "MDL-13766, load yui lib one time, TODO: load file picker code one time" 2008-09-10 02:49:53 +00:00
tjhunt
6ab04c6e99 MDL-16263 - followup - I forgot to commit these images before. 2008-09-10 02:45:36 +00:00
tjhunt
0cd465770f MDL-7010 - followup - quiz config settings were referred to in two places in the question bank. Since these settings are now in config_plugins, the references need to be update. (Of course, perhaps these should not be referred to at all ...) 2008-09-10 02:44:21 +00:00
dongsheng
9bf0d6332f "MDL-13766, fix event register bug" 2008-09-10 01:57:18 +00:00
moodlerobot
2b38e2447c Updated the HEAD build version to 20080910 2008-09-10 01:52:21 +00:00
mjollnir_
a97bcd684c MDL-15758: fixing regressions i introduced in lib.php v 1.359 2008-09-09 21:06:19 +00:00
mjollnir_
53aa4841c4 MDL-15760 improvements to create folder handling in box.net portfolio plugin 2008-09-09 21:03:37 +00:00
mjollnir_
dff30094cc MDL-15350 - make boxnet client implement sane defaults for createfolder as well as upload file 2008-09-09 20:57:46 +00:00
mjollnir_
2e0c7925ec MDL-16403A - save state in portfolio before redirecting to steal control url. 2008-09-09 14:08:59 +00:00
nicolasconnault
74cd7b9303 MDL-15666 chat module caller tests and generation 2008-09-09 14:04:29 +00:00
mjollnir_
a200c487f2 MDL-16405 - throw the right exception during admin operations to avoid unnecessary debugging notice. 2008-09-09 13:44:16 +00:00
mjollnir_
237d80e06e MDL-16341 - flickr plugin should allow only one instance to be configured 2008-09-09 13:32:48 +00:00
nicolasconnault
3b19b67cd8 MDL-15666 adding data mod tables to list of tables to clean up 2008-09-09 13:01:23 +00:00
nicolasconnault
f968a736cf MDL-15666 database module caller unit test working (get_sha1 only) 2008-09-09 12:49:32 +00:00
mjollnir_
b4fecea22d MDL-16391 - forum posts with no attachments get to be PORTFOLIO_FORMAT_HTML 2008-09-09 11:25:45 +00:00
mjollnir_
8f95364733 MDL-16391 - plain text resources are now PORTFOLIO_FORMAT_TEXT. 2008-09-09 11:01:29 +00:00
nicolasconnault
2341547ccc MDL-15666 Fixed some fatal errors in database generation 2008-09-09 10:17:48 +00:00
tjhunt
3041a0dfed MDL-16409 Make a new admin report to list all questions of a particular type, by context
Partially done. This has the settings form, and queries the database for the right data, but does not format it correctly yet.
2008-09-09 10:16:17 +00:00
mjollnir_
2ddd044af8 MDL-16390 - detect duplicates when copying files to portfolio export area and handle it nicer
this will mean that there will only be one file, and the filename will be set to whatever the first one was, but it's better than getting the error.
2008-09-09 09:56:56 +00:00
tjhunt
89ee3c7937 MDL-16348 - followup - prevent debug output when logged in as a non-admin. Thanks to Mat for ponting this out. 2008-09-09 09:35:54 +00:00
mjollnir_
d8606b2078 MDL-15833 - make the portfolio callers use the helper functions to detect expected time. 2008-09-09 09:32:16 +00:00
moodler
62dd6a9f22 Replaced the loading image that had an english word in it with something language neutral 2008-09-09 09:23:09 +00:00
nicolasconnault
d5849d59ae MDL-15666 Added database and forum caller unit tests 2008-09-09 09:17:49 +00:00
tjhunt
c465505849 MDL-16343 - followup - HTML Strict! 2008-09-09 09:11:57 +00:00