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
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
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
c6da1db72b
🔒 N°1802 add auth to check-backup.php
2018-12-05 11:37:42 +01:00
Pierre Goiffon
843c06b007
🚸 improves backup/check-backup
...
* backup.php now handles calls from datamodels (approot)
* fix check-backup sample cli
* better error on check-backup invalid check_ticket_itop cli parameter
2018-12-05 11:37:42 +01:00
Pierre Goiffon
41b096ba76
🔧 N°1802 rename itop_root config file parameter to itop_backup_incident
2018-12-05 10:45:14 +01:00
Pierre Goiffon
c5d0dd05b9
🔒 N°1802 itop-backup : move iTop root to config file
2018-11-28 14:49:49 +01:00
Pierre Goiffon
d5568afc68
🔒 N°1795 prevent XSS on some fields
2018-11-23 18:00:26 +01:00
Pierre Goiffon
44d7abac6e
🎨 check-backup : improve code readability
...
move exit conditions on top to avoid if/else nightmare
2018-11-23 17:58:21 +01:00
Pierre Goiffon
d2f0deec9c
N°1260 Config : migrate DB* variables to the Get() model, create CMDBSource::InitFromConfig
...
SVN:trunk[5308]
2018-02-08 14:21:25 +00:00
Eric Espié
694da178c4
N°1191 - Wrong file name for backup check.
...
SVN:trunk[5143]
2017-11-30 08:48:59 +00:00
Romain Quetiez
e31fa066fc
N.612 Backup files could not exceed 4Gb (technology limitation). The fix consists in archiving the backup as a tar.gz instead of a zip. As a consequence, installing iTop now requires TWO additional PHP modules: phar/zlib. The zip module remains mandatory because it is used in other places. The restore utility accepts both legacy zip files and brand new tar.gz files. DBBackup::CreateZip is deprecated in favor of DBBackup::CreateCompressedBackup. DBRestore::RestoreFromZip is deprecated in favor of DBRestore::RestoreFromCompressedFile (which autodetects the format for backward compatibility).
...
SVN:trunk[4803]
2017-07-06 15:26:03 +00:00
Romain Quetiez
a7d3a5a488
New functionality: data backup / restore. By default, performs a daily backup, keeping the five last backups. Allows manual backups too.
...
SVN:trunk[3402]
2014-11-03 09:18:54 +00:00