Stephen Abello
be03f3c6de
N°4048 Fix default sorting on lists when using custom list settings without sort order
2021-06-11 10:48:06 +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
acognet
5bf6035bcf
N°3592 - Migrate module to new UIBlock system : Customized request forms - fix input select
2021-06-08 18:40:49 +02:00
Eric
609d9c7a60
♻️ rework of Select UIBlock with labels
2021-06-04 11:52:24 +02:00
Stephen Abello
8a46900df9
Fix collapsible section widget being called before dependency was loaded
2021-06-04 11:17:57 +02:00
Molkobain
19264a7d64
Fix iTopWebPage::DisableBreadCrumb() not working since 3.0 rework
2021-06-04 11:01:51 +02:00
Stephen Abello
2e6b773ba4
Fix non existing variable usage
2021-06-04 10:57:06 +02:00
Stephen Abello
dd6a9fe16a
Restyle block loader
2021-06-04 10:52:24 +02:00
Stephen Abello
bf22c8b67a
N°3914 Fix highlighted rows highlighting following rows too
2021-06-04 10:28:11 +02:00
Stephen Abello
c11ad30134
N°4048 Correctly set default sorting on lists
2021-06-02 15:22:03 +02:00
Molkobain
dd614f5931
Fix regression introduced by c6b8526d: FormTable not working in edition
2021-06-02 10:22:24 +02:00
Molkobain
39efe1237e
Fix regression in AJAX calls introduced by c6b8526d
2021-06-01 09:04:20 +02:00
Molkobain
8580eb6d2b
PHPDoc
2021-05-28 22:45: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
03c7d63588
JsonPage: Add option to output only the data, typically when feeding a third party lib that doesn't understand our structuration
2021-05-28 22:45:37 +02:00
Eric
e46480032e
PHP doc
2021-05-28 18:04:11 +02:00
Stephen Abello
cc4b307bc9
N°3914 Fix class friendlyname in lists using class aliases
2021-05-28 10:48:57 +02:00
Stephen Abello
4de40e289f
N°3914 Add row highlight colors to Datatables block when an object has a triggered tto/ttr
2021-05-27 16:14:29 +02:00
Molkobain
8f9a69fa60
SCSS: Fix field badge display being in 2 lines
2021-05-26 22:00:55 +02:00
Molkobain
923134d67d
Code cleanup
...
- "v-resizable" class is not used anymore in the UI
- Logoff menu is now handled in a dedicated block
- Caselog headers are now handled in a dedicated block
2021-05-26 10:37:03 +02:00
Molkobain
3c2c2d7a51
Code cleanup: Remove unused methods from early implementation
2021-05-26 10:37:02 +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
7f82e9262b
N°3923 Fix date picker widget not initialized in ajax forms
2021-05-26 10:21:30 +02:00
Molkobain
104cf9479c
List: Remove vertical scrolling for all lists except dashlets
2021-05-21 17:06:12 +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
e53da47647
UIBlock: Add MakeRaw to the HTML factory
2021-05-18 10:46:27 +02:00
Molkobain
27b930c31c
N°3914 - Fix rows selection in the portal's datatables
2021-05-17 13:47:41 +02:00
Molkobain
c0ec7e02f8
N°3939 - Keep focus on current tab on object modification
2021-05-11 16:34:54 +02:00
Molkobain
64764228a9
DownloadPage: Fix ->add() method replacing all existing content instead of appending
2021-05-10 10:32:50 +02:00
Molkobain
463593d6cf
PHPDoc
2021-05-10 10:28:51 +02:00
Molkobain
85aac7bf52
N°3949 - Fix XSS vulnerability on file attribute
2021-05-10 10:23:56 +02:00
Molkobain
88634bcd92
SCSS: Refactor .is-code by moving it to helper file and renaming it
2021-05-05 18:29:33 +02:00
Molkobain
18b2e54581
N°3914 - Popover menu: Refactor PopoverMenuFactory::MakeMenuForActions() to benefit from the new PopoverMenuItemFactory methods
2021-05-04 18:26:37 +02:00
Molkobain
3c89313795
N°3914 - Popover menu: Add method to add several items in a section at once
2021-05-04 18:26:37 +02:00
Molkobain
11278d7ba5
N°3914 - Popover menu: Add 2 methods to the items factory
...
- Create a separator
- Create an item from the array data as prepared by \DisplayBlock
2021-05-04 18:26:37 +02:00
acognet
e5498e3292
Fix link on key in datatable
2021-05-04 11:58:05 +02:00
acognet
16c9599739
N°3819 - Input: Migrate request templates input to new UIBlock system
2021-05-04 11:55:20 +02:00
acognet
3a06f2eaa9
N°3988 - Investigate small list taking a very long time to load
2021-05-03 12:54:50 +02:00
acognet
a8e1db8b3c
Fix render
2021-04-30 22:45:30 +02:00
acognet
227c90b47f
N°3988 - Investigate small list taking a very long time to load
2021-04-29 15:00:05 +02:00
Molkobain
cfab20519e
N°2922 - Revert 93a1f027 and add support for LabelField in the ConsoleFormRenderer (was already done in PortalFormRenderer)
2021-04-29 12:02:13 +02:00
Molkobain
d5d3a7af47
Performance: Fix NavigationMenu being instantiated several times in the page
2021-04-28 19:35:03 +02:00
Molkobain
03fcc94b1f
iTopWebPage: Move TopBar methods near other layouts' methods
2021-04-28 19:35:03 +02:00
Eric
88a615528f
Add missing reference
2021-04-27 11:58:36 +02:00
acognet
b3e1b7124a
N°3980 - Manage dictionary entries for JS script in AjaxPage
2021-04-27 10:45:04 +02:00
acognet
8bf9987174
N°3592 - Migrate module to new UIBlock system : Customized request forms : allow null for value in function AddMetadata
2021-04-27 10:16:43 +02:00
acognet
0f4c325aab
Fix id of datatable
2021-04-26 09:03:11 +02:00
Molkobain
3e0971597b
Medallion icon: Fix message log "Twig : missing file '' : Unable to find template "base/components/medallion-icon/layout.js.twig""
2021-04-23 22:41:44 +02:00
Stephen Abello
9de1f1800d
Add icons on PopoverMenu items and allow to add them through PopupMenu API
2021-04-21 14:45:32 +02:00
Molkobain
d2c4a6e2e9
UIContentBlock: Add PrependSubBlock() to add a block in first position
2021-04-20 16:32:57 +02:00