odain-cbd
15103dc49f
N°4789 - Parse datamodel module.xxx.php files instead of interpreting them ( #746 )
...
* N°4789 - Parse datamodel module.xxx.php files instead of interpreting them - refactoring all in a dedicated service first
* N°4789 - fix broken setup + tests
* N°4789 - replace legacy eval by module file parsing
* N°4789 - handle constants and if conditional structures
* N°4789 - compute boolean expressions
* N°4789 - make autoselect and dependencies work as well
* cleanup
* N°4789 - fix BeforeWritingConfig calls during setup
* N°4789 - refactor and split in ModuleDiscoveryEvaluationService + handle ModuleInstallerAPI methods calls during setup
* N°4789 - PR review changes with Romain
* PR review + code cleanup + added usecases and test cover
* temp evaluation work
* replace eval by iTop custom evaluation classes
* move PhpParser/Evaluation classes in a specific namespave + composer dumpautoload
* fix broken setup
* fix broken setup
* complete Evaluators list + autoload
* cleanup useless testing resources
* cleanup + replace last eval call in VariableEvaluator
* fix few Evaluators code
* enhance nikic evaluators + test with/without nikic lib
* Evaluator fixes/enhancements + tests
* bump to nikic fork temporarly
* bump nikic-parser fork + use only nikic fork evaluation + cleanup itop redondant evaluators
* review with Romain: use distinct whitelists in setup time/runtime + move ModuleFileParser internal logic into ModuleFileReader
* PhpExpressionEvaluator used via constructor and not as a service
* dumpautoload again after rebase
2025-09-09 17:54:18 +02:00
Benjamin Dalsass
8bca3ac830
N°7176 - Update nikic/php-parser to 5.0.0 ( #735 )
2025-08-14 09:03:32 +02:00
Stephen Abello
36dc71fdce
N°4035 - Remove duplicated TWIG extensions class
2025-07-29 14:51:14 +02:00
Stephen Abello
2404f5d00f
N°7552 - Remove unused library masterminds/html5
2024-07-04 14:59:21 +02:00
Eric Espie
71e36d264e
✅ fix unit tests
2024-06-17 14:52:55 +02:00
Eric Espie
47d65931e6
N°7571 - ⬆️ Bump HTML2Text library version
2024-06-13 14:45:06 +02:00
Stephen Abello
dc553ca83c
N°5298 - Update CKEditor to version 5
2024-04-15 12:53:21 +02:00
Molkobain
3a6a5ca49d
N°7416 - Fix typo in composer.json
2024-04-08 15:11:28 +02:00
Molkobain
d48b5d7d21
N°7416 - Setup: Add warning for optionnal PHP extension "APCu"
2024-04-08 10:51:19 +02:00
Benjamin Dalsass
b29597110e
N°6937 - Symfony 6.4 - Handle Symfony configuration files
2024-03-19 20:58:00 +01:00
Molkobain
d1a4d333eb
N°7331 - Refactor Composer cleanup scripts to be used by other dependencies managers as well
2024-03-13 15:07:47 +01:00
Pierre Goiffon
216ea34a3c
N°7175 TCPDF fonts : keep only the minimum necessary files
2024-02-01 15:34:18 +01:00
Pierre Goiffon
0a9c5250f8
N°7175 Update tecnickcom/tcpdf from 6.4.4 to 6.6.5
2024-02-01 10:25:46 +01:00
Pierre Goiffon
0e91c75dc2
N°7175 Replace combodo/tcpdf 6.4.4 by tecnickcom/tcpdf 6.4.4
...
The only difference was the presence of the DroidSansFallback font added in #49 / N°1947
We are keeping this font thanks to a custom Composer script to copy the corresponding files in the fonts dir (/lib/tecnickcom/tcpdf/fonts)
2024-02-01 10:25:40 +01:00
Pierre Goiffon
272d6e9b66
N°7178 Update scssphp/scssphp from 1.10.5 to 1.12.1
2024-01-30 11:10:31 +01:00
Molkobain
de86682562
N°6037 - Increase PHP max. non-supported version to 8.4.0
2024-01-30 09:52:52 +01:00
Pierre Goiffon
e92b006f70
N°7177 Update pelago/emogrifier from 6.0.0 to 7.2.0
2024-01-29 17:18:15 +01:00
Pierre Goiffon
6342e0065a
N°5809 Update psr/log from 2.0.0 to 3.0.0
2024-01-29 16:16:26 +01:00
Pierre Goiffon
ac44ffcdff
N°5809 Fix compilation error due to CASLogger VS LoggerInterface in psr/log
...
"Declaration of Combodo\iTop\Cas\CASLogger::emergency($message, array $context = []) must be compatible with Psr\Log\LoggerInterface::emergency(Stringable|string $message, array $context = [])"
psr/log 3.0.0 brings the BC break
Switching to 2.0.0 is nice as it will bring improvements for PHP 8.0+ !
So adding psr/log ^2.0.0 to composer.json
2024-01-29 16:16:22 +01:00
Pierre Goiffon
ddce3058be
N°5809 composer.json : reorder Symfony packages declarations
2024-01-29 16:16:12 +01:00
Pierre Goiffon
e1296105f9
N°5809 Update nikic/php-parser from 4.14.0 to 4.18.0
2024-01-29 16:16:01 +01:00
Pierre Goiffon
38cdcf4f61
N°5809 Update league/oauth2-google from 3.0.4 to 4.0.1
2024-01-29 16:15:57 +01:00
Pierre Goiffon
fde01d5004
N°5809 Update firebase/php-jwt from 6.4.0 to 6.10.0
2024-01-29 16:15:30 +01:00
Benjamin Dalsass
34f0053db7
N°7059 - Symfony 6.4 - Add missing namespaces to match PSR-4 convention ( #589 )
2023-12-21 10:18:11 +01:00
Benjamin Dalsass
fb29ff29cf
N°7059 - Symfony 6.4 - Application skeleton ( #587 )
...
Mise en place d'un squelette temporaire fonctionnel d'application Symfony.
- Ajout bundles debug & runtime pour une implémentation standard
- Configuration minimale
- .env file in specific directory
- Frontal application app.php
2023-12-12 16:40:04 +01:00
bdalsass
27ce51ab07
N°6934 - Symfony 6.4 - upgrade Symfony bundles to 6.4 ( #580 )
...
* Update Symfony lib to version ~6.4.0
* Update code missing return type
* Add an iTop general configuration entry to store application secret (Symfony mandatory parameter)
* Use dependency injection in ExceptionListener & UserProvider classes
2023-12-05 13:56:56 +01:00
Benjamin Dalsass
c0b1e877ad
Upgrade PHP min version to 8.1.0
2023-11-20 15:21:00 +01:00
Pierre Goiffon
14d3eb6624
N°6238 Security hardening
2023-06-08 09:31:15 +02:00
Molkobain
1980cf4700
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# composer.json
# composer.lock
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
# lib/firebase/php-jwt/README.md
# lib/firebase/php-jwt/src/CachedKeySet.php
# lib/firebase/php-jwt/src/JWK.php
# lib/firebase/php-jwt/src/JWT.php
2023-02-23 16:29:06 +01:00
Molkobain
7aad60ed1b
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# composer.json
# composer.lock
# lib/composer/autoload_classmap.php
# lib/composer/autoload_static.php
# lib/composer/installed.php
# lib/composer/platform_check.php
# setup/setuputils.class.inc.php
2023-02-23 16:21:56 +01:00
Molkobain
97965277c7
N°6017 - Update OAuth dependencies
2023-02-23 15:57:32 +01:00
Molkobain
18ed5ed526
N°6019 - Increase PHP min version to 7.1.3 to enable dependencies update
2023-02-23 14:53:48 +01:00
Molkobain
826fbe10c8
N°6002 - Explicitly add symfony/http-foundation and symfony/http-kernel to composer.json for easier lib update
2023-02-22 22:38:15 +01:00
Eric Espie
649674c786
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# application/twigextension.class.inc.php
# datamodels/2.x/authent-cas/composer.json
# datamodels/2.x/authent-cas/composer.lock
# datamodels/2.x/authent-cas/main.php
# datamodels/2.x/authent-cas/vendor/apereo/phpcas/composer.json
# datamodels/2.x/authent-cas/vendor/composer/ClassLoader.php
# datamodels/2.x/authent-cas/vendor/composer/autoload_classmap.php
# datamodels/2.x/authent-cas/vendor/composer/autoload_psr4.php
# datamodels/2.x/authent-cas/vendor/composer/autoload_real.php
# datamodels/2.x/authent-cas/vendor/composer/autoload_static.php
# datamodels/2.x/authent-cas/vendor/composer/installed.json
# datamodels/2.x/itop-portal-base/portal/src/Twig/AppExtension.php
# lib/apereo/phpcas/source/CAS.php
# lib/apereo/phpcas/source/CAS/Client.php
# lib/apereo/phpcas/source/CAS/Languages/Galego.php
# lib/apereo/phpcas/source/CAS/Languages/Portuguese.php
# lib/symfony/cache-contracts/InstalledVersions.php
# lib/symfony/cache-contracts/installed.php
# lib/symfony/cache-contracts/platform_check.php
# sources/Application/UI/Base/Layout/NavigationMenu/NavigationMenu.php
# sources/application/TwigBase/Twig/Extension.php
2022-11-24 13:17:09 +01:00
Molkobain
7071712a0a
N°5535 - Fix PHP max version to 8.1 in composer for iTop 3.0.2+
2022-09-20 13:42:45 +02:00
Molkobain
e280f99996
N°5437 - PHP 8.0: Fix deprecated PHP notice in TWIG lib
2022-08-22 16:43:38 +02:00
Eric Espie
952bceb3c3
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# composer.json
# core/config.class.inc.php
# core/legacy/dbobjectsearchlegacy.class.php
# core/legacy/querybuildercontextlegacy.class.inc.php
# core/legacy/querybuilderexpressionslegacy.class.inc.php
# lib/composer/autoload_files.php
# lib/composer/autoload_static.php
2022-08-09 10:49:40 +02:00
Eric Espie
029e6114ad
N°4715 - Remove deprecated legacy SQL build
2022-08-09 10:41:46 +02:00
Molkobain
02afa2f19b
N°5270 - Move "apereo/phpcas" lib from "authent-cas" module to core composer.json ( #320 )
...
* N°5270 - Move "apereo/phpcas" lib from "authent-cas" module to core composer.json
* N°5270 - Rebase on develop branch
2022-08-08 16:44:42 +02:00
Molkobain
30021d9236
N°5122 - Change PHP min. version to 7.4.0
2022-08-08 13:59:24 +02:00
Benjamin Dalsass
192dd86469
correct composer PHP max version and update setup utils constant
2022-07-27 08:54:39 +02:00
Stephen Abello
70d1504cd4
Update guzzle library
2022-07-26 14:36:58 +02:00
Benjamin Dalsass
f6c50733fc
Update pelago/emogrifier bundle (^6.0.0)
2022-07-26 14:36:58 +02:00
Benjamin Dalsass
31cc294cc3
Upgrade composer php max version to 8.1
2022-07-26 14:36:58 +02:00
Molkobain
f71fadda17
Merge remote-tracking branch 'origin/support/3.0' into develop
2022-07-18 14:17:16 +02:00
Molkobain
bf7b2e1e7e
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
2022-07-18 14:15:50 +02:00
Molkobain
1f78bf4119
N°5287 - Fix license in composer.json
2022-07-18 13:52:40 +02:00
Eric Espie
e91e53c0ec
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# composer.lock
# datamodels/2.x/itop-oauth-client/datamodel.itop-oauth-client.xml
# lib/composer/autoload_files.php
# lib/composer/autoload_real.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
2022-07-11 17:24:06 +02:00
Eric Espie
e105cc6d44
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
...
# Conflicts:
# composer.lock
# core/log.class.inc.php
# datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml
# lib/composer/autoload_real.php
# setup/licenses/community-licenses.xml
# setup/setuputils.class.inc.php
2022-07-11 09:23:18 +02:00
Pierre Goiffon
8a99c37200
N°5287 Fix composer.json errors
...
See https://getcomposer.org/doc/03-cli.md#validate
2022-07-05 15:08:29 +02:00