Eric
ff69f9af89
N°3294 - Introduce counters in OQL menu entries (fix when org_id is empty)
2021-01-22 15:42:57 +01:00
Pierre Goiffon
1b2087e52e
N°3568 Backup various improvements
...
- fix path not displayed if not existing
- fix HTML code in warnings & errors
2021-01-22 12:19:52 +01:00
Molkobain
3b31a36473
Navigation menu: Better fix for the previous regression
2021-01-22 12:12:34 +01:00
Molkobain
43fdcab528
Navigation menu: Fix regression introduced in previous commit
2021-01-22 12:08:52 +01:00
acognet
49c2d0c10e
N°3528 - Finish silo selection migration
2021-01-22 12:02:44 +01:00
Eric
9db246eb42
N°3438 - Setup: Ignore vendor folder during setup extensions scan
2021-01-22 11:48:25 +01:00
acognet
f1cad5993b
N°3528 - Finish silo selection migration
2021-01-22 11:47:17 +01:00
acognet
76fc4e3ee2
Remove development logs
2021-01-22 11:47:17 +01:00
Pierre Goiffon
86dbd8d7a6
N°3568 Update backup page for UiBlocks
2021-01-22 11:46:29 +01:00
Molkobain
36457da4f2
Navigation menu: Remove unnecessary condition
2021-01-22 11:39:49 +01:00
Molkobain
e646dc8a69
Code formatting
2021-01-22 11:39:49 +01:00
Molkobain
1bb6d62c17
PHPDoc and code conventions
2021-01-22 11:39:49 +01:00
Molkobain
2ed785fb06
Restore comment for future refactoring
2021-01-22 11:39:48 +01:00
Eric
01006e55c0
N°3294 - Introduce counters in OQL menu entries (fix when silo changes)
2021-01-22 11:19:14 +01:00
Stephen Abello
46b4990252
N°3632 Move tab's layout preference to preferences page
2021-01-22 10:30:12 +01:00
Eric
b3f1b0e610
N°2677 - Datamodel: Add style definition for class, enum (better tests)
2021-01-22 10:14:25 +01:00
Eric
14d8646734
N°2677 - Datamodel: Add style definition for class, enum (fix wrong conversions)
2021-01-22 09:56:28 +01:00
acognet
5dcddf2317
N°3294 - Introduce counters in OQL menu entries
2021-01-21 17:24:44 +01:00
Stephen Abello
b8aeef1d71
N°3538 * New design for modals
...
* Fix date picker style
* Move jQueryUI style to vendors/ stylesheet folder
2021-01-21 16:41:06 +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
acognet
63c1a1d2d3
Fix multi reload of UI.php and js files
2021-01-21 15:35:48 +01:00
Eric
154156f4a1
N°3423 - Allow AttributeImage / AttributeDocument content to be cached by the browser (portal)
2021-01-21 15:24:26 +01:00
acognet
8f1d9fba57
N°3528 - Finish silo selection migration
2021-01-21 15:20:10 +01:00
Molkobain
26d25706f2
UIBlock: Use GetAdditionalCSSClassesAsString() instead of GetAdditionalCSSClasses()|join(' ') in TWIGs
2021-01-21 14:38:05 +01:00
Molkobain
574bd53c37
UIBlock: Fix typo introduced during refactor of the previous commit
2021-01-21 13:00:49 +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
Molkobain
7c8019319a
UIBlock: Update PHPDoc, fix typo in $aJsTemplatesRelPath property/methods name and fix $aAdditionalCSSClasses initialization
2021-01-21 12:40:42 +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
Eric
3df48f69c6
fix typo
2021-01-21 10:50:24 +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
Eric
26f800d488
N°3423 - Allow AttributeImage / AttributeDocument content to be cached by the browser (console)
2021-01-21 10:44:23 +01:00
Eric
1fb15a421a
Move class in its own file
2021-01-21 09:56:03 +01:00
Molkobain
4816d1e943
N°2847 - Add style for scrollbars throughout the whole application, not only the nav. menu
2021-01-20 19:01:32 +01:00
Molkobain
e440667d69
N°3649 - Activity panel: Set first case log as the active instead of the activity one
2021-01-20 19:01:31 +01:00
Molkobain
cebc51e045
N°3649 - Activity panel: Remove entry form from the activity tab, only case log tabs will have one
2021-01-20 19:01:31 +01:00
Molkobain
16ca856996
N°3532 - Activity panel: Add support for readonly / hidden flags on caselogs
2021-01-20 19:01:31 +01:00
Molkobain
cb955ee84f
Remove unnecessary overloaded constants
2021-01-20 19:01:31 +01:00
Molkobain
de45557635
Update autoloaders
2021-01-20 19:01:30 +01:00
Molkobain
6ac1cc4831
N°3567 - PHPDoc and coding conventions fixes
2021-01-20 19:01:30 +01:00
Eric
959cecf891
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (Fix default values and typos)
2021-01-20 15:01:27 +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
54c5c8c016
Merge remote-tracking branch 'origin/develop' into feature/MVCTwigTags3.0
2021-01-20 10:43:12 +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
Molkobain
b4caa97e69
Replace utils::HtmlEntities() with utils::EscapeHtml() in the global search and quick create blocks
2021-01-20 09:57:23 +01:00
Molkobain
de7cd679ba
PHPDoc
2021-01-20 09:35:48 +01:00
Eric
392cdf6058
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (display twig errors)
2021-01-19 18:09:58 +01:00
Molkobain
8ddbadacec
N°3207 - Global search: Fix current search not displayed in the history results
2021-01-19 17:44:07 +01:00
Eric
6dd1807fca
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (remove UIHtml from twig)
2021-01-19 17:24:09 +01:00
Eric
01c4dff035
Add UIBlocks to twig (Changed classes name)
2021-01-19 17:23:09 +01:00
Molkobain
cb6a8fccb9
N°3207 - Global search: Fix "Tab" navigation no longer passing over history items
2021-01-19 17:10:52 +01:00