nobohan
8d225dd68c
DOC: add jwt key generation in the sf5 installationdoc - format doc
2024-06-24 09:16:29 +02:00
nobohan
61d0005be8
DOC: add jwt key generation in the sf5 installationdoc
2024-06-24 09:14:58 +02:00
84f515d451
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-05-28 14:16:01 +02:00
d0e27d51fe
fix path to doctrine-fixtures-bundles and prefix composer command by "symfony"
2024-05-13 13:20:08 +00:00
d63e1a15bd
Language corrections
2024-05-07 14:51:31 +00:00
5334779b55
fix issue in installation instructions
2024-05-03 13:20:02 +02:00
1230b7f4c0
documentation for installation process
2024-05-03 13:17:00 +02:00
8516e89c9c
update docs to include import of countries which is necessary to be able to import addresses
2024-04-17 16:16:56 +02:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-04-04 18:45:01 +02:00
f0dbb17172
Update exports.rst: fix typo
2024-03-06 11:40:19 +00:00
09578a775c
Update documentation to explain use of EXISTS in SQL queries
...
Added an explanatory section to the "exports.rst" doc to clarify why to use an EXISTS subquery instead of a JOIN clause in SQL queries involving many-to-* relationships. This explanation includes sample SQL queries and results to illustrate the potential issue of duplicates with JOIN and count, and how EXISTS can help avoid this issue. Also updated the ".editorconfig" file for .rst files.
2024-03-06 12:34:36 +01:00
37af488f69
Merge branch 'master' into upgrade-sf5
2024-02-12 21:50:34 +01:00
51ebc253aa
fix url of the base skeleton
2024-01-24 15:07:24 +00:00
5703fd0046
Refactor code to directly use Doctrine's ManagerRegistry
...
Replaced most of the invocations of getDoctrine()->getManager() with ManagerRegistry->getManager(), and added ManagerRegistry injection to controllers where needed. This is part of an ongoing effort to improve code clarity, and avoid unnecessary method chaining in various parts of the codebase.
2023-12-16 19:09:34 +01:00
juminet
0ad27328c9
DX: re-instate the build of documentation on read-the-docs
2023-12-13 08:39:56 +00:00
c9f438319c
update the description and screenshots for the configuration of calendar
...
and absence synchronization
2023-11-08 10:21:03 +01:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
67e9127f8e
docs: correct code block display
2023-09-14 12:40:32 +02:00
15fbfbb621
add developer faq in the index + some language corrections
2023-09-14 12:17:01 +02:00
cf294541ae
Add a developer faq to the chill documentation
2023-09-14 12:11:28 +02:00
9375d50112
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
...
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
2023-09-12 15:21:15 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
7c58880139
Remove usage of deprecated Role class
2023-08-31 17:08:18 +02:00
c20f65eebb
apply rector rules: symfony **UP TO** 44
2023-07-28 01:52:53 +02:00
023a29cb78
apply rector rules: php up to php82
2023-07-19 23:19:50 +02:00
224c2c74e8
Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php80
...
Conflicts:
src/Bundle/ChillActivityBundle/Controller/ActivityController.php
src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/DateAggregator.php
src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepository.php
src/Bundle/ChillActivityBundle/Service/DocGenerator/ActivityContext.php
src/Bundle/ChillCalendarBundle/Command/MapAndSubscribeUserCalendarCommand.php
src/Bundle/ChillCalendarBundle/RemoteCalendar/Connector/MSGraph/MSGraphUserRepository.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php
src/Bundle/ChillDocStoreBundle/Repository/PersonDocumentACLAwareRepository.php
src/Bundle/ChillEventBundle/Search/EventSearch.php
src/Bundle/ChillMainBundle/Controller/ExportController.php
src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php
src/Bundle/ChillMainBundle/Cron/CronManager.php
src/Bundle/ChillMainBundle/Entity/CronJobExecution.php
src/Bundle/ChillMainBundle/Export/ExportManager.php
src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php
src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php
src/Bundle/ChillMainBundle/Repository/NotificationRepository.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php
src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php
src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php
src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php
src/Bundle/ChillPersonBundle/Export/Export/ListAccompanyingPeriod.php
src/Bundle/ChillPersonBundle/Export/Export/ListHouseholdInPeriod.php
src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepository.php
src/Bundle/ChillPersonBundle/Security/Authorization/AccompanyingPeriodVoter.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodWorkEvaluationContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/PersonContext.php
src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php
src/Bundle/ChillTaskBundle/Controller/SingleTaskController.php
2023-07-17 12:49:13 +02:00
0719a541a6
Merge branch 'doc-chill-database' into 'master'
...
doc: documentation for database printciples
See merge request Chill-Projet/chill-bundles!562
2023-07-14 08:58:11 +00:00
883147ed9c
add a missing sntence
2023-07-14 08:57:55 +00:00
21f11fb034
execute rector run on filters and aggregators
2023-06-18 21:36:40 +02:00
960acb8c0a
Revert "apply rector rules for exports"
...
This reverts commit 3adf3625
2023-06-18 11:57:26 +02:00
ad72192e24
doc: for database printciples
2023-06-08 11:24:27 +02:00
3adf3625dc
apply rector rules for exports
2023-06-05 17:21:21 +02:00
d8870e906f
DX: rector in docs directory
2023-04-28 22:27:50 +02:00
c73e57ad73
doc: add info about syncrhonizing views
2023-04-28 11:49:36 +02:00
5b729e1cb1
add dev docs
2023-04-28 11:49:36 +02:00
a9db133a7b
DX: fix typing in SearchProvider
2023-04-15 00:33:31 +02:00
38b50324b2
update documentation for php82 upgrade
2023-02-09 14:29:55 +01:00
23d7d1c8f0
Doc: doc for installation and cronjob, and addresses
2022-12-12 22:49:50 +01:00
0bfb5c617e
Doc: [cronjob manager] Doc for implementing cronjob
2022-12-12 22:48:57 +01:00
aae1fbf7e6
Merge branch '111_exports_suite' into calendar/finalization
2022-10-24 11:10:44 +02:00
81c73f6acf
Merge branch 'master' into 111_exports_suite
2022-10-24 11:06:12 +02:00
e91d2c9e93
complete chill documentation about csfixer and phpstan
2022-10-20 09:55:42 +02:00
9ad9ef6758
DX: rename argument $qb to $query in export's, getResult
method, and add missing return type and import
...
This name is the same as the implemented interface.
2022-10-06 22:56:34 +02:00
087375f648
Merge branch '111_exports_suite' into calendar/finalization
2022-10-06 09:31:43 +02:00
b394d7247d
fix cs: too much line before declaring strict type
2022-10-06 08:55:32 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
845a4e9523
fix cs for doc [ci-skip]
2022-10-05 16:56:00 +02:00
d95472ca9d
Merge branch '111_exports_suite' into calendar/finalization
2022-10-05 15:28:37 +02:00
a90e87b1be
more explanation for installation instructions
2022-10-05 10:22:30 +02:00
58a1af0c78
installation instructions
2022-10-05 09:58:18 +02:00