]>
git.mjollnir.org Git - moodle.git/log
mjollnir_ [Tue, 9 Sep 2008 09:01:31 +0000 (09:01 +0000)]
MDL-15362 - localised mnet server fault strings and added size to send_content_ready
so mahara can check user quotas earlier in the transfer
mjollnir_ [Tue, 9 Sep 2008 08:59:27 +0000 (08:59 +0000)]
MDL-15833 - lang strings for admin settings for expected time thresholds
mjollnir_ [Tue, 9 Sep 2008 08:57:51 +0000 (08:57 +0000)]
MDL-15833 - provide helper functions to determine expected time, and allow admins to set thresholds.
tjhunt [Tue, 9 Sep 2008 08:57:13 +0000 (08:57 +0000)]
MDL-16408 Improve counting of questions of a missing type.
scyrma [Tue, 9 Sep 2008 08:50:10 +0000 (08:50 +0000)]
MDL-15351: fixing the path arguments, and a bit of white space drama cleanup.
tjhunt [Tue, 9 Sep 2008 08:47:49 +0000 (08:47 +0000)]
MDL-16413 admin/report/question no longer needed in head since we no longer support upgrades from before 1.9
tjhunt [Tue, 9 Sep 2008 08:43:40 +0000 (08:43 +0000)]
MDL-6751 Admin page for question types. This does the bulk of the work:
MDL-16407 Add to admin/settings/plugins.php to link to the new manage page, and pull in any qtype settings pages
MDL-16408 Write the manage question types page, to display the table of installed types
tjhunt [Tue, 9 Sep 2008 08:35:38 +0000 (08:35 +0000)]
Whitespace and comment improvements.
tjhunt [Tue, 9 Sep 2008 08:31:41 +0000 (08:31 +0000)]
MDL-16343 - followup - remove one unused line of code.
tjhunt [Tue, 9 Sep 2008 08:30:54 +0000 (08:30 +0000)]
MDL-14637 Allow modules to have a settingstree.php when they want to do something more complex that just settings.php - needs to be supported in modules.php too.
Also remove support for the old config.php here, since it has been removed everywhere else too.
skodak [Tue, 9 Sep 2008 08:30:00 +0000 (08:30 +0000)]
MDL-16088 scorm new file api conversion
tjhunt [Tue, 9 Sep 2008 07:00:16 +0000 (07:00 +0000)]
moodle_database conversion error.
scyrma [Tue, 9 Sep 2008 05:29:07 +0000 (05:29 +0000)]
MDL-16319: set a css sheet for the content of the editor - fixing the issue
with the default font size. This commit also reactivates the media plugin.
moodler [Tue, 9 Sep 2008 04:14:06 +0000 (04:14 +0000)]
Updated a config string to make it more explanatory
dongsheng [Tue, 9 Sep 2008 03:25:03 +0000 (03:25 +0000)]
MDL-13766
popup authentication support (draft)
tjhunt [Tue, 9 Sep 2008 02:48:54 +0000 (02:48 +0000)]
XHTML Strict!
scyrma [Tue, 9 Sep 2008 02:23:47 +0000 (02:23 +0000)]
MDL-14679: regression caused by a missing '>'.
tjhunt [Tue, 9 Sep 2008 02:03:28 +0000 (02:03 +0000)]
MDL-7308 - followup - fix notices. Thanks to Pierre Pichet for the fix.
tjhunt [Tue, 9 Sep 2008 01:50:30 +0000 (01:50 +0000)]
MDL-16398 Remove the unused and unnecessary set_default_options method from the question type API
moodlerobot [Tue, 9 Sep 2008 01:47:24 +0000 (01:47 +0000)]
Updated the HEAD build version to
20080909
skodak [Mon, 8 Sep 2008 23:16:48 +0000 (23:16 +0000)]
MDL-16394 user profile browsing and serving improvements
stronk7 [Mon, 8 Sep 2008 23:06:16 +0000 (23:06 +0000)]
Fix regression introduced by MDL-12029. Concepts must not be linked by filters. MDL-16372 ; merged from 19_STABLE
poltawski [Mon, 8 Sep 2008 21:51:54 +0000 (21:51 +0000)]
Allow portfolio plugins to register event handlers - MDL-16392
piers [Mon, 8 Sep 2008 19:45:50 +0000 (19:45 +0000)]
MDL-11734 - cmi.comments_from_learner not read - write. revamp the handling of array style elements.
stronk7 [Mon, 8 Sep 2008 18:16:39 +0000 (18:16 +0000)]
XHTML-ize course categories list. MDL-16358 ; merged from 19_STABLE
stronk7 [Mon, 8 Sep 2008 14:27:32 +0000 (14:27 +0000)]
Added missing join condition. Credit goes to Colin Chambers. MDL-16385 ; merged from 19_STABLE
mjollnir_ [Mon, 8 Sep 2008 13:47:39 +0000 (13:47 +0000)]
MDL-14591 - fix up call to exporter->get_base_filearea
mjollnir_ [Mon, 8 Sep 2008 13:44:36 +0000 (13:44 +0000)]
MDL-14591 - split portfoliolib into logical parts for better readability
Especially as some of the functions shared by base classes (portfolio plugin vs caller) were the same
it was getting a bit unweildy to have all this in one file.
tjhunt [Mon, 8 Sep 2008 11:32:31 +0000 (11:32 +0000)]
MDL-16348 Reorganise admin tree:
* New Capability report put under Users -> Permissions
* Miscellaneous category renamed to Development
* Unit tests and Functional DB test moved to be under Development.
* The hard-coded hack that was used to change the permission that controls the Backups and stats reports replaced with settings.php files.
* There were two hidden Miscellaneous things in the old category, so I moved them. Multilan upgrade now under Lanuages, and Online assignment cleanup now under Plugins -> Activity modules. Both still hidden.
There was already a way for admin report plugins to control where they appeared in the tree, but it was not documented, so see http://docs.moodle.org/en/Development:Admin_reports
jamiesensei [Mon, 8 Sep 2008 10:35:14 +0000 (10:35 +0000)]
MDL-7308 "Check all the DB columns used to store grades, and make sure they all use a consistent type." Since quiz->sumgrades is now string "0.00000" (quiz->sumgrades) no longer evaluates as false. Changing to (quiz->sumgrades != 0)
jerome [Mon, 8 Sep 2008 09:41:38 +0000 (09:41 +0000)]
MDL-15402: fix a bug when try to display list of instances for not added plugin
dongsheng [Mon, 8 Sep 2008 08:48:07 +0000 (08:48 +0000)]
MDL-13766, users can delele their own cache files in fp.
dongsheng [Mon, 8 Sep 2008 07:51:07 +0000 (07:51 +0000)]
"MDL-13766, fix repository id in thumbnail view"
dongsheng [Mon, 8 Sep 2008 07:24:27 +0000 (07:24 +0000)]
"MDL-13766, fix treeview html id"
tjhunt [Mon, 8 Sep 2008 07:11:13 +0000 (07:11 +0000)]
Tab -> spaces
tjhunt [Mon, 8 Sep 2008 07:01:41 +0000 (07:01 +0000)]
MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden.
tjhunt [Mon, 8 Sep 2008 07:00:49 +0000 (07:00 +0000)]
MDL-16343 New PARAM_ type, PARAM_CAPABILITY.
tjhunt [Mon, 8 Sep 2008 06:59:11 +0000 (06:59 +0000)]
Comment update.
dongsheng [Mon, 8 Sep 2008 06:20:24 +0000 (06:20 +0000)]
MDL-13766
1. fix boxnet search feature
2. fix bugs in global search
scyrma [Mon, 8 Sep 2008 06:09:11 +0000 (06:09 +0000)]
MDL-15405: draftfile url rewriting function now working as it should for a nice bunch of test cases.
moodler [Mon, 8 Sep 2008 05:58:19 +0000 (05:58 +0000)]
Added maxattachments field for setting max number of attachments
moodler [Mon, 8 Sep 2008 05:46:42 +0000 (05:46 +0000)]
MDL-14722 Added new maxattachments setting at admin and forum level to
set the maximum number of attachments for forum posts. Default: 1.
Works, but still needs a bit of polishing to deal with re-editing posts (to stop people going above maxattachments)
Also fixed documentation for attachments.
moodler [Mon, 8 Sep 2008 05:41:45 +0000 (05:41 +0000)]
MDL-15348 Add changes for filepicker to support the display of existing files
dongsheng [Mon, 8 Sep 2008 05:38:13 +0000 (05:38 +0000)]
MDL-13766, global search enabled.
scyrma [Mon, 8 Sep 2008 03:07:07 +0000 (03:07 +0000)]
MDL-13766: make the filepicker work over https when necessary.
moodler [Mon, 8 Sep 2008 02:35:22 +0000 (02:35 +0000)]
MDL-9683 Fixed a typo in an error string name invalidseeky -> invalidsesskey
tjhunt [Mon, 8 Sep 2008 02:33:24 +0000 (02:33 +0000)]
Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum/discuss.php?d=105164
jerome [Mon, 8 Sep 2008 02:10:30 +0000 (02:10 +0000)]
MDL-15402: fixes for tabs.php - now display tab repository only for the current user, + add some context security
moodlerobot [Mon, 8 Sep 2008 01:45:01 +0000 (01:45 +0000)]
Updated the HEAD build version to
20080908
piers [Mon, 8 Sep 2008 00:31:15 +0000 (00:31 +0000)]
MDL-16299 - Javascript error during scorm player load. SCOID should not be populated - TOC figures this out.
skodak [Sun, 7 Sep 2008 23:22:23 +0000 (23:22 +0000)]
MDL-16072 fixed area browsing
skodak [Sun, 7 Sep 2008 23:21:31 +0000 (23:21 +0000)]
MDL-14589 fixed undefined itemid
skodak [Sun, 7 Sep 2008 23:20:51 +0000 (23:20 +0000)]
MDL-16075 adding missing lang strings
skodak [Sun, 7 Sep 2008 22:37:32 +0000 (22:37 +0000)]
MDL-16072 adding missing lang strings
skodak [Sun, 7 Sep 2008 22:35:37 +0000 (22:35 +0000)]
MDL-15906 filepicker support in all file functions in formslib
skodak [Sun, 7 Sep 2008 22:35:03 +0000 (22:35 +0000)]
MDL-14589 adding missing lang strings
skodak [Sun, 7 Sep 2008 22:34:18 +0000 (22:34 +0000)]
MDL-14589 sample function for draft area files migration and relinking
skodak [Sun, 7 Sep 2008 22:23:10 +0000 (22:23 +0000)]
MDL-14589 /. files are not created anymore when browsing empty areas, yay!
skodak [Sun, 7 Sep 2008 13:30:46 +0000 (13:30 +0000)]
MDL-15906 filepicker support in all file functions in formslib
skodak [Sun, 7 Sep 2008 10:06:26 +0000 (10:06 +0000)]
MDL-14589 /. files are not created anymore when browsing empty areas, yay!
skodak [Sun, 7 Sep 2008 09:57:35 +0000 (09:57 +0000)]
MDL-14589 list of user areas is read only
peterbulmer [Sun, 7 Sep 2008 06:00:22 +0000 (06:00 +0000)]
MDL-14488 - start sql query with unique field - credit David Monllaó
peterbulmer [Sun, 7 Sep 2008 04:59:37 +0000 (04:59 +0000)]
MDL-16301 - use better variable
peterbulmer [Sun, 7 Sep 2008 04:55:44 +0000 (04:55 +0000)]
MDL-16301 - bugfix for earlier commit
peterbulmer [Sun, 7 Sep 2008 03:26:10 +0000 (03:26 +0000)]
MDL-16286 remove additional reference to (now undefined) $sql
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:25:27 +0000 (03:25 +0000)]
MDL-16335 additional comment
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:24:56 +0000 (03:24 +0000)]
MDL-16285 Simplify separate treatment of executing peer.
Change 'if' to comply with moodle coding standards
Improvements to comment
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:22:34 +0000 (03:22 +0000)]
MDL-16286 - replace get_records_sql with more generic get_records
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:21:57 +0000 (03:21 +0000)]
MDL-16335 - alter grouping, rename var and add comment to improve readability
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:20:32 +0000 (03:20 +0000)]
MDL-16335 remove unnecessary clone
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:19:35 +0000 (03:19 +0000)]
MDL-16301 - address issue
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
peterbulmer [Sun, 7 Sep 2008 03:18:53 +0000 (03:18 +0000)]
MDL-16286 separate strip wrappers() to decrypt() and check_sig()
additionally unfold logic inverstion around encrypted if block
To view this diff more effectively, consider setting 'ignore whitespace'
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
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>
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>
moodlerobot [Sun, 7 Sep 2008 01:41:29 +0000 (01:41 +0000)]
Updated the HEAD build version to
20080907
skodak [Sat, 6 Sep 2008 22:04:42 +0000 (22:04 +0000)]
MDL-16368 commenting out unfinished code for now
skodak [Sat, 6 Sep 2008 21:33:07 +0000 (21:33 +0000)]
MDL-15919 do not modify $file_record parameters when creating new files
skodak [Sat, 6 Sep 2008 21:16:59 +0000 (21:16 +0000)]
MDL-15919 oops, reverting previous commit - not finished yet
skodak [Sat, 6 Sep 2008 21:15:52 +0000 (21:15 +0000)]
MDL-15919 fixed scriptname param
skodak [Sat, 6 Sep 2008 18:18:36 +0000 (18:18 +0000)]
MDL-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
skodak [Sat, 6 Sep 2008 17:00:43 +0000 (17:00 +0000)]
MDL-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
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.
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.
nicolasconnault [Sat, 6 Sep 2008 13:34:37 +0000 (13:34 +0000)]
MDL-15666 Generator fixed. Ready for forum portfolio caller testing
nicolasconnault [Sat, 6 Sep 2008 13:19:26 +0000 (13:19 +0000)]
MDL-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
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.
nicolasconnault [Sat, 6 Sep 2008 11:22:30 +0000 (11:22 +0000)]
MDL-14081 fixed error in eventslib unit tests
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)
moodlerobot [Sat, 6 Sep 2008 01:38:26 +0000 (01:38 +0000)]
Updated the HEAD build version to
20080906
mjollnir_ [Fri, 5 Sep 2008 17:23:22 +0000 (17:23 +0000)]
MDL-16360 - better forum implementation
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)
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)
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.
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
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
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
mjollnir_ [Fri, 5 Sep 2008 12:40:46 +0000 (12:40 +0000)]
MDL-14591 - improved phpdocs in portfolio_exporter class, fixed 2 bugs