- 10 Oct, 2011 2 commits
-
-
Eloy Lafuente authored
-
Stephen Bourget authored
-
- 03 Oct, 2011 2 commits
-
-
David Mudrák authored
Portfolio API code in the assignment module expected that the current user is the author of the submission. Therefore the "Export to portfolio" button did not work when the submission was viewed by a teacher (eg at the page with the list of all submissions in the Advanced upload assignment). This patch introduces a new callback argument 'submissionid' that holds explicit ID of the submission the export deals with. With it available, we do not need to expect the current user is the author of the submission. The patch also cleans some strings used for portfolio callback exceptions.
-
David Mudrák authored
When this code was used as a part of the grading screen, the default PORTFOLIO_ADD_FULL_FORM widget led to nested form elements. This patch replaces the form widget with a plain text link that can be embedded safely.
-
- 25 Sep, 2011 1 commit
-
-
Petr Skoda authored
New PARAM_COMPONENT, PARAM_AREA and PARAM_PLUGIN + fixing of hopefully all current incorrect parameter types. This should help with diagnosing of incorrectly named 3rd party plugins too.
-
- 13 Sep, 2011 1 commit
-
-
Sam Hemelryk authored
-
- 10 Sep, 2011 1 commit
-
-
Tom Lanyon authored
-
- 08 Sep, 2011 1 commit
-
-
Sam Hemelryk authored
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
-
- 06 Sep, 2011 1 commit
-
-
sam marshall authored
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
-
- 27 Aug, 2011 1 commit
-
-
Henning Bostelmann authored
Fixing incorrect capability reference mod/assignment:view to ...:submit
-
- 12 Aug, 2011 1 commit
-
-
Rajesh Taneja authored
-
- 05 Jul, 2011 1 commit
-
-
Rossiani Wijaya authored
MDL-27555 assignment module: remove 'submitted' option from optional setting for offline assignment type.
-
- 29 Jun, 2011 1 commit
-
-
Andrew Davis (andyjdavis) authored
-
- 28 Jun, 2011 1 commit
-
-
Andrew Davis (andyjdavis) authored
-
- 27 Jun, 2011 2 commits
-
-
Andrew Davis (andyjdavis) authored
-
Andrew Davis (andyjdavis) authored
-
- 25 Jun, 2011 1 commit
-
-
Andrew Davis (andyjdavis) authored
MDL-28023 assignment: assignment wasnt supplying all the data necessary to produce a meaningful jabber notification
-
- 24 Jun, 2011 1 commit
-
-
Andrew Davis (andyjdavis) authored
AMOS BEGIN MOV [enableemailnotification,mod_assignment],[enablenotification,mod_assignment] MOV [enableemailnotification_help,mod_assignment],[enablenotification_help,mod_assignment] AMOS END
-
- 22 Jun, 2011 1 commit
-
-
Eloy Lafuente authored
-
- 21 Jun, 2011 1 commit
-
-
Sam Hemelryk authored
MDL-27810 portfolio: Added ->portfolioenabled checks before creating portfolio buttons to avoid initialising portfolio requirements
-
- 10 Jun, 2011 1 commit
-
-
Marina Glancy authored
-
- 09 Jun, 2011 1 commit
-
-
Dongsheng Cai authored
AMOS BEGIN MOV [page-blog-index, pagetype], [page-blog-index, blog] MOV [page-blog-x, pagetype], [page-blog-x, blog] MOV [page-tag-x, pagetype], [page-tag-x, tag] MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks] MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks] MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics] MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics] AMOS END
-
- 31 May, 2011 1 commit
-
-
Sam Hemelryk authored
-
- 23 May, 2011 1 commit
-
-
* Added the component and ratingarea fields and implemented it throughout the rating API as mandatory fields * Cleanup rating indexes * Upgrade forum/data/glossary ratings * Moved the logic in the render_rating method to methods of the rating object. * Added new callback for checking ratingareas * Cleaned comments here and there * Mark the xxx_get_participants methods as deprecated * Refactor rate_ajax and ratingsuser_can_view_aggregate methods * Cleaned up rating/index.php to use html_table object and moved inline styles to CSS. * Added missing properties of the rating object that were being set throughout the rating API.
-
- 12 May, 2011 1 commit
-
-
Rossiani Wijaya authored
-
- 28 Feb, 2011 1 commit
-
-
David Mudrák authored
This is a final cleanup commit of fullname and shortname issue. All places where these strings were detected yet have been replaced with proper fullnamecourse or fullnameuser or some other context specific string. AMOS BEGIN CPY [fullname,core],[outcomefullname,core_grades] CPY [shortname,core],[outcomeshortname,core_grades] CPY [name,core],[rolefullname,core_role] CPY [shortname,core],[roleshortname,core_role] AMOS END
-
- 21 Feb, 2011 1 commit
-
-
Aparup Banerjee authored
-
- 26 Jan, 2011 1 commit
-
-
Eloy Lafuente authored
-
- 12 Nov, 2010 1 commit
-
-
Eloy Lafuente authored
-
- 26 Oct, 2010 2 commits
-
-
Aparup Banerjee authored
assignment MDL-24694 added contexturl and contexturlname properties to email_teachers() message object.
-
Aparup Banerjee authored
- added message provider to manage assignment's messaging - user_preferences.name length changed form 50 to 255 due to long messaging preference names.
-
- 20 Oct, 2010 1 commit
-
-
Aparup Banerjee authored
-
- 19 Oct, 2010 1 commit
-
-
Aparup Banerjee authored
assignment MDL-24710 added component and name properties to Event object required by messaging framework.
-
- 15 Oct, 2010 1 commit
-
-
Dan Marsden authored
Plagiarism API MDL-13680 move update_status call untill after print header so it can also print to page if required.
-
- 11 Oct, 2010 1 commit
-
-
Aparup Banerjee authored
-
- 21 Sep, 2010 2 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
- 20 Sep, 2010 2 commits
-
-
Dan Marsden authored
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.
-
Aparup Banerjee authored
assignment MDL-24158 fixed call to get_plugin_list() which was causing a course reset to not clear assignment submissions.
-
- 18 Sep, 2010 1 commit
-
-
Petr Skoda authored
-