Stephen Abello
a5e2831e31
N°3931 Allow HTML in DataTables' Panel title
2021-09-30 15:53:40 +02:00
acognet
62be3f9f58
fix loading of ckeditor
2021-09-30 15:06:21 +02:00
acognet
4d6a8a76aa
N°3904 - Polishing: Backup
2021-09-30 10:20:11 +02:00
Eric Espie
b630492d7a
N°4337 - Fix "Missing TWIG template" error
2021-09-29 15:16:13 +02:00
acognet
e2904fb0ee
N°4230 - Printable version issues
2021-09-29 11:21:00 +02:00
denis.flaven@combodo.com
78b1ee04e8
N°4336 - Improve tooltip pertinence, by hiding useless entries
2021-09-28 18:17:16 +02:00
Stephen Abello
aac504ec0b
N°3917 Fix object details icon cover method when using class highlight icon as object icon
2021-09-28 16:25:47 +02:00
Eric Espie
6caf78fdcd
N°4326 - Fix error in dashboard when no tooltip exist on Pill
2021-09-28 15:07:27 +02:00
Stephen Abello
5680d9579c
N°3917 Refactor algorithm to get object details semantic image icon in object's GetIcon method in order to propagate this feature anywhere where GetIcon is called
2021-09-28 15:01:06 +02:00
Molkobain
ec47645ef7
Merge branch 'support/3.0.0-beta5' into develop
2021-09-28 12:58:08 +02:00
Molkobain
4c6a7ca30b
N°3791 - Fix crash when displaying object with a null state value
2021-09-28 12:51:21 +02:00
Molkobain
90906912cc
N°3556 - Fix CaptureWebPage not retrieve parts from UIBlocks
2021-09-28 10:09:43 +02:00
Molkobain
3214ae91c7
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 15:15:34 +02:00
Molkobain
21545da062
Rename Panel / Alert / Button color constants for something more accurate
...
Done now before their as used too widely. We are most likely to allow dev. to use custom colors soon, so we want to avoid confusing / renaming then. (iTop extensions have been verified, none had to be migrated)
2021-09-26 01:26:42 +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
Molkobain
39d71c9c43
N°3882 - Pill: Fix default color scheme when in a panel
2021-09-26 00:51:04 +02:00
Molkobain
4d8ac5fee5
PHPDoc
2021-09-25 17:00:50 +02:00
Molkobain
6d8a36e061
N°3882 - Fix null status color when class has no style defined
2021-09-24 14:54:29 +02:00
acognet
722cae240e
align style of spinner
2021-09-24 10:09:02 +02:00
Molkobain
cf223b583e
N°3882 - Protection against ormStyle being null for an object
2021-09-24 09:04:24 +02:00
Molkobain
fedc3d4d76
N°3556 - Fix JS dict. entries not available in SetupPage anymore
2021-09-23 21:46:36 +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
Molkobain
e2b73995e1
N°3882 - Move DataModel classes fields' style to theme instead of (duplicated) inline CSS
2021-09-23 11:44:11 +02:00
acognet
057bea196e
Fix setTitleBlock
2021-09-23 09:19:54 +02:00
Molkobain
37585614ba
Branding: Cleanup of old references since refactoring of logos compilation
2021-09-21 15:12:05 +02:00
Molkobain
1f5dabf8f6
Code conventions
2021-09-21 13:36:11 +02:00
acognet
ab17eaad27
N°4260 - Fix display of log attributes in list
2021-09-21 10:57:47 +02:00
acognet
6d4f919519
Refactor -> create utils::AddParamToUrl - renaming of function + encode parameters
2021-09-20 17:29:50 +02:00
Molkobain
8af116275c
Change use of "sizeof()" by "count()" to avoid confusion
2021-09-20 17:02:06 +02:00
acognet
61f6c1fe33
N°2259 - iTop Compilation of branding images ignore real format of source image
2021-09-17 16:36:40 +02:00
acognet
a1d6a705ca
N°4260 - Fix display of log attributes in list
2021-09-17 16:29:33 +02:00
acognet
b861d45b08
Refactor -> create utils::AddParamToUrl
2021-09-17 16:29:06 +02:00
Stephen Abello
94ce62e424
Remove unintentional function overload committed in e3687b3
2021-09-16 15:16:19 +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
Stephen Abello
e3687b3cbb
N°3685 Use minified versions of jQuery UI timepicker library
2021-09-16 10:09:33 +02:00
Stephen Abello
e81c02b25a
N°3685 Fix combodo webfont preloading file name
2021-09-16 10:09:33 +02:00
Molkobain
eee0f453da
N°3685 - Use minified versions of dataTables libs.
2021-09-16 09:20:54 +02:00
Molkobain
164a5501c0
Add missing condition for compiled JS dictionaries
2021-09-15 22:58:09 +02:00
Stephen Abello
b1b1d25186
N°3685 Preload necessary fonts to speed up display
2021-09-15 16:16:20 +02:00
Molkobain
443292e1f6
PHPDoc
2021-09-15 16:16:20 +02:00
Molkobain
120670240c
PHPDoc
2021-09-15 16:16:20 +02:00
Molkobain
5bd8a25440
N°3685 - Use WebResourcesHelper for D3/C3.js usages
2021-09-15 16:16:20 +02:00
Molkobain
754f755141
N°3685 - Use WebResourcesHelper for D3/C3.js usages
2021-09-15 16:16:20 +02:00
Molkobain
74b7223d44
N°3685 - Introduce WebResourcesHelper and use it for SimpleGraph usages
2021-09-15 16:16:20 +02:00
Molkobain
99860e9e20
N°3685 - Front-end performances: Split compatibility files for easier maintenance / inclusion
2021-09-15 16:16:20 +02:00
Molkobain
eb164b47e2
N°3685 - Front-end performances: Update comments
2021-09-15 16:16:20 +02:00
Molkobain
dbd197d9bc
N°3685 - Front-end performances: Include advanced search resources only when necessary
2021-09-15 16:16:20 +02:00
Molkobain
e638c65685
N°3685 - Front-end performances: Remove clipboard lib. as it is not used in the backoffice yet
2021-09-15 16:16:20 +02:00
Molkobain
42b779d301
N°3685 - Front-end performances: Include dataTables lib. only when necessary
2021-09-15 16:16:20 +02:00