Molkobain
cd7f9e478f
N°4913 - Avoid object initials to overflow in medallions
2022-03-06 22:44:12 +01:00
Stephen Abello
e971d628dd
N°4565 Add a message indicator to caselog tabs toggler
2022-02-15 10:21:09 +01:00
acognet
cacae0a2b3
N°4591 - Space trimed when filling html attribute or log attribute with object-copier
2022-02-15 09:59:47 +01:00
Molkobain
0156eb0dda
Activity panel: Fix missing space in HTML markup
2022-01-25 13:29:43 +01:00
Molkobain
2fe8f0e43b
Add comment to prevent future misunderstanding
2021-12-10 15:05:09 +01:00
Stephen Abello
0e36070f0a
Rework efcd065 method of determining whether UIContentBlock needs a div tag
2021-12-07 15:29:11 +01:00
Stephen Abello
efcd0654c7
Fix UIContentBlock not creating a div if it's only inheriting CSS classes
2021-12-07 14:40:36 +01:00
Molkobain
9f0e2c0a3a
Dashboard: Remove extra top margin when dashboard layout as no title or toolbar (eg. in dashboard pages)
2021-12-04 14:14:11 +01:00
Stephen Abello
5b742c97c9
N°4481 Fix activity panel in printable object pages
2021-12-03 10:29:04 +01:00
Stephen Abello
16a2137777
N°4481 Fix printable object pages when using vertical tabs
2021-12-03 10:29:04 +01:00
Molkobain
bd52f4fefb
N°4468 - Add data-resource-id meta-data on all buttons
2021-11-22 15:44:27 +01:00
Stephen Abello
72d1ab5cbc
N°3523 Add accessibility to silo selection and user menu toggler
2021-11-19 11:16:19 +01:00
Molkobain
2a913cd484
Restore prototypes of cmdbAbstractObject methods in which we added $sMode to preserve compatibility with existing extensions ( #240 )
...
* Restore prototypes of cmdbAbstractObject methods in which we added $sMode to preserve compatibility with existing extensions
* Rename cmdbAbstractObject::ENUM_OBJECT_MODE_XXX
* Add cmdbAbstractObject::ENUM_OBJECT_MODE_BULK_EDIT
* Refactor usage of $sDisplayMode in cmdbAbstractObject::DisplayModifyForm()
2021-11-16 17:47:09 +01:00
Molkobain
0dc3d249da
N°3526 - Clean up pass on UIBlocks
...
- Add ancestors CSS classes on UIBlocks when missing (programmatically)
- Fix SCSS due to some blocks inheriting their ancestors rules
2021-11-14 22:33:48 +01:00
Stephen Abello
4b888a3805
N°4378 Restore keyboard shortcuts behavior for object details
2021-11-09 09:49:37 +01:00
Molkobain
1c11cef2f8
N°3939 - Keep current tab when editing an object (regression from 1e99ad436)
2021-10-12 21:51:51 +02:00
Molkobain
ae6f8fba5c
N°3520 - Add missing data-role on UIBlocks
2021-09-30 22:07:39 +02:00
Molkobain
a139dc7e6e
N°3520 - HTML metadata: Add data-role to backoffice logos
2021-09-30 21:31:27 +02:00
Molkobain
7d46626d9c
N°3520 - HTML metadata: Add object state in object details if present
2021-09-30 21:30:56 +02:00
acognet
e2904fb0ee
N°4230 - Printable version issues
2021-09-29 11:21:00 +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
Molkobain
83a3530880
Activity panel: Improve accessibility
2021-09-15 20:16:09 +02:00
Stephen Abello
74d2a6e46c
Activity form can now have extra inputs
2021-09-02 17:27:48 +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
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
Molkobain
7af10e5197
N°3918 - Fix wiki syntax "[[CLASS:ID]]" not working in logs
2021-08-12 17:28:50 +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
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
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
Molkobain
c58c1bbf1d
N°3924 - Fix notification link in activity panel not opening notifications tab
2021-07-16 22:29:54 +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
acognet
13f6f6ebe6
N°3551 - Migrate module to new UIBlock system : Customer Survey
2021-06-17 09:42:28 +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
1e99ad436f
N°4021 - Add support for tab container for the sticky header
2021-05-31 09:32:37 +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
c0ec7e02f8
N°3939 - Keep focus on current tab on object modification
2021-05-11 16:34:54 +02:00
Molkobain
ddb5ffc11a
N°3959 - Truncate vertical tabs label when too long, label can be read entirely through a tooltip
2021-04-15 09:30:22 +02:00
Molkobain
2a62e28c66
Code format
2021-04-15 09:30:21 +02:00
Molkobain
f3cf154969
N°3899 - Navigation menu: Filter hot key text now corresponds to the one defined in the user preferences
2021-04-13 11:46:35 +02:00
Molkobain
48bc8b2341
Activity entry: Fix change description being displayed twice when only 1 attribute changed
2021-04-12 10:24:35 +02:00
Molkobain
97f5f0b50d
Activity entry: Fix "more" toggler being at the bottom of the entry with text attributes
2021-04-12 10:24:34 +02:00
Molkobain
192cb2df73
N°3894 - Activity panel: Add conf. param. to prefilter only on current log or all
2021-04-06 19:45:12 +02:00
Molkobain
ba994c91fc
User picture: Update contact's image attribute with preferences' placeholder so it can be used elsewhere
2021-03-25 15:59:45 +01:00
Molkobain
573a6d82fe
N°3649 - Activity panel: Add transitions to the save button using the button group
2021-03-24 19:43:35 +01:00