Molkobain
282842fa2c
Object details: Fix image being squashed
2021-03-02 18:30:02 +01:00
acognet
bd47ca34df
N°3634 - Add count for results
2021-03-02 17:22:11 +01:00
Stephen Abello
abcf73f233
N°2844 N°3570 Bring back Synchronized, Obsolete and Archived tags next to object name
2021-03-02 15:56:31 +01:00
Stephen Abello
d7d156303f
Fix static datatables width not using available space
2021-03-02 12:04:32 +01:00
Stephen Abello
752508b724
Make panels collapsible
2021-03-02 12:02:09 +01:00
acognet
d601e9608c
N°3746 - Migrate modal to new UIBlock system
2021-03-01 18:19:22 +01:00
acognet
cebbc215d7
N°3746 - Migrate modal to new UIBlock system
2021-03-01 09:07:09 +01:00
Stephen Abello
a505902ed5
Add string subtitle to panels
2021-02-26 10:27:49 +01:00
Stephen Abello
25c840e036
Rename subtitle block variable in PanelEnhanced
2021-02-26 10:27:49 +01:00
Stephen Abello
7ed906f1c3
Fix medallion image class name
2021-02-25 10:09:05 +01:00
Pierre Goiffon
c8911f1fa9
N°3750 Add data-input-id to field container
...
This will allow easiest DOM manipulation in BeHat tests
2021-02-24 17:19:55 +01:00
Molkobain
3d4e63416f
N°2847 - Title: Fix empty space on the left of the subtitle when no status
2021-02-23 13:11:56 +01:00
Stephen Abello
defa1e40e1
Add medallion icon block
2021-02-23 10:48:58 +01:00
Stephen Abello
2b69ca2f04
Change da77439 events to use DataTables builtin events instead of custom ones
2021-02-22 13:37:35 +01:00
Stephen Abello
da77439e1e
Fix tooltips in datatables and add events to datatables init and draw actions
2021-02-22 09:51:12 +01:00
Molkobain
e5d8c885bc
N°2844 - Object details: Refine object's name, class and status size and placement
2021-02-19 16:21:35 +01:00
acognet
27ee6fec70
N°3634 - Feedback alpha 3.0 : finish list
2021-02-18 15:39:38 +01:00
acognet
4e0c21a2ac
N°3634 - Feedback alpha 3.0 : finish list
2021-02-18 14:49:28 +01:00
Stephen Abello
ea04a6e1c9
Add semicolon to button js
2021-02-17 10:24:44 +01:00
Stephen Abello
5e56a08768
Fix not showing filename next to upload buttons
2021-02-17 09:54:42 +01:00
Stephen Abello
8f0e665c68
Refactor "sanitize_identifier" and "sanitize_variable_name"custom TWIG functions to "sanitize(FOO)"
2021-02-16 10:32:03 +01:00
acognet
32469b3421
Refactor "sanitize_identifier" and "sanitize_variable_name"custom TWIG functions to "sanitize(FOO)"
2021-02-16 09:16:19 +01:00
acognet
4cafd41944
Refactor "sanitize_identifier" and "sanitize_variable_name"custom TWIG functions to "sanitize(FOO)"
2021-02-16 09:09:02 +01:00
acognet
dbe747ea23
N°2598 - When refreshing a list, loosing page and order - change of dashboard refresh mecanism
2021-02-15 16:55:03 +01:00
acognet
4c23f1f32b
N°3648 - Feedback alpha 3.0 : finish relation edition
2021-02-15 16:55:03 +01:00
acognet
c1c8fad97e
N°3648 - Feedback alpha 3.0 : finish relation edition
2021-02-15 16:55:03 +01:00
Pierre Goiffon
1cc48c8d8e
💄 iTop 3.0.0 badge dashlet : make whole badge clickable ( #191 )
...
Would be better to have only one handler on the dashboard side but we want to respect code responsibility !
So until we have a system for components to print "static" code (that will be printed only once whatever number of component instances we have in the page), we are doing it the "old" way : calling a JQuery widget in the component JS Twig.
2021-02-11 12:09:06 +01:00
Stephen Abello
3be360dfb9
N°3670 Add new file upload button
2021-02-10 17:19:40 +01:00
Stephen Abello
d8006b160c
N°3670 Migrate Attachment list to new UI
2021-02-10 15:52:56 +01:00
Eric
55a6f85252
Fix toolbar spacer
2021-02-09 18:18:11 +01:00
Eric
9ed2127530
Add File Select widget
2021-02-09 17:24:27 +01:00
Eric
3c60e4f765
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
2021-02-09 14:43:46 +01:00
Eric
694899980c
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (fix last button)
2021-02-01 17:19:02 +01:00
Eric
2f68be14f8
N°3565 - Migrate backoffice pages to new UIBlock system : Setup
2021-02-01 16:28:10 +01:00
Molkobain
fa0ea7ed77
N°3207 - Global search: Add possibility to open history items in a new tab
2021-01-21 15:52:36 +01:00
Molkobain
26d25706f2
UIBlock: Use GetAdditionalCSSClassesAsString() instead of GetAdditionalCSSClasses()|join(' ') in TWIGs
2021-01-21 14:38:05 +01:00
Molkobain
1514cd83ab
UIBlock: Change $aAdditionalCSSClasses methods to match app. conventions (parameters should be arrays, not space separated string)
...
Note: This had to be fixed on all calls to this, hence the number of modifications.
2021-01-21 12:59:30 +01:00
Pierre Goiffon
882fd761a6
🐛 Fix wrong display in dashboards and search pages
...
Was introduced by f723862d
2021-01-21 11:25:32 +01:00
Pierre Goiffon
f723862def
Pull up additionalCSSClasses from Button & UiContentBlock to UiBlock
...
This will allow to use this everywhere !
Before this commit we had :
UiContentBlock
aCSSClasses
GetCssClasses
SetCssClasses // reset + add, existing callers
AddCSSClasses
Button
$aAdditionalCSSClasses
GetAdditionalCSSClass
AddCSSClasses
Now we have :
UiBlock
aAdditionalCSSClasses
AddCSSClasses
SetCSSClasses
GetAdditionalCSSClass
Note that there were also some methods in PopoverMenuItem :
PopoverMenuItem
SetCssClasses
AddCssClass
GetCssClasses
As they are indirection to methods in the $oPopupMenuItem attribute, I added to them the "MenuItem" prefix :
SetMenuItemCssClasses
AddMenuItemCssClass
GetMenuItemCssClasses
Didn't find any use to change.
2021-01-21 10:49:31 +01:00
Molkobain
d54e156ec2
N°3207 - Global search: Keep input open and focus at the end of the query when running a search
2021-01-20 11:04:17 +01:00
Eric
9b67f7beba
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (use ibo-is-hidden class to hide blocks)
2021-01-20 10:41:04 +01:00
Eric
01c4dff035
Add UIBlocks to twig (Changed classes name)
2021-01-19 17:23:09 +01:00
Eric
648cfd9af4
Add UIBlocks to twig (Generalize IsHidden parameter)
2021-01-18 13:59:29 +01:00
Eric
63eb0f1530
Add UIBlocks to twig (Spinner)
2021-01-18 13:59:28 +01:00
Eric
2aae6cd744
Add UIBlocks to twig (Use sub-blocks for alerts and fields)
2021-01-18 12:03:33 +01:00
Eric
d8316a090a
Add UIBlocks to twig (DataTable, Form, Input)
2021-01-18 12:03:32 +01:00
Eric
77808ecd41
Add UIBlocks to twig (WIP)
2021-01-18 12:03:31 +01:00
Molkobain
8df2f96dfe
N°3627 - Fix "global search" results page URL not containing the query
2021-01-13 21:20:41 +01:00
Molkobain
ace6215d20
N°3622 - Change "quick create" placeholder image to something with less orange
2021-01-13 11:29:22 +01:00
Molkobain
574b6609ba
N°3622 - Change "quick create" and "global search" placeholders images to something less ambiguous
2021-01-13 11:11:52 +01:00