From bf9c4d498dce1c7e0156eaadeff203e33b936d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 13 Feb 2024 09:10:41 +0100 Subject: [PATCH] Review changelog --- CHANGELOG.md | 227 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 154 insertions(+), 73 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31df200..39d0ba6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,108 +1,189 @@ -Changelog for MReporting -======================== +# Change Log -GLPI Mreporting 1.3.1 ---------------------- +All notable changes to this project will be documented in this file. -* Fix #56 : Bad comparaison in Nb tickets per SLA bug (thanks to awslgr) -* Fix #78 : Review dashboard feature on helpdesk interface -* Fix #74 : Remove require "GLPI_PHPMAILER_DIR" -* Fix #57 : Selection from the dropdown itilcategory (thanks to myoaction) -* Fix #73 : Don't use Templates and Deleted computers (thanks to johannsan) -* Fix #26 : Error Ext on GLPI 0.90 (thanks to tsmr - Infotel Conseil) -* Fix #77 : Queries filtered by status for inventory reporting (thanks to sebfun) -* Task #80 : Remove lib tcpdf +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). -GLPI Mreporting 1.3.0 ---------------------- +## [1.8.6] - 2024-02-13 -* New release schema following [Semantic versionning](http://semver.org) -* Fix GLPi 9.1 compatibility -* Fix SLA graph -* Fix manufacturer graph -* Prevent not logged in users to display graphs +### Added -GLPI Mreporting 0.90+1.2 ------------------------- +- Slovak locale and reports translations -* GLPi 9.1 compatible -* bugfixes +## [1.8.5] - 2023-10-19 -GLPI Mreporting 0.90+1.1 ------------------------- +### Fixed -* Bugfixes +- No data displayed when using "week" period -GLPI Mreporting 0.90+1.0 ------------------------- +## [1.8.4] - 2023-10-11 -* GLPi 0.90 compatible -* ... +### Fixed +- Error during migration -GLPI Mreporting 0.84+2.3.3 --------------------------- +## [1.8.3] - 2023-09-14 -* Export : keep selected dates -* Fix week sql interval -* Fix variables for week interval (start of week : monday) -* Fix issue on graph 'Tickets per technician' +### Added +- Japanese (Japan) locale +- Spanish (Ecuador) locale +- Polish translations for reports -GLPI Mreporting 0.84+2.3.2 --------------------------- +### Fixed -* New reports (OSX Assets) -* Fix warnings on export -* Fix migration error logging -* Improve detection of base classes +- Wrong entity filtering in `reportHbarComputersByEntity` +- Undefined index `f_name` +## [1.8.2] - 2022-09-29 -GLPI Mreporting 0.84+2.3.1 --------------------------- +### Fixed -* 2 new reports (max os and linux version distribtion) -* week period fix -* dashboard order -* fix some php errors +- Display all windows distributions +## [1.8.1] - 2022-08-22 -GLPI Mreporting 0.84+2.3.0 --------------------------- +### Fixed -* New Dashboard -* Profiles publication. -* Notifications fixed -* New reports +- Prevent useless DB queries on plugin state checks +- Missing title breaks menu +## [1.8.0] - 2022-04-20 -Changelogs for MReporting 0.85 -============================== +### Added -Mreporting 0.85+1.0-RC4 ------------------------ +- GLPI 10.0 compatibility -* Migration to Jquery -* Plugins locales are now in gettext +## [1.7.4] - 2022-03-01 +### Added +- Spanish (Venezuela) locale -Mreporting 0.85+1.0-RC3 ------------------------ +## [1.7.3] - 2021-04-27 -* Migration to Jquery -* Plugins locales are now in gettext +### Fixed +- Deprecated usage of `$order` param in `getAllDataFromTable()` -Changelogs for MReporting 0.90 -============================== +## [1.7.2] - 2021-03-09 -Mreporting 0.90-1.1 -------------------- +### Fixed -* More strings in gettext : Put locales for reportHbarComputersByAge() in plugin locales -* Fix bugs -* Fix send reports in Notification (fix link, fix attachment) -* Now don't use Mailqueue for send reports -* Cleanup code +- Unable to install from marketplace +## [1.7.1] - 2020-12-18 + +### Fixed + +- OpenSuse not included in Linux category for ComputerByOS report + +## [1.7.0] - 2020-07-07 + +### Added + +- GLPI 9.5 compatibility +- Croatian (Croatia) locale + +### Fixed + +- Load of JS/CSS resources only when needed +- Autocompletion fields whitelist + +## [1.6.1] - 2019-02-15 + +### Fixed + +- Icons not displayed + +## [1.6.0] - 2018-12-10 + +### Added + +- GLPI 9.4 compatibility + +## [1.5.3] - 2018-10-26 + +### Fixed + +- SQL error on update process on MySQL 5.7 +- Useless rights management for simplified profiles +- Missing reports in select list +- Missing javascript loading + +## [1.5.2] - 2018-09-04 + +### Added + +- Chinese locale + +### Changed + +- Use InnoDB as DB table engine + +### Fixed + +- Display of `Windows 10` in inventory report +- Usage of methods deprecated in GLPI 9.3 + +## [1.5.1] - 2018-07-06 + +### Fixed + +- Finnish (Finland) locale +- Undefined index in profile form + +## [1.5.0] - 2018-06-28 + +### Added + +- GLPI 9.3 compatibility + +### Fixed + +- Usage of deprecated `each` PHP function + +## [1.4.1] - 2018-06-21 + +### Added + +- Czech, German and Portuguese translations + +### Fixed + +- Error while using `GLPI` graphtype +- Deprecated calls to NotificationTarget class +- Deprecated usage of `fieldExists()` +- Notifications not working on GLPI 9.2 +- Compatibility check for GLPI < 9.2 + +## [1.4.0] - 2017-09-22 + +### Added + +- GLPI 9.2 compatibility + +## [1.3.1] - 2016-11-18 + +### Fixed + +- Bad comparaison in Nb tickets per SLA bug (thanks to awslgr) +- Review dashboard feature on helpdesk interface +- Remove require `GLPI_PHPMAILER_DIR` +- Selection from the dropdown itilcategory (thanks to myoaction) +- Don't use Templates and Deleted computers (thanks to johannsan) +- Error Ext on GLPI 0.90 (thanks to tsmr - Infotel Conseil) +- Queries filtered by status for inventory reporting (thanks to sebfun) + +## [1.3.0] - 2016-10-17 + +### Added + +- GLPI 9.1 compatibility + +### Fixed + +- Fix SLA graph +- Fix manufacturer graph +- Prevent not logged in users to display graphs