acognet
76a237aad4
N°3930 - Polishing: Dashlets
2021-07-01 17:28:35 +02:00
Eric
ff760dacbe
N°3573 - Allow disabling buttons
2021-06-30 17:05:03 +02:00
Molkobain
410948fb4e
Rename method to better match its usage
2021-06-28 10:36:43 +02:00
Molkobain
9f75fae33f
Navigation menu: Restore user menu entries API
2021-06-28 10:36:42 +02:00
Eric
de71d490c1
N°4099 - Fix object lists being very slow for classes with a overloaded GetName() function
2021-06-25 17:13:14 +02:00
acognet
11f6c88ac7
N°3905 - Polishing: CSV Import
2021-06-17 11:16:31 +02:00
acognet
13f6f6ebe6
N°3551 - Migrate module to new UIBlock system : Customer Survey
2021-06-17 09:42:28 +02:00
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
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
Stephen Abello
2e6b773ba4
Fix non existing variable usage
2021-06-04 10:57:06 +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
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
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
Molkobain
8f9a69fa60
SCSS: Fix field badge display being in 2 lines
2021-05-26 22:00:55 +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
Molkobain
104cf9479c
List: Remove vertical scrolling for all lists except dashlets
2021-05-21 17:06:12 +02:00
Molkobain
e53da47647
UIBlock: Add MakeRaw to the HTML factory
2021-05-18 10:46:27 +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
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
Eric
d594f28ed9
N°3573 - Migrate backoffice pages to new UIBlock system : System Information
2021-04-09 09:55:58 +02:00
acognet
521c493fd1
N°3868 - "Error: Invalid filter parameter" on mass update - fix datatable after configure this list
2021-04-08 10:06:55 +02:00
Molkobain
5f8eb26bff
Object details: Fix tabs left padding when class has no medallion icon
2021-04-01 23:37:45 +02:00
Molkobain
31f6558710
N°3634 - Lists: Improve rendering to better match mockups and feedbacks from alpha version
2021-03-29 18:13:30 +02:00
Molkobain
6f659a3431
Improve dataTables integration within the app:
...
- Manage lib through NPM
- Move portal / Bootstrap files back to the itop-portal-base module (not managed through NPM yet)
- Fix SCSS classes for the backoffice as it was based on the bootstrap CSS classes which are not there anymore
Note: jQuery is included as a dependency, will check with the team if we can force it not to be retrieved
2021-03-26 17:46:13 +01:00
Molkobain
e0a655e102
Button factory: Fix name param. being mandatory on some methods
2021-03-24 23:59:47 +01:00
Molkobain
318d8ce3c9
Add ButtonGroup block
2021-03-24 19:43:35 +01:00
Molkobain
a27eb8c63b
Popover menu: Add SetTogglerFromId() and SetTogglerFromBlock() methods as shortcuts
2021-03-24 16:33:28 +01:00
Eric
699944711b
N°3569 - Migrate backoffice pages to new UIBlock system : DB Tools
2021-03-23 18:30:40 +01:00
Molkobain
7bf1ef355f
Panel factory: Remove SetClassColor() method as it has been move directly in the panel in a previous commit
2021-03-23 15:06:35 +01:00
Molkobain
ae416f2769
Popover menu: Add HasSection() and HasItems() methods
2021-03-23 12:09:37 +01:00
acognet
80cc850112
N°3582 - Migrate backoffice pages to new UIBlock system : Import CSV
2021-03-23 11:23:55 +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
Molkobain
8dac0a56c9
Hot fix: Temp. removal of this line as it crashed the menus closing on body click
2021-03-19 19:57:47 +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
Molkobain
10bdb57391
Introduce vertical separator for toolbar blocks
2021-03-19 19:50:50 +01:00
Pierre Goiffon
de7ac4ba31
N°3833 Fix DashletBadge in Ajax causing JS error
...
* switch dashlet_badge widget init from js_template to js_on_ready_template
* add phpdoc on UIBlock::DEFAULT_JS_FILES_REL_PATH
* remove old code in \AjaxPage::output (after the return statement) that is already handled with the new Twig rendering
2021-03-19 11:49:39 +01:00
acognet
c214d09e84
N°2841 - Error when trying to delete a user with a no admin
2021-03-18 18:20:34 +01:00
Molkobain
a28c9c896d
N°3581 - Dashlet: Remove coupling with DashletText in DashletHeaderStatic
2021-03-18 16:50:33 +01:00
Molkobain
912f6bb376
N°3581 - Dashlet: Add dedicated block for DashletText
2021-03-18 16:50:33 +01:00
Molkobain
547038aae8
N°3581 - Dashlet: Rename DashletHeaderStatic template to match conventions
2021-03-18 15:59:23 +01:00