Molkobain
32fd75bc4b
N°6532 - Fix missing "/" in path
2023-07-10 09:43:28 +02:00
Pierre Goiffon
efadf2cc79
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-07-07 10:24:57 +02:00
Pierre Goiffon
40d63a2fa4
N°3663 💡 Fix depreciation comment in core/coreexception.class.inc.php
2023-07-07 10:24:15 +02:00
Pierre Goiffon
baa6dedbcf
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-07-07 09:32:14 +02:00
Pierre Goiffon
556b9ad89a
N°6532 Fix "failed to open stream" error on require_once approot in coreexception.class.inc.php
...
Was occurring in TemplateFieldValueTest templates-base phpunit test
2023-07-07 09:31:34 +02:00
Benjamin Dalsass
e654daf4a5
N°6516 - Add @experimental PHP annotation on temporary objects features
2023-07-05 14:24:05 +02:00
Molkobain
8292b16387
N°6502 - Fix AttributeImage::GetAsHtml() using download URL instead of display URL which triggers download listeners
2023-07-05 10:35:36 +02:00
Molkobain
340b982d77
N°6502 - Avoid new history entry on AttributeBlob download
2023-07-05 10:35:35 +02:00
Benjamin Dalsass
03e7e0e79f
N°6503 - Logs purge system delete index.php
2023-07-05 08:39:48 +02:00
bdalsass
9d38b4d1d6
N°6043 - Booking: Add prerequisites in iTop core - CRUD extensibility ( #520 )
2023-07-04 16:22:53 +02:00
Stephen Abello
40dc3deabb
N°6495 - Fix strlen crashing with null value in AttributePassword
2023-07-04 13:56:31 +02:00
Pierre Goiffon
6cc2d49cd5
N°6414 Move existing AbstractSimpleField::Validate impl to custom validators
...
- LinkedSetField
- SelectObjectField
- MultipleChoicesField (warning this hierarchy contains non multiple value fields like SelectField !)
Also change AbstractValidator::Validate signature : now we are returning an array of error messages, so that we can return multiple ones
2023-07-03 11:30:04 +02:00
Pierre Goiffon
6606af71ff
N°6414 Validator refactoring
...
New AbstractValidator class, with new method Validate
All existing validators are now children of AbstractRegexpValidator
Handle validators JS counterparts in renderers : only regexp validators are implemented client side
2023-07-03 11:30:04 +02:00
Pierre Goiffon
52049b7837
N°6414 Disable Field validation for untouched attcodes
2023-07-03 11:30:04 +02:00
bdalsass
b46d4db8ff
N°6476 - Revert datamodel / compiler changes from N°5563 ( #515 )
2023-06-29 15:11:30 +02:00
Molkobain
12dbd0ed3d
N°6482 - Fix URP_UserProfile classes not flagged as link classes so they can benefit of the same mechanisms (eg. events)
2023-06-29 09:59:09 +02:00
Eric Espie
86ca7fcb7a
N°6408 - CRUD : rework on DBUpdate reentrancy
2023-06-27 11:37:10 +02:00
Eric Espie
db6e4137b1
N°6271 - Fix drop-down list not refreshed when adding an external key with a friendlyname built on an external key
2023-06-26 18:00:04 +02:00
Benjamin Dalsass
a206af1813
N°6005 - CSV import : import an object and a linkset fails
...
- Restore old get as html for linked set with display style tab
2023-06-26 15:11:41 +02:00
Eric Espie
77868e356b
N°6408 - ✅ CRUD : Issue on DBlinkchange event when delete et create
2023-06-26 11:34:00 +02:00
Eric Espie
60e302162c
N°6408 - ✅ CRUD : Issue on DBlinkchange event when delete et create
2023-06-26 11:31:53 +02:00
Eric Espie
f36c8c5cdd
N°6408 - ✅ CRUD : Issue on DBlinkchange event when delete et create
2023-06-26 11:17:20 +02:00
Eric Espie
c3469e43bc
N°6408 - Add logs, changed modification test of current object and prevent calling OnDBUpdate() when object is not modified
2023-06-23 17:02:31 +02:00
Molkobain
b642dbe3d6
N°6389 - Fix SQL error when saving an object with an emptied blob attribute
2023-06-22 20:43:56 +02:00
Molkobain
96f1bd3646
N°6462 - Sort \AttributeApplicationLanguage alphabetically (eg. "Language" in ActionEmail class)
2023-06-21 18:33:12 +02:00
Molkobain
a8a3385969
N°6460 - Sort \AttributeClassAttCodeSet alphabetically (eg. "Target fields" in Trigger class)
2023-06-21 16:06:22 +02:00
Molkobain
87e04547bd
N°6448 - Restore sort order for \AttributeClass and \AttributeSetEnumPadded (eg. "Target class" and "Context" in DataSynchronisation and Trigger classes)
2023-06-21 15:58:11 +02:00
Eric Espie
99a4e5e861
N°5909 - Fix iApplicationExtension not called when attachment is added
2023-06-21 14:39:04 +02:00
Benjamin Dalsass
2074a0fa0d
N°5305 - CSV import ergonomy for SaaS
...
- Fix ext key displayable value
2023-06-21 11:21:40 +02:00
Benjamin Dalsass
85a879b587
N°5305 - CSV import ergonomy for SaaS
...
- Change checkbox error ugly font
- Improve errors messages (ambiguous, mismatch)
2023-06-20 17:21:39 +02:00
Eric Espie
9b9ba3c440
N°6281 - Rest API core/create key value is no more between quote
2023-06-20 16:58:16 +02:00
bdalsass
4d43d83b95
N°6000 - CSV Import with quote no more handled ( #508 )
2023-06-20 16:39:56 +02:00
Benjamin Dalsass
63487226a9
Merge remote-tracking branch 'origin/support/3.0' into develop
...
# Conflicts:
# core/csvbulkexport.class.inc.php
2023-06-20 10:24:03 +02:00
Molkobain
4550dfb1d4
N°5388 - PHP 8.2: Fix dynamic property declaration
2023-06-19 16:27:45 +02:00
Benjamin Dalsass
2c4a7c5a77
# Conflicts:
...
# core/csvbulkexport.class.inc.php
2023-06-16 15:57:58 +02:00
Benjamin Dalsass
2cca57c7fa
N°6431 - CSV bulk export text delimiter option not initialized correctly
2023-06-16 15:50:28 +02:00
odain-cbd
49d3f4c2b2
N°6047 - Make iTop scripts work by HTTP via token with specific scopes ( #494 )
...
* N°6047 - Make iTop scripts work by HTTP via token with specific scopes
* Update core/contexttag.class.inc.php
---------
Co-authored-by: Molkobain <lajarige.guillaume@free.fr >
2023-06-15 15:36:35 +02:00
Pierre Goiffon
baa4641795
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-06-14 19:03:02 +02:00
Pierre Goiffon
52820925b1
N°4725 DeprecatedCallsLog::NotifyDeprecatedFile remove throw ConfigException
...
Those exceptions are handled silently since 3.0.1
2023-06-14 19:01:50 +02:00
Anne-Catherine
c2309876fb
N°6239 - Portail: Fix error message when trying to display object with missing icon ( #485 )
2023-06-14 09:42:43 +02:00
Molkobain
79d6cadfde
N°4106 - Fix typo in the PHPDoc thanks to @piRGoif
2023-06-13 22:34:50 +02:00
Molkobain
5915b2cc01
Merge remote-tracking branch 'origin/support/3.0' into develop
2023-06-13 11:43:11 +02:00
Molkobain
9f38eec40a
N°4106 - Reword PHPDoc to avoid confusion as the @internal was not accurate
2023-06-13 11:42:28 +02:00
Denis
fed149dc66
N°918 - Translate placeholders in notifications ( #506 )
...
- Localization of date & time formats
- Use of DataLocalizer (if present)
- All placeholders can be used in the uploaded HTML template as well as in the notification "message"
2023-06-13 09:51:32 +02:00
Benjamin Dalsass
0a45039c5c
N°6005 - CSV import : import an object and a linkset fails
2023-06-13 08:14:34 +02:00
Molkobain
bd96247f97
N°1345 - Fix typo in conf. param. description
2023-06-12 09:56:57 +02:00
vdumas
01fb3466c8
N°1350 - Audit: propose domains selection as default
2023-06-12 09:22:34 +02:00
Molkobain
508647fe0b
N°1345 - Add possibility to sort transitions automatically
2023-06-09 12:49:42 +02:00
Benjamin Dalsass
c486aea299
N°803 - Allow display & edition of attributes on n:n relations on Portal
...
- Remove input when object is in view mode
- Improve form errors handling
- Prevent row selection when clicking input
- Attach date time picker to table instead of input to prevent popup truncating (popup will be visible but not aligned on the input)
2023-06-09 10:34:19 +02:00
Eric Espie
1b7529fcb9
N°6384 - Flag LinkedSet to specify that it has CheckToWrite constraint (more specific parameter name)
2023-06-09 10:21:47 +02:00