|
6d608ab35a
|
fix phpstan issues
|
2023-11-09 20:46:43 +01:00 |
|
|
334d357189
|
uncomment sanitizing
|
2023-11-09 20:46:42 +01:00 |
|
|
8363c5c3cf
|
Add use of DOMPurify to sanitize text from possible injection
|
2023-11-09 20:46:42 +01:00 |
|
|
cd793d6842
|
Convert markdown into html + minor style adjustments
|
2023-11-09 20:46:42 +01:00 |
|
|
3ae8e0c406
|
update controller not to extend apiController and make some changes in repository + serializer
|
2023-11-09 20:46:42 +01:00 |
|
|
6c93c8b8fa
|
make frontend news widget
|
2023-11-09 20:46:42 +01:00 |
|
|
efdc84930b
|
change logic of dashboard item to return user config, reinstate news items api
|
2023-11-09 20:46:42 +01:00 |
|
|
6cd6cb1000
|
fix admin form for news item
|
2023-11-09 20:46:42 +01:00 |
|
|
f4c08ee0d7
|
create dashboard item entity
|
2023-11-09 20:46:42 +01:00 |
|
|
b5f7f578da
|
some setup in frontend
|
2023-11-09 20:46:42 +01:00 |
|
|
b172ebdf76
|
api point for dashboard items
|
2023-11-09 20:46:42 +01:00 |
|
|
312a43c093
|
news item normalizer - to be generalized to dashboard item?
|
2023-11-09 20:46:42 +01:00 |
|
|
e17b4da2a4
|
some adjustments to news item
|
2023-11-09 20:46:42 +01:00 |
|
|
003ca30c74
|
adjust news item entity and recreate migration
|
2023-11-09 20:46:42 +01:00 |
|
|
88447bbbf8
|
restructure json data
|
2023-11-09 20:46:42 +01:00 |
|
|
1c49eb492a
|
create API for news item + testing if fetch works : to be generalized to accomodate other types of dashboard items
|
2023-11-09 20:46:42 +01:00 |
|
|
7bdb5bfce6
|
create news item entity and the admin for it
|
2023-11-09 20:46:42 +01:00 |
|
|
87615d179e
|
create news item entity + migration
|
2023-11-09 20:46:42 +01:00 |
|
|
4112e59af4
|
Export: add an ActivityPresenceAggregator
|
2023-11-09 17:35:34 +01:00 |
|
|
1b0a30baf8
|
Merge branch '188-fix-ci' into 'master'
debug ci
Closes #188
See merge request Chill-Projet/chill-bundles!606
|
2023-11-09 15:20:55 +00:00 |
|
|
43966c4d5a
|
remove the change of timezone in test's setUp
|
2023-11-09 16:01:34 +01:00 |
|
|
f756c0d71e
|
Merge branch '185-fix-inconsistencies-person-geog-unit-aggregator' into 'master'
Fix geographical unit stat aggregator by course: show also the course if they...
Closes #194 and #185
See merge request Chill-Projet/chill-bundles!607
|
2023-11-07 15:15:12 +00:00 |
|
|
bb1602934c
|
Fix "group activity by creator job" aggregator
|
2023-11-07 16:07:24 +01:00 |
|
|
83fe3ec3fc
|
Export: add a "filter activity by creator job" filter
|
2023-11-07 16:06:22 +01:00 |
|
|
abebb79e8b
|
Fix geographical unit stat aggregator by course: show also the course if they are not located within a location
|
2023-11-07 14:41:56 +01:00 |
|
|
1e43772b17
|
php cs fixer
|
2023-11-07 10:54:22 +01:00 |
|
|
c29b356c02
|
minor change to rerun pipeline
|
2023-11-07 10:54:22 +01:00 |
|
|
050a2955ca
|
Add a comment
|
2023-11-07 10:54:22 +01:00 |
|
|
db70ce4a61
|
Adjust query to transfer relationship from one person to another depending on whether original person was in the to or from position
|
2023-11-07 10:54:22 +01:00 |
|
|
4d20a46717
|
Fix geographical unit stat aggregator: date range on association with left join
|
2023-11-06 22:03:37 +01:00 |
|
|
dd75cb695c
|
Fix date range operator in GeographicalUnitStatAggregator
|
2023-11-06 22:03:08 +01:00 |
|
|
6280453523
|
Fix activity date filter: validation of form using RollingDate
|
2023-11-05 23:29:33 +01:00 |
|
|
68f56671a4
|
DX: fix data type with new rules for phpstan
|
2023-11-05 23:19:00 +01:00 |
|
|
dc860d0c46
|
DX: new CS for new version of php-cs-fixer
|
2023-11-05 23:14:19 +01:00 |
|
|
6fd80f9f2e
|
[export] fix data type from form: either collection or array
|
2023-11-05 23:08:13 +01:00 |
|
|
57bd6d1be4
|
remove dump
|
2023-10-26 17:33:39 +02:00 |
|
|
5188891108
|
php style fixer
|
2023-10-26 15:21:20 +02:00 |
|
|
c6deb21606
|
replace old method of getting translator with injection of translatorInterface
|
2023-10-26 15:20:19 +02:00 |
|
|
5ce21aadce
|
Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles
|
2023-10-26 14:14:51 +02:00 |
|
|
89a185a34f
|
replace get->('translator') with injection of translatorInterface
|
2023-10-26 14:13:12 +02:00 |
|
|
2c50f484f0
|
Fix export controller when generating an export without any data in session
|
2023-10-24 20:46:23 +02:00 |
|
|
461995b56b
|
Merge branch '172-missing-exports' into 'master'
Fix some issues with exports
Closes #172
See merge request Chill-Projet/chill-bundles!601
|
2023-10-24 13:47:30 +00:00 |
|
|
e635b73256
|
DX: mark a class as final
|
2023-10-24 15:39:57 +02:00 |
|
|
54ae17a8d2
|
Fix label on some filters
|
2023-10-24 15:39:57 +02:00 |
|
|
617d09ab8a
|
Merge branch '179-remove-filter-by-center-in-exports' into 'master'
Resolve "Export: permettre de ne pas filtrer les résultats par centre"
Closes #179
See merge request Chill-Projet/chill-bundles!599
|
2023-10-24 13:18:03 +00:00 |
|
|
f8ee2903b2
|
Merge branch '172-missing-exports' into 'master'
[Export]: add missing grouping and filters and fix some issues
Closes #177 and #172
See merge request Chill-Projet/chill-bundles!598
|
2023-10-24 13:17:03 +00:00 |
|
|
36b0844e79
|
Fix issue with duration aggregator as month
|
2023-10-24 14:17:28 +02:00 |
|
|
7bff5ce39e
|
DX: rename UserScopeFilter to CreatorScopeFilter
|
2023-10-24 14:17:08 +02:00 |
|
|
2a151d13ed
|
Add querybuilder method to person resource repository
|
2023-10-23 14:22:51 +02:00 |
|
|
4375ecf49a
|
[export controller] skip the page "select a center" when the configuration value of filter_stats_by_center is set to false
|
2023-10-19 17:43:32 +02:00 |
|