Molkobain
6a88f622ad
N°1839 Update TriggerOnThresholdReached to select attribute from a set of valid attributes instead of typing it manually
2018-12-14 11:51:14 +01:00
Molkobain
9b5d8b8a01
N°931 Fix bug when max allowed items set to 1
2018-12-14 11:11:59 +01:00
Molkobain
b4448c5bb9
Code cleanup
2018-12-14 10:00:29 +01:00
Molkobain
daafa9123c
N°1852 Fix loss of inline images and attachments when user has been logged off
2018-12-13 11:35:00 +01:00
Pierre Goiffon
b4a6d378ab
N°1827 fix freeze on object creation when changing dependant field, if object has hidden TagSet field
2018-12-11 15:54:33 +01:00
Molkobain
f54da5f9a6
Internal: Debug trace when InlineImage::FinalizeInlineImages() fails to retrieve transaction ID
2018-12-10 17:44:49 +01:00
Pierre Goiffon
36d47c2274
N°1835 fix transaction_id lost with session
...
* transaction_id are now stored by default in file instead of session ("transaction_storage" config parameter : default value was 'Session', it is now 'File')
* session_regenerate_id() call can be disabled using "regenerate_session_id_enabled" config parameter
* new 'transaction_id' parameter type to allow dots (with a file storage, transaction_id equals the temp file name and on Windows we're getting *.tmp)
2018-12-10 17:39:07 +01:00
Molkobain
68da3a4aad
Change default attachments (and inline images) lifetime to 1 day instead of 1 hour
2018-12-07 11:16:41 +01:00
Eric
2a4bd4b0dc
💚 N°1825 - Fix ormset control when no limit
2018-12-05 10:10:45 +01:00
Eric
f4f5281769
💚 N°1825 - Fix tagset control when no limit
2018-12-05 10:08:40 +01:00
Eric
a4a09cd8c7
N°1825 - Fix TagSet code numeric generate a Fatal Error
2018-12-05 09:39:41 +01:00
Eric
831b18b4d2
Force the number of Tags in ormTagSet
2018-12-05 09:04:30 +01:00
Eric
af8b06dda6
💚 Display error log instead of fatal error in case of Exception when modifying an object in console
2018-12-04 11:33:32 +01:00
Eric
6e31a040b2
Display error log instead of fatal error in case of Exception when modifying an object in console
2018-12-04 10:49:30 +01:00
Eric
387c166985
Fix Remote User synchro
2018-12-03 11:33:15 +01:00
Eric
aca11ac966
Fix AttributeSet wrong error on number of tags in creation
2018-12-03 11:01:54 +01:00
Eric
c15d626095
Fix AttributeSet history database field size (was too short)
2018-12-03 09:27:56 +01:00
Molkobain
67c0e0eb1c
Fix iTop version that stayed to "2.5.0-beta" for the release
2018-11-28 14:52:50 +01:00
Eric
122c3a9542
N°1779 - Fix Excel Export from a search result when object contains AttributeDashboard
2018-11-27 10:11:01 +01:00
Eric
15d9ba9906
N°917 - Add AttributeSubItem to the exclusion list of the trigger attributes
2018-11-27 09:36:50 +01:00
Eric
95a22a1a7e
N°1799 - Fix TTO and TTR not recomputed when change on priority
2018-11-27 09:36:50 +01:00
Eric
c0cd450c5f
Add the user_id to the log_kpi instead of *
2018-11-26 15:26:25 +01:00
Denis
1b4b71cb35
Prevent a catchable fatal error when using memcache(d) as the session handler (regression introduced when fixing n°1778).
2018-11-23 16:56:07 +01:00
Pierre Goiffon
83b3fb80d5
🎨 N°659 uniqueness constraint : more possibilities to customize check
...
* 2 methods called per rule instead of only one
* now we're getting the rule id as parameter
2018-11-23 16:35:46 +01:00
Pierre Goiffon
c242f90440
N°659 uniqueness constraint : fix class used in the dict key for the error message
...
It has to be the rule root class, not the current class
2018-11-23 09:44:42 +01:00
Pierre Goiffon
e4912ee175
🎨 PhpDoc
...
(cherry picked from commit d3aeb807d433e656df22f166387230b431656f58)
2018-11-22 17:40:37 +01:00
Denis Flaven
5ccfa24b27
iTop Newsroom implementation - painfully merged manually...
2018-11-21 19:36:51 +01:00
Eric
0a3f076335
1784 - Fix Toolkit error on decimals
2018-11-21 15:11:19 +01:00
Eric
12d9551845
N°1706 - Fix error display when object cannot be saved
2018-11-21 14:26:50 +01:00
Eric
f9bb2e7a14
💚 N°1583 - user_manager User cannot create a User without Contact (fixed CI)
2018-11-20 18:03:08 +01:00
Eric
57e8b9faaf
N°1583 - user_manager User cannot create a User without Contact
2018-11-20 15:43:05 +01:00
chifu1234
c737b83eb5
Update metamodel.class.php (Cherry picked from branch develop 91f1598)
2018-11-20 15:22:59 +01:00
Pierre Goiffon
0c49641094
N°659 Uniqueness rules : description and error message are now picked in dictionaries entries with the $sClassName/UniquenessRule:$sUniquenessRuleId convention
2018-11-20 11:42:25 +01:00
Eric
b9e0747825
N°1074 - ExternalField default label is now "key_name->label"
2018-11-15 17:33:42 +01:00
Stephen Abello
b0c120d7fd
N°1728: Display error on setup for unsupported MySQL 8+ versions (MariaDB & Percona not affected)
2018-11-15 15:04:44 +01:00
Eric
ff39b7bc51
N°1759 - Fix setup error on abstract class not existing
2018-11-15 10:59:28 +01:00
Pierre Goiffon
a97680fb04
N°931 fix TagSet regression (not displayed correctly in the console)
...
introduced in f9b2fda092
2018-11-14 15:37:08 +01:00
Stephen Abello
d344478b48
N°1408: Fix AttributeDashboard for portal
2018-11-14 12:11:42 +01:00
Stephen Abello
b898a09c4c
N°1728: Display error on setup for unsupported MySQL 8+ versions (MariaDB & Percona not affected)
2018-11-14 10:13:08 +01:00
Kamil Konečný
8bd10a2d11
Session id regeneration on login.
2018-11-13 14:28:08 +01:00
Eric
f0e5128fb5
N°1740 - Class Query invalid Datamodel - Attention: Setup mandatory when applying this (core datamodel migration)
2018-11-13 11:18:10 +01:00
Eric
63b08b0e70
Merge remote-tracking branch 'origin/support/2.5' into release/2.6
...
# Conflicts:
# sources/application/search/searchform.class.inc.php
2018-11-13 11:11:15 +01:00
Eric
c722d64850
N°1706 - Fix problem with user_manager profile
2018-11-13 08:50:49 +01:00
Eric
29df8f8f92
N°1737 - Tags HTML sanitization for display of labels
2018-11-09 10:09:42 +01:00
Eric
216d965d76
N°1724 - Fix external key search error when an UNION is used as a filter in the datamodel
2018-11-09 09:13:59 +01:00
Eric
95fce0eefb
Fix audit bug (DBUnionSearch::AddConditionForInOperatorUsingParam() does not exist) when category is a UNION and rule flag 'Valid objects?' is 'true' and there are invalid entries in the result of the audit.
2018-11-09 09:13:18 +01:00
Eric
841127c131
N°828 - GetSelectFilter issue with DBUnionSearch
2018-11-09 09:11:25 +01:00
Eric
405b1b8e6f
N°917 - Trigger on object update: limit the fields proposed to the ones that can be updated
2018-11-08 14:36:15 +01:00
Eric
b050210737
N°1374 - Fix TTR deadline wrong value when re-assigning overdue tickets outside open hours
2018-11-08 08:55:48 +01:00
Eric
ed02e3522e
code cleanup
2018-11-08 08:55:48 +01:00