Skip to content

Release 3.6.16

Compare
Choose a tag to compare
@tomolimo tomolimo released this 07 Oct 13:45
· 1 commit to 3.6/bugfixes since this release

For GLPI 9.4

  • Added feature GLPI_TASK_PREVENT_REASSIGN to prevent assignment of a list of users (can be PM UID, GLPI id, GLPI logon) to a specific task (can be task list)
  • Added prepareInputForAdd and prepareInputForUpdate to unclean entries to prevent conversion of ['<', '>', '<', '>'] into ['&lt;', '&gt;', '<', '>'];
  • Added a proxy and SSL mangement to external application calls
  • Added an escape DB for ticket name and ticket solution description Updated translation
  • Added a new case variable to be able to create information tasks GLPI_ITEM_INFORMATION_TASK
  • Added Send reminder
  • Added unclaim task Rewrite some code for clearer maintenance
  • Added a hook to manage the change of user login
  • Cleaning of unused code
  • Added condition to set user = admin when script is run in crontask