3aa4c49d00
Resolve "Lors de l'annulation d'un rendez-vous, obtenir des détails sur le rendez-vous annulé"
2025-12-05 11:47:33 +00:00
04bc1c5de8
Merge branch '463-update-calendar-with-accepted-invites' into 'master'
...
Update calendar with accepted invites
Closes #463
See merge request Chill-Projet/chill-bundles!921
2025-11-14 14:22:59 +00:00
fccd29e3c7
Resolve "Rendre le rendez-vous clicable dans la page "mes rendez-vous""
2025-11-14 14:08:03 +00:00
635efd6f1d
Update calendar with accepted invites
2025-11-12 17:01:09 +01:00
869880d8f3
Revert "Display calendar items linked to person within search results"
...
This reverts commit f7ea7e4dbf .
2025-11-12 13:08:54 +01:00
f7ea7e4dbf
Display calendar items linked to person within search results
2025-11-12 13:00:52 +01:00
a4cfc6a178
Permettre d'annuler un rendez-vous
2025-11-06 15:07:11 +00:00
b8b68e5e5a
Rename page title key for invitations list to align with translation standards
...
- Replaced hardcoded title 'My invitations list' with 'invite.list.title' translation key.
2025-11-06 13:00:38 +01:00
ae5ba67064
Update UserMenuBuilder to adjust menu labels and sort order
...
- Renamed 'My invitations list' to 'invite.list.title'.
- Updated the sort order for 'My calendar' from 9 to 8, to place "invitation list" just after the calendar list
2025-11-06 13:00:28 +01:00
74c9eb5585
Rector corrections
2025-09-30 16:23:27 +02:00
f93c7e014f
Add test for MyInvitationsController.php
2025-09-30 15:45:26 +02:00
e6a799abc4
Add translation for invitation list page title
2025-09-30 15:30:38 +02:00
68a0ef7115
Reorganize templates to allow re-use of _list.html.twig within listByUser.html.twig template
2025-09-30 15:30:20 +02:00
1675c56f3d
Fix order of paginator parameters passed to findBy method
2025-09-30 15:29:41 +02:00
675e8450fc
WIP: switch from ACLAware to normal repository usage
2025-09-30 14:34:47 +02:00
4ffd7034d0
feat: add invitation list
...
- Introduced `MyInvitationsController` for managing user invitations
- Added `InviteACLAwareRepository` and its interface for handling invite data operations
- Created views for listing and displaying user-specific invitations
- Updated user menu to include "My invitations list" option
2025-09-30 14:34:47 +02:00
7db8a371fc
Resolve "Absence user: add end date"
2025-09-08 13:47:14 +00:00
ab8da4ab7a
Resolve "Notification: envoi à des groupes utilisateurs"
2025-07-20 20:18:49 +00:00
e3a6b60fa2
Revert "Merge branch 'ticket/supplementary-comments-on-motive' into 'master'"
...
This reverts merge request !855
2025-07-20 18:50:33 +00:00
63d0a52ea1
Ajout de commentaires supplémentaires aux motifs
2025-07-11 14:06:40 +00:00
8bc16dadb0
Partage d'export enregistré et génération asynchrone des exports
2025-07-08 13:53:25 +00:00
a38116cca4
fix cs
2025-06-20 17:31:13 +02:00
49cbb6a002
Clean skeleton (and add Junie guidelines)
2025-06-04 08:13:35 +00:00
29c1ba3c2b
Fix compilation of app for calendar
2025-05-30 13:29:56 +02:00
df88c31c40
Replace node-sass with sass and update bootstrap to version 5.3
2025-05-28 15:04:59 +00:00
4a8d298ae5
Fix typing error for the display of text in calendar events
2025-05-05 10:42:04 +02:00
203a098054
Refactor document row layouts to use CSS grid
...
Replaced the old 'item-col' structure with a 'item-two-col-grid' layout across multiple templates, improving consistency and responsiveness. Introduced CSS grid styles ensuring proper alignment and wrapping of titles and aside elements in different viewport sizes. This enhances the overall readability and maintainability of the views.
2025-04-10 15:41:06 +02:00
d58acff541
Add css layout for badges for accompanying period work, activity and calendar
2025-04-10 15:41:06 +02:00
c8e09a28e6
Eslint fixes
2025-03-17 17:32:28 +01:00
7f326d5441
Fix typing of argument in FullCAlendar slot
2025-03-17 16:29:59 +01:00
37227a3aeb
Add attachments to workflow
2025-02-03 21:15:00 +00:00
594ed4a5b4
Replace custom ShortMessage usage with Symfony’s SmsMessage.
...
Switched the entire short message notification system to leverage Symfony's Notifier component and its TexterInterface with SmsMessage. This update simplifies the implementation, removes custom short message handling, and aligns with Symfony's standardized approach.
2025-01-20 15:10:43 +01:00
a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
633bb00154
fix typing of Datetime
2024-12-06 12:37:16 +01:00
f820273dd7
Pass class as second parameter to getReference() fixture method
2024-11-28 13:28:52 +01:00
19e6ceba28
Add second parameter to add-, get-, hasReference() methods in fixture classes
2024-11-28 12:44:14 +01:00
3e355a6465
php cs fixer
2024-11-26 18:04:36 +01:00
aa0785fc71
Apply prettier rules
2024-11-14 18:47:38 +01:00
f05c25853c
Fix of errors: automatic and some manual
2024-11-04 19:56:03 +01:00
27ecae4486
first eslint corrections
2024-10-31 17:28:02 +01:00
bc34d84d63
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-09-12 13:36:50 +02:00
f0f651edea
update cs after php-cs-fixer upgrade
2024-09-12 12:02:33 +02:00
d0ee381627
Upgrade of php-cs-fixer
2024-09-11 14:21:32 +02:00
b0485dbcc8
Replace ArrayCollection with Collection&Selectable on some entity typing (fix previous commit)
...
Updated entity properties to use Collection&Selectable for better type safety and interoperability. This change affects User, Household, Calendar, Person, AccompanyingPeriod, and EntityWorkflow classes.
2024-08-28 12:04:43 +02:00
ad47804c91
Apply rector changes to Collection typing
2024-08-27 16:23:08 +02:00
85e2466611
Cherry-pick phpstan fixes after rector changes
2024-08-27 16:09:12 +02:00
50fb79ebbf
Remove enforcement of https scheme within controller method
2024-08-26 15:42:28 +02:00
9604ba5f4b
Merge branch 'person_resource_abstract_class' into 'upgrade-sf5'
...
Create abstract class for person resource and corrections made to CollectionType js
See merge request Chill-Projet/chill-bundles!716
2024-08-22 12:22:52 +00:00
8c0d2f58ba
Add missing [ ] for schemes option
2024-08-21 16:53:26 +02:00
6362b98a00
Specifiy https scheme for the connectAzureCheck controller method
2024-08-21 14:20:37 +02:00