All Versions
35
Latest Version
Avg Release Cycle
69 days
Latest Release
379 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v10.0.3 Changes
September 14, 2022โ Added
๐ Changed
๐ Deprecated
โ Removed
API changes
โ Added
CommonDBTM::pre_addToDB()
added.
๐ Changes
๐ Deprecated
โ Removed
-
v10.0.2
June 28, 2022 -
v10.0.1 Changes
June 02, 2022๐ Changed
- PDF export library has been changed back from
mPDF
toTCPDF
.
โ Removed
- ๐ Gantt feature has been moved into the
gantt
plugin.
API changes
โ Added
plugin_xxx_activate()
andplugin_xxx_deactivate
hooks support.
๐ Changes
Glpi\Api\Api::initEndpoint()
visibility changed toprotected
.
โ Removed
GlpiGantt
javascript helper anddhtmlx-gantt
library.Glpi\Gantt
namespace and all corresponding classes.Project::getDataToDisplayOnGantt()
Project::showGantt()
ProjectTask::getDataToDisplayOnGantt()
ProjectTask::getDataToDisplayOnGanttForProject()
- PDF export library has been changed back from
-
v10.0.0 Changes
April 20, 2022โ Added
- โ Added UUID to all other itemtypes that are related to Operating Systems (Phones, Printers, etc)
- โ Added a button to the General > System configuration tab to copy the system information
๐ Changed
- ๐ง APCu and WinCache are not anymore use by GLPI, use
php bin/console cache:configure
command to configure cache system. - PDF export library has been changed from
TCPDF
tomPDF
. - ๐ The search engine and search results page now support sorting by multiple fields.
- โก๏ธ The search result lists now refresh/update without triggering a full page reload.
- Replaced user-facing cases of master/slave usage replaced with main/replica.
๐ Deprecated
- ๐ Usage of XML-RPC API is deprecated.
- ๐ The database "slaves" property in the status checker (/status.php and glpi:system:status) is deprecated. Use "replicas" instead,
- ๐ The database "master" property in the status checker (/status.php and glpi:system:status) is deprecated. Use "main" instead,
โ Removed
- Autocomplete feature on text fields.
- Usage of alternative DB connection encoding (
DB::$dbenc
property). - Deprecated
scripts/ldap_mass_sync.php
has been removed in favor ofglpi:ldap:synchronize_users
command available usingbin/console
- ๐ Deprecated
scripts/compute_dictionary.php
has been removed in favor ofglpi:rules:replay_dictionnary_rules
command available usingbin/console
- Deprecated
scripts/softcat_mass_compute.php
has been removed in favor ofglpi:rules:process_software_category_rules
command available usingbin/console
API changes
โ Added
- โ Added
DBMysql::setSavepoint()
to create savepoints within a transaction. - โ Added
CommonDBTM::showForm()
to have a generic showForm for asset (based on a twig template).
๐ Changes
- โ MySQL warnings are now logged in SQL errors log.
- โฌ๏ธ
Guzzle
library has been upgraded to version 7.4. - โฌ๏ธ
Symfony\Console
library has been upgraded to version 5.4. CommonGLPI
constructor signature has been declared in an interface (CommonGLPIInterface
).- ๐
DBmysqlIterator
class compliancy withIterator
has been fixed (i.e.DBmysqlIterator::next()
does not return current row anymore). Domain
class inheritance changed fromCommonDropdown
toCommonDBTM
.showForm()
method of all classes inheritingCommonDBTM
have been changed to matchCommonDBTM::showForm()
signature.- Format of
Message-Id
header sent in Tickets notifications changed to match format used by other items. - โ Added
DB::truncate()
to replace raw SQL queries - Impact context
positions
field type changed fromTEXT
toMEDIUMTEXT
- Field
date
of KnowbaseItem has been renamed todate_creation
. - Field
date_creation
of KnowbaseItem_Revision has been renamed todate
. - Field
date_creation
of NetworkPortConnectionLog has been renamed todate
. - Field
date
of Notepad has been renamed todate_creation
. - Field
date_mod
of ObjectLock has been renamed todate
. - Field
date
of ProjectTask has been renamed todate_creation
. - Table
glpi_netpoints
has been renamed toglpi_sockets
. - ๐ฎ
GLPI_FORCE_EMPTY_SQL_MODE
constant has been removed in favor ofGLPI_DISABLE_ONLY_FULL_GROUP_BY_SQL_MODE
usage. - ๐
CommonDBTM::clone()
,CommonDBTM::prepareInputForClone()
andCommonDBTM::post_clone()
has been removed. Clonable objects must now useGlpi\Features\Clonable
trait. CommonDBTM::notificationqueueonaction
property has been removed in favor ofCommonDBTM::deduplicate_queued_notifications
property.CommonDropdown::displaySpecificTypeField()
has a new$options
parameter.- โช
DBMysql::rollBack
supports aname
parameter for rolling back to a savepoint. Knowbase::getJstreeCategoryList()
as been replaced byKnowbase::getTreeCategoryList()
.NetworkPortInstantiation::showNetpointField()
has been renamed toNetworkPortInstantiation::showSocketField()
.NotificationSettingConfig::showForm()
renamed toNotificationSettingConfig::showConfigForm()
.RuleMatchedLog::showForm()
renamed toRuleMatchedLog::showItemForm()
.Search::addOrderBy()
signature changed.TicketSatisfaction::showForm()
renamed toTicketSatisfaction::showSatisfactionForm()
.Transfer::transferDropdownNetpoint()
has been renamed toTransfer::transferDropdownSocket()
.
๐ Deprecated
- Usage of
MyISAM
engine in database, in favor ofInnoDB
engine. - Usage of
utf8mb3
charset/collation in database in favor ofutf8mb4
charset/collation. - Usage of
datetime
field type in database, in favor oftimestamp
field type. - Handling of encoded/escaped value in
autoName()
- ๐
Netpoint
has been deprecated and replaced bySocket
CommonDropdown::displayHeader()
, useCommonDropdown::displayCentralHeader()
instead and make sure to override properlyfirst_level_menu
,second_level_menu
andthird_level_menu
.GLPI::getLogLevel()
Html::clean()
MailCollector::listEncodings()
- ๐ป
RuleImportComputer
class - ๐ป
RuleImportComputerCollection
class SLM::setTicketCalendar()
Toolbox::clean_cross_side_scripting_deep()
Toolbox::endsWith()
Toolbox::filesizeDirectory()
Toolbox::getHtmlToDisplay()
Toolbox::logError()
Toolbox::logNotice()
- โ
Toolbox::logWarning()
Toolbox::sodiumDecrypt()
Toolbox::sodiumEncrypt()
Toolbox::startsWith()
Toolbox::unclean_cross_side_scripting_deep()
โ Removed
- ๐
jQueryUI
has been removed in favor oftwbs/bootstrap
. This implies removal of following widgets:$.accordion
,$.autocomplete
,$.button
,$.dialog
,$.draggable
,$.droppable
,$.progressbar
,$.resizable
,$.selectable
,$.sortable
,$.tabs
,$.tooltip
. - Usage of
$order
parameter ingetAllDataFromTable()
(DbUtils::getAllDataFromTable()
) - Usage of
table
parameter in requests made toajax/comments.php
- ๐ฎ Usage of
GLPI_FORCE_EMPTY_SQL_MODE
constant - Usage of
GLPI_PREVER
constant - Support of
doc_types
,helpdesk_types
andnetport_types
keys inPlugin::registerClass()
$CFG_GLPI['layout_excluded_pages']
entry$CFG_GLPI['transfers_id_auto']
entry$CFG_GLPI['use_ajax_autocompletion']
entry$DEBUG_AUTOLOAD
global variable- ๐
$LOADED_PLUGINS
global variable - ๐ฒ
$PHP_LOG_HANDLER
global variable - ๐ฒ
$SQL_LOG_HANDLER
global variable CommonDBTM::notificationqueueonaction
propertyNotificationTarget::html_tags
propertygetAllDatasFromTable()
getRealQueryForTreeItem()
- ๐
Ajax::createFixedModalWindow()
Ajax::createSlidePanel()
- ๐ฏ
Calendar_Holiday::cloneCalendar()
Calendar::duplicate()
- ๐ฏ
CalendarSegment::cloneCalendar()
Change::getCommonLeftJoin()
Change::getCommonSelect()
Change::showAnalysisForm()
Change::showPlanForm()
- ๐ฏ
CommonDBTM::clone()
CommonDBTM::getRawName()
- ๐ฏ
CommonDBTM::prepareInputForClone()
- ๐ฏ
CommonDBTM::post_clone()
CommonDBTM::showDates()
CommonGLPI::isLayoutExcludedPage()
CommonGLPI::isLayoutWithMain()
CommonGLPI::showPrimaryForm()
CommonITILObject::displayHiddenItemsIdInput()
CommonITILObject::filterTimeline()
CommonITILObject::getActorIcon()
CommonITILObject::getSplittedSubmitButtonHtml()
CommonITILObject::showActorsPartForm()
CommonITILObject::showFormHeader()
CommonITILObject::showGroupsAssociated()
CommonITILObject::showSupplierAddFormOnCreate()
CommonITILObject::showSuppliersAssociated()
CommonITILObject::showTimeline()
CommonITILObject::showTimelineForm()
CommonITILObject::showTimelineHeader()
CommonITILObject::showUsersAssociated()
- ๐ฏ
Computer_Item::cloneComputer()
- ๐ฏ
Computer_Item::cloneItem()
- ๐ป
Computer_SoftwareLicense
class - ๐ป
Computer_SoftwareVersion
class - ๐ฏ
ComputerAntivirus::cloneComputer()
- ๐ฏ
Contract::cloneItem()
- ๐ฏ
Contract_Item::cloneItem()
- ๐ฏ
ContractCost::cloneContract()
Config::agreeDevMessage()
Config::checkWriteAccessToDirs()
Config::displayCheckExtensions()
Config::getCache()
DBMysql::affected_rows()
DBMysql::areTimezonesAvailable()
- ๐
DBMysql::data_seek()
DBMysql::fetch_array()
DBMysql::fetch_assoc()
DBMysql::fetch_object()
DBMysql::fetch_row()
DBMysql::field_name()
DBMysql::free_result()
DBmysql::getTableSchema()
DBMysql::insert_id()
DBMysql::isMySQLStrictMode()
DBMysql::list_fields()
DBMysql::notTzMigrated()
DBMysql::num_fields()
DbUtils::getRealQueryForTreeItem()
Dropdown::getDropdownNetpoint()
DCBreadcrumb::showDcBreadcrumb()
- ๐ฏ
Document_Item::cloneItem()
Entity::showSelector()
- ๐
Glpi\Marketplace\Api\Plugins::getNewPlugins()
- ๐
Glpi\Marketplace\Api\Plugins::getPopularPlugins()
- ๐
Glpi\Marketplace\Api\Plugins::getTopPlugins()
- ๐
Glpi\Marketplace\Api\Plugins::getTrendingPlugins()
- โก๏ธ
Glpi\Marketplace\Api\Plugins::getUpdatedPlugins()
Html::autocompletionTextField()
Html::displayImpersonateBanner()
Html::displayMainMenu()
Html::displayMenuAll()
Html::displayTopMenu()
Html::fileForRichText()
Html::generateImageName()
Html::imageGallery()
Html::jsDisable()
Html::jsEnable()
Html::nl2br_deep()
Html::replaceImagesByGallery()
Html::resume_name()
Html::setSimpleTextContent()
Html::setRichTextContent()
Html::showProfileSelecter()
Html::weblink_extract()
- ๐ฏ
Infocom::cloneItem()
- ๐ฏ
Itil_Project::cloneItilProject()
ITILFollowup::showApprobationForm()
ITILTemplate::getBeginHiddenFieldText()
ITILTemplate::getBeginHiddenFieldValue()
ITILTemplate::getEndHiddenFieldText()
ITILTemplate::getEndHiddenFieldValue()
- ๐ฏ
Item_Devices::cloneItem()
- ๐ฏ
Item_Disk::cloneItem()
- ๐ฏ
Item_OperatingSystem::cloneItem()
- ๐ฏ
Item_SoftwareLicense::cloneComputer()
- ๐ฏ
Item_SoftwareLicense::cloneItem()
- ๐ฏ
Item_SoftwareVersion::cloneComputer()
- ๐ฏ
Item_SoftwareVersion::cloneItem()
- ๐ป
Item_SoftwareVersion::showForComputer()
- โก๏ธ
Item_SoftwareVersion::updateDatasForComputer()
- ๐ฏ
KnowbaseItem_Item::cloneItem()
LevelAgreement::showForTicket()
- ๐ฏ
NetworkPort::cloneItem()
- ๐ฏ
Notepad::cloneItem()
NotificationTargetTicket::isAuthorMailingActivatedForHelpdesk()
- ๐
Plugin::getGlpiPrever()
- ๐
Plugin::isGlpiPrever()
- ๐
Plugin::setLoaded()
- ๐
Plugin::setUnloaded()
- ๐
Plugin::setUnloadedByName()
Problem::getCommonLeftJoin()
Problem::getCommonSelect()
Problem::showAnalysisForm()
- ๐ฏ
ProjectCost::cloneProject()
- ๐ฏ
ProjectTeam::cloneProjectTask()
- ๐ฏ
ProjectTask::cloneProjectTeam()
Reservation::displayReservationDay()
Reservation::displayReservationsForAnItem()
Search::isDeletedSwitch()
Ticket::getCommonLeftJoin()
Ticket::getCommonSelect()
Ticket::getTicketTemplateToUse()
Ticket::showDocumentAddButton()
Ticket_Ticket::displayLinkedTicketsTo()
TicketTemplate::getFromDBWithDatas()
Toolbox::canUseImapPop()
- ๐ง
Toolbox::checkSELinux()
Toolbox::commonCheckForUseGLPI()
Toolbox::convertImageToTag()
Toolbox::decrypt()
Toolbox::doubleEncodeEmails()
Toolbox::encrypt()
Toolbox::getGlpiSecKey()
- ๐
Toolbox::removeHtmlSpecialChars()
Toolbox::sanitize()
Toolbox::throwError()
Toolbox::unclean_html_cross_side_scripting_deep()
Toolbox::useCache()
Toolbox::userErrorHandlerDebug()
Toolbox::userErrorHandlerNormal()
- ๐ป
Transfer::transferComputerSoftwares()
- โก๏ธ
Update::declareOldItems()
User::showPersonalInformation()
-
v9.5.7
January 27, 2022 -
v9.5.6 Changes
September 15, 2021๐ Changed
- ๐
X-Forwarded-For
header value is no longer used during API access controls, API requests passing through proxies may be refused for security reasons.
API changes
๐ Changed
- All POST request made to
/ajax/
scripts are now requiring a valid CSRF token in theirX-Glpi-Csrf-Token
header. Requests done using jQuery are automatically including this header, from the moment that the page header is built usingHtml::includeHeader()
method and thejs/common.js
script is loaded.
๐ Deprecated
- Usage of "followups" option in
CommonITILObject::showShort()
CommonITILTask::showInObjectSumnary()
ITILFollowup::showShortForITILObject()
- ๐
-
v9.5.5 Changes
April 13, 2021API changes
๐ Changed
- โ Remove deprecation of
Search::getMetaReferenceItemtype()
- โ Remove deprecation of
-
v9.5.4 Changes
March 02, 2021๐ Changed
- ๐
iframe
elements are not anymore allowed in rich text unlessGLPI_ALLOW_IFRAME_IN_RICH_TEXT
constant is defined totrue
API changes
๐ Deprecated
Search::getMetaReferenceItemtype()
- ๐
-
v9.5.3 Changes
November 25, 2020๐ This is a security release, upgrading is recommended
๐ Note: those are medium security issues.
Non exhaustive list of changes:
- ๐ [security] Insecure Direct Object Reference on
ajax/comments.php
andajax/getDropdownValue.php
(CVE-2020-27662 and CVE-2020-27663) - ๐ [security] Any CalDAV calendars is read-only for every authenticated user (CVE-2020-26212)
- several dashboards issues
- ๐ several fixes and enhancements with mail collector
- ๐ new dashboard filters on tech users and tech groups
- PHP8 compatibility
- and more!
๐ See changelog for details.
- ๐ [security] Insecure Direct Object Reference on
-
v9.5.2 Changes
October 07, 2020๐ This is a security release, upgrading is highly recommended
๐ Note: some of fixed vulnerabilities are present since a long time (0.68).
Non exhaustive list of changes:
- ๐ [security] SQL injection with a query parameter of user form (CVE-2020-15176)
- ๐ [security] Removal of
.htaccess
file in thefiles
folder via a plugin endpoint (CVE-2020-15175) - ๐ [security] Leakage issue with knowledge base (CVE-2020-15217)
- ๐ [security] Stored XSS in install script (CVE-2020-15177)
- ๐ [security] Minor SQL Injection in
Search
API (CVE-2020-15226) - several mailgate issues
- several dashboards issues
- dashboards improvements: personnal filters , new summary and articles widgets, ...
- and more!
๐ See changelog for details.