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
Molkobain
0bc2f2c818
Fix autocomplete / set attributes' dropdown being cut by its container
2021-04-04 23:12:06 +02:00
acognet
6f9b5b7c64
N°2737 - Migrate table to DataTables plugin in display objects
2021-03-31 09:20:53 +02:00
Molkobain
95f328d2af
N°3634 - Lists: Fix shortcut not being added "live" to navigation menu on creation
2021-03-30 18:19:51 +02:00
Molkobain
8124bea16f
Lists: Fix JS error when dataTables widget is destroyed
2021-03-30 09:36:20 +02:00
Molkobain
f6db3d5700
Activity panel: Fix transitions button not being disable during entries submission
2021-03-24 20:04:38 +01:00
Molkobain
573a6d82fe
N°3649 - Activity panel: Add transitions to the save button using the button group
2021-03-24 19:43:35 +01:00
Molkobain
ab7cf49de0
N°3810 - Avoid syntax highlighting that shouldn't take place
2021-03-23 16:48:44 +01:00
Molkobain
1d6ad94694
N°3649 - Activity panel: Add menu to compose button to select the target log when on a readonly tab (activity, read only case log)
2021-03-23 12:09:37 +01:00
acognet
dfbb362330
N°3746 - Migrate modal to new UIBlock system - update fields when change class selection
2021-03-23 11:08:11 +01:00
Molkobain
65ed5b3fce
Popover menu: Refactor to remove the necessity of coupling JS and PHP code to instantiate it correctly
2021-03-22 18:53:15 +01:00
Molkobain
e8656e8504
Popover menu: Fix JS widget instantiation, now done automatically but the UIBlock system
2021-03-22 18:49:41 +01:00
Pierre Goiffon
3a141def49
📝 js/README update recommendation text for leading semicolon
...
Thanks @Hipska !
2021-03-22 12:17:12 +01:00
Molkobain
8334b68285
Popover menu: Introduce option to add a visual hint on the menu toggler
...
This adds a visual hint (caret down) on the toggler to help the user understand that clicking on the toggler won't do something right away, but will open a menu instead
2021-03-19 19:50:50 +01:00
Stephen Abello
a353b1fdc1
N°3530 Fix "No new message" dict entry call
2021-03-19 10:35:28 +01:00
Pierre Goiffon
3959ed505b
🎨 dashlet-badge.js : restore leading semicolon
...
See added info in js/README.md on reason why this semicolon has to be there
2021-03-18 12:12:08 +01:00
Stephen Abello
33d8bf07b1
Destroy previous tooltip when force initializing a new one
2021-03-18 10:41:59 +01:00
Stephen Abello
ecc9733623
N°3530 Correctly place the popup and limit its height
2021-03-17 17:35:16 +01:00
Stephen Abello
bab2febb24
N°3530 Replace hardcoded newsroom message indicator and add tooltip when menu is collapsed
2021-03-17 17:35:16 +01:00
Pierre Goiffon
610ff6494a
Fix typo
2021-03-17 17:06:44 +01:00
Stephen Abello
a8ede8b857
N°3524 Add keyboard shortcuts to global actions
2021-03-17 11:00:16 +01:00
Molkobain
2a1b58e2c1
Deprecated old history APIs
2021-03-17 10:30:46 +01:00