Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@vyskocilpavel vyskocilpavel released this 22 Aug 12:58
· 128 commits to master since this release
5c2a65c

Added

  • Added configuration file for ESLint
  • Module now supports running statistics as IDP/SP

Changed

  • Using of short array syntax (from array() to [])
  • Specify engine and default charset in tables.sql
  • Removed unused include from 'templates/spDetail-tpl.php'
  • Deleted useless code
  • Deleted 'head' and 'body' tag in tab templates
  • Use 'filter_input' to GET and VALIDATE value send as GET/POST param
  • Eliminate inline javascript
    • All JS code was moved to 'index.js'
  • Using 'fetch_all' instead of 'fetch_asoc' to get data from DB
  • Set default values for some option in 'DatabaseConnector.php'
  • Remove duplicate code from 'DatabaseConnector.php'
  • Move duplicate code for timeRange to separate file
  • Use import instead of unnecessary qualifier

Fixed

  • Fixed the syntax of CHANGELOG
  • Fixed SQL injection vulnerability
  • Fixed list of required packages