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
odain
d4607ee815
N°3065 - Failed enum comparison when values contains parenthesis : add a warning
2021-03-02 07:33:36 +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
odain
5c0e92d51a
N°3065 - Failed enum comparison when values contains parenthesis
2021-03-01 17:06:49 +01:00
Pierre Goiffon
c679318d16
N°3750 data-input-type : refresh attribute on AJAX refresh
2021-03-01 16:48:12 +01:00
bruno-ds
cd4b3fdaab
N°3764 - fix CI
2021-03-01 16:27:40 +01:00
bruno-ds
0030d5c2b8
N°3764 - add transactions_gc_threshold in order to tune CSRF token GC load
2021-03-01 15:30:40 +01:00
bruno-ds
95a0efedcf
N°3728 - security hardening
2021-03-01 15:28:34 +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
bruno-ds
13a1d32f56
N°3453 - portal export header fields are now localized
2021-02-26 11:47:34 +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
Pierre Goiffon
35155e4b7a
💡 N°3065 comments modifications
2021-02-26 10:06:29 +01:00
Eric
da4cf8b661
N°3739 - Change dashboard menu entries (Fix dashboard edition)
2021-02-26 09:33:56 +01:00
Eric
77710f1613
Revert " #1946 Fix Twig templates logging too much"
...
This reverts commit 2763b991
2021-02-25 17:57:39 +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
Eric
2763b99142
#1946 Fix Twig templates logging too much
2021-02-25 14:44:16 +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