Petr Skoda
b60d21747f
MDL-32149 remove empty tests and outdated/disabled portfolio tests
2012-04-03 22:31:02 +02:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Dan Poltawski
17e2b27d31
MDL-29400 assignment: Require a file to be uploaded in form
...
Don't display 'File uploaded successfully' when no file uploaded for
both upload and uploadsingle
2012-03-26 11:19:57 +13:00
Sam Hemelryk
ef844d0a15
Merge branch 'w12_MDL-32094_m23_phpstrict' of git://github.com/skodak/moodle
2012-03-20 16:47:17 +13:00
Petr Skoda
e7755fc627
MDL-32094 fix E_STRICT issues in assignment
2012-03-18 18:32:17 +01:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
Sam Hemelryk
db6d54c337
Merge branch 'MDL-31808-master-1' of git://git.luns.net.uk/moodle
2012-03-13 14:10:00 +13:00
Sam Hemelryk
fd9dbadb15
Merge branch 'MDL-31917-master-1' of git://git.luns.net.uk/moodle
2012-03-13 14:04:44 +13:00
Sam Hemelryk
595dc849dd
Merge branch 'MDL-31919-master-2' of git://git.luns.net.uk/moodle
2012-03-13 14:00:41 +13:00
Petr Skoda
bb88a54d06
MDL-31985 remove text sizes from all install.xml files
2012-03-11 15:55:37 +01:00
Ruslan Kabalin
8ef93c7029
MDL-31919 Fix assignment overview output to respect gradebook grading.
...
Currenly, if assigment has been graded in gradebook only, in the assigment
overview it is listed as not graded.
2012-03-06 16:55:29 +00:00
Ruslan Kabalin
7761e7b39a
MDL-31917 Improve assigment submission usability
...
Say 'View' if assignment has been graded via gradebook and changing
grades via submissions interface is not possible.
2012-03-06 15:43:07 +00:00
Petr Skoda
c3dd6b01fe
MDL-27982 drop UNSIGNED attributes from all install.xml files
2012-03-06 12:01:10 +01:00
Sam Hemelryk
48c6ebebbf
MDL-30724 mod_assignment: Minor fixes during integration
2012-03-05 16:09:55 +13:00
Sam Hemelryk
29747783e2
Merge branch 'm_MDL-30724_count_real_submissions_eloy_suggests' of git://github.com/gerrywastaken/moodle
2012-03-05 16:08:19 +13:00
Eloy Lafuente (stronk7)
eaf7533fc1
Merge branch 'wip-MDL-30985-m23' of git://github.com/samhemelryk/moodle
2012-03-01 01:07:33 +01:00
Eloy Lafuente (stronk7)
d8c9ff403b
Merge branch 's17_MDL-30973_file_docblock_master' of git://github.com/dongsheng/moodle
2012-03-01 00:25:18 +01:00
Eloy Lafuente (stronk7)
1f256ec5ca
Merge branch 'MDL-30982-docblock-backup' of git://github.com/mudrd8mz/moodle
2012-02-29 00:47:10 +01:00
Ruslan Kabalin
2ce6d12f58
MDL-31808 Upload assignment: fix user feedback display
2012-02-28 11:15:03 +00:00
David Mudrak
63baccbc54
MDL-30982 Improving phpDocs for the classes that extend backup_activity_task
2012-02-27 11:59:42 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Gerard (Gerry) Caulfield
8caba22968
MDL-30724 Limit assignment_count_real_submissions() to only select real
...
submissions
I've also refactored some code so that it is more structured and allows
for easier overriding of function associated with counting submissions
and updated associated doc blocks.
2012-02-27 12:24:48 +08:00
Sam Hemelryk
1d1719f5dd
MDL-30985 Fixed up event API phpdocs
2012-02-27 14:34:06 +13:00
Eloy Lafuente (stronk7)
2a5fa9e64a
Merge branch 'MDL-30999_grade_phpdocs' of git://github.com/andyjdavis/moodle
2012-02-20 12:02:18 +01:00
Gerard (Gerry) Caulfield
ad2d5eba0b
MDL-30957 Adding a new method "is_complete" to assignment lib for
...
testing if a submission has actually been submitted and then adding a
call to it before displaying the the assignment submission date header
As recommended I've simplified the functions and split the logic out into appropriate upload classes.
2012-02-20 11:34:38 +08:00
Dongsheng Cai
d2b7803e5a
MDL-30973 Files API, check and update DocBlock
2012-02-15 12:48:57 +08:00
Sam Hemelryk
e4082c4bad
MDL-30709 mod_assignment: Renamed callback to mod_assignment_get_file_info
2012-02-15 11:26:49 +13:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Sam Hemelryk
49414a7746
MDL-30709 mod_assignment Fixed phpdocs for assignment_get_file_info
2012-02-14 17:15:17 +13:00
Sam Hemelryk
d88f6dafdc
Merge branch 'wip-MDL-30709-master' of git://github.com/marinaglancy/moodle
2012-02-14 17:14:05 +13:00
Ankit Kumar Agarwal
04252d3a13
MDL-30975 Docs Adding correct pacakge information
2012-02-13 11:06:47 +05:30
Marina Glancy
7d3ebf4c19
MDL-30709: Fixed bug with inserting files from Recent files repository
...
Two parts of changes: in assignment module function assignment_get_file_info was missing
and when populating the list of recent files the function get_file_info was not called, which caused populating the list of recent files with the files that could not later be inserted
2012-02-09 13:55:41 +08:00
Dan Marsden
266540eb23
MDL-31461 Plagiarism - adjust api functions to allow better support for renderers
2012-02-03 11:37:51 +13:00
Sam Hemelryk
f6b2946a06
Merge branch 'MDL-29266' of git://github.com/bostelm/moodle
2012-01-03 11:09:19 +13:00
Petr Skoda
40e4cd435b
MDL-30610 remove outdated mod upgrade code
2011-12-23 10:38:11 +01:00
Eloy Lafuente (stronk7)
91c10ddfa0
Merge branch 'MDL-29400_misleading_file_upload_status' of git://github.com/gerrywastaken/moodle
2011-12-22 09:48:23 +01:00
Gerard (Gerry) Caulfield
229278a71b
MDL-29400 Fixing unset object bug encountered by Rajesh during testing
2011-12-22 14:00:44 +08:00
Eloy Lafuente (stronk7)
1af989f758
Merge branch 'MDL-29400_misleading_file_upload_status' of git://github.com/gerrywastaken/moodle
2011-12-20 22:53:12 +01:00
Henning Bostelmann
3367f14b0a
MDL-29266 Assignment grading: save state of "send notifications" box
2011-12-15 17:17:37 +00:00
Marina Glancy
d021e5b40c
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:44:14 +08:00
Gerard (Gerry) Caulfield
d6d8c49432
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-14 05:54:10 +08:00
Aparup Banerjee
46f2a9366a
MDL-30604 Added upgrade lines to upgrade.php(s)
2011-12-09 01:28:59 +01:00
Aparup Banerjee
cd8805448d
Merge branch 'MDL-30350-master-1' of git://git.luns.net.uk/moodle
2011-12-08 14:19:46 +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
Petr Skoda
633d5a07af
MDL-30007 standardise module version files
2011-11-29 21:38:14 +01:00
Nadav Kavalerchik
bc86c87261
MDL-30361 - mod/assignment, fix right margin of felement on Grading page that is linked from the user's submissions page (In RTL mode) Not sure what the previous fix was doing, (i made it on a previous commit) hope it does not break some other UI element when in RTL mode.
2011-11-23 01:31:54 +02:00
Andrew Robert Nicols
70eddb71cf
MDL-30174 Assignment : Only increment submission offset if the current assignment was not saved
2011-11-22 02:20:16 +08:00
Andrew Robert Nicols
89a4471b97
MDL-30173 Assignment : Convert to use moodle_url and add missing filter param
2011-11-22 02:02:26 +08:00
Andrew Robert Nicols
d50645ebca
MDL-30350 Highlight late submissions in the submission overview page
2011-11-18 14:10:33 +00:00