Paul Nicholls
381e6d7359
MDL-39359 - mod/assign: Allow zipped folder to be uploaded for returning feedback files
...
The "Upload multiple feedback files in a zip" feature is convenient, but requires that
the files sit directly within the zip file. As the files will most likely be extracted
to a folder after downloading, it's quite reasonable to expect teachers to zip the
folder up rather than selecting all files and zipping them. This patch allows for a
zipped folder to be uploaded; if the only file found after extracting is a directory,
the contents of the directory are used instead of the results of the extraction.
2013-07-24 13:50:25 +12:00
Damyon Wiese
13e82f1c67
MDL-40472: Clean all codechecker warnings on mod_assign
2013-07-03 16:00:43 +08:00
Ankit Agarwal
bea86e845e
MDL-34472 libraries: Remove usage of get_context_instance() from core
2013-07-01 15:40:37 +08:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Sam Hemelryk
52b4bd37e7
Merge branch 'MDL-38710-master' of git://github.com/damyon/moodle
2013-04-19 14:41:25 +12:00
Damyon Wiese
78d9d52a0a
MDL-38710 assign: Fix one typo and change one param to PARAM_BOOL
2013-04-17 13:50:33 +08:00
Dan Poltawski
9231cd8826
MDL-38710 assign: convert selectedusers to PARAM_SEQUENCE
...
This param type is more appropiate.
2013-04-17 13:50:23 +08:00
Dan Poltawski
68d646f3eb
MDL-38710 assign: fix missing setType calls
2013-04-17 13:50:23 +08:00
Dan Poltawski
1184c3da23
MDL-39135 assign_feedback: fix missing renderer argument
...
assign_user_summary expects extra profile fields
2013-04-15 14:57:00 +01:00
Frederic Massart
807cf3d0ae
MDL-38005 form: Headers have a proper name
2013-03-15 11:06:25 +08:00
Damyon Wiese
7688a3191c
MDL-37883 Assignment Grade import/export. Additional fix to prevent different grade rounding on export.
2013-02-13 15:33:10 +08:00
Damyon Wiese
070d431771
MDL-37883 Assign offline marking: Properly handle french decimal grades when importing worksheet.
2013-02-06 15:43:19 +08:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Mark Nelson
7e5be0744c
MDL-36104 mod_assign: added hidden labels to the feedback input fields
2013-01-21 12:50:34 +08:00
Sam Hemelryk
0fe5a201c0
Merge branch 'MDL-37030-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/locallib.php
mod/assign/submission/onlinetext/locallib.php
2013-01-15 10:37:54 +13:00
Sam Hemelryk
6f51092fbe
Merge branch 'MDL-35413-master' of git://github.com/damyon/moodle
...
Conflicts:
mod/assign/locallib.php
2013-01-09 11:59:43 +13:00
Damyon Wiese
e5403f8c44
MDL-36904 Assignment: Fix all errors and warnings from codechecker
2013-01-04 15:46:15 +08:00
Damyon Wiese
d6c673ed4e
MDL-36712: Assignment - Do not always send feedback available emails when grade is created
...
The entry in the assign_grades table contains grades feedback and other settings such as locked.
Only send the student an email about new feedback if it is actually grades or feedback that
has been added. This is done by using another state for the mailed flag (2) which means "unset".
2013-01-04 14:46:14 +08:00
Damyon Wiese
2406815bbf
MDL-37030 Assignment: Fix error on download all submissions.
...
When group submissions and blind marking are enabled, an error is thrown
when a teacher trys to download all submissions in a zip. The fix is to
move the url rewriting from the plugin to the assign class so it is
done in a standard way by all modules. The rewriting is done to make images
in a text editor field resolve correctly.
2012-12-18 12:17:25 +08:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Dan Poltawski
3b49f655b2
Merge branch 'MDL-36856' of git://github.com/kastashov/moodle
2012-12-10 14:04:22 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Kirill Astashov
cc2ed22851
MDL-36856: Fix method name misspelled in two places in mod_assign
2012-11-27 16:15:26 +10:30
Damyon Wiese
41d3bc0ca0
MDL-36826: Group assignment - Feedback files are not sent entire group
2012-11-26 13:33:13 +08:00
Dan Poltawski
77f948a2f7
Merge branch 'MDL-36289' of git://github.com/netspotau/moodle-mod_assign
2012-11-21 12:00:28 +08:00
Damyon Wiese
fc7b7d52de
MDL-36289: Assignment - Prevent feedback files being copied to the next user when using "Save and next".
2012-10-31 10:28:21 +08:00
Dan Poltawski
8120a4fa72
Merge branch 'wip-mdl-34777' of git://github.com/rajeshtaneja/moodle
2012-10-31 09:59:44 +08:00
Eloy Lafuente (stronk7)
f503a3cd5c
Merge branch 'MDL-35436' of https://github.com/raymondAntonio/moodle
2012-10-09 00:36:00 +02:00
Eloy Lafuente (stronk7)
db0ea4323d
Merge branch 'MDL-35660' of git://github.com/netspotau/moodle-mod_assign
2012-10-02 22:02:23 +02:00
Damyon Wiese
cbf5dce26f
MDL-35660: Feedback file plugin in assignment uses incorrect constant name for batch file uploads feature.
2012-09-27 11:07:05 +08:00
Raymond Wijaya
49b6109666
MDL-35437: mod_assign: Stop Moodle from giving out a notice when grading worksheets with missing columns are uploaded via 'Upload grading worksheet' option in the drop-down menu
2012-09-25 11:50:55 +08:00
Rajesh Taneja
7400be1b6e
MDL-34777 Accessibility: Add labels to input elements in gradebook
2012-09-20 11:28:55 +08:00
Raymond Wijaya
45a64c19bf
MDL-35436: mod_assign : Usability issues: add validation rules in the confirmation page for invalid grades uploaded via csv files
2012-09-19 14:01:53 +08:00
Aparup Banerjee
875d0e5916
MDL-31276 mod_assign Phpdocs polish
2012-09-11 16:53:56 +08:00
Damyon Wiese
7a2b911c6b
MDL-31276: Phpdocs cleanup for offline grading feature
2012-09-11 15:48:19 +08:00
Damyon Wiese
d0d4796b4a
MDL-31276: Fixes for offline marking and team submissions
...
Filenames in zip of all submission now contains the team group name.
2012-09-10 14:18:42 +08:00
Damyon Wiese
df47b77f46
MDL-31276: Offline marking. Includes download/upload of csv grades.
...
Also provides bulk upload/download of feedback files via zips.
2012-09-10 14:18:32 +08:00
Damyon Wiese
9e795179ad
MDL-31295: Allow granting individual extension dates to students for mod_assign
2012-09-03 10:08:47 +08:00
Eloy Lafuente (stronk7)
50b9b2e552
Merge branch 'MDL-34583' of git://github.com/netspotau/moodle-mod_assign
2012-08-15 03:35:34 +02:00
Damyon Wiese
1cf98c021e
MDL-34583: Assignment upgrade loses comments from onlinetext and offline assignment types.
2012-08-15 08:50:47 +08:00
Damyon Wiese
7f47719233
MDL-34067: Change default to on for text feedback comments in assignment
...
This is the "default default" setting.
2012-07-13 12:17:19 +08:00
Aparup Banerjee
99c3c503e0
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:41:09 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Eloy Lafuente (stronk7)
798c9100d8
MDL-33794 assign: fix some incorrect function names
2012-06-18 02:17:03 +02:00
Eloy Lafuente (stronk7)
130aed6e7e
MDL-33794 version.php: Fix some missing bits before bump.
2012-06-17 19:29:44 +02:00
Dan Poltawski
c9978ce67b
Merge branch 'w23_MDL-33555_m23_assignfk' of git://github.com/skodak/moodle
2012-06-07 14:29:08 +08:00
Petr Skoda
3269c859bf
MDL-33555 fix invalid FK in mod_assign
...
There is no need to upgrade DB because we create only indexes now.
2012-06-06 10:54:40 +02:00
Dan Poltawski
ac0ad29c6f
Merge branch 'MDL-33319' of git://github.com/netspotau/moodle-mod_assign
2012-06-05 12:03:56 +08:00
Damyon Wiese
7ee1548acb
MDL-33414: The setting $showviewlink needs to be passed by reference
...
This was preventing the view full submission/feedback link from appearing
everywhere in the assignment when the submission/feedback content had been
truncated in the summary because it was too long (or too many files)
2012-05-30 08:37:56 +08:00