Pierre Goiffon
8912618732
Revert "N°2214 Add PHP check in CLI scripts"
...
This reverts commit c768e18e2b .
No risk taken for the 2.7.1 : this will be included but for 2.8 !
2020-06-15 15:18:26 +02:00
Pierre Goiffon
c768e18e2b
N°2214 Add PHP check in CLI scripts
...
It is quite common that the PHP interpreter that is launched in CLI is different that the one used by the webserver. So iTop code launched by CLI could run in a context that doesn't meet iTop requirements !
This adds in the following scripts the same control that is done on the setup wizard first step :
* cron.php
* backup, check-backup
* export, exportv2
* bulk import
* synchro-exec, synchro-import
If the check throws at least one error then the script is stopped with an appropriate message, and a log is made (IssueLog, Error level, CLI channel)
2020-06-12 16:46:37 +02:00
Pierre Goiffon
0d1059a8fc
Merge remote-tracking branch 'origin/support/2.6' into support/2.7
...
# Conflicts:
# application/utils.inc.php
# conf/web.config
# datamodels/2.x/itop-backup/ajax.backup.php
# datamodels/2.x/itop-backup/status.php
2020-05-18 09:24:46 +02:00
Pierre Goiffon
834297e675
N°2985 Security hardening ( #140 )
...
Thanks @bruno-ds for the review !
2020-05-13 10:04:40 +02:00
Pierre Goiffon
f8e39877b3
N°2988 Security hardening
2020-05-07 11:49:58 +02:00
Pierre Goiffon
0a3f7d7ef7
N°2989 ajax.backup small updates
...
* update copyright
* in messages replace iTop by constant
2020-05-07 11:18:21 +02:00
Pierre Goiffon
222eb47bd2
N°2989 ajax.backup : refactor exit conditions
...
Adding a die() call so that we are sure to exit on errors !
2020-05-07 10:49:05 +02:00
Eric
f18ea18a5b
N°2936 - TLs option is not set for restore function
2020-04-21 16:59:16 +02:00
Pierre Goiffon
c5b1f02d2b
🔖 Update versions to 2.6.4
2020-04-21 08:52:42 +02:00
Pierre Goiffon
5b496f4d15
N°2866 Change "cron" case in labels as it is not an acronym
...
Thanks @Hipska for the feedback done in Combodo/iTop#124 !
2020-03-26 11:15:47 +01:00
Molkobain
a79ef0bd51
Update (massively) translations before iTop 2.7 release
2020-02-07 16:51:21 +01:00
Molkobain
ac6e60f5a1
N°2595 - Reorganize admin. console menus: Change new menu groups IDs to avoid collision with existing extensions
2020-02-04 09:50:11 +01:00
jbostoen
e750dd53d8
NL translations for iTop 2.7.0 ( #94 )
...
Made by @jbostoen & @Hipska in PR #94 . Many thanks to them !
2020-01-29 09:51:11 +01:00
Stephen Abello
50a8af4082
Update version number for 2.6.3
2020-01-20 16:30:51 +01:00
Purple Grape
97ebffd5fb
improved chinese translations
...
1 improved chinese translations
2 fix some missing enries
3 correct line number against english language
2020-01-06 08:43:25 +01:00
Eric
d99e79eb3f
🔖 xml version 1.7
2019-12-17 10:22:03 +01:00
Eric
843c8ccd38
🔖 version 2.7.0
2019-12-17 10:18:15 +01:00
Eric
7c1a8c90da
N°2595 - Reorganize/rename admin. console menus
2019-12-11 13:59:31 +01:00
Pierre Goiffon
7235c63445
Abstract implementation for iScheduledProcess ( #89 )
...
* 📝 little PHPDoc in BackupExec
* ♻️ Create a extendable implementation of iScheduledProcess
* create AbstractWeeklyScheduledProcess
* move schedule methods to the new abstract class
* create ProcessInvalidConfigException
* in cron.php skip abstract class
2019-11-15 14:41:00 +01:00
bruno DA SILVA
08c1f4f072
autoload rework
...
- bootstrap.inc.php is now included by approot.inc.php
- remove all unescessaries includes of bootstrap.inc.php
- in bootstrap.inc.php autoload can be bypassed using a feature flag because "why not"
2019-11-08 16:51:57 +01:00
Eric
3f59141407
N°1114 - config-itop.php access rights enforcement
2019-10-22 15:02:51 +02:00
Pierre Goiffon
f65f22f333
N°2538 check path validity little improvements
...
* ajax-backup : change code to be more readable
* does a realpath() call on basepath to avoid troubles when havin '/' on Windows
2019-10-16 11:37:50 +02:00
Pierre Goiffon
607d355c61
N°2538 enforce generic method to check path validity
...
Now uses realpath() and StartsWith
2019-10-16 11:13:19 +02:00
Pierre Goiffon
5e641f2273
N°2538 generic method to check path validity
2019-10-15 18:41:07 +02:00
Molkobain
947e26d864
Internal: Change how the bootstrap.inc.php file is included in endpoints (This completes commit ec095896)
2019-08-13 17:38:51 +02:00
Molkobain
ec09589646
N°2439 Add real autoloader for framework files (not modules)
2019-08-13 13:46:19 +02:00
Pierre Goiffon
1ee3f4a984
Merge remote-tracking branch 'origin/master' into develop
2019-07-22 15:59:21 +02:00
Pierre Goiffon
f63f2bd445
N°1802 backup : remove old itop_root config parameter
...
Was renamed to itop_backup_incident in 2.6.0
2019-07-22 15:57:30 +02:00
Pierre Goiffon
e712791f43
Merge remote-tracking branch 'origin/master' into develop
2019-07-16 17:45:24 +02:00
Pierre Goiffon
fefd9aae95
N°2399 backup : throw exception and log error if cannot create archive
...
(before error was silently ignored)
2019-07-16 17:44:56 +02:00
Pierre Goiffon
6c81163d20
Merge remote-tracking branch 'origin/master' into develop
2019-07-01 17:30:21 +02:00
Eric
7c93d116ec
2.6.2 fix module version
2019-06-25 16:56:15 +02:00
Eric
e68340273b
Merge branch 'master' into develop
...
# Conflicts:
# core/config.class.inc.php
# core/htmlsanitizer.class.inc.php
# css/css-variables.scss
# css/light-grey.css
# datamodels/2.x/version.xml
# dictionaries/zh_cn.dictionary.itop.ui.php
# synchro/synchrodatasource.class.inc.php
2019-06-20 16:11:38 +02:00
Eric
5c341138e1
N°2129 - Fix lost dict. entries by toolkit updating script
2019-06-20 15:48:41 +02:00
Eric
8070d5b9b7
2.6.2-beta
2019-06-19 15:08:40 +02:00
Pierre Goiffon
a773a4957a
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# README.md
2019-04-10 16:26:37 +02:00
Molkobain
f2380ae354
🌐 Add slovak dictionary files in all modules for future translation
2019-03-28 11:07:18 +01:00
Pierre Goiffon
0451ae07c8
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# dictionaries/sk.dictionary.itop.core.php
2019-03-27 16:33:43 +01:00
Vladimir Kunin
b5c4801beb
🌐 Russian translations for 2.6.1 ( #70 )
2019-03-25 16:29:05 +01:00
Pierre Goiffon
2a0928b4be
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# css/css-variables.scss
# css/light-grey.css
# datamodels/2.x/version.xml
2019-03-21 17:46:30 +01:00
Pierre Goiffon
3d5b7197f6
📦 Update modules versions for 2.6.1
2019-03-19 11:34:01 +01:00
Pierre Goiffon
54c027823b
🌐 Fix dict automatic update
2019-03-19 11:14:39 +01:00
Pierre Goiffon
f63aceeabe
Merge remote-tracking branch 'origin/support/2.5'
...
# Conflicts:
# datamodels/2.x/authent-external/da.dict.authent-external.php
# datamodels/2.x/authent-external/de.dict.authent-external.php
# datamodels/2.x/authent-external/fr.dict.authent-external.php
# datamodels/2.x/authent-external/hu.dict.authent-external.php
# datamodels/2.x/authent-external/ja.dict.authent-external.php
# datamodels/2.x/authent-external/nl.dict.authent-external.php
# datamodels/2.x/authent-external/pt_br.dict.authent-external.php
# datamodels/2.x/authent-external/zh_cn.dict.authent-external.php
# datamodels/2.x/authent-ldap/cs.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/da.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/de.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/fr.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/hu.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/ja.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/nl.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/pt_br.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/ru.dict.authent-ldap.php
# datamodels/2.x/authent-ldap/zh_cn.dict.authent-ldap.php
# datamodels/2.x/authent-local/da.dict.authent-local.php
# datamodels/2.x/authent-local/de.dict.authent-local.php
# datamodels/2.x/authent-local/fr.dict.authent-local.php
# datamodels/2.x/authent-local/hu.dict.authent-local.php
# datamodels/2.x/authent-local/ja.dict.authent-local.php
# datamodels/2.x/authent-local/nl.dict.authent-local.php
# datamodels/2.x/authent-local/pt_br.dict.authent-local.php
# datamodels/2.x/authent-local/ru.dict.authent-local.php
# datamodels/2.x/authent-local/zh_cn.dict.authent-local.php
# datamodels/2.x/itop-attachments/cs.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/da.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/de.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/en.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/es_cr.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/fr.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/hu.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/it.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/ja.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/nl.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/pt_br.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/tr.dict.itop-attachments.php
# datamodels/2.x/itop-attachments/zh_cn.dict.itop-attachments.php
# datamodels/2.x/itop-backup/da.dict.itop-backup.php
# datamodels/2.x/itop-backup/de.dict.itop-backup.php
# datamodels/2.x/itop-backup/es_cr.dict.itop-backup.php
# datamodels/2.x/itop-backup/hu.dict.itop-backup.php
# datamodels/2.x/itop-backup/it.dict.itop-backup.php
# datamodels/2.x/itop-backup/ja.dict.itop-backup.php
# datamodels/2.x/itop-backup/nl.dict.itop-backup.php
# datamodels/2.x/itop-backup/tr.dict.itop-backup.php
# datamodels/2.x/itop-change-mgmt-itil/da.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/de.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/fr.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/hu.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/it.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/ja.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/nl.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/ru.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt-itil/zh_cn.dict.itop-change-mgmt-itil.php
# datamodels/2.x/itop-change-mgmt/da.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/de.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/fr.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/hu.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/it.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/ja.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/nl.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/pt_br.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/ru.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/tr.dict.itop-change-mgmt.php
# datamodels/2.x/itop-change-mgmt/zh_cn.dict.itop-change-mgmt.php
# datamodels/2.x/itop-config-mgmt/cs.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/da.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/de.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/es_cr.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/fr.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/hu.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/it.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/ja.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/nl.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/pt_br.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/ru.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/tr.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config-mgmt/zh_cn.dict.itop-config-mgmt.php
# datamodels/2.x/itop-config/da.dict.itop-config.php
# datamodels/2.x/itop-config/de.dict.itop-config.php
# datamodels/2.x/itop-config/es_cr.dict.itop-config.php
# datamodels/2.x/itop-config/fr.dict.itop-config.php
# datamodels/2.x/itop-config/hu.dict.itop-config.php
# datamodels/2.x/itop-config/it.dict.itop-config.php
# datamodels/2.x/itop-config/ja.dict.itop-config.php
# datamodels/2.x/itop-config/nl.dict.itop-config.php
# datamodels/2.x/itop-config/pt_br.dict.itop-config.php
# datamodels/2.x/itop-config/tr.dict.itop-config.php
# datamodels/2.x/itop-datacenter-mgmt/cs.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/da.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/de.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/es_cr.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/fr.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/hu.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/it.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/ja.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/nl.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/pt_br.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/ru.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/tr.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-datacenter-mgmt/zh_cn.dict.itop-datacenter-mgmt.php
# datamodels/2.x/itop-endusers-devices/cs.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/da.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/de.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/es_cr.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/fr.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/hu.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/it.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/ja.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/nl.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/pt_br.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/ru.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/tr.dict.itop-endusers-devices.php
# datamodels/2.x/itop-endusers-devices/zh_cn.dict.itop-endusers-devices.php
# datamodels/2.x/itop-hub-connector/cs.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/da.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/de.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/es_cr.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/fr.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/hu.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/it.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/ja.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/nl.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/pt_br.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/ru.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/tr.dict.itop-hub-connector.php
# datamodels/2.x/itop-hub-connector/zh_cn.dict.itop-hub-connector.php
# datamodels/2.x/itop-incident-mgmt-itil/cs.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/da.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/de.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/es_cr.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/hu.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/it.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/ja.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/nl.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/pt_br.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/ru.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/tr.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-incident-mgmt-itil/zh_cn.dict.itop-incident-mgmt-itil.php
# datamodels/2.x/itop-knownerror-mgmt/cs.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/da.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/de.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/hu.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/it.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/ja.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/nl.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/tr.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-knownerror-mgmt/zh_cn.dict.itop-knownerror-mgmt.php
# datamodels/2.x/itop-portal-base/da.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/de.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/hu.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/it.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/ja.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/nl.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/ru.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/tr.dict.itop-portal-base.php
# datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php
# datamodels/2.x/itop-problem-mgmt/da.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/de.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/fr.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/hu.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/it.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/ja.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/nl.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/ru.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-problem-mgmt/zh_cn.dict.itop-problem-mgmt.php
# datamodels/2.x/itop-request-mgmt-itil/cs.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/da.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/de.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/en.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/es_cr.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/fr.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/hu.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/it.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/ja.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/pt_br.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/ru.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/tr.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt-itil/zh_cn.dict.itop-request-mgmt-itil.php
# datamodels/2.x/itop-request-mgmt/cs.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/da.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/de.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/fr.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/hu.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/it.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/ja.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/nl.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/ru.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/tr.dict.itop-request-mgmt.php
# datamodels/2.x/itop-request-mgmt/zh_cn.dict.itop-request-mgmt.php
# datamodels/2.x/itop-service-mgmt-provider/cs.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/da.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/de.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/en.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/fr.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/hu.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/it.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/ja.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/nl.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/pt_br.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/ru.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/tr.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt-provider/zh_cn.dict.itop-service-mgmt-provider.php
# datamodels/2.x/itop-service-mgmt/cs.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/da.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/de.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/en.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/fr.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/hu.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/it.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/ja.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/nl.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/pt_br.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/ru.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/tr.dict.itop-service-mgmt.php
# datamodels/2.x/itop-service-mgmt/zh_cn.dict.itop-service-mgmt.php
# datamodels/2.x/itop-sla-computation/cs.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/da.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/de.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/es_cr.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/fr.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/hu.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/it.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/ja.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/nl.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/pt_br.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/ru.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/tr.dict.itop-sla-computation.php
# datamodels/2.x/itop-sla-computation/zh_cn.dict.itop-sla-computation.php
# datamodels/2.x/itop-storage-mgmt/cs.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/da.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/de.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/es_cr.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/fr.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/hu.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/it.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/ja.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/nl.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/pt_br.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/ru.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/tr.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-storage-mgmt/zh_cn.dict.itop-storage-mgmt.php
# datamodels/2.x/itop-tickets/cs.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/da.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/de.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/hu.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/it.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/ja.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/nl.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/ru.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/tr.dict.itop-tickets.php
# datamodels/2.x/itop-tickets/zh_cn.dict.itop-tickets.php
# datamodels/2.x/itop-virtualization-mgmt/cs.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/da.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/de.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/es_cr.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/fr.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/hu.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/it.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/ja.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/nl.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/pt_br.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/ru.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/tr.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-virtualization-mgmt/zh_cn.dict.itop-virtualization-mgmt.php
# datamodels/2.x/itop-welcome-itil/cs.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/da.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/de.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/en.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/es_cr.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/fr.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/hu.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/it.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/ja.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/nl.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/pt_br.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/ru.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/tr.dict.itop-welcome-itil.php
# datamodels/2.x/itop-welcome-itil/zh_cn.dict.itop-welcome-itil.php
# dictionaries/cs.dictionary.itop.core.php
# dictionaries/cs.dictionary.itop.ui.php
# dictionaries/da.dictionary.itop.core.php
# dictionaries/da.dictionary.itop.ui.php
# dictionaries/de.dictionary.itop.core.php
# dictionaries/de.dictionary.itop.ui.php
# dictionaries/es_cr.dictionary.itop.core.php
# dictionaries/es_cr.dictionary.itop.ui.php
# dictionaries/fr.dictionary.itop.core.php
# dictionaries/fr.dictionary.itop.ui.php
# dictionaries/hu.dictionary.itop.core.php
# dictionaries/hu.dictionary.itop.ui.php
# dictionaries/it.dictionary.itop.core.php
# dictionaries/it.dictionary.itop.ui.php
# dictionaries/ja.dictionary.itop.core.php
# dictionaries/ja.dictionary.itop.ui.php
# dictionaries/nl.dictionary.itop.core.php
# dictionaries/nl.dictionary.itop.ui.php
# dictionaries/pt_br.dictionary.itop.core.php
# dictionaries/pt_br.dictionary.itop.ui.php
# dictionaries/ru.dictionary.itop.core.php
# dictionaries/ru.dictionary.itop.ui.php
# dictionaries/tr.dictionary.itop.core.php
# dictionaries/tr.dictionary.itop.ui.php
# dictionaries/zh_cn.dictionary.itop.core.php
# dictionaries/zh_cn.dictionary.itop.ui.php
2019-03-19 10:54:06 +01:00
Pierre Goiffon
3fb0c768e6
🌐 Update dictionnaries for iTop 2.5.2
2019-03-19 10:10:28 +01:00
Eric
1d8addf675
typo
2019-03-06 18:21:19 +01:00
Eric
c8c3d32b18
Error logs and corresponding eml stored by message and accessible from the console
2019-03-06 17:46:47 +01:00
Pierre Goiffon
065895aa73
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# datamodels/2.x/itop-portal-base/zh_cn.dict.itop-portal-base.php
# dictionaries/zh_cn.dictionary.itop.core.php
# dictionaries/zh_cn.dictionary.itop.ui.php
2019-03-04 09:21:14 +01:00
Eric
ebe026b2e9
N°1966 - Missing dictionaries entries (other languages)
2019-02-25 17:20:47 +01:00
Pierre Goiffon
e59e62fb1b
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# core/expressioncache.class.inc.php
2019-02-21 17:24:37 +01:00
Pierre Goiffon
1f7923beae
Merge remote-tracking branch 'origin/support/2.5'
...
# Conflicts:
# datamodels/2.x/itop-backup/module.itop-backup.php
# setup/setup.js
# setup/wizardsteps.class.inc.php
2019-02-21 17:18:29 +01:00