acognet
cddbe27182
N°4315 - Polish bulk modify screens
2021-09-30 15:06:21 +02:00
Stephen Abello
a35c80de57
Align FormTable row metadata forwarding with Datatables/StaticTables ones
2021-09-30 15:01:29 +02:00
acognet
e2904fb0ee
N°4230 - Printable version issues
2021-09-29 11:21:00 +02:00
acognet
8dbbc9a124
N°4315 - Polish bulk modify screens
2021-09-29 11:21:00 +02:00
Molkobain
b15c8e30bc
N°3791 - Panel: Use style defined in the DM for classes
...
Note that for now, semantic colors cannot be used directly in a <main_color> or <complementary_color> tag. Only valid CSS color (hexa, hsla, ...)
2021-09-26 01:17:28 +02:00
acognet
722cae240e
align style of spinner
2021-09-24 10:09:02 +02:00
acognet
f0d3149a1c
N°3787 - Use data loader for auto refresh
2021-09-24 10:09:02 +02:00
Molkobain
1cb100b010
N°3882 - Header dynamic: Pills now shows the real color from the DM
2021-09-23 11:44:12 +02:00
Molkobain
197864ff83
N°3882 - Object details: Status indicator (dot) now shows the real state color
2021-09-23 11:44:11 +02:00
Eric Espie
5839bab042
N°3908 - Polishing: Application Upgrade - clickable checkbox label, remove history menu, filter history with most recent first, remove unnecessary columns in history
2021-09-16 11:14:50 +02:00
Molkobain
ab3c1ad4af
Add TWIG comment
2021-09-15 20:22:30 +02:00
Molkobain
83a3530880
Activity panel: Improve accessibility
2021-09-15 20:16:09 +02:00
Stephen Abello
b2155c042e
N°3685 Fix twig variable name
2021-09-15 16:16:20 +02:00
Stephen Abello
b1b1d25186
N°3685 Preload necessary fonts to speed up display
2021-09-15 16:16:20 +02:00
acognet
6a765fad50
N°3685 - Performance checks on the front end - Avoid reload
2021-09-13 09:19:08 +02:00
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
bf991ffb8a
N°3685 - Performance checks on the front end - Minimize size of generated javascript
2021-08-20 16:03:22 +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
Stephen Abello
95b6dd0cc3
N°1632 Add a common webpage to be used for unauthenticated/token based actions, guarantees harmony between extensions style and a common API
2021-08-19 11:41:01 +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
Stephen Abello
97d52fb539
N°3685 Revert most of e4f58b5b changes, replace @extend .ibo-button calls with classes in markup for most cases, except jquery-ui buttons
2021-08-05 10:20:30 +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
2966759466
Code cleanup
2021-07-30 17:09:51 +02:00
Molkobain
25395405e5
N°3905 - Remove remaining spaces
2021-07-30 17:09:50 +02:00
acognet
f98ba1594c
N°3705 - Migrate module to new UIBlock system : Kanban board - css and dictionnary in ajax page
2021-07-28 16:02:35 +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
Eric
8f7e7c136d
Fix links when object edition fails
2021-07-27 15:57:03 +02:00
acognet
97170892e6
N°3905 - Polishing: CSV Import - remove spaces
2021-07-27 15:08:38 +02:00