Molkobain
f6fbd5a7a5
N°3900 - Breadcrumbs: Improve behavior when items are too many for the screen width
...
When the screen isn't large enough we now put the oldest entries in a dropdown menu like on a browser to access the previous pages.
2021-09-07 10:22:38 +02:00
Stephen Abello
74d2a6e46c
Activity form can now have extra inputs
2021-09-02 17:27:48 +02:00
acognet
72d7758259
N°3905 - Polishing: CSV Import - typo + fix loading js for Panel
2021-09-02 15:26:07 +02:00
acognet
3e9a19b0ea
Fix empty page size
2021-09-02 10:11:45 +02:00
Molkobain
e4bf15feb3
Tab container: Hide ellipsis at first to only show if necessary (better UX)
2021-08-30 18:00:03 +02:00
Molkobain
808c1fa571
N°3712 - Activity panel: Fix origin indicator being displayed on all type of entries
2021-08-24 10:17:56 +02:00
acognet
280afb35a9
Datatable : on init load data for the first page
2021-08-20 15:54:34 +02:00
acognet
e095749c90
Fix typo
2021-08-20 15:54:34 +02:00
Stephen Abello
ced0e7cc8f
N°4093 When clicking on a tab before tab widget is loaded, prevent AjaxTabs from redirecting our page to their target
2021-08-20 11:18:13 +02:00
Molkobain
4458f26379
N°3750 - Behat: Add metadata about logs label
2021-08-17 17:49:22 +02:00
acognet
8c8f711fe8
N°3551 - Migrate module to new UIBlock system : Customer Survey
2021-08-16 15:16:08 +02:00
acognet
2899c82ef2
Fix Typo
2021-08-16 09:55:40 +02:00
Molkobain
7af10e5197
N°3918 - Fix wiki syntax "[[CLASS:ID]]" not working in logs
2021-08-12 17:28:50 +02:00
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
Molkobain
01984c24c0
Fix wrong usage of spaceless filter
2021-08-02 20:15:16 +02:00
Molkobain
1da1e0b1bd
N°3712 - Activity panel: Improve history entries to have a different icon depending the origin (interactive, webservices, csv, ...)
2021-08-02 19:42:32 +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
Molkobain
40ce74cffa
N°4203 - Activity panel: Add button to load all entries at once
2021-07-28 14:58:15 +02:00
Molkobain
7598c18ad6
N°4203 - Activity panel: Hide "load more entries" button when only "logs" filter is active
2021-07-28 14:55:17 +02:00
Molkobain
d38b655f5f
Activity panel: Limit visual glitches on entries on first display by hiding them all before displaying only the relevant.
...
Otherwise, entries from the other logs / activity tabs are visible for a second before filtering on the entry of the current tab only.
2021-07-28 14:55:17 +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
Molkobain
c58c1bbf1d
N°3924 - Fix notification link in activity panel not opening notifications tab
2021-07-16 22:29:54 +02:00
Molkobain
b5f5780f35
Merge remote-tracking branch 'origin/support/3.0.0-beta2' into develop
...
# Conflicts:
# datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css
# datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css
2021-07-07 15:08:38 +02:00
Molkobain
f9064084f9
N°4130 - Activity panel: Remove edits and transitions from default filters on logs
2021-07-07 14:11:03 +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
4b03b42494
Remove inline CSS from NavigationMenu
2021-06-12 19:13:41 +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