Gerard (Gerry) Caulfield
0c5e3d4564
MDL-29400 Fixing unset object bug encountered by Rajesh during testing
2011-12-22 09:55:38 +01:00
Gerard (Gerry) Caulfield
efa9f19281
MDL-29400 Update the upload and uploadsingle assignment classes to so
...
that they only display the assignment submitted status when it has
actually been submitted.
2011-12-20 22:55:23 +01:00
Marina Glancy
92ec74a9a7
MDL-30733: synchronizing view_feedback with parent function to work with advanced grading
...
assignment_upload::view_feedback was overriden. It is altered the same way as parent function was to work with advanced grading and so it is displayed correctly in user complete report
2011-12-15 16:47:18 +08:00
Eloy Lafuente (stronk7)
59e6df2883
MDL-30007 standardise assignment subplugin lang files
2011-12-01 00:42:25 +01:00
Petr Skoda
37c48acb45
MDL-30007 standardise assignment plugin version files
2011-11-29 22:15:28 +01:00
Aparup Banerjee
3730e077fc
Merge branch 'wip-mdl-27521-master' of git://github.com/phalacee/moodle
2011-11-08 15:18:22 +08:00
Gerwood Stewart
2388e7ca7d
MDL-27521 Updates the can_finalize and can_unfinalize methods to deal with passing a submission object that isn't one (in this case is a Boolean value). This will result in both methods now returning false. Kick on effect is that it corrects the bug described in MDL-27521 by removing the button if it isn't possible to finalize the submission.
2011-11-01 11:35:39 +08:00
Dan Marsden
da69510f2a
MDL-28559 - hide send for marking button from people that are enrolled but don't have capability to submit files - displays the same way as teachers/admins - keeps ability to display previously submitted files if they exist
2011-10-26 10:59:13 +13:00
Stephen Bourget
e4784b616a
MDL-29698 Assignment: Fix broken logentry
2011-10-16 18:26:38 +02:00
Henning Bostelmann
db3543428f
MDL-16553 Assignment, student view: show response files when no grade available
2011-10-07 23:22:31 +01:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Rajesh Taneja
e9de1cf49c
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 11:33:21 +08:00
Sun Zhigang
0e30d4c7c7
MDL-27934 Upload Assignment - Remove useless code
2011-07-02 09:52:28 +01:00
Aparup Banerjee
b74b347aba
MDL-27960 assignment subplugin moodle1 conversion handling and handlers added
2011-07-01 19:11:29 +08:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
David Mudrak
7e514cd768
MDL-25619 portfolio: exported HTML output can not be cleaned
2010-12-08 23:20:04 +00:00
David Mudrak
b0f5d070e7
MDL-23978 portfolio: do not cleanup images with portfolio URI scheme
...
The problem was in the order of the content preparing. Now when the
filters are always skipped (they have to) we must always run
format_text() first. That will prepare nice HTML in which we just
rewrite the portfolio URIs.
Note that we are still calling clean_text() so that we do not export
malicious code for portfolios like File download. In the future, this
may be changed, made format specific or even per-export configurable.
As a side product of the patch, I have re-enabled online assignment
portfolio export and switched $options->para to false consistently.
2010-11-15 22:59:06 +00:00
David Mudrak
d8c4a74e29
Text filters can not be applied on the content exported to the portfolio
...
Filters can replace text with images (smilies, temporary TeX images
etc.), links to glossaries or databases or embedded media players.
Therefore it is important to disable filter processing during portfolio
export.
2010-11-11 18:47:57 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Dan Marsden
a211a40c75
Assignment MDL-24948 fix depreceated calls to get group info
2010-11-02 01:38:56 +00:00
Petr Skoda
346c5887b1
MDL-24751 using new memory constants
2010-10-19 10:13:15 +00:00
Dongsheng Cai
047bce2fe8
MDL-24382 uploadsingle type assignment should respect course maxbytes too.
2010-10-04 03:37:12 +00:00
Aparup Banerjee
6aac01ca84
assignment MDL-23683 online assignment filearea changed for consistency from 'online_submission' to 'submission'
2010-09-30 06:30:34 +00:00
Aparup Banerjee
abc89a8bda
assignment MDL-24382 fixed enforcing file size limit in single upload
2010-09-30 03:49:59 +00:00
Aparup Banerjee
682a19234b
assignment MDL-24373 cleaned up code.
2010-09-24 07:15:27 +00:00
Aparup Banerjee
694b7aef38
assignment MDL-24373 removed file count check to display button to manage assignment files submitted. file limits are managed entirely via the file manager ui.
2010-09-24 07:09:42 +00:00
Sam Hemelryk
14f001a993
mod-assignment MDL-19803 Fixed up a couple of minor deprecated calls
2010-09-22 08:08:24 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Sam Hemelryk
169348bcda
mod-assignment MDL-22254 Fixed up incorrect string in online assignment header
2010-09-20 07:44:18 +00:00
Dan Marsden
bce59524ce
Plagiarism API MDL-13680 add plagiarism support for user submitted files - currently only added to single and advanced Assignment types - other modules to come in future.
2010-09-20 07:32:31 +00:00
Petr Skoda
91421f3ead
a few spelling fixes
2010-09-18 12:07:01 +00:00
Petr Skoda
d94278c7aa
fixed incorrect $f
2010-09-18 11:56:01 +00:00
Sam Hemelryk
c7bb34b626
mod-assignment MDL-23848 Merged to head: students can now view previously submit assignments if they no longer have the submit capability.
2010-09-17 02:52:24 +00:00
Aparup Banerjee
b8f037ba81
assignment MDL-24106 some assignment changes were left out for offline assignment type , fixed processing grading.
2010-09-16 03:15:41 +00:00
Petr Skoda
ef14c1e724
MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins
2010-09-05 20:36:18 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00
Dan Marsden
902eca4252
Assignment MDL-23992 - use fullname instead of username for exported files to improve privacy
2010-09-02 09:49:04 +00:00
Aparup Banerjee
c663653f8b
assignment MDL-23998
...
clarified 'revert to draft' button in a advanced upload assignment with a help icon.
button 'no more submissions' changed to say 'Prevent submission updates'.
2010-09-02 06:16:45 +00:00
Aparup Banerjee
2d2746753b
assignment mdl-24001 fixed toggling the 'revert to draft'/ 'no more submissions' button in a advanced upload assignment grading form loses editing data.
2010-08-31 07:55:12 +00:00
Aparup Banerjee
291ee13470
assignment MDL-23820 improved grading pages for file type assignments.
...
- uploadsingle response now uses file manager instead of file picker.
- both uploadsingle and advancedupload assignment types have their grading pages with response file management in line (not a separate page).
- bit of a css issue YUI's tree view rendering (a table) within a table that had borders is fixed.
2010-08-30 02:58:57 +00:00
Petr Skoda
c0c757120d
MDL-23984 removing unnecessary temp dir when exporting all online assignments, fixing missing text_format
2010-08-29 16:54:03 +00:00
Penny Leach
ebb7e78267
portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version
2010-08-28 10:00:27 +00:00
Aparup Banerjee
f1af9d3511
assignment MDL-22852 changed url to moodle url.
2010-08-26 07:28:16 +00:00
Eloy Lafuente
51ea278bf0
MDL-23479 backup - example assignment offline subplugin support
2010-08-06 02:29:43 +00:00
Aparup Banerjee
109f6d0fdc
assignment MDL-22609 reverting to userid as print_user_files is updated to lookup the submission.
2010-07-30 02:28:41 +00:00
Aparup Banerjee
03f91f6d14
assignment MDL-22893 file count limit is now controlled by the files api options passed in. allow deleting of files via files manager when files count is at the limit.
2010-07-29 08:46:02 +00:00
aparup
1bd24d10cc
assignment MDL-22609 notice when no submission yet - fixed.
2010-07-28 02:42:21 +00:00
aparup
2ea89456ce
assignment MDL-22893 combined finalize/unfinalize button(form) into the grading form for multiple upload assignment type.
...
redirections tweaked so that the grading person returns to the single submission grading display.
2010-07-27 08:25:27 +00:00
aparup
3db4e0112f
assignment MDL-22609 notice when no submission yet in single upload grading. - fixed.
2010-07-27 08:16:40 +00:00