Dongsheng Cai [Fri, 6 Aug 2010 09:38:36 +0000 (09:38 +0000)]
"MDL-23690, fixed set_context error, credits to Penny"
Dongsheng Cai [Fri, 6 Aug 2010 08:49:01 +0000 (08:49 +0000)]
MDL-23477, flickr_public repository plugin, click search button go back to search screen
Aparup Banerjee [Fri, 6 Aug 2010 08:16:08 +0000 (08:16 +0000)]
lesson MDL-23525 more bugs fixed to pagetypes.
Aparup Banerjee [Fri, 6 Aug 2010 06:20:28 +0000 (06:20 +0000)]
theme MDL-23363 config setting showblocksonmodpages (theme settings) & usages now removed
Sam Hemelryk [Fri, 6 Aug 2010 05:49:47 +0000 (05:49 +0000)]
navigation MDL-20276 Fixed use of override_active_url.
Dongsheng Cai [Fri, 6 Aug 2010 05:44:16 +0000 (05:44 +0000)]
"MDL-23065, non javascript filepicker, fixed maxfiles condition, improve ui"
Dongsheng Cai [Fri, 6 Aug 2010 05:22:08 +0000 (05:22 +0000)]
MDL-23196, fixed html block data structure problem
Aparup Banerjee [Fri, 6 Aug 2010 03:49:11 +0000 (03:49 +0000)]
assignment MDL-23684 renamed a variable causing confusion
Aparup Banerjee [Fri, 6 Aug 2010 03:32:11 +0000 (03:32 +0000)]
assignment MDL-23680 fixed upload single not displaying response file to student.
Eloy Lafuente [Fri, 6 Aug 2010 02:29:43 +0000 (02:29 +0000)]
MDL-23479 backup - example assignment offline subplugin support
Eloy Lafuente [Fri, 6 Aug 2010 02:27:36 +0000 (02:27 +0000)]
MDL-23479 backup - assignment revised & old code deleted (but restore logs). Support for subpluggins added
Andrew Davis [Fri, 6 Aug 2010 02:23:53 +0000 (02:23 +0000)]
survey MDL-23324 survey form generation was assuming that subquestions would always have the same type as their parent question. this lead to data being put in the wrong columns
Eloy Lafuente [Fri, 6 Aug 2010 02:20:21 +0000 (02:20 +0000)]
MDL-22245 backup - added support for subplugins in activities
Sam Hemelryk [Fri, 6 Aug 2010 02:11:01 +0000 (02:11 +0000)]
enrol MDL-23688 added missing argument to table::set_fields
Moodle Robot [Fri, 6 Aug 2010 00:45:09 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100806
Petr Skoda [Thu, 5 Aug 2010 20:14:55 +0000 (20:14 +0000)]
fixed fatal errors
Tim Hunt [Thu, 5 Aug 2010 18:15:17 +0000 (18:15 +0000)]
mod_quiz / navigation MDL-20276 replace make_active with override_active_url
It doesn't work, but I am committing it, so Sam H can take a look.
Tim Hunt [Thu, 5 Aug 2010 17:38:21 +0000 (17:38 +0000)]
quiz navigation: NOBUG link should be imperative, edit quiz, not editing quiz.
Tim Hunt [Thu, 5 Aug 2010 17:33:11 +0000 (17:33 +0000)]
question moving MDL-21195 add missing error message strings.
jerome mouneyrac [Thu, 5 Aug 2010 16:44:51 +0000 (16:44 +0000)]
webservice MDL-23679 fix get_enrolled_users return description
Tim Hunt [Thu, 5 Aug 2010 15:35:45 +0000 (15:35 +0000)]
quiz manual grading NOBUG fix performance issue with printing the user picture.
Tim Hunt [Thu, 5 Aug 2010 13:56:37 +0000 (13:56 +0000)]
textlib NOBUG improve comment to autocomplete works.
Tim Hunt [Thu, 5 Aug 2010 13:11:27 +0000 (13:11 +0000)]
qformat xml MDL-22743 questiontextformat not imported correctly since the fix for MDL-9700 went in.
Tim Hunt [Thu, 5 Aug 2010 13:04:42 +0000 (13:04 +0000)]
qformat_multianswer NOBUG fix comment.
Tim Hunt [Thu, 5 Aug 2010 12:43:13 +0000 (12:43 +0000)]
quiz reports MDL-21111 Quiz duration is reported in years if Time Finish is before Time Start
Suppose you have two load-balanced servers with badly-synchronised clocks, and
a student does a really quick quiz attempt.
Then it is possible that quiz_attemtp.timestart is greater than quiz_attemtp.timefinish.
And these columns are unsigned (on MySQL) so timefinish - timestart is compulted as
a number close to 2^64, which is about 42 times the age of the universe.
Do the subtraction in PHP instead. (But we still need to compute a duration columnin PHP
because sometimes we sort on it.)
Tim Hunt [Thu, 5 Aug 2010 12:13:27 +0000 (12:13 +0000)]
multianswer question import MDL-11326 make a better question name.
Also fix coding style in this file.
Sam Hemelryk [Thu, 5 Aug 2010 08:17:27 +0000 (08:17 +0000)]
NOBUG: Updating PHP docs for navigation - make_active and override_active_url
Sam Hemelryk [Thu, 5 Aug 2010 07:40:53 +0000 (07:40 +0000)]
forum MDL-23671 Fixed defaults for forum maxattachments
Andrew Davis [Thu, 5 Aug 2010 06:34:51 +0000 (06:34 +0000)]
survey MDL-23324 fixed an SQL error for postgres
Andrew Davis [Thu, 5 Aug 2010 05:39:31 +0000 (05:39 +0000)]
survey MDL-23324 reworked the downloading of survey results
Andrew Davis [Thu, 5 Aug 2010 05:38:15 +0000 (05:38 +0000)]
survey MDL-23324 refactored some code that had been left behind during prior refactoring
Andrew Davis [Thu, 5 Aug 2010 05:36:43 +0000 (05:36 +0000)]
survey MDL-23324 made survey use user_picture::fields()
Sam Hemelryk [Thu, 5 Aug 2010 04:05:28 +0000 (04:05 +0000)]
javascript MDL-23430 YUI moodle modules are no longer cached if CFG->cachejs is off
Sam Hemelryk [Thu, 5 Aug 2010 02:44:03 +0000 (02:44 +0000)]
NOBUG updating PHP docs for lib/navigationlib.php
Sam Hemelryk [Thu, 5 Aug 2010 02:24:39 +0000 (02:24 +0000)]
enrolment MDL-23669 Added missing call to $PAGE->set_course from enrol/index.php
Sam Hemelryk [Thu, 5 Aug 2010 02:22:48 +0000 (02:22 +0000)]
navigation MDL-23670 Added capability and enrollment checks to course generation
Moodle Robot [Thu, 5 Aug 2010 00:45:23 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100805
Petr Skoda [Wed, 4 Aug 2010 19:54:12 +0000 (19:54 +0000)]
MDL-23640 fixed borked include, my fault - credit goes to Basil Gohar
Petr Skoda [Wed, 4 Aug 2010 19:51:49 +0000 (19:51 +0000)]
MDL-23638 wrong sting concat in in spellchecker path - credit goes to Basil Gohar
Petr Skoda [Wed, 4 Aug 2010 19:49:23 +0000 (19:49 +0000)]
MDL-23666 linking enrol UI instead of role assign at course context
Tim Hunt [Wed, 4 Aug 2010 19:44:59 +0000 (19:44 +0000)]
quiz editing MDL-22371 with JS off, clicking add question, then cancel, did not work.
Also, other simpilar issues with other buttons.
And, finally fix the absolute URLs being passed as returnurl. Apache mod_security did not like that.
Tim Hunt [Wed, 4 Aug 2010 19:43:26 +0000 (19:43 +0000)]
quiz editing: MDL-22263 Editing UI messed up with JavaScript disabled.
Also, other minor layout improvements.
Tim Hunt [Wed, 4 Aug 2010 19:02:45 +0000 (19:02 +0000)]
quiz view NOBUG Table columns did not always line up.
Tim Hunt [Wed, 4 Aug 2010 18:56:51 +0000 (18:56 +0000)]
question flags MDL-22643 Manually commenting should not reset the flag state.
Tim Hunt [Wed, 4 Aug 2010 18:45:05 +0000 (18:45 +0000)]
quiz reports MDL-17388 tweak layout so more useful stuff fits on the first page.
In particular, I think you should be able to see at least the top of the table or results without scrolling, if your monitor is not too small.
Tim Hunt [Wed, 4 Aug 2010 18:36:52 +0000 (18:36 +0000)]
base theme MDL-17388 make more efficient use of the full width available in Moodle forms.
I hope this is OK with Patrick M.
Tim Hunt [Wed, 4 Aug 2010 17:54:55 +0000 (17:54 +0000)]
qtype_truefalse MDL-22658 questions get marked as answered even when an answer has not been selected.
Tim Hunt [Wed, 4 Aug 2010 17:40:01 +0000 (17:40 +0000)]
weblib MDL-22664 html_to_text should not strip images, it should replace them by their alt text.
Also, an new optional argument to html_to_text to control word-wrapping.
Tim Hunt [Wed, 4 Aug 2010 16:47:57 +0000 (16:47 +0000)]
quiz editing MDL-23572 Make it possible to delete empty pages of the quiz.
Tim Hunt [Wed, 4 Aug 2010 16:31:54 +0000 (16:31 +0000)]
mod_quiz / navigation MDL-20276 further polishing the quiz navigation structure.
Tim Hunt [Wed, 4 Aug 2010 16:25:24 +0000 (16:25 +0000)]
quiz statistics report NOBUG remove debug code. Sorry.
john St [Wed, 4 Aug 2010 16:20:46 +0000 (16:20 +0000)]
Adding new core theme splash MDL-23661
Tim Hunt [Wed, 4 Aug 2010 15:22:04 +0000 (15:22 +0000)]
mod quiz + questions MDL-22370 convert JavaScript to YUI3 and modules.
Note, quiz editing JS has not been done yet.
Tim Hunt [Wed, 4 Aug 2010 15:05:31 +0000 (15:05 +0000)]
quiz responses report MDL-23377 responses report needs to be fixed in HEAD as well as overview.
john St [Wed, 4 Aug 2010 15:00:43 +0000 (15:00 +0000)]
CSS fix for MDL-23639
Andreas Grabs [Wed, 4 Aug 2010 14:06:27 +0000 (14:06 +0000)]
Numeric answers was print out as string in the detailed xls-sheet
Andreas Grabs [Wed, 4 Aug 2010 13:53:07 +0000 (13:53 +0000)]
Numeric answers was print out as string in the detailed xls-sheet
Petr Skoda [Wed, 4 Aug 2010 09:48:04 +0000 (09:48 +0000)]
MDL-23628 removed more log_display upgrade leftovers
Petr Skoda [Wed, 4 Aug 2010 09:45:21 +0000 (09:45 +0000)]
fixed typos
Petr Skoda [Wed, 4 Aug 2010 09:44:25 +0000 (09:44 +0000)]
MDL-23628 removed log_display upgrade leftovers
Sam Hemelryk [Wed, 4 Aug 2010 09:13:27 +0000 (09:13 +0000)]
form-dateselector MDL-23096 Converted the date selector to a YUI-Moodle module
Aparup Banerjee [Wed, 4 Aug 2010 08:52:59 +0000 (08:52 +0000)]
lesson MDL-23525 passed in a missing object to remove notices seen.
Sam Hemelryk [Wed, 4 Aug 2010 08:23:52 +0000 (08:23 +0000)]
mod-data MDL-23618 Converted preset page to make use of mforms and new file picker element
Petr Skoda [Wed, 4 Aug 2010 07:55:49 +0000 (07:55 +0000)]
MDL-23655 fixed yet another PAGE->context issue - let's make system context default PAGE->context in CLI scripts
Petr Skoda [Wed, 4 Aug 2010 07:37:02 +0000 (07:37 +0000)]
MDL-23616 extremely messy hack to work around weird course handling resulting in unknown PAGE->context
Dongsheng Cai [Wed, 4 Aug 2010 07:32:17 +0000 (07:32 +0000)]
"MDL-23650, removed user quota check in user draft"
Dongsheng Cai [Wed, 4 Aug 2010 07:19:58 +0000 (07:19 +0000)]
"MDL-23606, legacy_filter should return text even courseid is null, all text in user context will be empty"
Dongsheng Cai [Wed, 4 Aug 2010 03:57:10 +0000 (03:57 +0000)]
MDL-23065, fix non js filepicker
Andrew Davis [Wed, 4 Aug 2010 03:37:18 +0000 (03:37 +0000)]
survey MDL-23324 made use of user_picture::fields()
Aparup Banerjee [Wed, 4 Aug 2010 02:26:46 +0000 (02:26 +0000)]
lesson MDL-23525 changed attempts retrieval from db to intuitional (code assumes it too) first->last attempt order
Aaron Barnes [Wed, 4 Aug 2010 02:21:19 +0000 (02:21 +0000)]
course completion: MDL-2631 Prevent error when no roles are available
Andrew Davis [Wed, 4 Aug 2010 01:42:07 +0000 (01:42 +0000)]
themes MDL-23507 made the current week highlighting look a little better with the theme anomoly
Andrew Davis [Wed, 4 Aug 2010 01:15:18 +0000 (01:15 +0000)]
themes MDL-23507 prevented standard theme from not highlighting the current week on the course page
Moodle Robot [Wed, 4 Aug 2010 00:45:54 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100804
Jordi Piguillem [Tue, 3 Aug 2010 17:28:17 +0000 (17:28 +0000)]
[MDL-23556]
Fixing this issue at wiki creation.
Jordi Piguillem [Tue, 3 Aug 2010 17:05:59 +0000 (17:05 +0000)]
[MDL-23432]
Fixing problems at comments
Andrea Bicciolo [Tue, 3 Aug 2010 16:31:02 +0000 (16:31 +0000)]
Fix for MDL-23342
Tim Hunt [Tue, 3 Aug 2010 16:17:49 +0000 (16:17 +0000)]
dock javascript NOBUG Add missing ;s that were causing Eclipse warnings.
I thought they were also breaking things in Firefox, but I was wrong about that.
Still, seems worth comitting this code clean-up.
Eloy Lafuente [Tue, 3 Aug 2010 15:38:25 +0000 (15:38 +0000)]
MDL-23479 backup - lesson revised & old code deleted (but restore logs)
john St [Tue, 3 Aug 2010 15:05:12 +0000 (15:05 +0000)]
Added settings to fusion theme. MDL-23299
Tim Hunt [Tue, 3 Aug 2010 14:32:28 +0000 (14:32 +0000)]
NOBUG fix typo in exception message.
Helen Foster [Tue, 3 Aug 2010 14:14:05 +0000 (14:14 +0000)]
MDL-23598 rewording help strings thanks to Joseph Rezeau
Tim Hunt [Tue, 3 Aug 2010 13:15:27 +0000 (13:15 +0000)]
quiz overview report MDL-23377 can't delete attempts when there are no students.
Actually, reviewing this, I noticed some other security checks were missing, for
example we should ensure the users can only delete attempts belonging to this quiz!
Tim Hunt [Tue, 3 Aug 2010 13:09:42 +0000 (13:09 +0000)]
output lib NOBUG support full-screen pop-ups again - bug fix of previous commit. Sorry.
Tim Hunt [Tue, 3 Aug 2010 12:54:23 +0000 (12:54 +0000)]
quiz overview MDL-23377 whitespace cleanup, before doing the real fix.
Jordi Piguillem [Tue, 3 Aug 2010 11:30:54 +0000 (11:30 +0000)]
[MDL-23432]
Fixing this issue and some other problems with comments interface and capabilities.
Tim Hunt [Tue, 3 Aug 2010 11:15:57 +0000 (11:15 +0000)]
output lib NOBUG support full-screen pop-ups again.
Tim Hunt [Tue, 3 Aug 2010 11:10:57 +0000 (11:10 +0000)]
quiz statistics NOBUG code cleanup.
Tim Hunt [Tue, 3 Aug 2010 11:10:38 +0000 (11:10 +0000)]
quiz MDL-22691 error when editing a block's config on the quiz view page.
Petr Skoda [Tue, 3 Aug 2010 11:00:02 +0000 (11:00 +0000)]
we really should redirect after each action, otherwise sloppy referer tricks fail back especially when action is using POST
Eloy Lafuente [Tue, 3 Aug 2010 10:56:35 +0000 (10:56 +0000)]
NOMDL - edit_button() change internals to be 100% in pair with settings block urls
Tim Hunt [Tue, 3 Aug 2010 10:55:22 +0000 (10:55 +0000)]
quiz NOBUG Attempt {$a} was appearing on the view page. Need a new lang string.
john St [Tue, 3 Aug 2010 10:50:14 +0000 (10:50 +0000)]
Fix for MDL-22840
Tim Hunt [Tue, 3 Aug 2010 10:39:52 +0000 (10:39 +0000)]
qtype shortanswer MDL-20380 small refactoring to help subclasses. Thanks to Oleg Sychev.
Petr Skoda [Tue, 3 Aug 2010 10:32:27 +0000 (10:32 +0000)]
MDL-23598 fixed display problem related to review option - credit goes to Joseph R\8ezeau
Petr Skoda [Tue, 3 Aug 2010 10:08:25 +0000 (10:08 +0000)]
MDL-23628 adding ugprade info
Petr Skoda [Tue, 3 Aug 2010 10:07:18 +0000 (10:07 +0000)]
MDL-23628 improved log action support - now similar to handling of capabilities
jerome mouneyrac [Tue, 3 Aug 2010 09:50:40 +0000 (09:50 +0000)]
community block MDL-23629 fix missing global $CFG in the renderer
jerome mouneyrac [Tue, 3 Aug 2010 09:27:30 +0000 (09:27 +0000)]
community block MDL-23481 "fix" pathname that used get_string
Dongsheng Cai [Tue, 3 Aug 2010 09:03:56 +0000 (09:03 +0000)]
"MDL-13766, filesystem plugin should return empty url attribute"