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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						59fd9fc63f 
					 
					
						
						
							
							Add a line in the documentation about the role of prettier within eslint configuration  
						
						
						
						
					 
					
						2025-01-21 10:36:45 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4cc254a3e5 
					 
					
						
						
							
							Add script to package.json for eslint + take ts files into account with new baseline  
						
						
						
						
					 
					
						2024-12-11 14:24:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16fe07cce7 
					 
					
						
						
							
							More automatic eslint fixes, update baseline and eslint docs  
						
						
						
						
					 
					
						2024-12-11 11:32:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6aa2a81c2 
					 
					
						
						
							
							Resolve merge with master  
						
						
						
						
					 
					
						2024-12-11 10:46:06 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f6387212cb 
					 
					
						
						
							
							Revert "Merge branch 'manage-translations' into 'master'"  
						
						... 
						
						
						
						This reverts commit cd99633d15a9384bf734 
						
						
					 
					
						2024-11-27 17:54:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e340be512c 
					 
					
						
						
							
							Merge master into translations branch  
						
						
						
						
					 
					
						2024-11-25 18:24:08 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81da34f1b6
	 
					 
					
						
						
							
							Improve documentation for installation  
						
						
						
						
					 
					
						2024-11-22 14:13:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ded75119c 
					 
					
						
						
							
							Add developers documentation for the correct management of translation keys  
						
						
						
						
					 
					
						2024-11-18 13:04:27 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f91f5ce27e 
					 
					
						
						
							
							Add eslint documentation to developers manual  
						
						
						
						
					 
					
						2024-11-04 17:57:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc34d84d63
	 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into upgrade-sf5  
						
						
						
						
					 
					
						2024-09-12 13:36:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97239ada84
	 
					 
					
						
						
							
							More documentation for cronjob  
						
						
						
						
					 
					
						2024-07-18 10:09:12 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						883147ed9c 
					 
					
						
						
							
							add a missing sntence  
						
						
						
						
					 
					
						2023-07-14 08:57:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad72192e24
	 
					 
					
						
						
							
							doc: for database printciples  
						
						
						
						
					 
					
						2023-06-08 11:24:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d8870e906f
	 
					 
					
						
						
							
							DX: rector in docs directory  
						
						
						
						
					 
					
						2023-04-28 22:27:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b729e1cb1
	 
					 
					
						
						
							
							add dev docs  
						
						
						
						
					 
					
						2023-04-28 11:49:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0bfb5c617e
	 
					 
					
						
						
							
							Doc: [cronjob manager] Doc for implementing cronjob  
						
						
						
						
					 
					
						2022-12-12 22:48:57 +01: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d7c1498882 
					 
					
						
						
							
							english corrected  
						
						
						
						
					 
					
						2022-07-19 14:20:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4e0b68ebe 
					 
					
						
						
							
							change block personcontent to content more consistent with other templates and less need for if-statements  
						
						
						
						
					 
					
						2022-02-24 15:59:13 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						8401ce2656 
					 
					
						
						
							
							cs: Fix code-style (using PHPCSFixer and PHPCS).  
						
						
						
						
					 
					
						2021-12-21 10:59:23 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						cd3be25c22 
					 
					
						
						
							
							cs: Remove duplicated headers.  
						
						
						
						
					 
					
						2021-11-30 13:54:58 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						47c5855a21 
					 
					
						
						
							
							cs: Switch to a stricter way of coding - this might break in a lot of places.  
						
						
						
						
					 
					
						2021-11-30 13:33:18 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						28d2c42454 
					 
					
						
						
							
							cs: Enable more risky rules.  
						
						
						
						
					 
					
						2021-11-30 12:27:49 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						a9188355c5 
					 
					
						
						
							
							cs: Enable more risky rules.  
						
						
						
						
					 
					
						2021-11-30 11:37:57 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c8195e6df5 
					 
					
						
						
							
							cs: Enable more risky rules.  
						
						
						
						
					 
					
						2021-11-30 11:28:52 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						3ea35682eb 
					 
					
						
						
							
							cs: Second part - ignore test/app subdirectory.  
						
						
						
						
					 
					
						2021-11-23 14:34:34 +01:00 
						 
				 
			
				
					
						
							
							
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						8f96a1121d 
					 
					
						
						
							
							cs: Fix code style (safe rules only).  
						
						
						
						
					 
					
						2021-11-23 14:08:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7574b5bfac 
					 
					
						
						
							
							doc for authorization  
						
						
						
						
					 
					
						2021-11-09 17:04:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7ee91afae2 
					 
					
						
						
							
							template extends person layout, fix syntax  
						
						
						
						
					 
					
						2021-08-03 00:46:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						980a305456 
					 
					
						
						
							
							Merge branch 'dune-risky'  
						
						... 
						
						
						
						Conflicts:
	src/Bundle/ChillActivityBundle/config/services.yaml
	src/Bundle/ChillPersonBundle/translations/messages.fr.yml 
						
						
					 
					
						2021-06-02 16:23:45 +02:00