Pierre Goiffon
77d4613bd8
N°3750 Allow to detect when ready scripts are done processing
...
In iTop 3.0.0 there are sometimes lots of scripts launched after domReady, so we needed something to know when those scripts are done !
2021-03-02 12:18:45 +01:00
Pierre Goiffon
225c176f71
N°3750 data-input-type : change XHR detection method
...
I added WebPage::IsAjaxPage, but this wasn't a good idea as XHR isn't really related to the Page impl used !
Instead we're now using the new method \utils::IsXmlHttpRequest which is a copy of \Symfony\Component\HttpFoundation\Request::isXmlHttpRequest
Many thanks @Molkobain !
2021-03-02 12:13:27 +01:00
Stephen Abello
a850d3b67c
N°3571 Fix audit errors title
2021-03-02 12:09:29 +01:00
Stephen Abello
74a434ab04
N°3571 Migrate audit page to new style
2021-03-02 12:04:56 +01:00
Stephen Abello
f8e0a28134
N°3650 Datatable within panels take all available space
2021-03-02 12:04:45 +01:00
Stephen Abello
d7d156303f
Fix static datatables width not using available space
2021-03-02 12:04:32 +01:00
Stephen Abello
c30b1dd379
Add padding to title block
2021-03-02 12:02:09 +01:00
Stephen Abello
2daa1d93e9
Add style to block csv
2021-03-02 12:02:09 +01:00
Stephen Abello
556388f2f4
Delete unused scss file
2021-03-02 12:02:09 +01:00
Stephen Abello
752508b724
Make panels collapsible
2021-03-02 12:02:09 +01:00
Molkobain
cf72c2ef8f
N°3649 - Activity panel: Add conf. param. 'activity_panel.entry_form_opened_by_default' as a default value for the user pref.
2021-03-02 11:33:52 +01:00
Molkobain
3b40728701
N°3649 - Activity panel: Add user pref. to define whether the entry form should be opened by default
2021-03-02 09:32:06 +01:00
Molkobain
e3015a284b
N°3629 - Activity panel: Add possibility to close the panel
2021-03-02 09:32:06 +01:00
Molkobain
1cdedec33d
Portal: Fix typo in log messages
2021-03-02 09:32:06 +01:00
acognet
291e1d0c30
N°3634 - Feedback alpha 3.0 : finish list - Fix css
2021-03-01 18:19:23 +01:00
acognet
c2dc2c6100
N°2284 - display results on first click on down arrow for autocomplete
2021-03-01 18:19:23 +01:00
acognet
65dbaf427c
N°2284 - Fix select when there is only one option
2021-03-01 18:19:23 +01:00
acognet
0e146bf341
N°3634 - Feedback alpha 3.0 : finish list - add menu
2021-03-01 18:19:23 +01:00
acognet
fbb4455250
N°3634 - Feedback alpha 3.0 : finish list - order of buttons
2021-03-01 18:19:23 +01:00
acognet
b2050a8895
N°3648 - Feedback alpha 3.0 : finish relation edition - tabulation
2021-03-01 18:19:23 +01:00
acognet
d601e9608c
N°3746 - Migrate modal to new UIBlock system
2021-03-01 18:19:22 +01:00
Pierre Goiffon
c679318d16
N°3750 data-input-type : refresh attribute on AJAX refresh
2021-03-01 16:48:12 +01:00
Pierre Goiffon
7a8a78d348
🙈 Add README files to exclude for build
2021-03-01 11:44:37 +01:00
acognet
cebbc215d7
N°3746 - Migrate modal to new UIBlock system
2021-03-01 09:07:09 +01:00
Pierre Goiffon
1060c0ca94
N°3750 Set input type for linkedset
2021-03-01 08:58:36 +01:00
Eric
fb321fa034
Fix ContextTag usage, and add some explanations on the declaration of ContextTag
2021-02-26 16:47:02 +01:00
Eric
925e45782c
Fix indexation script and protection for concurrency with cron
2021-02-26 14:05:26 +01:00
Pierre Goiffon
6a5c47887a
N°3750 New data-input-typeattribute to fields container
...
This will allow easiest DOM manipulation in BeHat tests !
2021-02-26 12:16:29 +01:00
Pierre Goiffon
267f3ec7ca
🎨 \UIExtKeyWidget
2021-02-26 11:13:54 +01:00
Pierre Goiffon
9907e4af58
Fix TODO 3.0
2021-02-26 11:01:41 +01:00
Stephen Abello
a505902ed5
Add string subtitle to panels
2021-02-26 10:27:49 +01:00
Stephen Abello
25c840e036
Rename subtitle block variable in PanelEnhanced
2021-02-26 10:27:49 +01:00
Eric
da4cf8b661
N°3739 - Change dashboard menu entries (Fix dashboard edition)
2021-02-26 09:33:56 +01:00
Stephen Abello
a7fde78105
Fix unmigrated Attachment constant in portal
2021-02-25 17:45:46 +01:00
Eric
39f30a059b
N°3739 - Change dashboard menu entries
2021-02-25 16:29:25 +01:00
vdumas
a6f4b30004
N°3735 - New method AddValue on DBObject for Designer users
2021-02-25 16:09:21 +01:00
Stephen Abello
4ce3631e4b
Rename some vendors variables to keep consistency
2021-02-25 10:09:06 +01:00
Stephen Abello
7ed906f1c3
Fix medallion image class name
2021-02-25 10:09:05 +01:00
Stephen Abello
1a43d5afd7
Move blocklist and medallion icon integration in a dedicated file
2021-02-25 10:09:05 +01:00
Molkobain
db0c796218
Activity panel: Fix click on "compose" button doing nothing when on a "read-only" case log tab
...
Note: The behavior is not implemented yet, but it's the following the same path as when the user is on the "activity" tab
2021-02-25 09:52:18 +01:00
Molkobain
1c7f72d1f8
Activity panel: Fix typos (thanks @jbostoen)
2021-02-25 09:52:18 +01:00
Molkobain
5770000e65
Caselog entry form: Fix event name
2021-02-25 09:52:18 +01:00
Molkobain
ad7b78b871
Activity panel: Set focus in input when clicking on "Compose" button
2021-02-25 09:52:17 +01:00
Pierre Goiffon
4d78f4b535
N°3750 Fix syntax for array key
...
Thanks @Molkobain !
2021-02-24 20:09:32 +01:00
Pierre Goiffon
30cddeae2d
N°3750 Fix no data-input-id attribute for status attribute
2021-02-24 18:42:59 +01:00
Pierre Goiffon
c8911f1fa9
N°3750 Add data-input-id to field container
...
This will allow easiest DOM manipulation in BeHat tests
2021-02-24 17:19:55 +01:00
Molkobain
8295920c3c
Preferences: Update translations
2021-02-24 17:01:12 +01:00
Molkobain
a284087460
Impact analysis: Use new tooltip API to allow interactions with their hyperlinks
2021-02-24 16:23:35 +01:00
Molkobain
c5a6f441aa
CombodoTooltip: Improve API
...
- Add "data-tooltip-interaction-enabled" to allow user to interact with the tooltip content (select, click). Possible values "true"|"false"
- Add "data-tooltip-append-to" to choose to which element the tooltip should be append. Possible values "body"|"parent"|<JQUERY_SELECTOR>
2021-02-24 16:17:12 +01:00
Molkobain
9dc0a052bf
Activity panel: Fix hard-coded localized sentence
2021-02-24 14:55:19 +01:00