Pierre Goiffon
1968c60770
📝 \DBObjectSet::ToArray PHPDoc
2020-06-16 12:32:57 +02:00
Pierre Goiffon
56ea6c8848
N°2214 fix @since after cherry-pick
2020-06-15 16:22:04 +02:00
Pierre Goiffon
26014f410a
Set back version for 2.7.1
...
Was set to 2.8 by mistake in 23afee51 (PR #125 that was rebased in GitHub web)
2020-06-15 15:49:01 +02:00
Pierre Goiffon
b7136c0b7a
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)
(cherry picked from commit c768e18e2b : no risk taken for 2.7.1, so cherry picked for 2.8.0)
2020-06-15 15:20:17 +02:00
Pierre Goiffon
ea94986247
Merge remote-tracking branch 'origin/support/2.7' into develop
2020-06-15 15:19:12 +02:00
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
Eric
7bee718a13
N°3775 - Dashboard Definition with unknown class leads to an error
2020-06-15 14:53:58 +02:00
odain
d8363067e6
ci 2 new options: coverture + run only one test 💚
...
try to have coverture option
2020-06-15 10:32:47 +02:00
Pierre Goiffon
2705543efd
N°2997 new test for AbstractWeeklyScheduledProcess
...
Document the way GetNextOccurrence works O:)
2020-06-12 18:20:07 +02:00
Pierre Goiffon
1e6b885301
SetupUtils : add missing public access keyword for methods
2020-06-12 16:50:04 +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
odain
6e4f9a9b93
small fix
2020-06-12 09:14:09 +02:00
odain
29c4ca7e65
revert lib/composer/autoload unwanted commit
2020-06-11 21:33:54 +02:00
odain
4d3aefe2a4
fix all the tests
2020-06-11 21:29:03 +02:00
Eric
d4b93f3bf0
N°2641 - Create a dedicated ErrorPage for fatal errors
2020-06-11 17:16:47 +02:00
acognet
6354c62c2b
N°3012 - Fix blocking MTT/MTP when /extensions
2020-06-11 14:13:27 +02:00
acognet
cf8a12fe95
PMP light first version - small evolutions
2020-06-10 10:44:18 +02:00
acognet
36804dfcf4
N°3098 - Portal with IE : apply a transition ends with blank page
2020-06-10 10:44:17 +02:00
odain
c798e0a9cd
fix absolute path test failure
2020-06-08 16:56:29 +02:00
Eric
6966c0498a
N°3071 - fix missing index for AttributeSet (for migration)
2020-06-08 16:50:32 +02:00
Eric
bbffc40ee0
N°3074 - Fix dashlet creation for IE
2020-06-08 16:20:41 +02:00
odain
1b9c7b7766
fix test failed due to different absolute paths
2020-06-08 15:32:57 +02:00
odain
19ee8e4071
add recurseMkdir
2020-06-08 14:49:16 +02:00
Thomas Casteleyn
b302569feb
Update Dutch SynchroAttribute::update_policy translation
2020-06-08 13:02:57 +02:00
odain
4741012fb9
debug testcase failed
2020-06-08 11:26:12 +02:00
odain
f5886f603b
themehandler better test failure feedback
2020-06-08 10:57:57 +02:00
odain
d82086240b
Merge branch 'feature/bug2996-checklist-compilation' into feature/fast-theme-compilation
2020-06-08 09:39:33 +02:00
odain
f47b16c571
adapt precompiled styles
2020-06-08 09:38:39 +02:00
odain
728b082a7d
remove version from css-variables.scss
2020-06-08 09:35:12 +02:00
odain
31482ccef7
make sure GetCompiledModuleVersion returns timestamp
2020-06-08 09:34:45 +02:00
odain
ca99e612cf
clean .make from css-variable version update
2020-06-08 09:33:51 +02:00
acognet
1b7473365d
N°3075 - Fix syntax error with PHP 5.6 and TCPDF 6.3.4
2020-06-05 17:03:46 +02:00
Eric
0b84e809f6
Add cache to twig templates
2020-06-05 15:52:26 +02:00
acognet
a858362622
N°3080 - Portal cannot display more 10 attachments
2020-06-05 09:42:04 +02:00
odain
c9c833a868
IssueLog instead of echo in ThemeHandler
2020-06-04 22:50:45 +02:00
odain
7cad4ac444
adapt testValidatePrecompiledStyles
2020-06-04 22:47:50 +02:00
odain
001680906d
molkobain remarks in PR
2020-06-04 21:58:03 +02:00
odain-cbd
ed355cb8cf
Update application/themehandler.class.inc.php
...
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
2020-06-04 21:52:02 +02:00
odain-cbd
fa036ee724
Update application/themehandler.class.inc.php
...
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
2020-06-04 21:47:02 +02:00
odain-cbd
e04548a61c
Update application/themehandler.class.inc.php
...
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
2020-06-04 21:45:29 +02:00
odain-cbd
25c55bdaf4
Update application/themehandler.class.inc.php
...
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
2020-06-04 21:43:17 +02:00
odain-cbd
c1c43c7d5d
Update application/themehandler.class.inc.php
...
Co-authored-by: Molkobain <guillaume.lajarige@combodo.com >
2020-06-04 21:43:00 +02:00
Eric
d195c2b4c9
N°3071 - fix missing index for AttributeSet
2020-06-04 17:04:07 +02:00
acognet
28b75f29e5
N°3020 - Recurring PHP Notice with itop-fence "Undefined index: login_temp_auth_user
2020-06-04 16:21:07 +02:00
odain
b970d81272
Merge branch 'develop' into feature/fast-theme-compilation
2020-06-04 14:45:11 +02:00
Eric
9d8a7bf561
N°3007 - Warn the user that installing a patch on a non conform install is not recommended
2020-06-04 10:38:58 +02:00
odain
b7ffa9e3c0
bug2996: include images in precompiled signature
2020-06-04 08:55:28 +02:00
Eric
8064a20718
N°2970 - Reset conditions of joined filter because they can be used later by the Filter() method
2020-06-03 11:47:12 +02:00
odain
e94d5418f4
Merge branch 'develop' into feature/bug2996-checklist-compilation
2020-06-03 11:32:26 +02:00
acognet
f301a283e2
N°3015 - Fix "Undefined index: login_mode" Notice
2020-06-02 16:04:50 +02:00