From 248dab9289ad4900037fe9adba88c3860aa08301 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 20 Jan 2020 15:46:04 +0100 Subject: [PATCH 1/2] =?UTF-8?q?N=C2=B02633=20-=20Security=20hardening?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/loginwebpage.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index 84de8c9c3c..615e603d6f 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -704,6 +704,7 @@ EOF { // No rights to be here, redirect to the portal header('Location: '.$ret); + die(); } } } From 878c23892da8050bed2d20c1e5577c305974cce5 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Mon, 20 Jan 2020 15:59:08 +0100 Subject: [PATCH 2/2] Update version number for 2.5.4 --- css/css-variables.scss | 2 +- css/light-grey.css | 50 +++++++++---------- .../module.authent-external.php | 2 +- .../2.x/authent-ldap/module.authent-ldap.php | 2 +- .../authent-local/module.authent-local.php | 2 +- .../itop-attachments/module.attachments.php | 2 +- .../2.x/itop-backup/module.itop-backup.php | 2 +- ...ule.itop-bridge-virtualization-storage.php | 2 +- .../module.itop-change-mgmt-itil.php | 2 +- .../module.itop-change-mgmt.php | 2 +- .../module.itop-config-mgmt.php | 2 +- .../2.x/itop-config/module.itop-config.php | 2 +- .../module.itop-datacenter-mgmt.php | 2 +- .../module.itop-endusers-devices.php | 2 +- .../itop-full-itil/module.itop-full-itil.php | 2 +- .../module.itop-hub-connector.php | 2 +- .../module.itop-incident-mgmt-itil.php | 2 +- .../module.itop-knownerror-mgmt.php | 2 +- .../module.itop-portal-base.php | 2 +- .../2.x/itop-portal/module.itop-portal.php | 2 +- .../module.itop-problem-mgmt.php | 2 +- .../module.itop-profiles-itil.php | 2 +- .../module.itop-request-mgmt-itil.php | 2 +- .../module.itop-request-mgmt.php | 2 +- .../module.itop-service-mgmt-provider.php | 2 +- .../module.itop-service-mgmt.php | 2 +- .../module.itop-sla-computation.php | 2 +- .../module.itop-storage-mgmt.php | 2 +- .../2.x/itop-tickets/module.itop-tickets.php | 2 +- .../module.itop-virtualization-mgmt.php | 2 +- .../module.itop-welcome-itil.php | 2 +- datamodels/2.x/version.xml | 2 +- 32 files changed, 56 insertions(+), 56 deletions(-) diff --git a/css/css-variables.scss b/css/css-variables.scss index 83773ee9f2..bd9c33624a 100644 --- a/css/css-variables.scss +++ b/css/css-variables.scss @@ -1,5 +1,5 @@ // Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0 -$version: "v2.5.3"; +$version: "v2.5.4"; // Base colors $gray-base: #000 !default; diff --git a/css/light-grey.css b/css/light-grey.css index e513be9a8a..2743370b68 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -327,10 +327,10 @@ a.small_action { padding-left: 5px; padding-top: 2px; padding-bottom: 2px; - background: #ea7d1e url(../images/actions_left.png?v=v2.5.2) no-repeat left; + background: #ea7d1e url(../images/actions_left.png?v=v2.5.4) no-repeat left; } .actions_details span { - background: url(../images/actions_right.png?v=v2.5.2) no-repeat right; + background: url(../images/actions_right.png?v=v2.5.4) no-repeat right; color: #fff; font-weight: bold; padding-top: 2px; @@ -504,7 +504,7 @@ div.actions_menu > ul { nowidth: 70px; padding-left: 5px; /* Nasty work-around for IE... en attendant mieux */ - background: #ea7d1e url(../images/actions_left.png?v=v2.5.2) no-repeat top left; + background: #ea7d1e url(../images/actions_left.png?v=v2.5.4) no-repeat top left; cursor: pointer; margin: 0; } @@ -516,7 +516,7 @@ div.actions_menu > ul > li { height: 17px; padding-right: 16px; padding-left: 4px; - background: url(../images/actions_right.png?v=v2.5.2) no-repeat top right transparent; + background: url(../images/actions_right.png?v=v2.5.4) no-repeat top right transparent; font-weight: bold; color: #fff; vertical-align: middle; @@ -659,7 +659,7 @@ td a.dp-choose-date, a.dp-choose-date, td a.dp-choose-date:hover, a.dp-choose-da display: block; text-indent: -2000px; overflow: hidden; - background: url(../images/calendar.png?v=v2.5.2) no-repeat; + background: url(../images/calendar.png?v=v2.5.4) no-repeat; } td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled { background-position: 0 -20px; @@ -1301,19 +1301,19 @@ input.dp-applied { } /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */ table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated { - background: url(../images/truncated.png?v=v2.5.2) bottom repeat-x; + background: url(../images/truncated.png?v=v2.5.4) bottom repeat-x; } /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */ table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated { - background: #f9f9f1 url(../images/truncated.png?v=v2.5.2) bottom repeat-x; + background: #f9f9f1 url(../images/truncated.png?v=v2.5.4) bottom repeat-x; } /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */ table.listResults tr.even td.hover.truncated, .wizContainer table.listResults tr.even td.hover.truncated { - background: #fdf5d0 url(../images/truncated.png?v=v2.5.2) bottom repeat-x; + background: #fdf5d0 url(../images/truncated.png?v=v2.5.4) bottom repeat-x; } /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */ table.listResults tr.odd td.hover.truncated, table.listResults tr td.hover.truncated, .wizContainer table.listResults tr.odd td.hover.truncated, .wizContainer table.listResults tr td.hover.truncated { - background: #fdf5d0 url(../images/truncated.png?v=v2.5.2) bottom repeat-x; + background: #fdf5d0 url(../images/truncated.png?v=v2.5.4) bottom repeat-x; } table.listResults.truncated { border-bottom: 0; @@ -1421,7 +1421,7 @@ div#logo { div#logo div { height: 88px; width: 244px; - background: url(../images/itop-logo-2.png?v=v2.5.2) left no-repeat; + background: url(../images/itop-logo-2.png?v=v2.5.4) left no-repeat; } #left-pane .ui-layout-north { overflow: hidden; @@ -1513,7 +1513,7 @@ div#logo div { } #global-search-image { vertical-align: middle; - background: url(../images/search.png?v=v2.5.2) center center no-repeat; + background: url(../images/search.png?v=v2.5.4) center center no-repeat; display: inline-block; width: 28px; height: 30px; @@ -1542,7 +1542,7 @@ span.ui-icon { margin: 0 2px; } .ui-layout-button-pin-down { - background: url(../images/splitter-bkg.png?v=v2.5.2) transparent; + background: url(../images/splitter-bkg.png?v=v2.5.4) transparent; width: 16px; background-position: -144px -144px; } @@ -2042,7 +2042,7 @@ img.prev, img.first, img.next, img.last { } div.actions_button { float: right; - background: #ea7d1e url("../images/actions_left.png?v=v2.5.2") no-repeat scroll left top; + background: #ea7d1e url("../images/actions_left.png?v=v2.5.4") no-repeat scroll left top; padding-left: 5px; margin-top: 0; margin-right: 10px; @@ -2050,7 +2050,7 @@ div.actions_button { vertical-align: middle; } div.actions_button a, .actions_button a:hover, .actions_button a:visited { - background: #ea7d1e url(../images/actions_bkg.png?v=v2.5.2) no-repeat scroll right top; + background: #ea7d1e url(../images/actions_bkg.png?v=v2.5.4) no-repeat scroll right top; color: #fff; padding-right: 8px; cursor: pointer; @@ -2074,10 +2074,10 @@ select#org_id { cursor: not-allowed; } .dragHover { - background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=v2.5.2); + background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=v2.5.4); } .edit_mode .dashlet { - background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=v2.5.2); + background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=v2.5.4); padding: 5px; margin: 0; position: relative; @@ -2111,7 +2111,7 @@ table.prop_table { top: 0; right: 0; z-index: 10; - background: transparent url(../images/delete.png?v=v2.5.2) no-repeat center; + background: transparent url(../images/delete.png?v=v2.5.4) no-repeat center; } td.prop_value { text-align: left; @@ -2313,17 +2313,17 @@ a.summary, a.summary:hover { } .message_info { border: 1px solid #993; - background: url(../images/info-mini.png?v=v2.5.2) 1em 1em no-repeat #ffc; + background: url(../images/info-mini.png?v=v2.5.4) 1em 1em no-repeat #ffc; padding-left: 3em; } .message_ok { border: 1px solid #393; - background: url(../images/ok.png?v=v2.5.2) 1em 1em no-repeat #cfc; + background: url(../images/ok.png?v=v2.5.4) 1em 1em no-repeat #cfc; padding-left: 3em; } .message_error { border: 1px solid #933; - background: url(../images/error.png?v=v2.5.2) 1em 1em no-repeat #fcc; + background: url(../images/error.png?v=v2.5.4) 1em 1em no-repeat #fcc; padding-left: 3em; } .fg-menu a img { @@ -2454,18 +2454,18 @@ div.explain-printable { } #hiddeable_chapters .ui-tabs .ui-tabs-nav li.hideable-chapter span { padding-left: 20px; - background: url(../images/eye-open-555.png?v=v2.5.2) 2px center no-repeat; + background: url(../images/eye-open-555.png?v=v2.5.4) 2px center no-repeat; } #hiddeable_chapters .ui-tabs .ui-tabs-nav li.hideable-chapter.strikethrough span { text-decoration: line-through; - background: url(../images/eye-closed-555.png?v=v2.5.2) 2px center no-repeat; + background: url(../images/eye-closed-555.png?v=v2.5.4) 2px center no-repeat; } .printable-version legend { padding-left: 26px; - background: #1c94c4 url(../images/eye-open-fff.png?v=v2.5.2) 8px center no-repeat; + background: #1c94c4 url(../images/eye-open-fff.png?v=v2.5.4) 8px center no-repeat; } .printable-version .strikethrough legend { - background: #1c94c4 url(../images/eye-closed-fff.png?v=v2.5.2) 8px center no-repeat; + background: #1c94c4 url(../images/eye-closed-fff.png?v=v2.5.4) 8px center no-repeat; } .printable-version fieldset.strikethrough span { display: none; @@ -2617,7 +2617,7 @@ span.search-button, span.refresh-button { #itop-breadcrumb .breadcrumb-item a::after { content: ''; position: absolute; - background-image: url(../images/breadcrumb-separator.png?v=v2.5.2); + background-image: url(../images/breadcrumb-separator.png?v=v2.5.4); background-repeat: no-repeat; width: 8px; height: 16px; diff --git a/datamodels/2.x/authent-external/module.authent-external.php b/datamodels/2.x/authent-external/module.authent-external.php index 3c4a1409e3..260557bad1 100755 --- a/datamodels/2.x/authent-external/module.authent-external.php +++ b/datamodels/2.x/authent-external/module.authent-external.php @@ -27,7 +27,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-external/2.5.3', + 'authent-external/2.5.4', array( // Identification // diff --git a/datamodels/2.x/authent-ldap/module.authent-ldap.php b/datamodels/2.x/authent-ldap/module.authent-ldap.php index 2920180478..23fd59f790 100755 --- a/datamodels/2.x/authent-ldap/module.authent-ldap.php +++ b/datamodels/2.x/authent-ldap/module.authent-ldap.php @@ -9,7 +9,7 @@ if (function_exists('ldap_connect')) SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-ldap/2.5.3', + 'authent-ldap/2.5.4', array( // Identification // diff --git a/datamodels/2.x/authent-local/module.authent-local.php b/datamodels/2.x/authent-local/module.authent-local.php index f9f56ae422..b6da63858a 100755 --- a/datamodels/2.x/authent-local/module.authent-local.php +++ b/datamodels/2.x/authent-local/module.authent-local.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'authent-local/2.5.3', + 'authent-local/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-attachments/module.attachments.php b/datamodels/2.x/itop-attachments/module.attachments.php index e89ce060fa..b69c6f2c79 100755 --- a/datamodels/2.x/itop-attachments/module.attachments.php +++ b/datamodels/2.x/itop-attachments/module.attachments.php @@ -19,7 +19,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-attachments/2.5.3', + 'itop-attachments/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-backup/module.itop-backup.php b/datamodels/2.x/itop-backup/module.itop-backup.php index 7e513aa753..1278499cd0 100644 --- a/datamodels/2.x/itop-backup/module.itop-backup.php +++ b/datamodels/2.x/itop-backup/module.itop-backup.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-backup/2.5.3', + 'itop-backup/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php b/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php index 18e094c676..9077594e39 100644 --- a/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php +++ b/datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-bridge-virtualization-storage/2.5.3', + 'itop-bridge-virtualization-storage/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php index 33a32dc11b..57bd4f004c 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-change-mgmt-itil/2.5.3', + 'itop-change-mgmt-itil/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php index 1f1e099c4a..e9507201f3 100755 --- a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-change-mgmt/2.5.3', + 'itop-change-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php index 1a876faaca..3ac376f008 100755 --- a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-config-mgmt/2.5.3', + 'itop-config-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-config/module.itop-config.php b/datamodels/2.x/itop-config/module.itop-config.php index a66a418311..b184094bd0 100644 --- a/datamodels/2.x/itop-config/module.itop-config.php +++ b/datamodels/2.x/itop-config/module.itop-config.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-config/2.5.3', + 'itop-config/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php b/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php index bb0b331354..fc61a8e7c9 100755 --- a/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php +++ b/datamodels/2.x/itop-datacenter-mgmt/module.itop-datacenter-mgmt.php @@ -18,7 +18,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-datacenter-mgmt/2.5.3', + 'itop-datacenter-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php b/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php index 1975d5cdd2..a72573144b 100644 --- a/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php +++ b/datamodels/2.x/itop-endusers-devices/module.itop-endusers-devices.php @@ -25,7 +25,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-endusers-devices/2.5.3', + 'itop-endusers-devices/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php index feee8dc72d..e6c54a4328 100644 --- a/datamodels/2.x/itop-full-itil/module.itop-full-itil.php +++ b/datamodels/2.x/itop-full-itil/module.itop-full-itil.php @@ -6,7 +6,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-full-itil/2.5.3', array( + 'itop-full-itil/2.5.4', array( // Identification // 'label' => 'Bridge - Request management ITIL + Incident management ITIL', diff --git a/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php b/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php index 48a5756409..258a2c74e5 100644 --- a/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php +++ b/datamodels/2.x/itop-hub-connector/module.itop-hub-connector.php @@ -5,7 +5,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-hub-connector/2.5.3', + 'itop-hub-connector/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php index e45abfcd62..ff3459739a 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-incident-mgmt-itil/2.5.3', + 'itop-incident-mgmt-itil/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php index b636ce25a5..f1c58aa412 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-knownerror-mgmt/2.5.3', + 'itop-knownerror-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php index db6ebe560f..07838a3a90 100644 --- a/datamodels/2.x/itop-portal-base/module.itop-portal-base.php +++ b/datamodels/2.x/itop-portal-base/module.itop-portal-base.php @@ -2,7 +2,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-portal-base/2.5.3', array( + 'itop-portal-base/2.5.4', array( // Identification 'label' => 'Portal Development Library', 'category' => 'Portal', diff --git a/datamodels/2.x/itop-portal/module.itop-portal.php b/datamodels/2.x/itop-portal/module.itop-portal.php index a69741ee35..832735f037 100644 --- a/datamodels/2.x/itop-portal/module.itop-portal.php +++ b/datamodels/2.x/itop-portal/module.itop-portal.php @@ -2,7 +2,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-portal/2.5.3', array( + 'itop-portal/2.5.4', array( // Identification 'label' => 'Enhanced Customer Portal', 'category' => 'Portal', diff --git a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php index 5e3d793320..6b94691641 100755 --- a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-problem-mgmt/2.5.3', + 'itop-problem-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php index 0055220a48..97683e2d01 100755 --- a/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php +++ b/datamodels/2.x/itop-profiles-itil/module.itop-profiles-itil.php @@ -19,7 +19,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-profiles-itil/2.5.3', + 'itop-profiles-itil/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php index b1de7527a6..dc87fa9a1a 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt-itil/2.5.3', + 'itop-request-mgmt-itil/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php index 03ec742e69..097c5945f5 100755 --- a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-request-mgmt/2.5.3', + 'itop-request-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php index f15b9d9489..89f7bb89fe 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-service-mgmt-provider/2.5.3', + 'itop-service-mgmt-provider/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php index e36f2c91a3..57fd10bbb2 100755 --- a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-service-mgmt/2.5.3', + 'itop-service-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php index b4a4d4cf2b..dbea49445f 100755 --- a/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php +++ b/datamodels/2.x/itop-sla-computation/module.itop-sla-computation.php @@ -18,7 +18,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-sla-computation/2.5.3', + 'itop-sla-computation/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php index bd6e7579b7..2510b73be2 100644 --- a/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php +++ b/datamodels/2.x/itop-storage-mgmt/module.itop-storage-mgmt.php @@ -25,7 +25,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-storage-mgmt/2.5.3', + 'itop-storage-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index c6fd846ca6..9fdbed57ee 100755 --- a/datamodels/2.x/itop-tickets/module.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/module.itop-tickets.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, - 'itop-tickets/2.5.3', + 'itop-tickets/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php index 729ad265ec..2f3b2498f9 100644 --- a/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php +++ b/datamodels/2.x/itop-virtualization-mgmt/module.itop-virtualization-mgmt.php @@ -16,7 +16,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-virtualization-mgmt/2.5.3', + 'itop-virtualization-mgmt/2.5.4', array( // Identification // diff --git a/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php b/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php index c96998ae32..692d678588 100755 --- a/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php +++ b/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php @@ -3,7 +3,7 @@ SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file - 'itop-welcome-itil/2.5.3', + 'itop-welcome-itil/2.5.4', array( // Identification // diff --git a/datamodels/2.x/version.xml b/datamodels/2.x/version.xml index db352f238b..92b79c12f0 100755 --- a/datamodels/2.x/version.xml +++ b/datamodels/2.x/version.xml @@ -1,4 +1,4 @@ - 2.5.3 + 2.5.4