Henning Bostelmann
716267f233
MDL-29810 Assignment grading: don't include teachers in list of students
2011-10-27 22:19:15 +01:00
Eloy Lafuente (stronk7)
63526ae3d5
MDL-29564 Assignment: whitespace fix
2011-10-10 13:10:07 +02:00
Sam Hemelryk
430ce6cca3
Merge branch 'mdl-29564-assignment-plagiarism' of git://github.com/sbourget/moodle into MOODLE_21_STABLE
2011-10-10 11:51:08 +13:00
Stephen Bourget
b801633a9c
MDL-29564 Assignment: Fixed a fatal error caused by a missing include
2011-10-04 13:44:59 -04:00
David Mudrak
59c8be2362
MDL-27857 Export to portfolio support in the assignment module improved
...
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.
2011-10-03 10:13:11 +02:00
David Mudrak
daf4471a40
MDL-27857 Assignment does not use form tag to render portfolio export control widget
...
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.
2011-10-03 10:13:10 +02:00
Sam Hemelryk
b3c64930ff
MDL-29189 course Minor fixups after code review
2011-09-13 11:19:17 +12:00
Sam Hemelryk
34c46428f1
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:10 +12:00
Henning Bostelmann
b1a24c1eb0
MDL-25872 View assignment submissions: show only students, not teachers
...
Fixing incorrect capability reference mod/assignment:view to ...:submit
2011-08-26 17:34:35 +01:00
Rajesh Taneja
b51aac313f
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 16:48:22 +08:00
Rossiani Wijaya
35ef97232c
MDL-27555 assignment module: remove 'submitted' option from optional setting for offline assignment type.
2011-07-13 15:32:21 +08:00
Eloy Lafuente (stronk7)
282a0a713e
Merge branch 'MDL-28087_friendly_jabber' of git://github.com/andyjdavis/moodle
2011-06-29 20:11:17 +02:00
Sam Hemelryk
f86e19b1ee
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-06-29 17:04:13 +08:00
Andrew Davis (andyjdavis)
5daa7279d4
MDL-28087 assignment: made the jabber notification of assignment grading better
2011-06-29 11:29:11 +08:00
Eloy Lafuente (stronk7)
cddb428722
Merge branch 'MDL-27990_assignment_notifications' of git://github.com/andyjdavis/moodle
2011-06-28 22:14:54 +02:00
Andrew Davis (andyjdavis)
83dfca3fa3
MDL-27990 assignment: removed a redundant retrieval of a user preference
2011-06-28 11:08:59 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Andrew Davis (andyjdavis)
0f1751b01b
MDL-28023_assignment_jabber assignment: added context url to improve the jabber notifications
2011-06-27 11:08:21 +08:00
Andrew Davis (andyjdavis)
fa09b5a9a3
MDL-28023 assignment: assignment wasnt supplying all the data necessary to produce a meaningful jabber notification
2011-06-25 13:12:48 +08:00
Andrew Davis (andyjdavis)
be34802d23
MDL-27990 assignment: Some small modifications to the assignment notification code
...
AMOS BEGIN
MOV [enableemailnotification,mod_assignment],[enablenotification,mod_assignment]
MOV [enableemailnotification_help,mod_assignment],[enablenotification_help,mod_assignment]
AMOS END
2011-06-24 14:19:40 +08:00
Eloy Lafuente (stronk7)
6057bf5b05
MDL-27810 portfolio: Added ->portfolioenabled check to one more place
2011-06-22 02:10:11 +02:00
Sam Hemelryk
6708a1f525
MDL-27810 portfolio: Added ->portfolioenabled checks before creating portfolio buttons to avoid initialising portfolio requirements
2011-06-21 10:35:53 +08:00
Sam Hemelryk
46d3b9be73
Merged branch 's7_MDL-26105_block_settings_master' git://github.com/andyjdavis/moodle.git with changes
2011-06-13 16:54:52 +08:00
Marina Glancy
13b3f4d4af
MDL-26430 fixed appearance of one html form within another
2011-06-10 12:55:12 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
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
2011-06-09 13:51:14 +08:00
Sam Hemelryk
e455bdb3d7
MDL-27638 Removed buggy status line from query as it is being calculated in php anyway
2011-05-31 17:02:17 +08:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* 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.
2011-05-23 12:35:39 +02:00
Sam Hemelryk
870b8b0402
Merge branch 'MDL-27161_head' of git://github.com/rwijaya/moodle.git
2011-05-16 12:28:18 +08:00
Rossiani Wijaya
e512715b89
MDL-27161: fixed optional setting for 'require grading' to prevent page lock out (head)
2011-05-12 17:32:00 +08:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
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
2011-02-28 09:42:50 +01:00
Aparup Banerjee
d042ff06b3
assignment MDL-26532 fixed regression in assignment_cron() while processing messaging.
2011-02-21 15:43:30 +08:00
Eloy Lafuente (stronk7)
6b1b1d0339
MDL-25708 recordsets - assignment and data modules
2011-01-25 19:59:00 +01:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00
Aparup Banerjee
6217809c8c
assignment MDL-24694 added contexturl and contexturlname properties to email_teachers() message object.
2010-10-26 09:04:12 +00:00
Aparup Banerjee
39e171ac93
assignment MDL-24694
...
- added message provider to manage assignment's messaging
- user_preferences.name length changed form 50 to 255 due to long messaging preference names.
2010-10-26 06:46:01 +00:00
Aparup Banerjee
6a41c6fe3a
assignment MDL-24694 added time of update to assignment updates email notification
2010-10-20 03:02:48 +00:00
Aparup Banerjee
192bcd76da
assignment MDL-24710 added component and name properties to Event object required by messaging framework.
2010-10-19 07:28:42 +00:00
Dan Marsden
44729427ab
Plagiarism API MDL-13680 move update_status call untill after print header so it can also print to page if required.
2010-10-14 21:40:04 +00:00
Aparup Banerjee
9d1354b70d
assignment MDL-24469 merged changes to head.
2010-10-11 08:27:50 +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
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
Aparup Banerjee
5eca3d757e
assignment MDL-24158 fixed call to get_plugin_list() which was causing a course reset to not clear assignment submissions.
2010-09-20 01:42:28 +00:00
Petr Skoda
91421f3ead
a few spelling fixes
2010-09-18 12:07:01 +00:00
Petr Skoda
6b1564a866
improved defines coding style
2010-09-18 11:57:06 +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
Petr Skoda
0f21a964a5
MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier
2010-09-05 12:35:51 +00:00
Petr Skoda
f685e83030
MDL-14679 fixed remaining old style set_field()s
2010-09-03 18:14:55 +00:00
Petr Skoda
9d97f08e99
MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML
2010-09-03 16:26:04 +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