Moodle Plugins directory: Configurable Reports: Versions: 3.3.0 | Moodle.org
Configurable Reports
Blocks ::: block_configurable_reports
Maintained by
Juan Leyva,
Sara Arjona Téllez
This block is a Moodle custom reports builder.
You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.
Configurable Reports 3.3.0
Moodle 3.0, 3.1, 3.2, 3.3
Released: Friday, 20 December 2019, 6:25 PM
Code prechecks
phplint
phpcs477 | 90
js40 | 120
css404 | 20
phpdoc1378 | 2
savepoint
thirdparty
grunt1 | 1
shifter
mustache
HTML | XML- Order the list of users in users filter by fullname considering language - #130
- Add a new calculation type: percentage
- Allow userfields to be used more than once in the permissions
- Move JS to AMD modules
- Upgrade some 3rd party JS libraries
- Fix import from XML
- Review the year filter to take min and max years from the calendar factory
- Other fixes and improvements:
- Fix template array error - #132
- Fix DB mismatch between install.xml and upgrade.php - #123
- Fix LIMIT error for MSSQL - CONTRIB-7891
- Remove "_" from the table header titles - #137
- Review supported Moodle versions, because the core_userlist_provider interface is only supported from 3.4 onwards - #125
- Fix error when using templates
- Fix error when using the Start/End filter
- Fix legacy_polyfill error when running unit tests
- Display custom title for the block
- Replace deprecated methods (htmleditor, pix_url and coursecat)
- Remove CSS files not found error in JS console
- Show breadcrumbs for users without manage report capability
- Fix DB query function call for the enrolled students filter
- Raise the memory limit when exporting
- Clean some request parameters before using them
- Fix error with user field search box filter
- Improve compatibility with PostgreSQL when importing
Thanks Daniel Neis (danielneis), Mike McDougal (mcdoogs), Tuan Ngoc Nguyen (tuanngocnguyen), Mike Henry (mhenry79mnet), safatshahinsd, kristian-94, David (davidpesce), Dimitrii (dmitriim), Alex (agrowe), Donald (emyb2), sopnep15, Danniel (dannielarriola) and all the contributors who have sent several fixes and improvements. And special thanks also to Carlos, Sander, Moodle HQ and Juan for letting Sara work on this again during the project week.
Version information
- Version build number
- 2019121900
- Version release name
- 3.3.0
- Can be updated from
- 3.1.0 (2016020102), 3.1.1 (2016020103)
- Maturity
- Stable version
- MD5 Sum
- ddbf33ae7ebb1590e31e7e72a7ec534d
- Supported software
- Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_33_STABLE
- VCS tag
- 3.3.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.