Molkobain
0be6a8aef4
N°3592 - Remove part of 146a95bae as it was unnecessary
2021-08-06 17:04:26 +02:00
acognet
0214243b63
N°3914 - Polishing: Lists - remove pagination when it is unnecessary
2021-08-06 09:19:31 +02:00
Stephen Abello
b3cb95d2f1
Removed inline background color
2021-08-05 11:56:17 +02:00
Pierre Goiffon
11cfdb2a17
N°3807 Fix container added for all Html components
...
This was causing issues for example in the setup, as any raw content is sent using \WebPage::add, which create an HTML component.
I reverted the layout update, and created a new factory method to be used when needed : \Combodo\iTop\Application\UI\Base\Component\Html\HtmlFactory::MakeHtmlContent
2021-08-04 11:19:35 +02:00
acognet
27c3ce0389
N°3907 - Polishing: Run query - Add dictionary entry
2021-08-04 10:44:26 +02:00
Pierre Goiffon
9d0e2fa64a
N°3807 Bring back styling to raw HTML content
...
Bulma minireset (https://github.com/jgthms/bulma/blob/master/sass/base/minireset.sass ) was applied everywhere in iTop. This was causing HTML content without any Bulma or iTop 3.0.* CSS classes to render with no styles anymore, not even the default browser's ones. Especially rendering for content styled in CK Editor was problematic...
This commit creates a new `ibo-is-html-content` CSS class (in css/backoffice/utils/helpers/_misc.scss) that just extends the `content` Bulma class (indirection to reduce framework coupling).
This new iTop CSS class is added in :
* AttributeText and its children when format is HTML
* HTML components
* activity entries in HTML format
The class can also be used elsewhere when needed, for example in modules having custom pages that aren't using yet the iTop 3.0.* UI components or CSS classes.
2021-08-04 10:37:54 +02:00
Molkobain
6c2221b8b6
Datatables: Remove extra white space in template
2021-08-03 16:16:21 +02:00
acognet
3130e95f4f
N°3907 - Polishing: Run query
2021-08-02 18:56:07 +02:00
Molkobain
e28f704f3e
N°4076 - Revert regression in global search from 344cce9fd
...
Current query was not visible when reaching the results page
2021-08-02 15:20:05 +02:00
Molkobain
25395405e5
N°3905 - Remove remaining spaces
2021-07-30 17:09:50 +02:00
acognet
97170892e6
N°3905 - Polishing: CSV Import - remove spaces
2021-07-27 15:08:38 +02:00
acognet
146a95baec
N°3592 - Migrate module to new UIBlock system : Customized request forms - remove space in edit screen
2021-07-27 14:38:44 +02:00
Eric
344cce9fdd
N°4076 - Allow block parameters to change the behaviour of blocks on the page
2021-07-26 17:20:45 +02:00
Eric
ff760dacbe
N°3573 - Allow disabling buttons
2021-06-30 17:05:03 +02:00
acognet
95066fbc49
N°4085 - Polishing : bulk modify - remove console.warn
2021-06-28 14:02:18 +02:00
acognet
275daf3b0d
N°4085 - Polishing : bulk modify
2021-06-25 10:11:57 +02:00
acognet
1281d475e4
N°3912 - Polishing: Export : fix date entry + size of datatable
2021-06-21 16:50:19 +02:00
Eric
108bc2fa1d
N°3573 - Migrate backoffice pages to new UIBlock system : System Information
2021-06-18 17:16:22 +02:00
Stephen Abello
e905838733
Revert layout changes from 11f6c88 as they break dashlet table
2021-06-18 13:54:54 +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
a82f172ca4
Fix wrong id being used for datatables twig variable name
2021-06-14 12:01:29 +02:00
Stephen Abello
8ef43452f8
Fix multiple typo in datatables twig variables
2021-06-14 12:01:29 +02:00
Molkobain
ff05a1d35e
Accessibility: Add missing alt attribute on decorative images
...
- Dashlet badge
- Dashlet header static
2021-06-12 22:52:48 +02:00
Molkobain
b965138d57
Accessibility: Add missing aria-label to some UIBlock
...
- Button
- Global search
- Quick create
- Navigation menu
- Tab container
2021-06-12 18:35:55 +02:00
Molkobain
485262ec0a
Accessibility: Add missing alt attribute on decorative images
...
- Quick create
- Global search
- Breadcrumbs
2021-06-12 18:35:54 +02:00
Stephen Abello
4d5ff22b60
Fix variable declaration in datatables
2021-06-10 15:12:16 +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
020dc8b819
N°4049 Remove dashlet list free will 👾
2021-06-02 16:59:14 +02:00
Stephen Abello
c11ad30134
N°4048 Correctly set default sorting on lists
2021-06-02 15:22:03 +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
Stephen Abello
6d57945bd1
N°3914 Hide lists pagination when there's only 1 page
2021-05-27 11:20:48 +02:00
Stephen Abello
0cb0f52b12
N°3914 Fix lists header and data being misaligned when resizing them
2021-05-27 09:59:31 +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
2cbca93d77
N°3914 Fix modal backdrop on lists' "configure this list" modal
2021-05-25 14:54:54 +02:00
Molkobain
104cf9479c
List: Remove vertical scrolling for all lists except dashlets
2021-05-21 17:06:12 +02:00
Molkobain
6a1b1d7740
Code format
2021-05-21 17:06:11 +02:00
Eric
f3b0f79a59
N°3796 - Make designer compatible with iTop 3.0
2021-05-12 15:42:57 +02:00
Molkobain
dc36b4648d
Add spaces to avoid errors on concatenation when used with spaceless filter
2021-05-06 12:34:46 +02:00
Molkobain
25145a68af
Fix disabled property on textarea input
2021-05-06 12:33:46 +02:00
acognet
16c9599739
N°3819 - Input: Migrate request templates input to new UIBlock system
2021-05-04 11:55:20 +02:00
acognet
48d0fc6ddb
N°3907 - Polishing: Run query
2021-04-27 10:18:32 +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
0bc9aed3fe
Remove development logs
2021-04-08 22:23:01 +02:00
Pierre Goiffon
58d1a1d311
🚚 collapsibleSection JQuery widget renamed to collapsible_section
...
to match other widget naming convention
2021-04-07 17:14:44 +02:00
acognet
3262ad7029
N°3868 - "Error: Invalid filter parameter" on mass update
2021-04-07 12:22:02 +02:00
Molkobain
8b894bf96b
Dashboard: Improve fix from previous commit as sListId can be null (which crashes the sanitize filter)
2021-04-01 23:22:27 +02:00
Molkobain
96021274cc
Dashboard: Fix JS error on custom dashboard when trying to create a variable with dash in its name
2021-04-01 22:15:16 +02:00