Pierre Goiffon
3a276715d6
📝 SECURITY : fix typo
2020-08-18 09:18:37 +02:00
Pierre Goiffon
71848cb56b
Merge branch 'support/2.7' into develop
...
# Conflicts:
# .jenkins/bin/tests/phpunit.sh
# Jenkinsfile
# core/config.class.inc.php
# core/dbobjectsearch.class.php
# core/ormlinkset.class.inc.php
# datamodels/2.x/combodo-db-tools/dbtools.php
# dictionaries/nl.dictionary.itop.ui.php
2020-08-17 09:36:43 +02:00
rquetiez
a1f5d8041e
N°3251 (see also PR#152) - CSV data synchro allows "<NULL>" to be interpreted as "Let the attribute unchanged for the current row"
2020-08-13 21:49:30 +02:00
rquetiez
d679deba02
refactor CSV Parser unit tests from the old home-made framework into PHP Unit, and add new test to check that <NULL> is parsed as a real null value
2020-08-13 21:12:50 +02:00
Pierre Goiffon
91c6916d86
🐛 Fix setup homepage error with PHP < 7.1.0
...
Was due to const visibility added in ormLinkSet class in commit b58a084d
This isn't supported before PHP 7.1.0, see https://www.php.net/manual/fr/language.oop5.constants.php :
> As of PHP 7.1.0 visibility modifiers are allowed for class constants.
2020-08-13 15:29:27 +02:00
acognet
f90105c107
N°2534 - dashboard: bug with autorefresh that deactivates filtering on organizations
2020-08-12 14:18:05 +02:00
odain
e5487edbfb
Merge remote-tracking branch 'remotes/origin/feature/perf-serialization' into develop
2020-08-10 11:10:44 +02:00
odain-cbd
3cae585f78
Merge pull request #154 from Combodo/revert-136-feature/fast-theme-compilation
...
Revert "Faster compilation of themes"
2020-08-07 16:20:38 +02:00
odain-cbd
7b8c390a80
Revert "Faster compilation of themes"
2020-08-07 16:20:12 +02:00
odain-cbd
c3b9c6963e
Merge pull request #136 from Combodo/feature/fast-theme-compilation
...
Faster compilation of themes
2020-08-07 16:13:09 +02:00
odain-cbd
e907c7825a
Merge branch 'develop' into feature/fast-theme-compilation
2020-08-07 16:12:47 +02:00
odain
a35b2d83b7
Cancel functionnal changes to make sure they are ok in next release (develop/2.8) first
2020-08-07 15:17:24 +02:00
odain
8902d6e532
CI migration/automation + new test to ease iTop release management
...
- new Jenkinsfile and .jenkins removal to launch phpunit/behat tests
triggered on both iTop build and push.
- N°3053 - Check XML conversion methods
- N°3057 - New build recipe
- N°3059 - Automatically set the documentation URLs
- N°3052 - Check community modules XML version against latest version
- N°3054 - Check community modules version against major version
- N°3062 - setup.css file integrity test
- N°3060 - Check consistency between the list of modules and installation.xml
- Add exclusion group for CI
- N°3061 - Automatically check the installation.xml consistency
2020-08-07 14:48:51 +02:00
Pierre Goiffon
001e937568
N°2330 / N°3009 update PHP version in composer.json
2020-08-06 17:36:23 +02:00
odain
ec0f726c26
💚 fix tests
2020-08-05 14:39:00 +02:00
Pierre Goiffon
07bd6b8539
N°3219 cron : reset CMDBChange for each process
2020-08-04 09:44:20 +02:00
Pierre Goiffon
b58a084de5
N°2334 n:n relations : same fields displayed in EDIT and VIEW modes
...
Before we were only showing lnk fields in VIEW, and lnk+remote in EDIT (excluding some fields, see below).
Now by default (as this is customizable in VIEW mode) we have the same !
Rules to choose fields are moved from \UILinksWidget::__construct to :
* \MetaModel::GetZListAttDefsFilteredForIndirectRemoteClass
* \MetaModel::GetZListAttDefsFilteredForIndirectLinkClass
2020-07-30 11:40:54 +02:00
Pierre Goiffon
5d686d733f
🔧 Disable useless inspections
2020-07-30 11:33:57 +02:00
Pierre Goiffon
1148449bb7
📝 Add missing @since on \DBSearch::GetFirstResult
2020-07-29 17:21:15 +02:00
Pierre Goiffon
ea92973e9b
📝 PHPDoc for DisplayBlock
2020-07-29 12:23:15 +02:00
Pierre Goiffon
14505fc5e6
🔧 Change SlowArrayOperationsInLoopInspection from error to warning
2020-07-29 12:22:52 +02:00
jbostoen
11d418fd49
🌐 Dutch translations: fix use of ITOP_APPLICATION, ITOP_APPLICATION_SHORT
...
* Fix incorrect ITOP_APPLICATION, ITOP_APPLICATION_SHORT
2020-07-28 16:26:16 +02:00
Pierre Goiffon
90b60f90ae
Update files version to 2.8.0
2020-07-28 11:40:16 +02:00
Pierre Goiffon
a26c2cbcdb
📝 Add phpdoc on DBObjectSearch method
2020-07-28 11:35:30 +02:00
Molkobain
e37c620d2d
PHPDoc & code cleanup
2020-07-24 14:11:30 +02:00
Molkobain
dd4ef8f91a
N°2870 - Portal: Fix "Notice: Undefined index: UI:PropertiesTab" on object form
2020-07-24 14:08:33 +02:00
Eric
ace676dc24
N°2585 - Fix alias problem in portal scopes
...
The re-aliasing map structure now allows multiple mapping for the same alias (used for the translations of UNIONS)
2020-07-23 16:41:57 +02:00
Eric
8122270476
N°3176 - OQL: Fix malformed UNION queries in portal scopes
...
Fix regression in Unit tests
2020-07-22 17:30:38 +02:00
Eric
1f66d53ab4
N°3176 - OQL: Fix malformed UNION queries in portal scopes
...
Fixed AddCondition_ReferencedBy() for unions (regression introduced by N°2970)
2020-07-22 16:09:08 +02:00
Eric
dfaeca43e4
N°3148 - OQL request malformed
...
Fix variables in ListExpression
2020-07-22 10:06:11 +02:00
Eric
5b04143711
N°3111 - Fix Portal export
2020-07-21 16:39:55 +02:00
Eric
bd14096d43
N°3150 - Wrong count for archived objects
2020-07-21 14:21:55 +02:00
Eric
3b20be05cb
3189 - DBTools enhancements
...
* Add CLI command bin/report.php to generate report offline
* Keep the latest report in log/dbtools-report.log in order to visualize it with "Log management" menu
2020-07-21 14:08:36 +02:00
Pierre Goiffon
06ee1f3a15
N°2284 add @since in old autocomplete widget file
2020-07-20 10:38:55 +02:00
Eric
27ed1f3307
N°2957 - Fix required files and generate files into src/Model
2020-07-20 09:58:51 +02:00
Thomas Casteleyn
4f72336301
Suggest correct filename on download
2020-07-17 13:17:18 +02:00
Thomas Casteleyn
868c157ae4
Change lifecycle generation to SVG instead of PNG
2020-07-17 13:17:18 +02:00
Thomas Casteleyn
c2b72c7688
More memory efficient image pass through
2020-07-17 13:17:18 +02:00
Eric
fdec608c3e
N°3174 - Remove stack trace from MySQLException
2020-07-16 18:09:44 +02:00
Eric
72cb3de50d
N°3173 - Installation issue with PHP 7.4 (fix php notice)
2020-07-16 17:23:21 +02:00
Eric
c03d32b423
N°3180 - Allow HTML in dictionary for login screen ('UI:Login:About')
2020-07-16 15:28:49 +02:00
Eric
e4ab543aff
Disable twig cache for developers (instead of having config flag)
2020-07-16 15:07:03 +02:00
Eric
11ef705816
N°2969 - change dictionaries folder from dictionary to dictionaries
2020-07-16 14:52:03 +02:00
Eric
7e970ee93c
N°3015 - fix notice
2020-07-15 09:38:33 +02:00
Eric
e7fa9eda65
Use configuration for enabling twig cache
2020-07-15 09:33:54 +02:00
Eric
edefa4da4f
N°2330 - set the php minimum version to 7.2
2020-07-13 15:35:18 +02:00
Eric
6320879fe1
✨ Add a cleanup file to the database integrity report.
...
Use it for fast database cleanup (removal of all broken entries) when you don't want to try recovering inconsistent records.
Note that you may need multiple report to eliminate all the inconsistencies.
2020-07-10 17:57:13 +02:00
Romain Quetiez
acf0548c4c
N°3171 - Friendly name and obsolescence flag not refreshed ( #151 )
...
- Compute any type of expression on server side
- Recompute friendly name and obsolescence flag on server side (DBOBject)
- Bonus : compute dependency for external keys
2020-07-10 17:26:37 +02:00
Eric
b1fa429234
N°2957 - Better check of the class parameter in requests
2020-07-10 14:41:38 +02:00
Eric
78516f437a
N°2957 - Compile classes in separated files
2020-07-10 14:41:08 +02:00