Stephen Abello
f7a35072f5
N°4075 Fix autocompletes in modals
2021-07-07 16:59:50 +02:00
Molkobain
b5f5780f35
Merge remote-tracking branch 'origin/support/3.0.0-beta2' into develop
...
# Conflicts:
# datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css
# datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css
2021-07-07 15:08:38 +02:00
Molkobain
d6b9172e26
N°4131 - Fix multiple "User disconnected" dialogs in the backoffice
...
(cherry picked from commit d8f36a8aa9 )
2021-07-07 09:32:01 +02:00
Molkobain
8e1e71c740
N°4109 - Fix JS message "Gateway timeout" / "Unauthorized" / "" being displayed on object details page
...
(cherry picked from commit e279799bf8 )
2021-07-07 09:31:53 +02:00
Molkobain
ebbf6e56be
N°4127 - Security: Fix XSS vulnerability in object attribute's tooltip
2021-07-07 09:28:41 +02:00
Molkobain
d8f36a8aa9
N°4131 - Fix multiple "User disconnected" dialogs in the backoffice
2021-07-04 21:54:56 +02:00
Molkobain
e279799bf8
N°4109 - Fix JS message "Gateway timeout" / "Unauthorized" / "" being displayed on object details page
2021-07-04 16:46:49 +02:00
acognet
35b70bfc00
N°3929 - Polishing: Dashboards
2021-07-02 11:29:10 +02:00
Molkobain
0cffd567c2
N°4110 - Fix JS error message when no provider for the newsroom
2021-06-29 10:04:40 +02:00
Pierre Goiffon
2a1e0b7429
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# core/dbobject.class.php
# core/log.class.inc.php
# setup/compiler.class.inc.php
2021-06-28 08:58:34 +02:00
acognet
275daf3b0d
N°4085 - Polishing : bulk modify
2021-06-25 10:11:57 +02:00
acognet
a23ea9a01f
N°3678 - Portal : a modification of field cannot hide another one
2021-06-24 14:11:41 +02:00
acognet
a940adc4ba
N°3678 - Portal : a modification of field cannot hide another one
2021-06-24 10:35:01 +02:00
acognet
457165b2fc
N°4085 - Polishing : bulk modify
2021-06-22 17:34:14 +02:00
acognet
32ac999ff5
N°3912 - Polishing: Export - display of tabular fields
2021-06-21 16:47:02 +02:00
acognet
77cf879f4f
N°3912 - Polishing: Export
2021-06-17 10:43:06 +02:00
acognet
13f6f6ebe6
N°3551 - Migrate module to new UIBlock system : Customer Survey
2021-06-17 09:42:28 +02:00
Molkobain
18a4867b4d
Accessibility: Add missing aria-label / tooltip attributes on the advanced search
2021-06-13 09:43:22 +02:00
Molkobain
4b03b42494
Remove inline CSS from NavigationMenu
2021-06-12 19:13:41 +02:00
Molkobain
485262ec0a
Accessibility: Add missing alt attribute on decorative images
...
- Quick create
- Global search
- Breadcrumbs
2021-06-12 18:35:54 +02:00
Stephen Abello
bcfdf76b71
N°4051 Make sure js dependencies are met before resuming ajax calls js code
2021-06-10 15:12:16 +02:00
Stephen Abello
679542eaaa
N°4051 Add robustness
2021-06-10 15:12:16 +02:00
Stephen Abello
3d338aff33
Fix block loader style for datatables
2021-06-04 11:44:28 +02:00
Stephen Abello
b245275c7d
N°3914 Fix configure this list button alignment and add background color to selected fields
2021-06-04 10:28:12 +02:00
Stephen Abello
1b58d9b801
N°3914 Fix add criteria buttons style
2021-06-04 10:28:11 +02:00
Molkobain
74eabafe31
N°4022 - Fix scroll not working on search menu nodes
2021-06-03 16:19:06 +02:00
Molkobain
1b9eb2a6ad
N°4022 - Rework search page to improve UX and usable height
2021-06-03 09:54:21 +02:00
Stephen Abello
9fd6ba414d
N°3914 Fix search from external key widget
2021-06-01 10:20:57 +02:00
Molkobain
a6e5969201
N°4021 - Fix header jumping out of sticky positioning when getting near some tabs
...
Reason: DataTables' dynamic height cannot work we a static "duration" (height) based on the initial panel's height
2021-05-31 13:15:10 +02:00
Molkobain
1e99ad436f
N°4021 - Add support for tab container for the sticky header
2021-05-31 09:32:37 +02:00
Molkobain
c6b8526dc0
UIBlock: Add external JS/CSS files (optional) inheritance
...
This way we ensure that a block always have the external resources from its ancestors as this will be necessary most of the time. From now on, the JS widget of the blocks will inherit from a common ancestor to factorize some mechanisms that are duplicates at many levels.
This can be disabled in a particular block by overloading the INCLUDE_ANCESTORS_DEFAULT_XXX_FILES constants in which case, only the external files of the block itself will be included.
2021-05-28 22:45:37 +02:00
Molkobain
32e714f4a6
Panel: Fix scrollable tabs with sticky header
2021-05-28 22:45:36 +02:00
Molkobain
b8ef4885e5
N°4021 - Change approach for sticky header, use the ScrollMagic lib as in the scrolling tabs to use the same abstraction level everywhere
2021-05-28 22:45:36 +02:00
Stephen Abello
6d004f83dd
N°3914 Correctly remove entries from linksets' datatable
2021-05-28 10:21:41 +02:00
Stephen Abello
8f68ca3f67
N°3914 Display label on "Add criterion" button when there's no criterion. Add tooltips to "Add criterion" and "Refresh" button
2021-05-27 17:12:14 +02:00
Stephen Abello
3853d38d69
N°3923 Fix up, down, enter key usage in ext key widget
2021-05-26 15:43:32 +02:00
Molkobain
3ee4a14c56
N°4021 - Introduce sticky header for panels and object details (tab container to be done)
2021-05-26 10:37:02 +02:00
Stephen Abello
14930fbab2
N°3914 Fix configure this list "sort fields" feature
2021-05-25 15:38:52 +02:00
Stephen Abello
62f5eb5ae9
N°3914 Harmonize external key / linksets buttons style and positions on modals
2021-05-20 15:06:39 +02:00
Molkobain
644f0bc94c
N°1964 - Fix missing parenthesis in previous commit
2021-05-14 11:31:35 +02:00
Eric
f3b0f79a59
N°3796 - Make designer compatible with iTop 3.0
2021-05-12 15:42:57 +02:00
Molkobain
eaae79a5f0
N°1964 - Fix focus moving to another tab on modification when one tab is readonly
2021-05-12 10:34:00 +02:00
Stephen Abello
5977c5dd9e
N°4007 - When a search is on auto submit, auto submit it also on first display
2021-05-11 14:16:40 +02:00
acognet
a7040a911d
Value from search popup is now correctly selected
2021-05-04 11:19:33 +02:00
Pierre Goiffon
58d1a1d311
🚚 collapsibleSection JQuery widget renamed to collapsible_section
...
to match other widget naming convention
2021-04-07 17:14:44 +02:00
Stephen Abello
f97f55bcca
N°3896 - CKeditor icon for enhance WikiText URLs syntax
2021-04-07 16:20:01 +02:00
acognet
3262ad7029
N°3868 - "Error: Invalid filter parameter" on mass update
2021-04-07 12:22:02 +02:00
Stephen Abello
ddceeafc52
Display ajax tab placeholder when loading regular displayed ajax tab
2021-04-07 09:56:35 +02:00
Stephen Abello
56087d9686
Fix tab container when there is only ajax tabs
2021-04-07 09:46:13 +02:00
Molkobain
90cc08b920
Refactor IsElementVisibleToTheUser() JS helper within CombodoGlobalToolbox
2021-04-04 23:12:07 +02:00