Eric
609d9c7a60
♻️ rework of Select UIBlock with labels
2021-06-04 11:52:24 +02:00
Stephen Abello
3d338aff33
Fix block loader style for datatables
2021-06-04 11:44:28 +02:00
Stephen Abello
8a46900df9
Fix collapsible section widget being called before dependency was loaded
2021-06-04 11:17:57 +02:00
Molkobain
8efbfd13d0
Update precompiled themes
2021-06-04 11:10:46 +02:00
Molkobain
19264a7d64
Fix iTopWebPage::DisableBreadCrumb() not working since 3.0 rework
2021-06-04 11:01:51 +02:00
Molkobain
742e3a2a20
SCSS: Replace font global redefinition with more accurate overloads (only size, only weight, ...) to simplify styles inheritance
2021-06-04 11:01:50 +02:00
Molkobain
117bf3046d
Attribute file: Fix delete button not on the same line as the filename
2021-06-04 11:01:50 +02:00
Molkobain
b072e1bb3d
SCSS: Add font size variables / helpers
2021-06-04 11:01:50 +02:00
Molkobain
d405fc0675
SCSS: Fix base font
2021-06-04 11:01:50 +02:00
Molkobain
77527987ee
SCSS: Add font weight variables / helpers
2021-06-04 11:01:49 +02:00
Stephen Abello
2e6b773ba4
Fix non existing variable usage
2021-06-04 10:57:06 +02:00
Stephen Abello
dd6a9fe16a
Restyle block loader
2021-06-04 10:52:24 +02:00
Stephen Abello
d9ccc620c9
Remove trailing quote
2021-06-04 10:50:51 +02:00
Stephen Abello
b245275c7d
N°3914 Fix configure this list button alignment and add background color to selected fields
2021-06-04 10:28:12 +02:00
Stephen Abello
bf22c8b67a
N°3914 Fix highlighted rows highlighting following rows too
2021-06-04 10:28:11 +02:00
Stephen Abello
1b58d9b801
N°3914 Fix add criteria buttons style
2021-06-04 10:28:11 +02:00
acognet
2d2a6857de
N°3797 - [MariaDB] crash while converting utf8mb4 + add index
2021-06-04 09:10:28 +02:00
Pierre Goiffon
373641e01d
🎨 Code formatting
2021-06-03 17:31:34 +02:00
Eric
d11eceac62
✅ N°4052 - OQL parser limit for huge request - fix CI
2021-06-03 17:07:17 +02:00
Eric
3965806fa0
N°4052 - OQL parser limit for huge request - add better feedback
2021-06-03 16:49:21 +02:00
Molkobain
74eabafe31
N°4022 - Fix scroll not working on search menu nodes
2021-06-03 16:19:06 +02:00
Pierre Goiffon
2625d2da80
💡 PHPDoc
2021-06-03 15:29:13 +02:00
Molkobain
1b9eb2a6ad
N°4022 - Rework search page to improve UX and usable height
2021-06-03 09:54:21 +02:00
Molkobain
94c37b2e14
Update CONTRIBUTING.md with thanks stickers ( #213 )
...
* Update CONTRIBUTING.md with thanks stickers
* Update CONTRIBUTING.md
Co-authored-by: Pierre Goiffon <pierre.goiffon@combodo.com >
Co-authored-by: Pierre Goiffon <pierre.goiffon@combodo.com >
2021-06-03 09:53:01 +02:00
Pierre Goiffon
71d2d61c4e
💡 Fix phpdoc for \MenuBlock::GetEnumAllowedActions
2021-06-03 09:04:26 +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
Eric
02d32a556d
N°4052 - OQL parser limit for huge request
2021-06-02 15:15:00 +02:00
Eric
71fcc6f026
N°4031 - OQL Error when AttributeObjectKey is used in JOIN condition
2021-06-02 14:45:03 +02:00
Molkobain
dd614f5931
Fix regression introduced by c6b8526d: FormTable not working in edition
2021-06-02 10:22:24 +02:00
Stephen Abello
499d429a0e
N°3927 Fix Attachments delete button
2021-06-02 10:01:37 +02:00
Purple Grape
7168860a0b
🌐 Improved chinese for 2.7 ( #218 )
2021-06-02 08:06:16 +02:00
Pierre Goiffon
a395c1760a
N°4047 skip test generating a PHP notice
...
Will be fixed later
2021-06-01 16:51:44 +02:00
Stephen Abello
4033773849
N°3932 Fix button style for hierarchical key selector
2021-06-01 15:43:42 +02:00
Stephen Abello
9fd6ba414d
N°3914 Fix search from external key widget
2021-06-01 10:20:57 +02:00
Molkobain
2aee978790
Update precompiled themes
2021-06-01 09:11:30 +02:00
Molkobain
39efe1237e
Fix regression in AJAX calls introduced by c6b8526d
2021-06-01 09:04:20 +02:00
acognet
684c88e0b8
N°4038 - Pop up erreur portail utilisateur
2021-05-31 23:43:58 +02:00
Molkobain
e7c7ca76ac
Switch page class to non deprecated
2021-05-31 17:41:06 +02:00
Molkobain
a6e5969201
N°4021 - Fix header jumping out of sticky positioning when getting near some tabs
...
Reason: DataTables' dynamic height cannot work we a static "duration" (height) based on the initial panel's height
2021-05-31 13:15:10 +02:00
Molkobain
1e99ad436f
N°4021 - Add support for tab container for the sticky header
2021-05-31 09:32:37 +02:00
Molkobain
8580eb6d2b
PHPDoc
2021-05-28 22:45:37 +02:00
Molkobain
c6b8526dc0
UIBlock: Add external JS/CSS files (optional) inheritance
...
This way we ensure that a block always have the external resources from its ancestors as this will be necessary most of the time. From now on, the JS widget of the blocks will inherit from a common ancestor to factorize some mechanisms that are duplicates at many levels.
This can be disabled in a particular block by overloading the INCLUDE_ANCESTORS_DEFAULT_XXX_FILES constants in which case, only the external files of the block itself will be included.
2021-05-28 22:45:37 +02:00
Molkobain
03c7d63588
JsonPage: Add option to output only the data, typically when feeding a third party lib that doesn't understand our structuration
2021-05-28 22:45:37 +02:00
Molkobain
32e714f4a6
Panel: Fix scrollable tabs with sticky header
2021-05-28 22:45:36 +02:00
Molkobain
b8ef4885e5
N°4021 - Change approach for sticky header, use the ScrollMagic lib as in the scrolling tabs to use the same abstraction level everywhere
2021-05-28 22:45:36 +02:00
Molkobain
e669cfcea1
SCSS: Add 2 helpers classes to make elements transparent or opaque
2021-05-28 22:45:36 +02:00
Molkobain
82f0cd5f3d
SCSS: Improve container space occupation
2021-05-28 22:45:36 +02:00
Molkobain
b6661fde86
SCSS: Improve panel space occupation by removing unnecessary margins
2021-05-28 22:45:36 +02:00
Eric
e46480032e
PHP doc
2021-05-28 18:04:11 +02:00