odain
d589d9d05a
N°4789 - fix broken tests in ci
2025-09-16 16:37:31 +02:00
odain
c0c9ea9287
N°4789 - Parse datamodel module.xxx.php files instead of interpreting them ( #746 ) - namespacing ModuleFileReader classes
2025-09-16 15:38:30 +02:00
odain
fae2bcc6e9
N°4720 - deprecation removal RenderLinks
2025-09-15 16:40:10 +02:00
Stephen Abello
53047d35fe
N°8617 - New portal theme doesn't work with Safari
2025-09-15 14:30:07 +02:00
Anne-Catherine
909469ce97
N°2364 - API : remove old linkedset persistance ( #733 )
2025-09-12 16:16:02 +02:00
Anne-Cath
dacb54285c
N°4820 - Remove pre-3.0 console files - date.js, hovertip.js jquery.layout.min.js
2025-09-12 16:01:55 +02:00
Benjamin Dalsass
5af93ca92a
N°8637 - Alerts from dependabot, vulnerable libraries
...
- remove deprecated call to getExpressionParser
2025-09-12 15:38:01 +02:00
Benjamin Dalsass
3fa500c9c1
N°8699 - attributedef.class.inc.php to PSR4 [3-PSR4]
...
- Add namespaces
- Add use statements
- reformat code
2025-09-12 15:23:42 +02:00
Benjamin Dalsass
f0adbbba29
N°8699 - attributedef.class.inc.php to PSR4 [2-DISPATCH]
...
- Restore attributedef.class.inc.php with requires
- Update each attribute file code
2025-09-12 15:23:42 +02:00
Benjamin Dalsass
bbdb30f421
N°8699 - attributedef.class.inc.php to PSR4 [1-DUPLICATE]
...
- Duplicates attributedef.class.inc.php as attributedefrequires.class.inc.php (will contains the require_once directives)
- Duplicates attributedef.class.inc.php for each final class files AttributeApplicationLanguage.php, AttributeArchiveDate.php... to keep VCS
history
- Remove attributedef.class.inc.php file
2025-09-12 15:23:42 +02:00
odain
897b5d452e
N°8715 - Broken UIFieldSet/UIFieldInput via twig rendering
2025-09-12 15:00:40 +02:00
odain
fdd1479c8e
N°4720 - fix portal issue
2025-09-12 14:36:19 +02:00
Anne-Cath
7851109794
N°3749 - Remove old JS tooltip libs (qTip, jQuery tooltip, Bootstrap tooltip) calls - remove qtip
2025-09-12 10:02:12 +02:00
Anne-Cath
810e6c1bda
N°3817 - Audit and fix calls to deprecated jQuery method
2025-09-12 09:59:02 +02:00
Anne-Cath
d164f48cfe
N°3817 - Audit and fix calls to deprecated jQuery method
2025-09-12 09:56:30 +02:00
odain
506def4340
code cleanup : fix PHP Warning: Undefined variable
2025-09-12 09:41:03 +02:00
odain
08b8e919b7
N°4720 - Remove old unreferenced methods - portal broken due to remaining method in portal-base
2025-09-12 07:19:11 +02:00
odain-cbd
696e2c9565
N°4720 - Remove old unreferenced methods or pages that are @deprecated ( #747 )
...
* N°4720 - Remove old unreferenced methods that are @deprecated
* N°4720-Config addson getter/setter removal
* small deprecation removal
* revert @deprecation 3.3 removal: ResizeImageToFit
* small deprecation removal
* revert deprecation 3.3 removal: Config/GSetAddons
2025-09-11 15:52:00 +02:00
Anne-Cath
d728be119c
N°4456 - Remove jquery.layout.js
2025-09-11 15:27:57 +02:00
Benjamin Dalsass
463869b89d
N°8637 - Alerts from dependabot, vulnerable libraries
...
- restore itop version history
2025-09-11 11:03:58 +02:00
Benjamin Dalsass
1d4c0b8e7f
N°8637 - Alerts from dependabot, vulnerable libraries
...
- Update twig/twig from 3.16.0 to 3.21.1
- Update tecnickcom/tcpdf from 6.7.5 to 6.10.0
2025-09-10 09:08:04 +02:00
Benjamin Dalsass
bf1b2a5104
Merge remote-tracking branch 'origin/support/3.2' into develop
...
# Conflicts:
# .doc/README.md
# .doc/phpdoc-templates/combodo-wiki/graphs/class.html.twig
# composer.lock
# lib/composer/InstalledVersions.php
# lib/composer/autoload_classmap.php
# lib/composer/autoload_psr4.php
# lib/composer/autoload_static.php
# lib/composer/installed.json
# lib/composer/installed.php
# lib/symfony/cache/Traits/Relay/MoveTrait.php
# lib/symfony/http-foundation/Request.php
# lib/symfony/runtime/SymfonyRuntime.php
2025-09-10 07:57:41 +02:00
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
bb8a09d8e2
N°8637 - Alerts from dependabot, vulnerable libraries
...
* Update twig/twig from 3.16.0 to 3.21.1
* Update tecnickcom/tcpdf from 6.7.5 to 6.10.0
* Correct font folder case failing on linux server
* Suppress documentation generator from project in favor of the online version
* Update symfony/http-foundation from 6.4.2 to 6.4.14
Update symfony/runtime from 6.4.0 to 6.4.24
2025-09-09 16:15:21 +02:00
Stephen Abello
901f8f2a7b
N°8691 - Backup modal icon spins around the text
2025-09-09 14:24:18 +02:00
Stephen Abello
ba6fff801b
N°8497 - Fix typo in French dictionaries
2025-09-08 14:25:54 +02:00
Stephen Abello
50098bad73
N°5200 - Activity panel entries' relative date isn't translated
2025-09-08 14:03:43 +02:00
jf-cbd
2ee68ff819
Merge remote-tracking branch 'origin/support/3.2' into develop
...
# Conflicts:
# sources/SessionTracker/iSessionHandlerExtension.php
2025-09-05 15:19:38 +02:00
Benjamin Dalsass
44972f34e5
N°8210 - Remove iApplicationObjectExtension ( #737 )
2025-09-05 09:27:55 +02:00
jf-cbd
65c9145b10
N°8570 - Allow @ as part of url - add test
2025-09-04 17:04:21 +02:00
Stephen Abello
a104310379
N°8579 - Fix calls to Twig "spaceless" deprecated filter
2025-09-04 14:57:24 +02:00
Anne-Cath
f5cce23bb4
Revert "N°8579 - remove "spaceless" in twig files"
...
This reverts commit ee993ef80a .
2025-09-03 10:37:26 +02:00
Stephen Abello
0f39106b56
N°7761 - De-hardcode SCSS values
2025-09-02 16:30:20 +02:00
Anne-Cath
ee993ef80a
N°8579 - remove "spaceless" in twig files
2025-08-29 17:15:47 +02:00
Anne-Cath
0a4180f7fc
N°7257 - Check and migrate old Combodo JS functions
2025-08-29 16:15:31 +02:00
Anne-Cath
b56113aada
N°8190 - Userrights management override is deprecated - add deprecated
2025-08-29 15:12:36 +02:00
Anne-Cath
c82c150411
N°7257 - Check and migrate old Combodo JS functions
2025-08-29 14:27:38 +02:00
Anne-Cath
00818f411f
N°3817 - Audit and fix calls to deprecated jQuery method - rollback change on caselog-entry-form.js
2025-08-29 11:07:44 +02:00
Timmy38
a6a459967e
N°6759 factorize config ( #738 )
...
* N°6759 - Factorize code in config
2025-08-28 11:04:49 +02:00
Anne-Cath
2ba4109343
N°6932 - Split applicationextension.inc.php APIs in separate files
2025-08-26 17:46:10 +02:00
Timmy38
738664e560
N°4107 - DBObject::GetName() is now final
2025-08-26 14:39:43 +02:00
Anne-Cath
d48bc15211
N°8190 - Userrights management should not be overridable anymore
2025-08-26 09:50:14 +02:00
Anne-Cath
32f0cfb091
Remove deprecated message
2025-08-26 09:32:31 +02:00
Anne-Cath
20393b55b9
N°8190 - Userrights management should not be overridable anymore
2025-08-26 09:17:51 +02:00
Stephen Abello
437296eab9
N°8634 - Newsroom providers are hardly visible if there's more than 2
2025-08-20 16:00:14 +02:00
Anne-Cath
f03b008ebf
N°8189 - Addons userrights - one is enough - remove files
2025-08-19 13:54:51 +02:00
jf-cbd
7f98ef3478
Update README.md
2025-08-18 16:02:50 +02:00
odain
d80e26791d
N°8511 - Enhance DBObjectSet to be able to order by id
2025-08-18 14:42:06 +02:00
Anne-Cath
e6a0d95cba
N°7835 - Dashboard - modification on iTop UI with header static without icon
2025-08-18 13:16:29 +02:00
Anne-Cath
965c9dba14
N°4718 - Remove "FilterCodes" - fix $m_aFilterForbiddenAttributes init
2025-08-14 11:04:47 +02:00