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
Dan Poltawski
8243bc686b
Merge branch 'MDL-32768-CLEAN' of git://github.com/netspotau/moodle-mod_assign
2012-05-08 11:24:43 +08:00
Damyon Wiese
3ec209133d
MDL-32768: Remove unused function count_files from mod_assign
...
This is implemented in the plugins and is not used in the base assign class.
This was also using a constant from the assignsubmission_file plugin which is
bad form.
2012-05-08 11:02:25 +08:00
Dan Poltawski
74bf5cb999
Merge branch 'MDL-32781' of git://github.com/netspotau/moodle-mod_assign
2012-05-07 13:17:07 +08:00
Dan Poltawski
deda57ae1a
Merge branch 'MDL-32768-CLEAN' of git://github.com/netspotau/moodle-mod_assign
2012-05-07 12:37:09 +08:00
Damyon Wiese
9f91316495
MDL-32781: assignfeedback_comments plugin not loading previous comments
...
Was setting the wrong field names in the form.
2012-05-07 12:15:08 +08:00
Damyon Wiese
cfc81f03c5
MDL-32813: Change mod_assign settings to use plugin settings table.
...
Also move the 'default' setting for each plugin into it's own settings file
so that it is handled properly on new installs.
(ensure the plugin is available at setting time)
Also make the file submission plugin on by default
2012-05-07 11:49:15 +08:00
Damyon Wiese
8ab7bb9f56
MDL-32768: mod_assign - Change plugin constants to use correct prefix for component
2012-05-07 10:59:07 +08:00
Damyon Wiese
a3dbdc2c03
MDL-32772: Change SQL for mod_assign gradingtable to use named query parameters
...
This makes it consistent with the built in filtering in flexible_table.
Fix additional issue with SQL for grading table when there are no enrolled users
Change SQL for mod_assign grading table to use get_in_or_equal
As Suggested by Andrew Nicols in tracker
2012-05-07 10:45:23 +08:00