Moodle Plugins directory: Course overview (legacy): Versions: 3.5.0 | Moodle.org
Course overview (legacy)
 Blocks ::: block_course_overview
Maintained by 
Howard Miller
The Course overview block is visible on a user's Dashboard and shows a list of all courses in which a user is enrolled/has an assigned role.
Course overview (legacy) 3.5.0
Moodle 3.3, 3.4, 3.5
Released: Wednesday, 30 May 2018, 5:03 PM
Code prechecks
phplint
phpcs1 | 0
js3 | 4
css7 | 0
phpdoc11 | 0
savepoint
thirdparty
grunt1 | 1
shifter
mustache0 | 1
HTML | XML3.5.0
- Privacy API support added
 - Some small CSS tweaks
 
3.3.6
- Now displays hidden courses (to Teachers et al) as 'dimmed'
 - Layout a bit better on legacy Bootstrap 2 themes (e.g. Clean).
 
3.3.5
- Some support for bootstrapbase themes added
 - favourites shown with correct 'star' in course list
 
3.3.4
- Layout of courses improved using Bootstrap grids
 - Option to keep favourites in 'normal' course list added to block settings
 - Option to have a fixed sort order for courses tab
 - Code tidied up somewhat
 
3.3.3
- All javascript changed from YUI to jquery amd modules
 - Rendering now using mustache templates
 - Course overviews displayed by clicking icon
 - Favourites tab added
 - Limit on courses displayed and child course display dropped.
 - print_overview() still in use (for now)
 
3.3.1
- Debugging messages raised by using deprecated 
print_overview()are not displayed now (the better fix would be to actually remove these calls, but it has to wait for the new maintainer). 
3.3.0
- Initial release of this block as a standalone plugin after being removed from Moodle core.
 
Version information
- Version build number
 - 2018053000
 - Version release name
 - 3.5.0
 - Can be updated from
 - 3.3.0 (2017050400), 3.3.1 (2017051200), 3.3.2 (2017091100), 3.3.3 (2017112800), 3.3.4 (2017120400), 3.3.5 (2017120800), 3.3.6 (2018012500)
 - Maturity
 - Stable version
 - MD5 Sum
 - 15c989710d751db490c8db2efc0a15fd
 - Supported software
 - Moodle 3.3, Moodle 3.4, Moodle 3.5
 - The more recent release 3.5.4 (2018070400) exists for Moodle 3.3
 - The more recent release 3.5.5 (2019021300) exists for Moodle 3.4
 - The more recent release 3.5.5 (2019021300) exists for Moodle 3.5
 
Version control information
- Version control system (VCS)
 - GIT
 - VCS repository URL
 - VCS tag
 - 3.5.0
 
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
 - Download and unpack the block folder.
 - Place the folder (eg "myblock") in the "blocks" subdirectory.
 - Visit http://yoursite.com/admin to complete the installation
 - Turn editing on in any home or course page.
 - Add the block to the page
 - Visit the config link in the block for more options.