Stephen Abello
c757b5051e
Simplify medallion icon calls in cmdbabstract and fix an issue with notifications
2021-02-23 11:31:09 +01:00
Stephen Abello
b0a1371122
Fix class icon being too big in displaybarerelations
2021-02-23 10:48:58 +01:00
Molkobain
837d1824b1
Code cleanup: Remove useless code
2021-02-23 09:39:56 +01:00
Molkobain
2bf23f0618
N°3629 - Activity panel: Fix case logs not saved during object creation
2021-02-23 09:39:56 +01:00
bruno-ds
26bbdc1a57
Merge remote-tracking branch 'origin/support/2.7' into develop
...
# Conflicts:
# application/cmdbabstract.class.inc.php
# application/utils.inc.php
# dictionaries/en.dictionary.itop.core.php
# dictionaries/fr.dictionary.itop.core.php
# setup/setuputils.class.inc.php
2021-02-23 08:58:29 +01:00
Molkobain
9c0966ff42
Image attribute: Add upload button
2021-02-22 16:23:45 +01:00
Molkobain
083f50a5d4
Fix typo
2021-02-22 13:53:41 +01:00
Molkobain
9bbec47976
Move tooltips JS helpers to dedicated class "CombodoGlobalToolbox => CombodoTooltip"
2021-02-22 13:02:52 +01:00
Molkobain
f04a5dbfef
N°2844 - Fix image attribute display and editing
2021-02-19 22:01:51 +01:00
Molkobain
5e21ec03cd
Rename constants according to @steffunky 's advice (better DX)
2021-02-19 18:35:20 +01:00
Stephen Abello
ea502e9c81
Allow to set a customized placeholder for ajax tabs in scrollable mode
2021-02-19 17:38:47 +01:00
Molkobain
6634f3981e
Concurrent lock: Fix modal's button to match new convention
2021-02-19 12:34:41 +01:00
Molkobain
38c6f8c76f
Concurrent lock: Fix ownership handler in the backoffice
...
- Lost lock message will only be displayed once instead of being stacked every 60s 🤪
- Action buttons (except "Cancel") are disabled when the lock expires (regression from 3.0.0)
- Modal window is now larger
2021-02-19 12:34:41 +01:00
Stephen Abello
be38bca83d
Fix bad HTML markup when having OnDisplayRelations in objects
2021-02-18 16:17:35 +01:00
Pierre Goiffon
6e0af1a3b7
💡 Add variable typing
2021-02-18 13:21:06 +01:00
Molkobain
4770123be5
N°3549 - Activity panel: Fix crash when cancelling object modification
2021-02-17 18:10:14 +01:00
Molkobain
f297cdb8b2
N°3549 - Activity panel: Fix inline images in caselogs
2021-02-17 12:47:24 +01:00
odain
82ba7f25b0
N°3412 - Command Injection vulnerability in the Setup Wizard - do not use escapeshellcmd before execution in Windows envt
2021-02-17 10:18:28 +01:00
odain
bb877a244b
N°3412 - Command Injection vulnerability in the Setup Wizard - do not use escapeshellcmd before execution in Windows envt
2021-02-17 10:09:39 +01:00
acognet
6879cd762c
N°2598 - When refreshing a list, loosing page and order - improvement of code
2021-02-16 15:05:06 +01:00
acognet
c039d0f81d
2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget - Cleanup tableHover
2021-02-15 17:43:36 +01:00
acognet
dbe747ea23
N°2598 - When refreshing a list, loosing page and order - change of dashboard refresh mecanism
2021-02-15 16:55:03 +01:00
acognet
4c23f1f32b
N°3648 - Feedback alpha 3.0 : finish relation edition
2021-02-15 16:55:03 +01:00
Eric
244de6915d
N°3700 - Restyle SessionMessage
2021-02-12 17:40:31 +01:00
vdumas
874f2f63a8
Merge remote-tracking branch 'origin/develop' into develop
2021-02-12 11:25:59 +01:00
odain
71a65606a1
Revert "N°2982 - Speed up SCSS themes compilation during setup : take cascaded included imports in theme precompilation + class/method documentation cleanup"
...
This reverts commit c8dd19c22f .
2021-02-12 11:24:14 +01:00
vdumas
a8c834b1e9
N°3495 WorkOrder: on closure set end_date only if empty
2021-02-12 11:05:39 +01:00
odain
c8dd19c22f
N°2982 - Speed up SCSS themes compilation during setup : take cascaded included imports in theme precompilation + class/method documentation cleanup
2021-02-12 09:46:30 +01:00
Molkobain
8d8f6f7ed5
Typo
2021-02-10 21:17:49 +01:00
Molkobain
e6c0333915
N°3545 - Activity panel: Change caselogs order so it's defined by the details zlist
2021-02-10 18:20:04 +01:00
Eric
3c60e4f765
Add Toolbar factory, Use new factory entry for cancel buttons, better check of twig errors, fix fatal error page
2021-02-09 14:43:46 +01:00
Pierre Goiffon
f83f606d92
💄 N°3227 Change Query.is_template look
...
From list to radio_horizontal
2021-02-04 15:57:00 +01:00
Pierre Goiffon
2e2b7f96f2
N°2334 Fix unable to display finalClass on remote class in view/edit lnk relations
...
Don't filter finalClass anymore when viewing object in \MetaModel::GetZListAttDefsFilteredForIndirectRemoteClass
Also added some type hinting
2021-02-04 11:57:02 +01:00
acognet
ff44fcdfe0
N°331 - L'ordre de tri des tickets change au rechargement auto - add ability to give to Menu how to refresh the panel
2021-02-03 11:07:07 +01:00
Stephen Abello
f1d047becf
Add a Factory for 'Cancel' buttons, make 'Cancel' buttons alternative, make buttons uppercase
2021-02-02 16:17:03 +01:00
Stephen Abello
9ebf0ce1e5
N°3535 Migrate dashboard editor modal to new design
2021-01-29 17:04:00 +01:00
acognet
d39d634aba
2284 - Replace JQuery Autocompleter plugin by JQuery UI Autocomplete widget - fix autocomplete on short lists, tab and autoselect item when there is only one option
2021-01-27 11:14:53 +01:00
Pierre Goiffon
b85b4d0067
N°3663 Group exception classes in /application/exceptions
...
Original files kept for compatibility issues :
- core/coreexception.class.inc.php
There are remaining exceptions in /core/oql, but those files are generated
2021-01-26 15:50:26 +01:00
Eric
b241f03e76
N°3294 - Introduce counters in OQL menu entries (support shortcuts)
2021-01-22 17:43:33 +01:00
Eric
306452679e
N°3294 - Introduce counters in OQL menu entries (add comment)
2021-01-22 17:24:26 +01:00
Eric
397cd9b946
N°3294 - Introduce counters in OQL menu entries (fix typo)
2021-01-22 17:19:10 +01:00
Eric
ff69f9af89
N°3294 - Introduce counters in OQL menu entries (fix when org_id is empty)
2021-01-22 15:42:57 +01:00
acognet
f1cad5993b
N°3528 - Finish silo selection migration
2021-01-22 11:47:17 +01:00
Eric
01006e55c0
N°3294 - Introduce counters in OQL menu entries (fix when silo changes)
2021-01-22 11:19:14 +01:00
Stephen Abello
46b4990252
N°3632 Move tab's layout preference to preferences page
2021-01-22 10:30:12 +01:00
acognet
5dcddf2317
N°3294 - Introduce counters in OQL menu entries
2021-01-21 17:24:44 +01:00
Molkobain
1514cd83ab
UIBlock: Change $aAdditionalCSSClasses methods to match app. conventions (parameters should be arrays, not space separated string)
...
Note: This had to be fixed on all calls to this, hence the number of modifications.
2021-01-21 12:59:30 +01:00
Eric
26f800d488
N°3423 - Allow AttributeImage / AttributeDocument content to be cached by the browser (console)
2021-01-21 10:44:23 +01:00
Eric
82f4f47cf3
N°2737 - ExtraParams check in DisplayBlock
2021-01-19 16:51:10 +01:00
Eric
5fe8ca178e
Add UIBlocks to twig (CollapsibleSection, FieldBadge, Panel)
2021-01-18 13:59:28 +01:00