mofet/moodle-block_massaction
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is the Mass Actions block for Moodle 2. Its appearance and behaviors are largely the same as the version for Moodle 1.9.
Created at University of Minnesota by the Package Solution team.
To install using git, type this command in the root of your Moodle install
git clone git://github.com/hqhoang/moodle-block_massaction.git blocks/massaction
Alternatively, download the zip from
https://github.com/hqhoang/moodle-block_massaction/zipball/master
unzip it into the blocks folder, and then rename the new folder to massaction.
Once installed, capability "block/massaction:use" needs to be added to the roles/users
(e.g. teacher) in order for them to be able to use the block.
RELEASE NOTE
[2013040400]
- try to parse the section names into the listboxes when possible
[2013040100]
- updated to be compatible with Moodle 2.4
[2012032201]
- added additional checking to avoid Javascript error
[2012032200]
- added French translation from Luiggi Sansonetti
[2012012500]
- fixed incorrect call to rebuild_course_cache(), which rebuild all courses leading to
performance problem.
[2011081500]
- initial release
Releases
No releases published
Languages
- PHP 67.4%
- JavaScript 31.4%
- CSS 1.2%