36dfce6613 
					 
					
						
						
							
							Fix: export actions and their results in csv even when action does not have any goals attached to it.  
						
						
						
						
					 
					
						2025-10-29 14:38:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94744b9542 
					 
					
						
						
							
							Send notifications log to dedicated notifierLogger channel if available  
						
						
						
						
					 
					
						2025-10-27 15:58:48 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						01889ac671 
					 
					
						
						
							
							Upgrade to v4.6.1  
						
						
						
						
					 
					
						2025-10-27 12:59:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						62e5842311 
					 
					
						
						
							
							Fix case where no 'reason' is picked within the PersonHavingActivityBetweenDateFilter.php  
						
						
						
						
					 
					
						2025-10-27 12:50:34 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8ad6f397a8
	 
					 
					
						
						
							
							Release v4.6.0  
						
						
						
						
					 
					
						2025-10-15 12:40:22 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d713704633 
					 
					
						
						
							
							Merge branch '394-page-workflow-subscribed-only-finalize' into 'master'  
						
						... 
						
						
						
						Only show active workflow on the page "my tracked workflows"
Closes  #394 
See merge request Chill-Projet/chill-bundles!901  
						
						
					 
					
						2025-10-15 10:13:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1fa9242a0 
					 
					
						
						
							
							Only show active workflow on the page "my tracked workflows"  
						
						
						
						
					 
					
						2025-10-15 10:13:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						372d8e5825 
					 
					
						
						
							
							Fix sending of daily notification, when the previous last_execution parameter is not a valid last_execution date format  
						
						
						
						
					 
					
						2025-10-15 10:12:10 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ddb2a65419 
					 
					
						
						
							
							Take permissions into account for deletion of WorkflowAttachment (+ type safety)  
						
						
						
						
					 
					
						2025-10-13 14:12:06 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1bf4a24d2 
					 
					
						
						
							
							Enforce filename uniqueness in StoredObjectVersion with partial unique index...  
						
						
						
						
					 
					
						2025-10-13 10:47:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						208a378185 
					 
					
						
						
							
							Merge branch 'fix_mado_to_validate' into 'master'  
						
						... 
						
						
						
						Fix loading of classlists in SocialIssuesAcc.vue
See merge request Chill-Projet/chill-bundles!833  
						
						
					 
					
						2025-10-08 11:44:49 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d82c9cc9a7 
					 
					
						
						
							
							Resolve "Ajouter un bandeau qui permet de distinguer les différents environnements"  
						
						
						
						
					 
					
						2025-10-08 11:05:22 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a7e3b1c5d2 
					 
					
						
						
							
							Use an object (instead of string) for dynamic classList in SocialIssuesAcc.vue component  
						
						
						
						
					 
					
						2025-10-08 11:37:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						84cf11933d 
					 
					
						
						
							
							Fix loading of classlists in SocialIssuesAcc.vue  
						
						
						
						
					 
					
						2025-10-08 11:21:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bc2fbee5c6 
					 
					
						
						
							
							Fix: notification edit template  
						
						... 
						
						
						
						form field addressesEmail removed 
						
						
					 
					
						2025-10-06 12:14:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d3a31be412
	 
					 
					
						
						
							
							Fix re-ordering of StoredObjectVersion in the list of versions  
						
						... 
						
						
						
						As some intermediate versions are remove, this may lead to situation where the indexes are not continous. In that case, the array is not a list, and is rendered as an array with numeric indexes, instead of a list of elements. The HistoryListItem component fails to render.
- Ensured proper handling of removed versions by using `array_values` to reindex items.
- Added test case to validate the result after removing a version.
- Asserted the results are a proper list in the API response. 
						
						
					 
					
						2025-10-03 22:40:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c2d9c73fd4
	 
					 
					
						
						
							
							Release v4.5.1  
						
						
						
						
					 
					
						2025-10-03 14:11:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f9ad96c78b
	 
					 
					
						
						
							
							Introduce ConversionWithSameMimeTypeException for improved error handling in document conversion.  
						
						... 
						
						
						
						- Added the `ConversionWithSameMimeTypeException` to handle cases where document conversion is requested for the same MIME type.
- Updated `StoredObjectToPdfConverter` to throw the new exception when encountering such cases.
- Enhanced error logging in `PostSendExternalMessageHandler` to capture these specific conversion errors. 
						
						
					 
					
						2025-10-03 13:57:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fcc9529a20
	 
					 
					
						
						
							
							Add missing javascript dependency in package.json  
						
						
						
						
					 
					
						2025-10-03 13:56:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						955cb817c4
	 
					 
					
						
						
							
							Release v4.5.0  
						
						
						
						
					 
					
						2025-10-03 12:09:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be39fa16e7 
					 
					
						
						
							
							Signature fixes  
						
						
						
						
					 
					
						2025-10-03 09:49:33 +00:00 
						 
				 
			
				
					
						
							
							
								juminet 
							
						 
					 
					
						
						
							
						
						80a3734171 
					 
					
						
						
							
							#426  Increased the number of required characters when setting a new password in Chill  
						
						
						
						
					 
					
						2025-09-19 07:03:51 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab98f3a102
	 
					 
					
						
						
							
							Release v4.4.2  
						
						
						
						
					 
					
						2025-09-12 12:47:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b60b7a8af 
					 
					
						
						
							
							Fix document generation and workflow generation do not work on accompanying period work documents  
						
						
						
						
					 
					
						2025-09-12 10:42:34 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d984dec7db
	 
					 
					
						
						
							
							Release v4.4.1  
						
						
						
						
					 
					
						2025-09-11 16:26:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db98519e65 
					 
					
						
						
							
							Fix translations and close button modal for duplicate evaluation document  
						
						
						
						
					 
					
						2025-09-11 14:21:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c39637180a
	 
					 
					
						
						
							
							Release v4.4.0  
						
						
						
						
					 
					
						2025-09-11 13:04:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b90d23367 
					 
					
						
						
							
							Resolve "Dupliquer une document d'une évaluation vers une autre" + "Déplacer un document vers une autre évaluation"  
						
						
						
						
					 
					
						2025-09-11 11:01:16 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1195b54a68 
					 
					
						
						
							
							Resolve "user notification preferences are not displayed correctly"  
						
						
						
						
					 
					
						2025-09-10 16:28:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2a280b814f 
					 
					
						
						
							
							Refactor view templates: relocate 'merge' action block and standardize 'duplicate link' block handling  
						
						
						
						
					 
					
						2025-09-09 17:36:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						230c758255 
					 
					
						
						
							
							Update bundles to v4.3.0  
						
						
						
						
					 
					
						2025-09-08 16:05:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7db8a371fc 
					 
					
						
						
							
							Resolve "Absence user: add end date"  
						
						
						
						
					 
					
						2025-09-08 13:47:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d0649dd31 
					 
					
						
						
							
							Change route URL to avoid clash with person duplicate controller method  
						
						
						
						
					 
					
						2025-09-08 14:51:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c1611d052 
					 
					
						
						
							
							Add RoleDumper and DumpListPermissionsCommand to generate a markdown list of permissions  
						
						
						
						
					 
					
						2025-09-05 16:55:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af13bf9088 
					 
					
						
						
							
							Update chill bundles to v4.2.1  
						
						
						
						
					 
					
						2025-09-03 21:12:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4aa65d69c7 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						
						
						
					 
					
						2025-09-03 21:11:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e33aec594 
					 
					
						
						
							
							Handle different export types in ExportConfigNormalizer and allow null/array checks for dataFormatter in ExportController  
						
						
						
						
					 
					
						2025-09-03 21:10:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e78c41549
	 
					 
					
						
						
							
							Improve error handling when saving objects to local disk by using dumpFile with detailed exception logging.  
						
						
						
						
					 
					
						2025-09-02 21:53:40 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a82cae155
	 
					 
					
						
						
							
							Release v4.2.0  
						
						
						
						
					 
					
						2025-09-02 17:13:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d204df0316 
					 
					
						
						
							
							Merge branch '422-password-recover-layout' into 'master'  
						
						... 
						
						
						
						Resolve "Fix layout of password recover pages"
Closes  #422 
See merge request Chill-Projet/chill-bundles!869  
						
						
					 
					
						2025-09-02 08:29:27 +00:00 
						 
				 
			
				
					
						
							
							
								juminet 
							
						 
					 
					
						
						
							
						
						82c02f442b 
					 
					
						
						
							
							Resolve "Fix layout of password recover pages"  
						
						
						
						
					 
					
						2025-09-02 08:29:26 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea06a96f91 
					 
					
						
						
							
							Add external identifiers for person, editable in edit form, with minimal features associated  
						
						
						
						
					 
					
						2025-09-01 08:05:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76433e2512 
					 
					
						
						
							
							Fix incorrect parameter name in event details link  
						
						
						
						
					 
					
						2025-08-28 13:49:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1fa464b87a 
					 
					
						
						
							
							Fix typo in 'uncheckAll' script for centers selection  
						
						
						
						
					 
					
						2025-08-28 13:32:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b75f43e80 
					 
					
						
						
							
							Update chill bundles to v4.1.0  
						
						
						
						
					 
					
						2025-08-26 15:43:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a40eb95c43 
					 
					
						
						
							
							Add changie for new event bundle features  
						
						
						
						
					 
					
						2025-08-26 15:41:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						904f4e5ed9 
					 
					
						
						
							
							Add a filter to list for acpw where current user intervenes  
						
						
						
						
					 
					
						2025-08-18 16:26:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa085a1562 
					 
					
						
						
							
							**fix:** add min and step attributes to integer field in DateIntervalType  
						
						
						
						
					 
					
						2025-08-06 17:35:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2309636eae 
					 
					
						
						
							
							- **fix:** adjust display logic for accompanying period dates, include closing date if period is closed.  
						
						
						
						
					 
					
						2025-08-06 13:47:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe6e6e54c1 
					 
					
						
						
							
							Show filters on list pages unfolded by default  
						
						
						
						
					 
					
						2025-07-22 15:50:49 +02:00