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
Molkobain
0a4db9bd50
N°3621 - Add config. parameter to disable "global search" history
2021-01-13 10:53:11 +01:00
Molkobain
9221899525
N°3620 - Add confg. parameter to disable "quick create" history
2021-01-13 10:40:51 +01:00
Pierre Goiffon
09da54ee56
N°3617 collapsible components state saving : use JQuery widget options instead of a method
...
This is the way JQuery widget are intended to work !
Thanks @Molkobain for the review !
2021-01-13 09:29:58 +01:00
Eric
503817e572
N°2737 - Migrate WebPage::table() to UIBlocks
2021-01-12 16:17:33 +01:00
acognet
3a83d2ad89
N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal - fix actions doesn't work after class change
2021-01-12 11:00:46 +01:00
Pierre Goiffon
2c0d001721
N°3564 Alert and CollapsibleSectionState can now be saved
2020-12-24 11:48:30 +01:00
Molkobain
65639517ff
N°2847 - Alert: Fix layout when either title or body is empty
2020-12-23 14:38:34 +01:00
Molkobain
fc3f096823
N°2847 - Alert: Add properties to set if closable or collapsible
2020-12-22 18:22:59 +01:00
Molkobain
874bf38316
N°2844 - Fix object panel layout during a transition
2020-12-22 18:22:58 +01:00
Molkobain
27eb3a8509
N°3518 - Start refactor of object details to match block / template design
2020-12-22 18:22:58 +01:00
Molkobain
c3b8abee47
N°2847 - Fix icon not displaying for global search and quick create boxes
2020-12-22 18:22:58 +01:00
Pierre Goiffon
5e22c442ce
N°3537 new CollapsibleSection component for run_query
2020-12-22 17:18:13 +01:00
Pierre Goiffon
8dddf90838
♻️ new var_export filter for bolean values
2020-12-18 17:51:43 +01:00
Eric
2608c071d0
N°3540 - Migrate printable version of an object (change some css classes)
2020-12-18 16:06:51 +01:00
acognet
3876fb9d62
N°3540 - Migrate printable version of an object
2020-12-18 11:41:31 +01:00
Pierre Goiffon
c8dbf88c03
♻️ new FieldFactory
...
Idea is to remove the aParams parameter from the Field object
And also allow to pass subblocks for the input value instead of only raw HTML
2020-12-18 11:32:13 +01:00
Molkobain
f525e161a8
N°2127 - Fix field content overlapping on rest of the UI (Backoffice)
2020-12-17 12:12:04 +01:00
Pierre Goiffon
dbece17235
Alert : use same data-role value for all collapsible actions
2020-12-17 09:08:45 +01:00
Pierre Goiffon
9580a20f3f
Alert component : title is now clickable to expand/collapse
2020-12-16 18:03:52 +01:00
Pierre Goiffon
85e9073228
N°3537 run_query : use Field instead of InputWithLabel
2020-12-16 17:45:13 +01:00
Eric
1b115624a2
N°2737 - RenderBlockTemplate enhancement, uilinkswidget UIBlock refactor
2020-12-16 11:05:30 +01:00
Pierre Goiffon
102123441d
Alert component : fix regression introduced in 3d27e592
2020-12-15 17:22:38 +01:00
Pierre Goiffon
4bb59548d0
N°3537 run_query : replace main form by components
2020-12-15 17:09:39 +01:00
Pierre Goiffon
3d27e59269
Alert component : allow to be closed by default
2020-12-15 17:08:54 +01:00
Eric
9df80b9f79
N°3123 - Fix table counts on search results
2020-12-14 18:31:32 +01:00
Pierre Goiffon
c06e176d57
Templates : remove auto closing tags
...
We are not using XHTML anymore but HTML 5
2020-12-14 16:29:57 +01:00
acognet
43a2b5cda6
N°3123 : Fix create shortcuts and set preferences
2020-12-11 19:23:35 +01:00
Eric
2bef89137e
N°3123 - DataTables rework (WIP)
2020-12-10 17:13:15 +01:00
acognet
10c3f9f633
N°3123 : Improved JavaScript management in web pages and ajax pages - fix for datatable
2020-12-08 11:04:46 +01:00
Stephen Abello
13d2699011
N°2629 Allow user to choose default expanded/collapsed toolbar for richtext editors
2020-12-04 10:53:22 +01:00
Eric
15aa9e508c
N°3123 - Refactor Directories
2020-12-02 13:18:01 +01:00