Lars Kaltefleiter
43cadb0ede
N°3287 - Set from display name / label in action email
...
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com >
2020-09-11 09:50:14 +02:00
odain
1eba8ba4ac
Merge branch 'support/2.7' into develop
2020-09-07 16:48:15 +02:00
acognet
1e0415e902
3234 - php 5.6 compatibility
2020-09-07 12:14:38 +02:00
Eric
dbada2f72a
N°3238 - Fix multi-words search in FilterBrick and ManageBrick
2020-09-04 17:34:59 +02:00
Eric
9694e9848d
N°3285 - Fix Standard Global Search: multiple words search
2020-09-04 09:27:39 +02:00
Eric
ff722b579b
Fix Dependent attributes update on DBObject::Set()
2020-09-03 12:57:01 +02:00
Eric
7107c2f616
N°3260 - Fix rendering of an ExternalField on a Text with XML content (format transitivity)
2020-09-02 18:15:31 +02:00
Eric
92e0f101d7
N°3260 - Fix rendering of an ExternalField on a Text with XML content (format transitivity)
2020-09-02 17:58:04 +02:00
Eric
d3b57c3bda
N°3111 - Fix Portal export
2020-09-01 17:17:01 +02:00
Eric
d1af851fcd
N°2591 - API : deprecate \CMDBObject::CheckUserRights
2020-08-28 14:48:00 +02:00
Eric
ec72d1c767
N°3078 - Fix error on login while in maintenance mode
...
Fix infinite loop on login failure
2020-08-28 14:26:42 +02:00
Eric
2ad4fd1707
N°580 - Autocomplete with namesakes. Complement for select. Fix error when no complement specified
2020-08-25 13:12:53 +02:00
Eric
761c2a46a3
N°3234 - Cron rework
...
* some timezone refactors occurred
2020-08-25 11:20:17 +02:00
odain
d12e2e592a
N°3265 - Log stacktrace when cron exception raised with debug enabled
2020-08-21 10:25:05 +02:00
acognet
2142ffedc3
Add PHP Warning for misused of the function OptimizeColumnLoad
2020-08-20 16:44:44 +02:00
acognet
23c0a67914
N°580 - Autocomplete with namesakes. Complement for select
2020-08-20 16:42:43 +02:00
Eric
b9b1e436ec
Merge branch 'feature/api-core_get' of https://github.com/GurneyHallack/iTop into GurneyHallack-feature/api-core_get
2020-08-20 15:44:52 +02:00
Pierre Goiffon
c69e83f779
Merge remote-tracking branch 'origin/support/2.7' into develop
2020-08-18 17:50:39 +02:00
odain
91006351d3
Fix tests 💚
2020-08-18 17:20:47 +02:00
Eric
6176af089c
N°3256 - Invalid filter parameter, when using & (ampersand) in filter parameter (OQL Query)
2020-08-18 14:41:18 +02:00
acognet
4d2633a9ea
N°2508 - Include Obsolescence icon within list and autocomplete
2020-08-18 14:19:36 +02:00
acognet
700d11fa8f
N°2508 - Include Obsolescence icon within list and autocomplete
2020-08-18 10:19:01 +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
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
odain
e5487edbfb
Merge remote-tracking branch 'remotes/origin/feature/perf-serialization' into develop
2020-08-10 11:10:44 +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
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
1148449bb7
📝 Add missing @since on \DBSearch::GetFirstResult
2020-07-29 17:21:15 +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
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
72cb3de50d
N°3173 - Installation issue with PHP 7.4 (fix php notice)
2020-07-16 17:23:21 +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
Denis Flaven
ea75092bb3
N°3166 - fix for a crash in expressioncache
...
iTop was crashing if the expression/format for the name of a class contained a quote (')
2020-07-10 11:27:43 +02:00
Eric
4f3931e828
N°2370 - Remove MySQL views in iTop, moved to "combodo-views" extension
2020-07-08 10:33:15 +02:00
Eric
d73fdce3c5
Fix legacy regression
2020-07-07 13:58:36 +02:00
acognet
9628a1d028
N°2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget and start of bug 2390 - Auto-complete - Relevant results in first
2020-07-02 11:46:51 +02:00
acognet
98870b06e3
2548 - API : remove \DBObject::GetRelationQueries overrides in default datamodel
2020-07-01 16:28:20 +02:00
bruno DA SILVA
46d91322c1
n°2556 - fix errors in the merge of support/2.7 into develop
...
The cherry picks resulted in an out of order apply of the commits, the result was that the wrong code was keeped
2020-07-01 15:41:46 +02:00
acognet
a67fce66fc
N°2999 - Optimize OQL
2020-06-26 16:42:03 +02:00
acognet
491d1d7d53
N°API : remove CMDBSource::GetNextInsertId
2020-06-26 16:20:15 +02:00
acognet
54b48dc908
N°2372 - API : remove \MetaModel::EnumLinksClasses and \MetaModel::EnumLinkingClasses
2020-06-26 16:17:04 +02:00
acognet
0ecdc6620b
N°852 - Cleanup: remove deprecated impact analysis algorithm
2020-06-26 15:02:30 +02:00
acognet
80161b909e
N°2362 - API : remove DBInsertTracked / DBUpdateTracked
2020-06-26 14:16:14 +02:00