9732b80298 
					 
					
						
						
							
							Implement translation with Symfony translator within vue component  
						
						
						
						
							
						
					 
					
						2024-09-20 13:58:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c602c27b39 
					 
					
						
						
							
							Remove empty translation key, causing errors  
						
						
						
						
							
						
					 
					
						2024-09-20 13:57:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41f13e29e0 
					 
					
						
						
							
							Expand detection of duplicates in translations command  
						
						... 
						
						
						
						Added functionality to specify key namespaces that should be exluded from duplicate detection
Added functionality to check the accidental creation of duplicates based on an md5 hash of translation duplicates. 
						
						
							
						
					 
					
						2024-09-20 12:16:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						611261c863 
					 
					
						
						
							
							Example usage of translation keys from yaml files within vue component  
						
						
						
						
							
						
					 
					
						2024-09-17 16:59:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5921404712 
					 
					
						
						
							
							Remove unutilized script  
						
						
						
						
							
						
					 
					
						2024-09-17 12:50:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						23d882d4cd 
					 
					
						
						
							
							Improve script to find translation duplicates  
						
						... 
						
						
						
						Format the output using a table.
Use existing translator.default service to fetch translation files and extract keys and translations from the translation catalogue for a certain locale. 
						
						
							
						
					 
					
						2024-09-17 12:49:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						155066be13 
					 
					
						
						
							
							Remove irrelevant command  
						
						
						
						
							
						
					 
					
						2024-08-19 16:48:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a5329c5d69 
					 
					
						
						
							
							Create commands to manage translations  
						
						
						
						
							
						
					 
					
						2024-08-19 16:11:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						547a9d1369 
					 
					
						
						
							
							Downgrade bundles to v2.23.0 fix in v2.23.1 undone  
						
						
						
						
							
 
						
					 
					
						2024-08-08 11:01:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						288a02f5b7 
					 
					
						
						
							
							Undo wrong fix in export filter parcours having activity between dates  
						
						... 
						
						
						
						Problem reported by users, wrong analysis and fix made. Behavior was in fact
correct. 
						
						
							
						
					 
					
						2024-08-05 15:56:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5dfd8daf3a 
					 
					
						
						
							
							Remove dump causing export to fail  
						
						
						
						
							
 
						
					 
					
						2024-07-30 14:58:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a46e987f81 
					 
					
						
						
							
							Upgrade version of chill-bundles to v2.23.1  
						
						
						
						
							
 
						
					 
					
						2024-07-25 16:56:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						81220b5b22 
					 
					
						
						
							
							Correct phpstan error: ParsingException is never thrown  
						
						... 
						
						
						
						The typing of the exception had to be changed, because \Datetime throws an \Exception
instead of a ParsingException. 
						
						
							
						
					 
					
						2024-07-25 11:30:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b0019cde7 
					 
					
						
						
							
							Fix query in filter: period having activity between dates filter  
						
						... 
						
						
						
						Adding statement to ensure that subquery only considers records that are identical to the
ones being processed in the main query. 
						
						
							
						
					 
					
						2024-07-25 11:23:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b42473b01d 
					 
					
						
						
							
							Upgrade bundles version with new features and fix  
						
						
						
						
							
 
						
					 
					
						2024-07-23 16:54:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be19d09bad 
					 
					
						
						
							
							Fix typing error in ListActivityHelper: string expected got int  
						
						
						
						
							
						
					 
					
						2024-07-23 16:43:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c82991674e 
					 
					
						
						
							
							Rector changes: repositories become final readonly classes  
						
						
						
						
							
 
						
					 
					
						2024-07-18 09:49:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3fc3f32c5f 
					 
					
						
						
							
							Pipeline fixes  
						
						
						
						
							
						
					 
					
						2024-07-17 16:21:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20af766cdf 
					 
					
						
						
							
							Fix the query to return the count of events  
						
						... 
						
						
						
						Left join was causing events to counted multiple times (once per participation). Using DISTINCT fixes this. 
						
						
							
						
					 
					
						2024-07-17 15:38:55 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						681f637d13 
					 
					
						
						
							
							Merge branch 'add-module-emploi' into upgrade-sf5  
						
						
						
						
							
						
					 
					
						2024-07-17 14:21:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb8a6d960e 
					 
					
						
						
							
							Remove duplicate edit method in events controller  
						
						
						
						
							
						
					 
					
						2024-07-17 14:20:15 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2310a662f 
					 
					
						
						
							
							Fix delete request for event status controller  
						
						
						
						
							
						
					 
					
						2024-07-17 14:17:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd7d126bec 
					 
					
						
						
							
							Fix edit request for event bundle  
						
						
						
						
							
						
					 
					
						2024-07-17 14:15:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						29f6a43288 
					 
					
						
						
							
							Fix translation in event bundle using new pluralization syntax  
						
						
						
						
							
						
					 
					
						2024-07-17 13:35:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						74be6460d4 
					 
					
						
						
							
							Fix delete request for all entities  
						
						
						
						
							
						
					 
					
						2024-07-17 13:33:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c8e87ced35 
					 
					
						
						
							
							Remove duplicate edit method in events controller  
						
						
						
						
							
						
					 
					
						2024-07-17 13:29:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8002d56ec 
					 
					
						
						
							
							merge latest changes from upgrade-sf5 branch  
						
						
						
						
							
						
					 
					
						2024-07-17 13:17:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a80b36bb31 
					 
					
						
						
							
							Fix EntityPersonCRUDController.php add 'person' key  
						
						
						
						
							
						
					 
					
						2024-07-17 13:15:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						116fe35ad2 
					 
					
						
						
							
							Fix delete request for event status controller  
						
						
						
						
							
						
					 
					
						2024-07-17 13:11:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b95336bac 
					 
					
						
						
							
							Fix event and participation voters  
						
						
						
						
							
						
					 
					
						2024-07-17 13:10:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f9d5ba7778 
					 
					
						
						
							
							Fix edit request for event bundle  
						
						
						
						
							
						
					 
					
						2024-07-17 13:10:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f76379551c 
					 
					
						
						
							
							Change namespace event voters for consistency  
						
						
						
						
							
						
					 
					
						2024-07-17 13:08:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15094d5a91 
					 
					
						
						
							
							Fix delete request for all entities  
						
						
						
						
							
						
					 
					
						2024-07-17 13:05:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1079c7e394 
					 
					
						
						
							
							Fix translation in event bundle using new pluralization syntax  
						
						
						
						
							
						
					 
					
						2024-07-16 07:07:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc2dfd159c 
					 
					
						
						
							
							merge upgrade-sf5 branch  
						
						
						
						
							
						
					 
					
						2024-07-15 15:16:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b100792a34 
					 
					
						
						
							
							Fix request to France Travail Api to accomodate for new request limit  
						
						... 
						
						
						
						A new limit was set to allow a maximum amount of request in a certain timeframe. We need to wait 1 sec to make next request. 
						
						
							
						
					 
					
						2024-07-15 15:11:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00ceee1fd5 
					 
					
						
						
							
							Remove "document" from document name  
						
						
						
						
							
						
					 
					
						2024-07-15 15:09:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						724b98e8c5 
					 
					
						
						
							
							Improve naming of downloaded documents in job bundle  
						
						... 
						
						
						
						When downloaded the title of the document was\ always set to 'Document', which gave little\ indication as to what the document was about.\
Now documents are titled with the name of the\ person and the type of document (CV, permis,...) 
						
						
							
						
					 
					
						2024-07-04 13:28:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ead1abb825
	 
					 
					
						
						
							
							fix code style for symfony 5  
						
						
						
						
							
 
						
					 
					
						2024-07-03 13:29:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54d045f261
	 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into upgrade-sf5  
						
						
						
						
							
						
					 
					
						2024-07-03 13:19:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						702a5a27d2 
					 
					
						
						
							
							Update version of bundles to 2.22.2  
						
						
						
						
							
 
						
					 
					
						2024-07-03 12:22:53 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						41dd4d89f7 
					 
					
						
						
							
							Revert " #271  Account for acp closing date inn action filters (export)"  
						
						... 
						
						
						
						This reverts commit 3a7ed7ef8f 
						
						
							
						
					 
					
						2024-07-02 16:24:45 +02:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						3a7ed7ef8f 
					 
					
						
						
							
							#271  Account for acp closing date inn action filters (export)  
						
						
						
						
							
						
					 
					
						2024-07-02 16:22:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c99ea17d4 
					 
					
						
						
							
							Update new version of chill + more obvious generate jwt keypair command  
						
						
						
						
							
						
					 
					
						2024-07-01 09:55:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						18df08e8c3 
					 
					
						
						
							
							Do not require scope for event participation stats  
						
						
						
						
							
						
					 
					
						2024-07-01 11:14:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db3961275b
	 
					 
					
						
						
							
							git release 2.22.1  
						
						
						
						
							
 
						
					 
					
						2024-07-01 09:53:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd488d7576 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						
						
						
							
						
					 
					
						2024-07-01 09:19:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						436661d952 
					 
					
						
						
							
							Remove debug word from code  
						
						
						
						
							
						
					 
					
						2024-07-01 09:19:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c3b8d42047 
					 
					
						
						
							
							Merge branch 'import_lux_addresses_command' into 'master'  
						
						... 
						
						
						
						DX import Luxembourg address command
See merge request Chill-Projet/chill-bundles!704  
						
						
							
						
					 
					
						2024-06-28 09:07:32 +00:00 
						 
				 
			
				
					
						
							
							
								nobohan 
							
						 
					 
					
						
						
							
						
						9c28df25a1 
					 
					
						
						
							
							DX: Improve Lux adress import command + register in config  
						
						
						
						
							
						
					 
					
						2024-06-28 10:45:58 +02:00