Skip to content

Releases: jleyva/moodle-block_configurablereports

4.5.0

06 Nov 11:33
2c2ac93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.5.0

4.1.0

06 May 08:12
44a2f36
Compare
Choose a tag to compare

Thanks Lesterhuis Training & Consultancy for upgrading the plugin to make it Moodle LMS 4.1 compatible.

3.9.0

03 Nov 16:31
Compare
Choose a tag to compare
  • Starting this version for allowing SQL queries performing data insertion/creation the following configuration variable set to 1
    is required in your site root /config.php:
    $CFG->block_configurable_reports_enable_sql_execution = 1;
    Otherwise, previous Custom SQL reports performing data insertion/creation will stop working.
  • Added matching colors to pie charts
  • Added unmapped palette for general colors to pie charts
  • Changed fuserfield to allow for multiple instances of the filter
  • Added alphabetical sort to courses filter
  • Added webservice to get reports data
  • Added new filters for competencies
  • Other fixes and improvements:
    • Fix offset error for bar graphs when not using SQL reporting
    • Removed default sorting from DataTables JS UI
    • Fixed issue where colors would mismatch if values weren't present
    • Fixed STARTTIME and ENDTIME variable substitution
    • Avoid text filtering when exporting

Thanks Alex Rowe, David Saylor, Michael Gardener, Muhammad Osama Arshad, Daniel Poggenpohl, Daniel Neis, François Parlant and all the contributors who have sent several fixes and improvements.

3.8.0

20 Dec 10:17
Compare
Choose a tag to compare
  • Order the list of users in users filter by fullname considering language - #130
  • 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

Thanks Mike McDougal (mcdoogs), Tuan Ngoc Nguyen (tuanngocnguyen), Mike Henry (mhenry79mnet), safatshahinsd, kristian-94 and all the contributors who have sent several fixes and improvements.
And special thanks also to Carlos, Moodle HQ and Juan for letting Sara work on this again during the project week.

3.3.0

20 Dec 10:20
Compare
Choose a tag to compare
  • 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 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.

3.7.0

03 Jun 13:44
Compare
Choose a tag to compare
  • Add a new calculation type: percentage
  • Allow userfields to be used more than once in the permissions
  • Other fixes and improvements:
    • 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

Thanks David (davidpesce), Dimitrii (dmitriim) and all the contributors who have sent several fixes and improvements.
And also special thanks to Sander, Moodle HQ and Juan for letting Sara work on this again during the project week.

3.6.0

15 Feb 09:33
Compare
Choose a tag to compare
  • Implement Privacy API
  • Replace deprecated methods:
    • htmleditor
    • pix_url
    • coursecat
  • 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:
    • 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 Alex (agrowe), Donald (emyb2), sopnep15, Danniel (dannielarriola) and all the contributors who have sent several
fixes and improvements.
And special thanks also to Sander, Moodle HQ and Juan for letting Sara work on this during the project week.

3.1.1

09 Oct 19:49
Compare
Choose a tag to compare

Fix a critical bug when adding user action/outline statistics, see https://tracker.moodle.org/browse/CONTRIB-4600
Thanks @marinaglancy for the fix

3.1.0

25 May 07:57
Compare
Choose a tag to compare
Bump version number for releasing

2.3.10

25 May 07:57
Compare
Choose a tag to compare
Bump version number for releasing