Damyon Wiese
eba009ea63
MDL-33475: Fix javascript error when advanced grading is used in mod_assign
2012-06-07 10:52:05 +08:00
Damyon Wiese
2d8a9ce96c
MDL-33572: Make the display of the "graded" status consistent in mod_assign
...
Do not display "graded" when the grade is set to -1.
2012-06-07 10:22:46 +08:00
Damyon Wiese
4913af936f
MDL-33498: Correct use of unformat_float for mod_assign decimal grades
...
This was affecting locales that use , instead of . in floating point numbers.
2012-06-07 09:27:59 +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
de6a0dfd3d
Merge branch 'MDL-33547' of git://github.com/netspotau/moodle-mod_assign
2012-06-06 16:09:15 +08:00
Damyon Wiese
509e59ca38
MDL-33547: Fix for mod_assign portfolio export for a list of files.
...
This will fix any submission or feedback plugin using render_area_files
to show a list of files.
2012-06-06 15:49:37 +08:00
Dan Poltawski
a16757ed9c
Merge branch 'MDL-33042-master-1' of git://git.luns.net.uk/moodle
2012-06-05 12:52:39 +08:00
Dan Poltawski
ac0ad29c6f
Merge branch 'MDL-33319' of git://github.com/netspotau/moodle-mod_assign
2012-06-05 12:03:56 +08:00
Dan Poltawski
2605112e0b
Merge branch 'MDL-33045-master-2' of git://git.luns.net.uk/moodle
2012-05-30 14:14:50 +08:00
Dan Poltawski
d88f1a51fc
Merge branch 'MDL-33414' of git://github.com/netspotau/moodle-mod_assign
2012-05-30 11:45:32 +08:00
Damyon Wiese
0047693f09
MDL-33385: Assignment plugin settings not visible in admin tree.
...
* Also fixes a regression where file_submissions were not set to default for new installs.
2012-05-30 09:01:11 +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
Ruslan Kabalin
c1d09c6fa3
MDL-33042: Assign: get rid of email statements in messaging functions
2012-05-28 11:48:18 +01:00
Ruslan Kabalin
599f7a279c
MDL-33045: Assign: remove references to old assignment in URLs
2012-05-28 10:53:40 +01:00
Ruslan Kabalin
f5b32abe57
MDL-33045: Assign: Make get_module_name() return something
2012-05-28 10:52:11 +01:00
Damyon Wiese
2c6a3dbfca
MDL-33319: Support quickgrading in feedback plugins
2012-05-28 11:10:09 +08:00
Damyon Wiese
56ff1300d9
MDL-31414: Add sendlatenotifications support to the mod_assign upgrade tool
...
Prevents an SQL error on upgrade from mod_assignment to mod_assign
2012-05-23 14:05:35 +08:00
Sam Hemelryk
c831400563
MDL-31414 mod_assign: Fixed issue with assign cron when there was nothing to process
2012-05-23 16:23:53 +12:00
Dan Poltawski
f310b16d80
Merge branch 'MDL-32895' of git://github.com/netspotau/moodle-mod_assign
2012-05-23 11:13:03 +08:00
Sam Hemelryk
3f7b501e66
MDL-31414 mod_assign: Code cleanup for notification improvements
...
* No need to manually call update of providers that happens automatically.
* Added upgrade code for the new sendlatenotifications field.
* Added AMOS syntax for the two renamed strings
* Refactored assign::cron to use half as many DB queries
* Cleaned up unused vars and globals, coding style and phpdocs.
* Removed string notifications added previously but never used.
AMOS BEGIN
MOV [emailgradermail,mod_assign],[gradersubmissionupdatedtext,mod_assign]
MOV [emailgradermailhtml,mod_assign],[gradersubmissionupdatedhtml,mod_assign]
AMOS END
2012-05-23 09:34:23 +12:00
Damyon Wiese
75f87a5795
MDL-31414: Separate settings to control notifications for submissions, late submissions and submission receipts
...
This adds separate controls for the sending of notifications from the mod_assign.
The separate notifications are: student submission receipt (for students), feedback available (for students)
and submission updated (for graders). The grader notifications can be enabled for all submissions or just late ones.
Added code to reset the message providers on upgrade (only applies for a 2.3 dev version)
2012-05-23 08:29:22 +12:00
Sam Hemelryk
2a4fbc327c
MDL-32932 mod_assign: Coding style clean up and security improvement
2012-05-22 14:21:47 +12:00
Sam Hemelryk
c5b8ae0eb7
Merge branch 'MDL-32932' of git://github.com/netspotau/moodle-mod_assign
...
Conflicts:
mod/assign/gradingtable.php
2012-05-22 14:21:41 +12:00
Marina Glancy
559276b153
MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons
...
- function get_mimetypes_array() now contains also information about filetype groups and language strings
- use 'smart' human-readable mimetype description
- never determine filetype group based on filetype icon image! remove function mimeinfo_from_icon()
- get rid of class filetype_parser and file lib/filestorage/file_types.mm, replaced with functions file_get_typegroup(), file_extension_in_typegroup() and file_mimetype_in_typegroup()
- support multiple icon sizes, not only 16 and 32
- retrieve filetype icon only using proper functions file_..._icon() from lib/filelib.php throughout the code
- increase size of repository thumbnails to 90 and icons to 24 (will take effect when new icons exist)
2012-05-21 16:01:04 +08:00
Dan Poltawski
82258830b7
Merge branch 'MDL-32933' of git://github.com/netspotau/moodle-mod_assign
2012-05-18 11:23:47 +08:00
Dan Poltawski
33e693b5e1
Merge branch 'MDL-32909' of git://github.com/netspotau/moodle-mod_assign
2012-05-18 10:05:32 +08:00
Helen Foster
2e6b68f4a8
MDL-32925 lang: Add extended help texts for all modules
...
Thanks to Mary Cooch & Martin Dougiamas who contributed to this
rewording.
AMOS BEGIN
REM These module help texts are going to be displayed more prominently in the Moodle interface
AMOS END
2012-05-18 00:27:04 +08:00
Sam Hemelryk
72f1957393
Merge branch 'MDL-32903' of git://github.com/netspotau/moodle-mod_assign
2012-05-17 14:24:40 +12:00
Damyon Wiese
d37ec15ca1
MDL-32903: Remove unused variable $tempsettings from mod_assign
...
This was left over from when I removed all the pass by reference calls.
2012-05-17 08:30:54 +08:00
Sam Hemelryk
536e3203e7
Merge branch 'MDL-32904' of git://github.com/netspotau/moodle-mod_assign
2012-05-17 11:54:07 +12:00
Damyon Wiese
bf78ebd650
MDL-32932: Add quickgrading support to mod_assign
2012-05-15 13:33:59 +08:00
Damyon Wiese
a769a00157
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-15 12:27:27 +08:00
Damyon Wiese
5b12114476
MDL-32895: Improvements to assignment upgrade tool for large numbers of assignments.
...
* Form to control the perpage variable for the upgradable assignments table.
* Set timeout and increase memory limit for batch upgrades
* Output/renderer pages to the upgrade progress is progressively displayed
* Cleanup of relative includes in assignmentupgrade tool
* More verbose errors reported for failed upgrades
2012-05-14 12:53:21 +08:00
Damyon Wiese
3b6bbd767b
MDL-32902: Remove 70% width stylesheet rule for tables on the mod_assign submission screen.
2012-05-14 11:39:42 +08:00
Damyon Wiese
12945803b8
MDL-32904: Fix incorrect call to update_record (not causing an error)
2012-05-14 11:34:08 +08:00
Damyon Wiese
b11808c7d6
MDL-32909: assign_user_get_grades does not need to lookup context and was doing it wrong
...
cmidnumber is not the same as coursemodule->id
2012-05-14 11:29:43 +08:00
Damyon Wiese
c45261df97
MDL-32933: Add outcomes to mod_assign and upgrade tool
2012-05-14 11:23:40 +08:00
Dan Poltawski
b84eb3cf20
Merge branch 'MDL-32901' of git://github.com/netspotau/moodle-mod_assign
2012-05-10 14:24:20 +08:00
Damyon Wiese
755bfecae9
MDL-32901: Default feedback plugin for gradebook was using incorrect component name
...
This fix allows this setting to be set to the default correctly and prevents it showing on the
front page settings screen for a new install.
2012-05-10 14:16:18 +08:00
Damyon Wiese
d82bb44d74
MDL-32899: Assignment upgrade tool fails to upgrade some online text submissions
...
This is a fix for onlinetext assignments with submissions that have feedback but no
actual submission (data1 and data2 are NULL)
2012-05-10 14:00:23 +08:00
Sam Hemelryk
6bfa88103d
Merge branch 'master-MDL-31028_2' of git://github.com/chtombleson/moodle
2012-05-10 13:52:31 +12:00
Christopher Tombleson
4447223b38
MDL-31028: Added pathname hashes to eventdata
...
Also fix strict standard warning
2012-05-09 13:46:20 +12:00
Damyon Wiese
b843e2b747
MDL-32754: Add missing string for assign:addinstance capability
...
AMOS BEGIN
CPY [assignment:addinstance,mod_assignment],[assign:addinstance,mod_assign]
AMOS END
2012-05-04 12:05:58 +08:00
Dan Poltawski
e6236edebf
MDL-31270 mod_assign: version dump
...
Introduce depdency from assignmentupgrade to mod_assign
2012-05-03 16:46:06 +08:00
Dan Poltawski
c06b2127bc
MDL-31270 mod_assign: Fix another whitespace issue.
...
Seems I didn't catch them all :(
2012-05-03 16:46:06 +08:00
Dan Poltawski
1ca059ee88
MDL-31270 mod_assign: fix another whitespace issue
2012-05-03 16:10:16 +08:00
Dan Poltawski
9682626eec
MDL-31270: mod_assign fix whitespace issues
2012-05-03 16:05:58 +08:00
Damyon Wiese
bbd0e548c3
MDL-31270 mod_assign: introducing the assignment module
...
* Includes an assignment upgrade tool to convert from the old mod_assignment.
* Hides mod_assignment on new installs
2012-05-03 14:44:06 +08:00
Dan Poltawski
bc5a657bfb
MDL-32813 - fix trailing whitespace
2012-05-09 11:17:57 +08:00
Dan Poltawski
b7e4b76536
Merge branch 'MDL-32813' of github.com:netspotau/moodle-mod_assign
2012-05-09 11:13:09 +08:00