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
  • 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

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.