Molkobain
42be0c20cb
Field: Rework on the SCSS file
...
- Fix button being too large on AttributeImage
- Reorganize the classes a bit
2021-05-20 18:18:29 +02:00
Molkobain
1c6ffab0e3
Remove index variable from foreach as it was misleading ($sClass does not contain classes but a numeric index)
2021-05-20 18:18:29 +02:00
Molkobain
095d61b6f9
N°3171 - Rollback on the AttributeExternalKey::GetPrerequisites() as it was introducing more regressions than fixes ( acf0548c)
2021-05-20 18:18:29 +02:00
Stephen Abello
78b2824c13
N°3914 Harmonize advanced search's external key search buttons style and positions on modals and fix add button id
2021-05-20 15:38:31 +02:00
Stephen Abello
62f5eb5ae9
N°3914 Harmonize external key / linksets buttons style and positions on modals
2021-05-20 15:06:39 +02:00
Stephen Abello
7d9416cc81
Fix indirect links block height
2021-05-20 15:02:51 +02:00
Molkobain
a82a2df6aa
N°1964 - Add informative message on dashboard when its container (eg. an object) is currently in edition
2021-05-20 10:32:28 +02:00
Molkobain
f1e4120364
Fix text decoration icon size being too big
2021-05-20 10:32:28 +02:00
Pierre Goiffon
3471d9d693
Protect \iApplicationUIExtension::EnumAllowedActions uses ( #214 )
...
Some impl just return null while we expect to have an array... This is causing PHP notices in lots of iTop instances with modules implementing this method incorrectly !
This modification get rid of the notice and :
* add a log (warning level) indicating the impl classes
* if dev env, then throw an exception after browsing all impl (so you get a complete invalid impl list)
Note : since iTop 2.7.0 you should use \AbstractApplicationUIExtension instead of implementing the whole interface !
2021-05-19 14:58:55 +02:00
Molkobain
6d7bcb8a7c
N°3956 - Fix AJAX error when creating an object which has a linkedset with a friendlyname composed of its own external keys' friendlynames 🤪
2021-05-18 17:58:37 +02:00
acognet
e9648ad75e
N°3766 - Migrate module to new UIBlock system : Gantt view - fix error message when the class doesn't exist
2021-05-18 13:46:07 +02:00
Molkobain
e53da47647
UIBlock: Add MakeRaw to the HTML factory
2021-05-18 10:46:27 +02:00
Molkobain
1128490d47
N°2982 - Branding: Theme imports with no xsi:type are ignored
2021-05-17 17:51:08 +02:00
Molkobain
186ef1689e
CI: Fix folder creation on Windows environments
2021-05-17 17:44:01 +02:00
Molkobain
0487cb8701
N°3914 - Fix single row selection in the portal's datatables
2021-05-17 13:49:17 +02:00
Molkobain
27b930c31c
N°3914 - Fix rows selection in the portal's datatables
2021-05-17 13:47:41 +02:00
Molkobain
a8ef1c7899
N°3796 - Make designer compatible with iTop 3.0
2021-05-17 08:55:21 +02:00
Molkobain
644f0bc94c
N°1964 - Fix missing parenthesis in previous commit
2021-05-14 11:31:35 +02:00
Eric
f3b0f79a59
N°3796 - Make designer compatible with iTop 3.0
2021-05-12 15:42:57 +02:00
Molkobain
eaae79a5f0
N°1964 - Fix focus moving to another tab on modification when one tab is readonly
2021-05-12 10:34:00 +02:00
Pierre Goiffon
bc10baed3e
:bulb PHPDoc
2021-05-12 09:06:48 +02:00
Molkobain
c0ec7e02f8
N°3939 - Keep focus on current tab on object modification
2021-05-11 16:34:54 +02:00
Stephen Abello
5977c5dd9e
N°4007 - When a search is on auto submit, auto submit it also on first display
2021-05-11 14:16:40 +02:00
Molkobain
1c2dcc7b9a
Merge remote-tracking branch 'origin/support/2.7' into develop
2021-05-11 12:22:47 +02:00
Molkobain
6ad3c40c42
Merge branch 'support/2.7.4' into support/2.7
2021-05-11 12:14:36 +02:00
Molkobain
f49c8ce188
Merge branch 'support/2.7.3' into support/2.7.4
2021-05-11 12:13:29 +02:00
Molkobain
acf828b72e
N°3995 - Portal: Fix loader not displaying in BrowseBrick for tree/mosaic modes with huge amount of data
2.7.3-2
2021-05-11 12:10:31 +02:00
Molkobain
cb61d85572
N°3990 - Forgot to update descending migration method so it applies _delta flag where its needed
2021-05-11 09:28:04 +02:00
Molkobain
626316e8d1
N°3990 - Compiler: Set "_delta" flag on moved node if no ancestors has one
2021-05-10 19:05:08 +02:00
Molkobain
ab30bae46a
Tests: Rename test and move samples to dedicated directory
2021-05-10 19:05:07 +02:00
Molkobain
bd2c0d1121
Tests: Simplify XML sample
2021-05-10 19:05:07 +02:00
Molkobain
64764228a9
DownloadPage: Fix ->add() method replacing all existing content instead of appending
2021-05-10 10:32:50 +02:00
Molkobain
463593d6cf
PHPDoc
2021-05-10 10:28:51 +02:00
Molkobain
85aac7bf52
N°3949 - Fix XSS vulnerability on file attribute
2021-05-10 10:23:56 +02:00
Molkobain
dc36b4648d
Add spaces to avoid errors on concatenation when used with spaceless filter
2021-05-06 12:34:46 +02:00
Molkobain
25145a68af
Fix disabled property on textarea input
2021-05-06 12:33:46 +02:00
Molkobain
dab522caca
SCSS: WIP attempt to apply some of the UIBlocks style to bare HTML markup
2021-05-05 18:38:12 +02:00
Molkobain
88634bcd92
SCSS: Refactor .is-code by moving it to helper file and renaming it
2021-05-05 18:29:33 +02:00
Molkobain
6ab6930986
SCSS: Refactor code typography
...
- New variables to defines base / code font families
- New helpers for code typography in all sizes
2021-05-05 18:25:37 +02:00
Molkobain
1f3b467083
SCSS Doc
2021-05-05 18:23:16 +02:00
Molkobain
34647cc402
Fix MetaModel::EnumPlugins unit tests
2021-05-05 14:58:50 +02:00
Molkobain
2a9e16bd2c
Fix PluginManager not returning plugin classes as keys of the array (broke iQueryModifier)
2021-05-05 14:27:19 +02:00
Molkobain
ed1fdfa830
Update precompiled stylesheets
2021-05-05 11:59:30 +02:00
Molkobain
1124a584cd
Fix iPopupMenuExtension::MENU_OBJLIST_TOOLKIT being called in an object's details
2021-05-05 11:16:34 +02:00
Molkobain
d2c014f718
Remove deprecated / autoloaded files calls
2021-05-04 18:26:37 +02:00
Molkobain
e488ec8c38
N°3914 - Fix "toolkit" actions not being displayed in the menu
2021-05-04 18:26:37 +02:00
Molkobain
18b2e54581
N°3914 - Popover menu: Refactor PopoverMenuFactory::MakeMenuForActions() to benefit from the new PopoverMenuItemFactory methods
2021-05-04 18:26:37 +02:00
Molkobain
3c89313795
N°3914 - Popover menu: Add method to add several items in a section at once
2021-05-04 18:26:37 +02:00
Molkobain
11278d7ba5
N°3914 - Popover menu: Add 2 methods to the items factory
...
- Create a separator
- Create an item from the array data as prepared by \DisplayBlock
2021-05-04 18:26:37 +02:00
acognet
a6eeb3a50a
N°3907 - Polishing: Run query - css -add precompiled themes
2021-05-04 12:58:39 +02:00