471a373117 
					 
					
						
						
							
							buttons reduced to one save button  
						
						 
						
						
						
						
					 
					
						2021-11-11 12:52:16 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b2d6c82cbe 
					 
					
						
						
							
							update changelog with last release  
						
						 
						
						
						
						
					 
					
						2021-11-09 09:39:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9247cd3546 
					 
					
						
						
							
							fix saving person  
						
						 
						
						
						
						
					 
					
						2021-11-08 15:31:19 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ec6828f128 
					 
					
						
						
							
							Merge branch 'features/person-normalization-resolver-center-dynamically' into 'master'  
						
						 
						
						... 
						
						
						
						Use centerResolverDispatcher to normalize a person's center
# Description of changes
There is a normalizer for a person, which include a property "center":
```json
{
    "type": "person",
    "id": 4362539,
    "text": "Diakite BAH",
    "firstName": "Diakite",
    "lastName": "BAH",
    "center": {
        "id": 475,
        "type": "center",
        "name": "Nord Vendée"
    },
    "phonenumber": "",
    "mobilenumber": "",
    "altNames": [ ],
    "gender": "woman",
    "gender_numeric": 1,
    // ...
}
```
Previously, the center was the center attached to the person in the database.
But since September, version 2.0 allow to resolve the center dynamically, for instance with the usage of address. This resolution is done through `CenterResolverDispatcher`.
This `CenterResolverDispatcher` is now used into person normalization.
As a consequence, the center may now be:
* null;
* a center;
* an array of center;
Thoses case are taken into account into `PersonRenderBox` in Vue.
# Issues related
Any issue related.
# Tests
Any new tests.
See merge request Chill-Projet/chill-bundles!205  
						
						
					 
					
						2021-11-08 12:22:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7399d0aa9e 
					 
					
						
						
							
							Use centerResolverDispatcher to normalize a person's center  
						
						 
						
						
						
						
					 
					
						2021-11-08 12:22:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						19b469259d 
					 
					
						
						
							
							Merge branch 'bugfix/acl-add-roles-misc-places' into 'master'  
						
						 
						
						... 
						
						
						
						Add voter to various places
See merge request Chill-Projet/chill-bundles!207  
						
						
					 
					
						2021-11-08 12:21:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5c037ca18f 
					 
					
						
						
							
							Merge branch 'master' into 'bugfix/acl-add-roles-misc-places' [ci-skip]  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   CHANGELOG.md 
						
						
					 
					
						2021-11-08 12:20:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c979de962e 
					 
					
						
						
							
							fix conflict in CHANGELOG  
						
						 
						
						
						
						
					 
					
						2021-11-08 12:41:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						061197e52e 
					 
					
						
						
							
							upd CHANGELOG  
						
						 
						
						
						
						
					 
					
						2021-11-08 12:21:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e786c40679 
					 
					
						
						
							
							Merge branch 'issue124_ACCent_ménage_editForm' into 'master'  
						
						 
						
						... 
						
						
						
						Household edit: end date field deleted
# Description of changes
End date field removed from household edit form.
# Issues related
* internal: https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/265 
* ACCent: https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/124 
# Tests
No tests
See merge request Chill-Projet/chill-bundles!202  
						
						
					 
					
						2021-11-08 11:03:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e4f8ada236 
					 
					
						
						
							
							Household edit: end date field deleted  
						
						 
						
						
						
						
					 
					
						2021-11-08 11:03:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						21e419b338 
					 
					
						
						
							
							Merge branch 'issue126_household_list' into 'master'  
						
						 
						
						... 
						
						
						
						household list of accompanying periods + upgrade DBAL version to 3.1
# Description of changes
* Household: List of accompanying periods shows all periods linked to current household members for which viewing access is granted to current user.
* Upgrade DBAL to 3.1
# Issues related
* inernal: https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/274 
* ACCent: https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/126 
# Tests
Not yet written
See merge request Chill-Projet/chill-bundles!204  
						
						
					 
					
						2021-11-08 10:57:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7fabe0214e 
					 
					
						
						
							
							household list of accompanying periods + upgrade DBAL version to 3.1  
						
						 
						
						
						
						
					 
					
						2021-11-08 10:57:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						fa05a6856a 
					 
					
						
						
							
							person: add civility: entity, migration, form, twig, config  
						
						 
						
						
						
						
					 
					
						2021-11-08 11:41:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1dbf29beea 
					 
					
						
						
							
							person: avoid js error when personAcceptEmail is null  
						
						 
						
						
						
						
					 
					
						2021-11-08 11:04:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						bddcdd7de2 
					 
					
						
						
							
							person: add preferrred_choices for countries and languages  
						
						 
						
						
						
						
					 
					
						2021-11-08 10:42:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						092ea4d57f 
					 
					
						
						
							
							Merge branch 'bugfix/activity-fix-role-inheritance' into 'master'  
						
						 
						
						... 
						
						
						
						Bugfix/activity fix role inheritance
# Description of changes
* fix the inheritance of the role "ACTIVITY_FULL"
* add missing ACL in menu
# Issues related
* https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/163 
# Tests
Any new tests
See merge request Chill-Projet/chill-bundles!206  
						
						
					 
					
						2021-11-05 14:13:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f16f45f3f3 
					 
					
						
						
							
							Bugfix/activity fix role inheritance  
						
						 
						
						
						
						
					 
					
						2021-11-05 14:13:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5ce2fe3295 
					 
					
						
						
							
							Merge branch 'feature/suivi-157-affiche-alt-names-list-with-periods' into 'master'  
						
						 
						
						... 
						
						
						
						Show alt names in person search results
# Description of changes
* Ajoute l'adresse actuelle de la personne dans les résultats de recherche;
* affiche les altNames dansl es réslttats de recherche
# Issues related
* https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/157 
# Tests
Some tests, which were related to the old way on person address was computed, where removed.
See merge request Chill-Projet/chill-bundles!195  
						
						
					 
					
						2021-11-05 12:52:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5111a0ff6a 
					 
					
						
						
							
							Show alt names in person search results  
						
						 
						
						
						
						
					 
					
						2021-11-05 12:52:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						74df496e38 
					 
					
						
						
							
							Merge branch 'issue47_ACCent_householdAddress_ordering' into 'master'  
						
						 
						
						... 
						
						
						
						Ordering household addresses
# Description of changes
Ordering by id added so that last created address displays first.
# Issues related
* internal: https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/275 
* ACCent: https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/47 
# Tests
No tests written.
See merge request Chill-Projet/chill-bundles!203  
						
						
					 
					
						2021-11-05 12:34:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fd2d74c9f5 
					 
					
						
						
							
							Ordering household addresses  
						
						 
						
						
						
						
					 
					
						2021-11-05 12:34:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b615f0c79f 
					 
					
						
						
							
							Merge branch 'issue73_ACCent_displayOf_problématiques' into 'master'  
						
						 
						
						... 
						
						
						
						Display of social issues with parent issue and with badge
# Description of changes
For social work action: social issues are displayed with their parent issue.
Banner was fixed so that it contains all the context info.
# Issues related
* internal: https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/277 
* ACCent: https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/73 
# Tests
No tests.
See merge request Chill-Projet/chill-bundles!201  
						
						
					 
					
						2021-11-05 12:33:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						97859e9c1f 
					 
					
						
						
							
							Display of social issues with parent issue and with badge  
						
						 
						
						
						
						
					 
					
						2021-11-05 12:33:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6642b87168 
					 
					
						
						
							
							Merge branch 'bugfixes/tasks-list' into 'master'  
						
						 
						
						... 
						
						
						
						Bugfixes/tasks list
# Description of changes
<!--
  describe here the change of your MR. It can be either a text, or a bullet list
  for changes
-->
* different title for task list and my title
* fixes link to tasks in alert
# Issues related
<!--
  list the issues related to this MR.
  It may be client issues, or dev issues
-->
no issues related
# Tests
The tests for listing task does apply
See merge request Chill-Projet/chill-bundles!200  
						
						
					 
					
						2021-11-05 12:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						35d807cab0 
					 
					
						
						
							
							Bugfixes/tasks list  
						
						 
						
						
						
						
					 
					
						2021-11-05 12:31:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e1677cd2b6 
					 
					
						
						
							
							Merge branch 'feature/household-accept-members-without-position' into 'master'  
						
						 
						
						... 
						
						
						
						An household can have members without position
See merge request Chill-Projet/chill-bundles!189  
						
						
					 
					
						2021-11-05 09:26:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						df0cb8596b 
					 
					
						
						
							
							update changelog [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-11-04 23:43:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						250bd29ab3 
					 
					
						
						
							
							add voter for documents  
						
						 
						
						
						
						
					 
					
						2021-11-04 23:40:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						8de78c7584 
					 
					
						
						
							
							person: add prefered_choices for language (WIP)  
						
						 
						
						
						
						
					 
					
						2021-11-04 16:20:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						84ab4f8d1f 
					 
					
						
						
							
							person: add the possibility of form data is null on CommentType  
						
						 
						
						
						
						
					 
					
						2021-11-04 15:56:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						261810374f 
					 
					
						
						
							
							Merge branch 'issue83_ACCent_addDocument_toAction' into 'master'  
						
						 
						
						... 
						
						
						
						cascade persist added to Activity::documents
See merge request Chill-Projet/chill-bundles!197  
						
						
					 
					
						2021-11-04 11:44:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8f541c8418 
					 
					
						
						
							
							Merge branch 'master' into 'issue83_ACCent_addDocument_toAction'  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   CHANGELOG.md 
						
						
					 
					
						2021-11-04 11:40:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b69cee84b6 
					 
					
						
						
							
							Update CHANGELOG.md  
						
						 
						
						
						
						
					 
					
						2021-11-04 09:12:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b7e0753dbf 
					 
					
						
						
							
							changelog fixed  
						
						 
						
						
						
						
					 
					
						2021-11-04 10:09:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9c57d21e5a 
					 
					
						
						
							
							Merge branch 'issue153_ACCent_activity_admin' into 'master'  
						
						 
						
						... 
						
						
						
						Issue153_accent_activity_admin
See merge request Chill-Projet/chill-bundles!193  
						
						
					 
					
						2021-11-04 08:57:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c03b925bd9 
					 
					
						
						
							
							Merge branch 'master' into 'issue153_ACCent_activity_admin'  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   CHANGELOG.md
#   src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php 
						
						
					 
					
						2021-11-04 08:52:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6fdbefa4c8 
					 
					
						
						
							
							changelog updated and comments removed  
						
						 
						
						
						
						
					 
					
						2021-11-04 09:50:25 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						13b43ace39 
					 
					
						
						
							
							update of changelog.md  
						
						 
						
						
						
						
					 
					
						2021-11-04 09:45:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						12c3bfa578 
					 
					
						
						
							
							Merge branch 'improve_localisation_271'  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:18:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						52778a7051 
					 
					
						
						
							
							upd CHANGELOG  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:17:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						a768563cd0 
					 
					
						
						
							
							location: display the error message in case of wrong phone number or email  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4011fc6e77 
					 
					
						
						
							
							location: client side validation  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						51938a99db 
					 
					
						
						
							
							location: allow null value for location in Calendar  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c1f4e77293 
					 
					
						
						
							
							location: allow null value for location in Activity  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						bfb219746a 
					 
					
						
						
							
							location: client-side form validation  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4e72bdead5 
					 
					
						
						
							
							location: code refactoring: move saveNewLocation + order of fields  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e52880bb53 
					 
					
						
						
							
							location: filter location-type by active and availableForUsers  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0439e6a821 
					 
					
						
						
							
							location: filter location endpoint by NULL names  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:16:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72337a8fba 
					 
					
						
						
							
							Merge branch 'issue74_ACCent_rename_evaluations' into 'master'  
						
						 
						
						... 
						
						
						
						section title evaluations changed for accompanyingcoursework edit
See merge request Chill-Projet/chill-bundles!196  
						
						
					 
					
						2021-11-03 15:16:01 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						645603a98f 
					 
					
						
						
							
							Merge branch 'master' into improve_localisation_271  
						
						 
						
						
						
						
					 
					
						2021-11-03 16:09:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c6d7de3e58 
					 
					
						
						
							
							Merge branch 'bugfix/authorization-helper-fix-constructor' into 'master'  
						
						 
						
						... 
						
						
						
						authorization helper: fix consructor
See merge request Chill-Projet/chill-bundles!194  
						
						
					 
					
						2021-11-03 14:59:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8c5bf6786b 
					 
					
						
						
							
							increase memory on gitlab-ci operations  
						
						 
						
						
						
						
					 
					
						2021-11-03 15:46:00 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7c5d0fce51 
					 
					
						
						
							
							update changelog  
						
						 
						
						
						
						
					 
					
						2021-11-03 15:36:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						35154f5ae1 
					 
					
						
						
							
							fix constructor into acl aware repository  
						
						 
						
						
						
						
					 
					
						2021-11-03 15:35:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6911ace412 
					 
					
						
						
							
							Refactor authorization helper to separate some methods  
						
						 
						
						... 
						
						
						
						Methods regarding to role hierarchi are now delegated to a parent role helper. 
						
						
					 
					
						2021-11-03 15:35:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						87e16ec24f 
					 
					
						
						
							
							authorization helper: fix consructor  
						
						 
						
						
						
						
					 
					
						2021-11-03 15:35:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						765a450bb9 
					 
					
						
						
							
							update changelog with issues into vendee changelog  
						
						 
						
						
						
						
					 
					
						2021-11-03 15:33:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						93880f7010 
					 
					
						
						
							
							upd CHANGELOG  
						
						 
						
						
						
						
					 
					
						2021-11-03 14:55:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0231433a6c 
					 
					
						
						
							
							location: display the error message in case of wrong phone number or email  
						
						 
						
						
						
						
					 
					
						2021-11-03 14:45:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b2fe024534 
					 
					
						
						
							
							Code that causes error commented: UserMenuBuilder.php  
						
						 
						
						
						
						
					 
					
						2021-11-03 13:27:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						39e0e01eb8 
					 
					
						
						
							
							cascade persist added to Activity::documents  
						
						 
						
						
						
						
					 
					
						2021-11-03 14:15:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						2aa588037a 
					 
					
						
						
							
							location: client side validation  
						
						 
						
						
						
						
					 
					
						2021-11-03 13:51:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						addb362478 
					 
					
						
						
							
							location: allow null value for location in Calendar  
						
						 
						
						
						
						
					 
					
						2021-11-03 13:43:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						819fc8af46 
					 
					
						
						
							
							location: allow null value for location in Activity  
						
						 
						
						
						
						
					 
					
						2021-11-03 13:42:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e7ad96aaf7 
					 
					
						
						
							
							Add a template for merge request [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-11-03 12:02:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f4bd55262a 
					 
					
						
						
							
							location: client-side form validation  
						
						 
						
						
						
						
					 
					
						2021-11-03 11:59:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eebff23282 
					 
					
						
						
							
							section title evaluations changed for accompanyingcoursework edit  
						
						 
						
						
						
						
					 
					
						2021-11-03 11:49:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2d33ae26d8 
					 
					
						
						
							
							Merge branch '106_tasks_to_parcours'  
						
						 
						
						
						
						
					 
					
						2021-11-03 11:45:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7a384f9657 
					 
					
						
						
							
							Separate cache:clear from doctrine:fixtures:load in ci  
						
						 
						
						... 
						
						
						
						This is an attempt to fix the bug which replace references by NULL
values 
						
						
					 
					
						2021-11-03 11:43:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c8bc6ac495 
					 
					
						
						
							
							location: code refactoring: move saveNewLocation + order of fields  
						
						 
						
						
						
						
					 
					
						2021-11-03 11:34:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b0471c4851 
					 
					
						
						
							
							translation fixes for aside activities  
						
						 
						
						
						
						
					 
					
						2021-11-03 10:56:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6d248ab47b 
					 
					
						
						
							
							Activity link added to admin homepage  
						
						 
						
						
						
						
					 
					
						2021-11-03 10:55:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						999658e792 
					 
					
						
						
							
							location: filter location-type by active and availableForUsers  
						
						 
						
						
						
						
					 
					
						2021-11-03 10:27:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1646740382 
					 
					
						
						
							
							location: filter location endpoint by NULL names  
						
						 
						
						
						
						
					 
					
						2021-11-03 09:59:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						94e84fbdf0 
					 
					
						
						
							
							Merge branch 'blur_confidential_info' into 'master'  
						
						 
						
						... 
						
						
						
						Blur confidential info
See merge request Chill-Projet/chill-bundles!172  
						
						
					 
					
						2021-10-30 00:22:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						20cebfc517 
					 
					
						
						
							
							Merge branch '129_ACCent_gender_display' into 'master'  
						
						 
						
						... 
						
						
						
						129_accent_gender_display
See merge request Chill-Projet/chill-bundles!187  
						
						
					 
					
						2021-10-30 00:22:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e9d20a56ff 
					 
					
						
						
							
							show members without position in list  
						
						 
						
						
						
						
					 
					
						2021-10-30 02:08:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						576ee49da0 
					 
					
						
						
							
							update changelog  
						
						 
						
						
						
						
					 
					
						2021-10-30 01:08:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8214fec217 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 106_tasks_to_parcours  
						
						 
						
						
						
						
					 
					
						2021-10-30 01:08:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e0cb5a88bd 
					 
					
						
						
							
							rewrite task list action  
						
						 
						
						
						
						
					 
					
						2021-10-30 00:41:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c63b1015e1 
					 
					
						
						
							
							add indexes for searching task by end date  
						
						 
						
						
						
						
					 
					
						2021-10-30 00:40:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						35a27de216 
					 
					
						
						
							
							update jsonb exists method by using question mark escaping  
						
						 
						
						
						
						
					 
					
						2021-10-30 00:25:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4dc29435dc 
					 
					
						
						
							
							changelog entries removed... moved to changelog at root  
						
						 
						
						
						
						
					 
					
						2021-10-29 16:31:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						db15a3d53c 
					 
					
						
						
							
							adapta list of tasks for a person  
						
						 
						
						
						
						
					 
					
						2021-10-29 16:26:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						059a0b075c 
					 
					
						
						
							
							review processed  
						
						 
						
						
						
						
					 
					
						2021-10-29 12:50:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4017f8db48 
					 
					
						
						
							
							refactor list by course: use acl aware repository  
						
						 
						
						
						
						
					 
					
						2021-10-28 14:41:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						046f65f5ff 
					 
					
						
						
							
							person: re-add accpet email and add possibility of hidding this field  
						
						 
						
						
						
						
					 
					
						2021-10-28 09:45:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27db6ddf0c 
					 
					
						
						
							
							Merge branch 'fix_double_search_button' into 'master'  
						
						 
						
						... 
						
						
						
						Fix double search button
See merge request Chill-Projet/chill-bundles!188  
						
						
					 
					
						2021-10-28 07:03:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c90f9ee5bc 
					 
					
						
						
							
							add mod_input_address_index to collection event: better addition of the event listener to the DOM  
						
						 
						
						
						
						
					 
					
						2021-10-28 08:07:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0bc8986aa7 
					 
					
						
						
							
							upd CHANGELOG for fix_double_search_button  
						
						 
						
						
						
						
					 
					
						2021-10-28 07:42:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						56019cad99 
					 
					
						
						
							
							delete double actions buttons on search person page  
						
						 
						
						
						
						
					 
					
						2021-10-28 07:40:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4da32dc5ca 
					 
					
						
						
							
							fix filtering of new tasks  
						
						 
						
						
						
						
					 
					
						2021-10-28 01:05:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e63d645f8a 
					 
					
						
						
							
							fix return path in tasks  
						
						 
						
						
						
						
					 
					
						2021-10-28 00:50:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						97dbc4bc16 
					 
					
						
						
							
							add more filtering possibilities with order helper  
						
						 
						
						
						
						
					 
					
						2021-10-28 00:11:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2bbc6bd158 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/improve_location'  
						
						 
						
						
						
						
					 
					
						2021-10-27 16:50:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aea5e9b1d7 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/improve_location' into 106_tasks_to_parcours  
						
						 
						
						
						
						
					 
					
						2021-10-27 16:49:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4287ca37ae 
					 
					
						
						
							
							changelog note added  
						
						 
						
						
						
						
					 
					
						2021-10-27 15:28:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						07ed6b0fdf 
					 
					
						
						
							
							no gender defined -> no icon displayed  
						
						 
						
						
						
						
					 
					
						2021-10-27 15:26:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8e0a22974b 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 106_tasks_to_parcours  
						
						 
						
						
						
						
					 
					
						2021-10-27 13:45:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b4b661882a 
					 
					
						
						
							
							remove dump  
						
						 
						
						
						
						
					 
					
						2021-10-27 13:40:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f4fb375fd1 
					 
					
						
						
							
							add filtering in task list  
						
						 
						
						
						
						
					 
					
						2021-10-27 13:32:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						691c5ffd21 
					 
					
						
						
							
							improve filter order by adding checkboxes  
						
						 
						
						
						
						
					 
					
						2021-10-27 13:32:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a09c824726 
					 
					
						
						
							
							changelogs: info added  
						
						 
						
						
						
						
					 
					
						2021-10-27 13:09:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						59118c8eed 
					 
					
						
						
							
							Merge branch 'issue88_rename_field' into 'master'  
						
						 
						
						... 
						
						
						
						field label for duration of activity
See merge request Chill-Projet/chill-bundles!178  
						
						
					 
					
						2021-10-27 10:18:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c4c75199d6 
					 
					
						
						
							
							Merge branch 'fix_display_dates' into 'master'  
						
						 
						
						... 
						
						
						
						Correct formatting of birth- and deathdate
See merge request Chill-Projet/chill-bundles!185  
						
						
					 
					
						2021-10-27 10:17:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						333a4d94b2 
					 
					
						
						
							
							layout task list  
						
						 
						
						
						
						
					 
					
						2021-10-27 11:57:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f869e9ca5 
					 
					
						
						
							
							further implementation in vue elements  
						
						 
						
						
						
						
					 
					
						2021-10-27 11:14:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5cf94a5ed6 
					 
					
						
						
							
							implementation of blur effect for list of thirdparties  
						
						 
						
						
						
						
					 
					
						2021-10-27 09:41:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						965ea528e3 
					 
					
						
						
							
							adaptations for acl with tasks  
						
						 
						
						
						
						
					 
					
						2021-10-26 18:05:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6921817853 
					 
					
						
						
							
							Merge branch 'fix/accompanying_period-work-creation-date' into 'master'  
						
						 
						
						... 
						
						
						
						accompanying course work: remove display of creation date
See merge request Chill-Projet/chill-bundles!186  
						
						
					 
					
						2021-10-26 15:56:53 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						532efb1787 
					 
					
						
						
							
							accompanying course work: changelog  
						
						 
						
						
						
						
					 
					
						2021-10-26 17:17:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0fa3ff4c16 
					 
					
						
						
							
							accompanying course work: handle case end date is null  
						
						 
						
						
						
						
					 
					
						2021-10-26 17:13:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d2eb7b471e 
					 
					
						
						
							
							accompanying course work: remove display of creation date  
						
						 
						
						
						
						
					 
					
						2021-10-26 16:24:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						816855e6f8 
					 
					
						
						
							
							mod input address: add an event listener to add this component for collections  
						
						 
						
						
						
						
					 
					
						2021-10-26 14:12:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f6806f7743 
					 
					
						
						
							
							person: new translation for accept SMS  
						
						 
						
						
						
						
					 
					
						2021-10-26 14:11:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						69ae252da6 
					 
					
						
						
							
							person: delete accept Email  
						
						 
						
						
						
						
					 
					
						2021-10-26 14:11:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b800b62e88 
					 
					
						
						
							
							person: capitalise place of birth (frontend + backend)  
						
						 
						
						
						
						
					 
					
						2021-10-26 14:11:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6a1cf4eb92 
					 
					
						
						
							
							person: capitalize entry in person form  
						
						 
						
						
						
						
					 
					
						2021-10-26 14:11:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f44566037c 
					 
					
						
						
							
							person: fix showHide import/export  
						
						 
						
						
						
						
					 
					
						2021-10-26 14:11:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c1a845e3e1 
					 
					
						
						
							
							display of eye-icon fixed  
						
						 
						
						
						
						
					 
					
						2021-10-26 11:35:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4096e0d4df 
					 
					
						
						
							
							undefined condition added  
						
						 
						
						
						
						
					 
					
						2021-10-26 11:05:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						00ad7a74d6 
					 
					
						
						
							
							correct formatting of birth- and deathdate  
						
						 
						
						
						
						
					 
					
						2021-10-26 10:59:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1b7cc2be7a 
					 
					
						
						
							
							add about improve_location MR in changelog  
						
						 
						
						
						
						
					 
					
						2021-10-25 11:36:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						526ec52c8d 
					 
					
						
						
							
							location admin: translations  
						
						 
						
						
						
						
					 
					
						2021-10-25 11:22:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						82a679c233 
					 
					
						
						
							
							improve location: admin menu  
						
						 
						
						
						
						
					 
					
						2021-10-25 11:16:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						21f463ccb9 
					 
					
						
						
							
							improve location: correct migration  
						
						 
						
						
						
						
					 
					
						2021-10-25 10:50:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						911e709a74 
					 
					
						
						
							
							improve location: customizeQuery  
						
						 
						
						
						
						
					 
					
						2021-10-25 09:34:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c46065d9c5 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/improve_location-fix-crud' into improve_location  
						
						 
						
						... 
						
						
						
						merge... 
						
						
					 
					
						2021-10-25 09:30:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						625c43c0b9 
					 
					
						
						
							
							improve location: form config  
						
						 
						
						
						
						
					 
					
						2021-10-25 09:27:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bae06fcc9c 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 106_tasks_to_parcours  
						
						 
						
						
						
						
					 
					
						2021-10-22 17:58:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2f053d3b5f 
					 
					
						
						
							
							Merge branch 'features/list-possible-user-referral-period' into 'master'  
						
						 
						
						... 
						
						
						
						Features/list possible user referral period
See merge request Chill-Projet/chill-bundles!180  
						
						
					 
					
						2021-10-22 15:54:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c4da6a436b 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 106_tasks_to_parcours  
						
						 
						
						
						
						
					 
					
						2021-10-22 17:52:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4d55b0582c 
					 
					
						
						
							
							change visibility of methods in LocationCotnroller  
						
						 
						
						
						
						
					 
					
						2021-10-22 17:25:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						693a2889bc 
					 
					
						
						
							
							fix query customization in crud controller  
						
						 
						
						
						
						
					 
					
						2021-10-22 17:24:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						913eb5f229 
					 
					
						
						
							
							admin location: filter items in twig  
						
						 
						
						
						
						
					 
					
						2021-10-22 14:13:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d009d09215 
					 
					
						
						
							
							some adjustments to the application of blur effect...incomplete  
						
						 
						
						
						
						
					 
					
						2021-10-22 12:35:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						8c96aae988 
					 
					
						
						
							
							location admin: menu for location admin  
						
						 
						
						
						
						
					 
					
						2021-10-22 12:30:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ece7ec032d 
					 
					
						
						
							
							location admin: correct missing dep  
						
						 
						
						
						
						
					 
					
						2021-10-22 12:21:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						154416cddf 
					 
					
						
						
							
							location admin: add active field on Location and LocationType  
						
						 
						
						
						
						
					 
					
						2021-10-22 12:14:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5869236af1 
					 
					
						
						
							
							merge remote into local branch issue fixed  
						
						 
						
						
						
						
					 
					
						2021-10-22 11:53:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7dc4590580 
					 
					
						
						
							
							location admin: show/ hide fields based on location type  
						
						 
						
						
						
						
					 
					
						2021-10-22 11:27:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e24fd8aff0 
					 
					
						
						
							
							location admin: improve admin crud for location  
						
						 
						
						
						
						
					 
					
						2021-10-22 10:01:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e9322e61d4 
					 
					
						
						
							
							location admin: admin crud for location  
						
						 
						
						
						
						
					 
					
						2021-10-21 21:39:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c38196006c 
					 
					
						
						
							
							confidential component created and added to personRenderBox on resourceItem and participationItem as demo. bug: eye icon only appears when clicking on the vue devtools extension in firefox?  
						
						 
						
						
						
						
					 
					
						2021-10-21 16:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a754bc0abe 
					 
					
						
						
							
							blur added to requestor in twig template  
						
						 
						
						
						
						
					 
					
						2021-10-21 16:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f09329daee 
					 
					
						
						
							
							blur logic implemented on view.html.twig of Person by means of example  
						
						 
						
						
						
						
					 
					
						2021-10-21 16:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b40ed48776 
					 
					
						
						
							
							restructuring files to /module  
						
						 
						
						
						
						
					 
					
						2021-10-21 16:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						97cf6e52ac 
					 
					
						
						
							
							first commit  
						
						 
						
						
						
						
					 
					
						2021-10-21 16:52:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						92843677f9 
					 
					
						
						
							
							location admin: add admin crud for location type  
						
						 
						
						
						
						
					 
					
						2021-10-21 16:30:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e06a98e70a 
					 
					
						
						
							
							user menu: remove useless commented lines (user menus are implemented in their own chill bundles  
						
						 
						
						
						
						
					 
					
						2021-10-21 13:48:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						821480c06f 
					 
					
						
						
							
							calendar: add a menu user entry  
						
						 
						
						
						
						
					 
					
						2021-10-21 13:47:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						db67ed3194 
					 
					
						
						
							
							rdv->calendar: add location  
						
						 
						
						
						
						
					 
					
						2021-10-20 22:04:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						8962c1c05f 
					 
					
						
						
							
							add fixture for location type  
						
						 
						
						
						
						
					 
					
						2021-10-20 21:46:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dded4fb804 
					 
					
						
						
							
							rename method  
						
						 
						
						
						
						
					 
					
						2021-10-20 20:50:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						02ca9add52 
					 
					
						
						
							
							refactor naming ReferralsAvailable => referralSuggestion  
						
						 
						
						
						
						
					 
					
						2021-10-20 20:49:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f138dc152 
					 
					
						
						
							
							show users as suggestions, not in constrained list  
						
						 
						
						
						
						
					 
					
						2021-10-20 19:59:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d1e2257db6 
					 
					
						
						
							
							fix merge request conflict for improve address  
						
						 
						
						
						
						
					 
					
						2021-10-20 15:52:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0a058bad82 
					 
					
						
						
							
							update list of referrers when loading and updating some parts of the course  
						
						 
						
						
						
						
					 
					
						2021-10-20 15:03:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4f21c7f219 
					 
					
						
						
							
							simplifiy filter order  
						
						 
						
						
						
						
					 
					
						2021-10-20 13:11:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c8762d2bc2 
					 
					
						
						
							
							list referral for an accompanying period  
						
						 
						
						
						
						
					 
					
						2021-10-20 13:10:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						94c91d5825 
					 
					
						
						
							
							simplifiy filter order  
						
						 
						
						
						
						
					 
					
						2021-10-20 13:09:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2227d5c66f 
					 
					
						
						
							
							translation fixed in master vendee branch  
						
						 
						
						
						
						
					 
					
						2021-10-18 16:56:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						47f7837ab2 
					 
					
						
						
							
							Merge branch 'issue97_rename_field' into 'master'  
						
						 
						
						... 
						
						
						
						utilisateur field label changed
See merge request Chill-Projet/chill-bundles!177  
						
						
					 
					
						2021-10-18 14:48:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f889d43f6c 
					 
					
						
						
							
							update changelog  
						
						 
						
						
						
						
					 
					
						2021-10-18 16:47:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eecb11436e 
					 
					
						
						
							
							field label for duration of activity  
						
						 
						
						
						
						
					 
					
						2021-10-18 15:33:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						220dafeb99 
					 
					
						
						
							
							utilisateur field label changed  
						
						 
						
						
						
						
					 
					
						2021-10-18 14:50:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8be11314c3 
					 
					
						
						
							
							Merge branch 'master' into HEAD  
						
						 
						
						
						
						
					 
					
						2021-10-18 13:49:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f89e92e88b 
					 
					
						
						
							
							Merge branch 'features/improve-admin-user-list'  
						
						 
						
						
						
						
					 
					
						2021-10-18 13:35:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						acdb4fdd36 
					 
					
						
						
							
							fixes in translation form admin  
						
						 
						
						
						
						
					 
					
						2021-10-18 13:34:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b73332c4a3 
					 
					
						
						
							
							show errors in ChillCollectionType  
						
						 
						
						
						
						
					 
					
						2021-10-18 13:33:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8fb5a1b5e8 
					 
					
						
						
							
							fixes in translation form admin  
						
						 
						
						
						
						
					 
					
						2021-10-18 13:33:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d494221d2 
					 
					
						
						
							
							confidential component created and added to personRenderBox on resourceItem and participationItem as demo. bug: eye icon only appears when clicking on the vue devtools extension in firefox?  
						
						 
						
						
						
						
					 
					
						2021-10-18 13:11:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						fcc8f67094 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-10-18 11:24:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						99b99de9be 
					 
					
						
						
							
							update CHANGELOG  
						
						 
						
						
						
						
					 
					
						2021-10-18 11:23:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						31fd9cee57 
					 
					
						
						
							
							update CHANGELOG  
						
						 
						
						
						
						
					 
					
						2021-10-18 11:21:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						809eb9643e 
					 
					
						
						
							
							Merge branch 'optimize_address' into 'master'  
						
						 
						
						... 
						
						
						
						Address: Optimize address
See merge request Chill-Projet/chill-bundles!170  
						
						
					 
					
						2021-10-18 09:17:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						89b0b94d22 
					 
					
						
						
							
							Merge branch 'feature/form-move-household-with-checkboxes' into 'master'  
						
						 
						
						... 
						
						
						
						rewrite form move household
See merge request Chill-Projet/chill-bundles!159  
						
						
					 
					
						2021-10-18 09:14:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e6e5bfee4f 
					 
					
						
						
							
							update changelog [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-10-15 17:46:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9cbac89cae 
					 
					
						
						
							
							handle leaving household  
						
						 
						
						
						
						
					 
					
						2021-10-15 17:43:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8f361567ff 
					 
					
						
						
							
							form as carrousel finalized  
						
						 
						
						
						
						
					 
					
						2021-10-15 16:40:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8c87eaa46f 
					 
					
						
						
							
							upgrading changelog  
						
						 
						
						
						
						
					 
					
						2021-10-15 15:46:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6565e3f8e3 
					 
					
						
						
							
							fix invisible selected item in multiselect  
						
						 
						
						
						
						
					 
					
						2021-10-15 15:37:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6876c23adb 
					 
					
						
						
							
							adapting vue_calendar to use Location  
						
						 
						
						
						
						
					 
					
						2021-10-15 15:28:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d86307327c 
					 
					
						
						
							
							fix error in LocationApiController customizeQuery  
						
						 
						
						
						
						
					 
					
						2021-10-15 14:12:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0e18a3ada9 
					 
					
						
						
							
							adding location hidden field in Calendar formType  
						
						 
						
						
						
						
					 
					
						2021-10-15 13:13:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4677fadf6f 
					 
					
						
						
							
							adding activity location in show template + translations  
						
						 
						
						
						
						
					 
					
						2021-10-15 13:11:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3e4cb41f7a 
					 
					
						
						
							
							vue_activity Location i18n translations  
						
						 
						
						
						
						
					 
					
						2021-10-15 12:49:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ada9efc75d 
					 
					
						
						
							
							filter list of locations on backend side (GET location endpoint)  
						
						 
						
						
						
						
					 
					
						2021-10-15 12:01:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d0dd99db9a 
					 
					
						
						
							
							fix Location POST endpoint and saveNewLocation event method in vue_activity Location  
						
						 
						
						
						
						
					 
					
						2021-10-15 11:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e6845326d7 
					 
					
						
						
							
							vue_activity location: add NewLocation fields, submit activity form with hidden field (+)  
						
						 
						
						
						
						
					 
					
						2021-10-15 09:09:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						61488e9876 
					 
					
						
						
							
							WIP test filtering elements on household [household editor]  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:05:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a4af30e542 
					 
					
						
						
							
							update changelog  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:05:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						58a8949cac 
					 
					
						
						
							
							download household on same address  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c179649c56 
					 
					
						
						
							
							load suggestion WIP  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						05b2b2f9b8 
					 
					
						
						
							
							Link between address and reference, and api endpoint to find household  
						
						 
						
						... 
						
						
						
						by address reference
* add a one-to-many link between address and address reference;
* update AddAddress.vue to add information on picked address reference;
* add an HouseholdACLAwareRepository, with a method to find household by
current address reference
* add an endpoint to retrieve household by address reference
* + tests 
						
						
					 
					
						2021-10-14 16:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6430de94a7 
					 
					
						
						
							
							try to fix button in controller issue  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						62d3bf8742 
					 
					
						
						
							
							do not allow to update address from an existing household  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0437e00dcd 
					 
					
						
						
							
							suggest only temporary addresses  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dc7bcb5233 
					 
					
						
						
							
							update changelog  
						
						 
						
						
						
						
					 
					
						2021-10-14 16:03:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b3bd4a5b49 
					 
					
						
						
							
							Merge branch 'fix-tests/fix-2021-10-14' into 'master'  
						
						 
						
						... 
						
						
						
						Fix tests with capitalization
See merge request Chill-Projet/chill-bundles!175  
						
						
					 
					
						2021-10-14 14:01:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4f940b44ad 
					 
					
						
						
							
							Fix tests with capitalization  
						
						 
						
						
						
						
					 
					
						2021-10-14 14:01:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a75f4015c7 
					 
					
						
						
							
							Merge branch 'features/thirdparty-improve-acl-collection' into 'master'  
						
						 
						
						... 
						
						
						
						3party, suite
See merge request Chill-Projet/chill-bundles!173  
						
						
					 
					
						2021-10-14 12:06:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eaeb6c18b0 
					 
					
						
						
							
							try to fix loading of reports fixtures  
						
						 
						
						
						
						
					 
					
						2021-10-14 13:57:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9a02665053 
					 
					
						
						
							
							some tweaks into PickAddressType  
						
						 
						
						
						
						
					 
					
						2021-10-14 13:54:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6fccc70e41 
					 
					
						
						
							
							add some doc [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-10-13 23:02:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						13b96637bb 
					 
					
						
						
							
							Refactor address vue app and create a PickAddressType  
						
						 
						
						
						
						
					 
					
						2021-10-13 22:58:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4d4662a634 
					 
					
						
						
							
							adding endpoint for LocationType. fetch types and add form fields.  
						
						 
						
						
						
						
					 
					
						2021-10-13 19:31:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b418d13190 
					 
					
						
						
							
							make somes changes on model: to manage isVisible field option + others  
						
						 
						
						
						
						
					 
					
						2021-10-13 15:47:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						48f3c440a2 
					 
					
						
						
							
							adding an API GET Location endpoint, fetch locations and list them in vue multiselect  
						
						 
						
						
						
						
					 
					
						2021-10-13 14:22:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						342c462ed7 
					 
					
						
						
							
							prepare vue Location component  
						
						 
						
						
						
						
					 
					
						2021-10-13 12:02:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						49b1b6f413 
					 
					
						
						
							
							vue_activity: add a Location sub-component, teleported in form  
						
						 
						
						
						
						
					 
					
						2021-10-13 09:56:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7c21818f00 
					 
					
						
						
							
							vue_activity: removing v-model in a multiselect (try to fix warning in console)  
						
						 
						
						
						
						
					 
					
						2021-10-13 09:54:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2d0895b83d 
					 
					
						
						
							
							calendar: remove useless bootstrap col classes  
						
						 
						
						
						
						
					 
					
						2021-10-13 09:24:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						01ff88074b 
					 
					
						
						
							
							add parent in thirdpartyrenderbox.vue  
						
						 
						
						
						
						
					 
					
						2021-10-12 17:50:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e570f5c28e 
					 
					
						
						
							
							adding Entities Location and LocationType (for activity/calendar) + doctrine migration  
						
						 
						
						
						
						
					 
					
						2021-10-12 17:38:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b84d0100e0 
					 
					
						
						
							
							create style for badge 3party and introduce in ThirdPartyRenderBox.vue  
						
						 
						
						
						
						
					 
					
						2021-10-12 17:32:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						88d073b9a9 
					 
					
						
						
							
							handle types and categories in a single select input  
						
						 
						
						
						
						
					 
					
						2021-10-12 15:52:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						210c199a35 
					 
					
						
						
							
							CHANGELOG: order addresses  
						
						 
						
						
						
						
					 
					
						2021-10-12 15:10:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e4a05a1812 
					 
					
						
						
							
							Address: order address in back-end  
						
						 
						
						
						
						
					 
					
						2021-10-12 15:09:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						82ae300bd9 
					 
					
						
						
							
							vue accourse banner: change "by" translation  
						
						 
						
						
						
						
					 
					
						2021-10-12 13:12:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						85538f74b7 
					 
					
						
						
							
							vue person renderbox, fix title  
						
						 
						
						
						
						
					 
					
						2021-10-12 13:12:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f1773997ce 
					 
					
						
						
							
							fix/adapt gender translation  
						
						 
						
						
						
						
					 
					
						2021-10-12 13:12:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ae7774ac39 
					 
					
						
						
							
							init household filiation page with hello world visjs graph  
						
						 
						
						
						
						
					 
					
						2021-10-12 09:55:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9eec15873e 
					 
					
						
						
							
							fixtures for civility: add abbreviations  
						
						 
						
						
						
						
					 
					
						2021-10-12 09:44:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e9192c5011 
					 
					
						
						
							
							adaptations for third party search  
						
						 
						
						
						
						
					 
					
						2021-10-12 09:37:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f4369553e1 
					 
					
						
						
							
							fix layout for address  
						
						 
						
						
						
						
					 
					
						2021-10-12 09:37:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bc608832c2 
					 
					
						
						
							
							fill changelog  
						
						 
						
						... 
						
						
						
						[ci-skip] 
						
						
					 
					
						2021-10-12 09:37:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						313c17826e 
					 
					
						
						
							
							translation of company & contact and show parent in list  
						
						 
						
						
						
						
					 
					
						2021-10-12 09:37:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						acbb33918f 
					 
					
						
						
							
							improve translation  
						
						 
						
						
						
						
					 
					
						2021-10-12 09:37:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cb29e1e8be 
					 
					
						
						
							
							Update CONVENTIONS.md [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-10-11 18:44:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						799ed0de5c 
					 
					
						
						
							
							Add new file  
						
						 
						
						
						
						
					 
					
						2021-10-11 18:43:39 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						76f84934d4 
					 
					
						
						
							
							update changelog with today release  
						
						 
						
						
						
						
					 
					
						2021-10-11 17:36:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						62c0410bf5 
					 
					
						
						
							
							address: sort cities by code and then by name + improve city display  
						
						 
						
						
						
						
					 
					
						2021-10-11 16:16:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f7954d5159 
					 
					
						
						
							
							address: sort address by street and street number  
						
						 
						
						
						
						
					 
					
						2021-10-11 16:05:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						992b320820 
					 
					
						
						
							
							replace continue instruction by equivalent break in switch  
						
						 
						
						
						
						
					 
					
						2021-10-11 15:01:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						47897b5fe3 
					 
					
						
						
							
							update changelog [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:54:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b5394a3de2 
					 
					
						
						
							
							use entity_render_string in titles  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:53:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2db9a98bfe 
					 
					
						
						
							
							fix bootstrapping listener for person capitalization name  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:53:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0c5e5ac672 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:42:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ffb99e26fb 
					 
					
						
						
							
							changelog correction  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:41:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a27b228a6f 
					 
					
						
						
							
							Merge branch 'features/thirdparty-improve-acl-collection'  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:31:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						abedf83dbd 
					 
					
						
						
							
							fix flushing after person creation  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:31:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						80a05f76ba 
					 
					
						
						
							
							update changelog [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:17:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						30fcdfd1f6 
					 
					
						
						
							
							addresses: remove duplicate in postal codes  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:15:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0dbff5a6a7 
					 
					
						
						
							
							rename tests for PickCenterType and desactivate them  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d7ae279101 
					 
					
						
						
							
							Create thirdparty on the fly with institution / contact  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						08764aa0b4 
					 
					
						
						
							
							improve layout of third parties in AddPerson  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c54edd8407 
					 
					
						
						
							
							fix civility repository namespace  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e465170c7b 
					 
					
						
						
							
							work on render box and list  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72e9346b6b 
					 
					
						
						
							
							fix loading third party  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0633fd812f 
					 
					
						
						
							
							handle kind as contacts  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4d71a1c630 
					 
					
						
						
							
							add possibility to generate filter/order elements, with only search box  
						
						 
						
						... 
						
						
						
						for now 
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e286acf9fe 
					 
					
						
						
							
							fix namespace  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7812442c9a 
					 
					
						
						
							
							page vue des tiers  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9a708ca618 
					 
					
						
						
							
							fix canonicalization and show only active children in form  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						58ddbfb67b 
					 
					
						
						
							
							remove occurences for ThirdPartyCivility  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2820ad83de 
					 
					
						
						
							
							add trigger for canonicalization and anonymouse flag on 3party  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ca3ced0308 
					 
					
						
						
							
							various improvements on 3party  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ea2c36c5e 
					 
					
						
						
							
							crudification for thirdparty  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a8edef13a3 
					 
					
						
						
							
							refactor centerType  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						05b9476a71 
					 
					
						
						
							
							crudification + corrections on thirdparty  
						
						 
						
						
						
						
					 
					
						2021-10-11 14:08:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cc7e38194f 
					 
					
						
						
							
							Merge branch 'submit_eventlistener' into 'master'  
						
						 
						
						... 
						
						
						
						Submit eventlistener
See merge request Chill-Projet/chill-bundles!171  
						
						
					 
					
						2021-10-11 07:41:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						78b651bdc4 
					 
					
						
						
							
							blur added to requestor in twig template  
						
						 
						
						
						
						
					 
					
						2021-10-08 23:44:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						487103375d 
					 
					
						
						
							
							blur logic implemented on view.html.twig of Person by means of example  
						
						 
						
						
						
						
					 
					
						2021-10-08 22:21:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bfe5e0f515 
					 
					
						
						
							
							Merge branch 'names_to_caps' into 'master'  
						
						 
						
						... 
						
						
						
						Names to caps
See merge request Chill-Projet/chill-bundles!167  
						
						
					 
					
						2021-10-08 16:43:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ed61398ea 
					 
					
						
						
							
							Merge branch '207_activity_bugfix' into 'master'  
						
						 
						
						... 
						
						
						
						option added to distinguish between edit and new action so that modification...
See merge request Chill-Projet/chill-bundles!168  
						
						
					 
					
						2021-10-08 16:43:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1eba6a35aa 
					 
					
						
						
							
							Merge branch 'master' into resume-page  
						
						 
						
						
						
						
					 
					
						2021-10-08 17:56:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						158fbfd241 
					 
					
						
						
							
							updating changelog  
						
						 
						
						
						
						
					 
					
						2021-10-08 17:43:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						02268792ba 
					 
					
						
						
							
							Activity: sharing badge-title include in list and in recent-list  
						
						 
						
						
						
						
					 
					
						2021-10-08 17:32:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						afe076041f 
					 
					
						
						
							
							rename recent_list to list_recent  
						
						 
						
						
						
						
					 
					
						2021-10-08 17:23:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						800ab896bc 
					 
					
						
						
							
							Activity, improve badge-title. Fix too long badges line break in a narrow inline wrapper.  
						
						 
						
						
						
						
					 
					
						2021-10-08 17:15:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						acbd6e761a 
					 
					
						
						
							
							address: zoom on postal code on select city  
						
						 
						
						
						
						
					 
					
						2021-10-08 15:51:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						cae3defedb 
					 
					
						
						
							
							address: zoom to postal code  
						
						 
						
						
						
						
					 
					
						2021-10-08 14:50:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8f889248fb 
					 
					
						
						
							
							fix some limits with float-button asset  
						
						 
						
						
						
						
					 
					
						2021-10-08 13:01:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e12e5798ea 
					 
					
						
						
							
							refactor activity list css styles (wip)  
						
						 
						
						
						
						
					 
					
						2021-10-08 13:01:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						52c1a01980 
					 
					
						
						
							
							Refactoring sass chill colors variables and badge mixins  
						
						 
						
						
						
						
					 
					
						2021-10-08 13:01:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						84189faae6 
					 
					
						
						
							
							Translation for Last Items  
						
						 
						
						
						
						
					 
					
						2021-10-08 13:01:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3a07fa4faf 
					 
					
						
						
							
							resume short list style abstraction for accourse-work and activities (wip)  
						
						 
						
						
						
						
					 
					
						2021-10-08 13:01:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c87eda32cb 
					 
					
						
						
							
							Merge branch 'improve_address' into 'master'  
						
						 
						
						... 
						
						
						
						Improve address
See merge request Chill-Projet/chill-bundles!169  
						
						
					 
					
						2021-10-08 10:40:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						78f66d4f14 
					 
					
						
						
							
							Address: Assign origin = 3 for postalCode created by users  
						
						 
						
						
						
						
					 
					
						2021-10-08 12:36:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						2d4b6d1dd1 
					 
					
						
						
							
							minor correction following MR review + Changelog  
						
						 
						
						
						
						
					 
					
						2021-10-08 12:14:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1ffff1f72c 
					 
					
						
						
							
							restructuring files to /module  
						
						 
						
						
						
						
					 
					
						2021-10-07 17:10:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8fca704f74 
					 
					
						
						
							
							adjustment so that altnames are fully capitalized  
						
						 
						
						
						
						
					 
					
						2021-10-07 17:05:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d524897838 
					 
					
						
						
							
							entrypoint added to webpack and js included in create template for person  
						
						 
						
						
						
						
					 
					
						2021-10-07 16:57:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fb05d892a2 
					 
					
						
						
							
							reorganization of files  
						
						 
						
						
						
						
					 
					
						2021-10-07 16:16:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						48e59bac79 
					 
					
						
						
							
							changelog updated  
						
						 
						
						
						
						
					 
					
						2021-10-07 15:50:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1ded5b7c01 
					 
					
						
						
							
							first commit  
						
						 
						
						
						
						
					 
					
						2021-10-07 14:18:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						665b0f8533 
					 
					
						
						
							
							postal code: adapt fixtures  
						
						 
						
						
						
						
					 
					
						2021-10-07 13:48:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						748fe28f8d 
					 
					
						
						
							
							postal code: rename fields to avoid confusion in load fixtures  
						
						 
						
						
						
						
					 
					
						2021-10-07 13:42:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						fd73fac1a8 
					 
					
						
						
							
							adapt migration  
						
						 
						
						
						
						
					 
					
						2021-10-07 12:32:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aa852ec924 
					 
					
						
						
							
							minor changes review: comments removed, logicexception, more test cases passed  
						
						 
						
						
						
						
					 
					
						2021-10-07 11:13:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d6958a835 
					 
					
						
						
							
							logic moved to controller instead of form  
						
						 
						
						
						
						
					 
					
						2021-10-07 10:56:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3770318e6a 
					 
					
						
						
							
							enlarge the loadpostalcode command to more fields  
						
						 
						
						
						
						
					 
					
						2021-10-06 21:48:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						24320cb702 
					 
					
						
						
							
							address: alter postalcode entity  
						
						 
						
						
						
						
					 
					
						2021-10-06 17:28:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7dd42c3fa2 
					 
					
						
						
							
							accented letters in majascule  
						
						 
						
						
						
						
					 
					
						2021-10-06 15:52:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b510d6a7f5 
					 
					
						
						
							
							option added to distinguish between edit and new action so that modification of activity with uactive type is possible  
						
						 
						
						
						
						
					 
					
						2021-10-06 14:07:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72d67624a2 
					 
					
						
						
							
							minor fixes  
						
						 
						
						
						
						
					 
					
						2021-10-06 12:49:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Julie Lenaerts 
							
						 
					 
					
						
						
							
						
						0c4ea81550 
					 
					
						
						
							
							eventListener created and tested for firstname, lastname and altnames  
						
						 
						
						
						
						
					 
					
						2021-10-06 12:16:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Julie Lenaerts 
							
						 
					 
					
						
						
							
						
						7d8f380050 
					 
					
						
						
							
							entity listener added to person to capitalize names  
						
						 
						
						
						
						
					 
					
						2021-10-05 13:57:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						af4cf55046 
					 
					
						
						
							
							start of entity listener for person name capitalization  
						
						 
						
						
						
						
					 
					
						2021-10-04 19:33:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ddbd6a9f23 
					 
					
						
						
							
							Merge branch 'improvements_acitivite_annexe' into 'master'  
						
						 
						
						... 
						
						
						
						Improvements acitivite annexe
See merge request Chill-Projet/chill-bundles!153  
						
						
					 
					
						2021-10-04 14:48:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b5eaea0e88 
					 
					
						
						
							
							Merge branch 'fixes/aside-activities-before-integration' into 'improvements_acitivite_annexe'  
						
						 
						
						... 
						
						
						
						Fixes/aside activities before integration
See merge request Chill-Projet/chill-bundles!165  
						
						
					 
					
						2021-10-04 14:35:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ed8a569fea 
					 
					
						
						
							
							remove obsolete test  
						
						 
						
						
						
						
					 
					
						2021-10-04 16:30:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c41bc7bef9 
					 
					
						
						
							
							prevent recursion  
						
						 
						
						
						
						
					 
					
						2021-10-04 16:16:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27dea97bc6 
					 
					
						
						
							
							fixes minor for admin aside activity  
						
						 
						
						
						
						
					 
					
						2021-10-04 15:55:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27125b838e 
					 
					
						
						
							
							various minor fixes in aside activities  
						
						 
						
						
						
						
					 
					
						2021-10-04 15:15:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						369a29af48 
					 
					
						
						
							
							accompanying course work, specific render for list page or resume page (wip)  
						
						 
						
						
						
						
					 
					
						2021-10-04 14:22:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c55631297 
					 
					
						
						
							
							Merge conflicts in translations.yaml resolved.  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   src/Bundle/ChillAsideActivityBundle/src/translations/messages.fr.yml
#   src/Bundle/ChillMainBundle/translations/messages.fr.yml 
						
						
					 
					
						2021-10-04 11:22:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cd6dec5082 
					 
					
						
						
							
							Display of aside activity title styling changed from badge to normal title display  
						
						 
						
						
						
						
					 
					
						2021-10-04 12:11:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						152a7de1dc 
					 
					
						
						
							
							section menu entries de-activated for role_admin  
						
						 
						
						
						
						
					 
					
						2021-10-04 12:09:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						da19f68440 
					 
					
						
						
							
							Title display of aside activities adjusted to display full title (parent > child > ...) Styling to be discussed  
						
						 
						
						
						
						
					 
					
						2021-10-04 11:20:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e895125d12 
					 
					
						
						
							
							view template replaced by CRUD view template  
						
						 
						
						
						
						
					 
					
						2021-10-04 10:47:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fe9b76a1fb 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						 
						
						
						
						
					 
					
						2021-10-04 10:17:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						baf9251000 
					 
					
						
						
							
							update changelog  
						
						 
						
						
						
						
					 
					
						2021-10-04 10:17:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						665b38d166 
					 
					
						
						
							
							fix details (translations, etc.)  
						
						 
						
						
						
						
					 
					
						2021-10-04 09:50:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9450d34af0 
					 
					
						
						
							
							Merge branch 'fix/center-type-show-hidden-when-no-center-reachable' into 'master'  
						
						 
						
						... 
						
						
						
						[CenterType] switch to hidden type with null value when no center is reachable
See merge request Chill-Projet/chill-bundles!162  
						
						
					 
					
						2021-10-03 19:23:24 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						42301c9df7 
					 
					
						
						
							
							Merge branch 'master' into 'fix/center-type-show-hidden-when-no-center-reachable'  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   CHANGELOG.md 
						
						
					 
					
						2021-10-03 19:19:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eb1a7b2374 
					 
					
						
						
							
							Merge branch 'fix/household-summary-show-comment-when-no-address' into 'master'  
						
						 
						
						... 
						
						
						
						[household summary] show comment form even if no address are registered
See merge request Chill-Projet/chill-bundles!163  
						
						
					 
					
						2021-10-03 19:17:44 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7f661f9022 
					 
					
						
						
							
							Merge branch 'master' into 'fix/household-summary-show-comment-when-no-address'  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   CHANGELOG.md 
						
						
					 
					
						2021-10-03 19:17:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						178ffdf6bf 
					 
					
						
						
							
							Merge branch 'feature/add-requestor-in-search-results' into 'master'  
						
						 
						
						... 
						
						
						
						Feature/add requestor in search results
See merge request Chill-Projet/chill-bundles!161  
						
						
					 
					
						2021-10-03 19:16:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5f0238f614 
					 
					
						
						
							
							Merge branch 'master' into 'feature/add-requestor-in-search-results'  
						
						 
						
						... 
						
						
						
						# Conflicts:
#   CHANGELOG.md 
						
						
					 
					
						2021-10-03 19:16:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cfaa64884d 
					 
					
						
						
							
							Merge branch 'fix/accept-sms-not-required' into 'master'  
						
						 
						
						... 
						
						
						
						[person form] accept sms is not required
See merge request Chill-Projet/chill-bundles!160  
						
						
					 
					
						2021-10-03 19:14:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						faba2b67eb 
					 
					
						
						
							
							updating changelog  
						
						 
						
						
						
						
					 
					
						2021-10-01 21:20:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a981661ea5 
					 
					
						
						
							
							resume, list associated_persons : improve design, hover effects  
						
						 
						
						
						
						
					 
					
						2021-10-01 21:14:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3a3baa79c8 
					 
					
						
						
							
							resume: list associated persons sorted by household. add method in entity  
						
						 
						
						
						
						
					 
					
						2021-10-01 20:48:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e35f002f2b 
					 
					
						
						
							
							improvements based on draft review of MR 153  
						
						 
						
						
						
						
					 
					
						2021-10-01 19:05:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fbd17a1de6 
					 
					
						
						
							
							OnTheFly: adding displayBadge option to replace button by badge  
						
						 
						
						... 
						
						
						
						When using displayBadge=true, you need to pass buttonText=string with badge content.
Limitation: onTheFly cannot use directly PersonRenderBox to display badge,
because it don't have person object in props ! 
						
						
					 
					
						2021-10-01 18:46:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						77d86d3836 
					 
					
						
						
							
							[household summary] show comment form even if no address are registered  
						
						 
						
						
						
						
					 
					
						2021-10-01 16:53:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eb11597f9c 
					 
					
						
						
							
							[CenterType] switch to hidden type with null value when no center is  
						
						 
						
						... 
						
						
						
						reachable 
						
						
					 
					
						2021-10-01 16:38:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						daa8b03c8b 
					 
					
						
						
							
							Merge branch 'onTheFly' into resume_accourse  
						
						 
						
						
						
						
					 
					
						2021-10-01 14:11:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ee679a3b3 
					 
					
						
						
							
							fix vue syntax error  
						
						 
						
						
						
						
					 
					
						2021-10-01 14:11:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8791c78426 
					 
					
						
						
							
							Merge branch 'onTheFly' into resume_accourse  
						
						 
						
						
						
						
					 
					
						2021-10-01 14:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						abd60f7ddf 
					 
					
						
						
							
							resume: include _insert_vue_onthefly template  
						
						 
						
						
						
						
					 
					
						2021-10-01 14:06:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75348f6ba7 
					 
					
						
						
							
							otf: add data attributes and pass them in vue component  
						
						 
						
						
						
						
					 
					
						2021-10-01 14:03:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75a06d6896 
					 
					
						
						
							
							Merge branch 'onTheFly' into resume_accourse  
						
						 
						
						
						
						
					 
					
						2021-10-01 13:12:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						65782d3a6b 
					 
					
						
						
							
							fix js syntax  
						
						 
						
						
						
						
					 
					
						2021-10-01 13:11:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1dc01fa8e2 
					 
					
						
						
							
							create OnTheFly rootComponent structure, and twig include template to insert it  
						
						 
						
						
						
						
					 
					
						2021-10-01 13:08:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						db9a203df0 
					 
					
						
						
							
							otf: prepare to create vue root component: moving files  
						
						 
						
						
						
						
					 
					
						2021-10-01 12:18:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2a7e3c0334 
					 
					
						
						
							
							resume: display associated persons from accourse  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:55:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ad72904aa9 
					 
					
						
						
							
							resume accourse: simplify alerts with simple link to edit page  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:41:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0b57b3c74d 
					 
					
						
						
							
							Merge branch 'master' into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:38:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8c0abbc5cd 
					 
					
						
						
							
							updating changelog  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:37:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						461b96ea37 
					 
					
						
						
							
							duplicate templates deleted  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:32:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fc237db98a 
					 
					
						
						
							
							fix: wrong template rendered for new course task  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:32:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						43daab1f7b 
					 
					
						
						
							
							transition button added to listitems of course tasks  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:32:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						85e8fe59a4 
					 
					
						
						
							
							changes to TaskVoter reinstated, mistake made in conflict resolvement  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:18:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c42b7c014b 
					 
					
						
						
							
							udpate changelog [ci-skip]  
						
						 
						
						
						
						
					 
					
						2021-10-01 11:00:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						262fefa92f 
					 
					
						
						
							
							access granted condition lifted temporarily to show the 'add new task' button on index page for Person  
						
						 
						
						
						
						
					 
					
						2021-10-01 10:52:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1403ee2ba5 
					 
					
						
						
							
							redirect after submit bug fixed for edit and delete when coming from show.html.twig  
						
						 
						
						
						
						
					 
					
						2021-10-01 10:49:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						548247188f 
					 
					
						
						
							
							temporarily lifted scope validation, currently no scopes in select list to be selected  
						
						 
						
						
						
						
					 
					
						2021-10-01 10:49:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6a34046e93 
					 
					
						
						
							
							comments deleted, notations adjusted, ...  
						
						 
						
						
						
						
					 
					
						2021-10-01 10:47:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						88b8ff86d1 
					 
					
						
						
							
							reorganize templates for a better structure  
						
						 
						
						
						
						
					 
					
						2021-10-01 10:45:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0d5d4b3f05 
					 
					
						
						
							
							add accompanying period where the person is requestor + badge in results  
						
						 
						
						
						
						
					 
					
						2021-10-01 09:50:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a3e43fcaaa 
					 
					
						
						
							
							[person form] accept sms is not required  
						
						 
						
						
						
						
					 
					
						2021-09-30 23:27:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4047399b76 
					 
					
						
						
							
							otf: comments to remember things to improve  
						
						 
						
						
						
						
					 
					
						2021-09-30 21:22:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c9d352c46 
					 
					
						
						
							
							otf: post/patch thirdparty ok, with addAddress creation/edition  
						
						 
						
						
						
						
					 
					
						2021-09-30 21:11:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a316cb9568 
					 
					
						
						
							
							otf: manage address in edit/create form (wip)  
						
						 
						
						
						
						
					 
					
						2021-09-30 15:46:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						14539f6f88 
					 
					
						
						
							
							Merge branch 'onTheFly' into thirdparty  
						
						 
						
						
						
						
					 
					
						2021-09-30 15:13:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						92e6506ecb 
					 
					
						
						
							
							tp: adapt controller/entity/formtype to works with new ACL (TO BE CHECKED)  
						
						 
						
						... 
						
						
						
						* rename type by types -> getTypes() getter
* adapt controller to fix centers errors
* remove voteOnAttribute return always true in voter 
						
						
					 
					
						2021-09-30 15:03:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						59fed905e9 
					 
					
						
						
							
							AddAddress: in onlyButton case, button is not in ul.record_actions  
						
						 
						
						
						
						
					 
					
						2021-09-30 15:02:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						577d665f09 
					 
					
						
						
							
							batch replace hideAddress option by onlyButton  
						
						 
						
						
						
						
					 
					
						2021-09-30 14:36:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cc258ba164 
					 
					
						
						
							
							templates added for transition of course task and taskcontroller adapted to show correct template  
						
						 
						
						
						
						
					 
					
						2021-09-30 14:24:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d69e48787 
					 
					
						
						
							
							more conformity between URL's single-task  
						
						 
						
						
						
						
					 
					
						2021-09-30 14:22:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						decc3c7463 
					 
					
						
						
							
							otf: replace button by link in show modale  
						
						 
						
						
						
						
					 
					
						2021-09-30 13:44:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1eb8d04a32 
					 
					
						
						
							
							fix property into json body with endpoint PATCH thirdparty  
						
						 
						
						
						
						
					 
					
						2021-09-30 13:23:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2f60ab4d17 
					 
					
						
						
							
							fix chill_resolve_center in person banner when n centers > 1  
						
						 
						
						
						
						
					 
					
						2021-09-30 12:35:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3cf9920718 
					 
					
						
						
							
							Merge branch 'master' into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-30 12:08:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						f1f13996f9 
					 
					
						
						
							
							fix: Fix missing parameter.  
						
						 
						
						
						
						
					 
					
						2021-09-30 12:07:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						29838a4d8e 
					 
					
						
						
							
							Merge branch 'onTheFly' of gitlab.com:Chill-Projet/chill-bundles into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-30 12:04:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e9b1f442bc 
					 
					
						
						
							
							api docs adjusted to patch/post address on thirdparty  
						
						 
						
						
						
						
					 
					
						2021-09-30 12:02:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e2feea15f9 
					 
					
						
						
							
							stash commit  
						
						 
						
						
						
						
					 
					
						2021-09-30 11:57:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						14a13c7bd5 
					 
					
						
						
							
							CourseLocation: improve warning alerts  
						
						 
						
						... 
						
						
						
						manually cherrypick from 5b0b1441d3c7ef0717f21adac8566e1beb1af52c on local branch resume_accourse 
						
						
					 
					
						2021-09-30 11:55:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5a37bfd1a0 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						 
						
						
						
						
					 
					
						2021-09-30 11:51:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bd7f2d997e 
					 
					
						
						
							
							fix link to edit in wopi  
						
						 
						
						
						
						
					 
					
						2021-09-30 11:51:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						309fe40564 
					 
					
						
						
							
							Merge branch 'accourse_impr' into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-30 11:43:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						f8f019cfe6 
					 
					
						
						
							
							fix: Fix bug in getSize() method.  
						
						 
						
						
						
						
					 
					
						2021-09-30 11:09:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						460f0daf0a 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-09-29 23:53:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5de05c0ee9 
					 
					
						
						
							
							Merge branch 'master' into accourse_impr  
						
						 
						
						
						
						
					 
					
						2021-09-29 23:51:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						7f721da08a 
					 
					
						
						
							
							fix: Remove obsolete code.  
						
						 
						
						
						
						
					 
					
						2021-09-29 22:38:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						9a34aa59bb 
					 
					
						
						
							
							fix: Add missing dependency.  
						
						 
						
						
						
						
					 
					
						2021-09-29 21:50:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						00259dae20 
					 
					
						
						
							
							fix: Update ChillDocumentManager::getSize().  
						
						 
						
						
						
						
					 
					
						2021-09-29 21:46:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						fb8b8b354f 
					 
					
						
						
							
							refactor: Update Wopi::checkFileInfo() so it can authenticate users from access token.  
						
						 
						
						
						
						
					 
					
						2021-09-29 20:25:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d8c34c3089 
					 
					
						
						
							
							otf: thirdparty corrections  
						
						 
						
						
						
						
					 
					
						2021-09-29 19:53:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						74b649fb2c 
					 
					
						
						
							
							no location button for requestor  
						
						 
						
						
						
						
					 
					
						2021-09-29 19:30:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bac8e8d0b8 
					 
					
						
						
							
							cleaning  
						
						 
						
						
						
						
					 
					
						2021-09-29 19:27:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						008a10dab8 
					 
					
						
						
							
							otf: patch person and thirdparty from the store, emit parent method saveFormOnTheFly()  
						
						 
						
						
						
						
					 
					
						2021-09-29 17:47:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a2df3c8144 
					 
					
						
						
							
							rdv avant échanges dans le menu  
						
						 
						
						
						
						
					 
					
						2021-09-29 16:04:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d8444455c0 
					 
					
						
						
							
							Merge branch 'feature/form-move-household-with-checkboxes'  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:43:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c793159593 
					 
					
						
						
							
							quick fix stored boject  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:27:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						26140de7de 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:15:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2c1d3d08c3 
					 
					
						
						
							
							temporary stored object fixes  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:15:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						86c2a5c3e8 
					 
					
						
						
							
							fix: Update ChillDocumentManager. Fix statuscode and return types.  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:07:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9420c34f58 
					 
					
						
						
							
							Merge branch 'onTheFly' of gitlab.com:Chill-Projet/chill-bundles into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:05:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d94fec3352 
					 
					
						
						
							
							Merge branch 'onTheFly' of gitlab.com:Chill-Projet/chill-bundles into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:03:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ba98283348 
					 
					
						
						
							
							fix specs.yaml indentation  
						
						 
						
						
						
						
					 
					
						2021-09-29 15:02:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bfd95bff39 
					 
					
						
						
							
							otf: add patch api endpoint for person and thirdparty  
						
						 
						
						
						
						
					 
					
						2021-09-29 14:57:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						664fcd07ef 
					 
					
						
						
							
							fix: Update StoredObject uuid property.  
						
						 
						
						
						
						
					 
					
						2021-09-29 14:52:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a8df0070e8 
					 
					
						
						
							
							Merge branch 'onTheFly' of gitlab.com:Chill-Projet/chill-bundles into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-29 14:47:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						440e21a83b 
					 
					
						
						
							
							Merge branch 'onTheFly' of gitlab.com:Chill-Projet/chill-bundles into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-29 14:40:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8c2d211661 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						 
						
						
						
						
					 
					
						2021-09-29 14:29:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f2ebb1f33c 
					 
					
						
						
							
							PATCH added for person endpoint  
						
						 
						
						
						
						
					 
					
						2021-09-29 14:22:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c53636c40b 
					 
					
						
						
							
							Merge branch 'refactor/sync-wopi' into 'master'  
						
						 
						
						... 
						
						
						
						Refactor and synchronize WOPI packages
See merge request Chill-Projet/chill-bundles!157  
						
						
					 
					
						2021-09-29 12:05:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0ec095b59a 
					 
					
						
						
							
							allow to remove / update address in household member editor  
						
						 
						
						
						
						
					 
					
						2021-09-29 13:57:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						86c5376cc2 
					 
					
						
						
							
							bypass ACL restriction  
						
						 
						
						... 
						
						
						
						fix response 500 when otf create new person 
						
						
					 
					
						2021-09-29 13:35:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0e54b8cdf0 
					 
					
						
						
							
							add a changelog  
						
						 
						
						
						
						
					 
					
						2021-09-29 13:26:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						53e82f1b2a 
					 
					
						
						
							
							store created address into new household  
						
						 
						
						
						
						
					 
					
						2021-09-29 12:54:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f4999548ac 
					 
					
						
						
							
							handle suggestion in addAddress component  
						
						 
						
						
						
						
					 
					
						2021-09-29 12:48:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						302f60e722 
					 
					
						
						
							
							addAddress: remove commented old method  
						
						 
						
						
						
						
					 
					
						2021-09-29 12:14:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5b7484b1ce 
					 
					
						
						
							
							Merge branch 'onTheFly' of gitlab.com:Chill-Projet/chill-bundles into onTheFly  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:42:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fc1dd499c4 
					 
					
						
						
							
							POST, PUT, PATCH working for thirdparty and added to swagger. Assert for 'centers'(temporarily) removed from thirdparty entity  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:41:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3824a380ff 
					 
					
						
						
							
							otf: prepare with debug (wip)  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:37:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						315253589e 
					 
					
						
						
							
							create api endpoint for duplciating address  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:32:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						af24637dc4 
					 
					
						
						
							
							update return type for prepare client trait  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:31:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0fe248320d 
					 
					
						
						
							
							OnTheFly (otf): fix clickable radio tab on create modal  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:21:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a26d278510 
					 
					
						
						
							
							comment console.log  
						
						 
						
						
						
						
					 
					
						2021-09-29 11:21:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9641fd3fcc 
					 
					
						
						
							
							WIP add address to new household  
						
						 
						
						
						
						
					 
					
						2021-09-28 23:06:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2b3c4b7af9 
					 
					
						
						
							
							fix boundary in getCurrentMembers/getNonCurrentMembers  
						
						 
						
						
						
						
					 
					
						2021-09-28 23:06:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8853359405 
					 
					
						
						
							
							remove dump  
						
						 
						
						... 
						
						
						
						(cherry picked from commit e2230409b8 ) 
						
						
					 
					
						2021-09-28 19:38:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						704ec76ca4 
					 
					
						
						
							
							rewrite the destination for household / leave household  
						
						 
						
						
						
						
					 
					
						2021-09-28 21:35:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						6020ee2cb2 
					 
					
						
						
							
							chore: Update .editorconfig file.  
						
						 
						
						
						
						
					 
					
						2021-09-28 20:35:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						ba53ce40fa 
					 
					
						
						
							
							Add migration file.  
						
						 
						
						
						
						
					 
					
						2021-09-28 20:32:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						ab845d4569 
					 
					
						
						
							
							Synchronize ChillWopiBundle with latest upstream WOPI packages.  
						
						 
						
						
						
						
					 
					
						2021-09-28 17:50:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						dcb92b1378 
					 
					
						
						
							
							Update StoredObject entity.  
						
						 
						
						
						
						
					 
					
						2021-09-28 17:49:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						59fcd1e96b 
					 
					
						
						
							
							Update local ChillDocStore composer.json.  
						
						 
						
						
						
						
					 
					
						2021-09-28 17:40:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						0aec2fc1d1 
					 
					
						
						
							
							Update local ChillWopiBundle composer.json.  
						
						 
						
						
						
						
					 
					
						2021-09-28 17:39:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						e43ae56e73 
					 
					
						
						
							
							Update root composer.json.  
						
						 
						
						
						
						
					 
					
						2021-09-28 17:39:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3040ed9483 
					 
					
						
						
							
							tp onthefly: add add-address (wip)  
						
						 
						
						
						
						
					 
					
						2021-09-28 16:26:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						adc94aaeea 
					 
					
						
						
							
							javascript syntax correction  
						
						 
						
						
						
						
					 
					
						2021-09-28 16:26:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c5fa1b883c 
					 
					
						
						
							
							onthefly: adding tp i18n file  
						
						 
						
						
						
						
					 
					
						2021-09-28 16:25:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						644d0420ce 
					 
					
						
						
							
							creation of endpoints POST, PUT, PATCH, but still errors  
						
						 
						
						
						
						
					 
					
						2021-09-28 16:23:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e2230409b8 
					 
					
						
						
							
							remove dump  
						
						 
						
						
						
						
					 
					
						2021-09-28 15:59:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						472866ce91 
					 
					
						
						
							
							fix search by birthdate  
						
						 
						
						
						
						
					 
					
						2021-09-28 15:54:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d5d12c4a17 
					 
					
						
						
							
							fix tests for user controller  
						
						 
						
						
						
						
					 
					
						2021-09-28 15:54:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e72ba4c940 
					 
					
						
						
							
							bypass ACL restriction  
						
						 
						
						
						
						
					 
					
						2021-09-28 15:34:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ca7ba90717 
					 
					
						
						
							
							hotfix: repair creation activity (was an error linked to ListenToActivityCreate)  
						
						 
						
						
						
						
					 
					
						2021-09-28 14:53:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f3ba3aeed9 
					 
					
						
						
							
							Merge branch 'master' into thirdparty  
						
						 
						
						
						
						
					 
					
						2021-09-28 14:47:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cb4059e5c3 
					 
					
						
						
							
							comment out use of voter for menu entry, new way of handling rights?  
						
						 
						
						
						
						
					 
					
						2021-09-28 14:37:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c791c48248 
					 
					
						
						
							
							tp: adapt to new ACL interface (wip)  
						
						 
						
						
						
						
					 
					
						2021-09-28 14:06:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8411c909ff 
					 
					
						
						
							
							notation modifications  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:55:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						41fc41b1da 
					 
					
						
						
							
							migration namespace adjusted  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:55:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cb5b45cbe8 
					 
					
						
						
							
							autowire and configure MenuBuilder  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:55:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c47a35457 
					 
					
						
						
							
							Fix SingleTaskListType  
						
						 
						
						... 
						
						
						
						accompanyingCourse also defined as a form option 
						
						
					 
					
						2021-09-28 12:55:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						34dd35f2e2 
					 
					
						
						
							
							Changed name of PersonMenuBuilder  
						
						 
						
						... 
						
						
						
						More general name since it also contains the AccompanyingPeriod task menu entry now. 
						
						
					 
					
						2021-09-28 12:55:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6e3ce06fcf 
					 
					
						
						
							
							new/show/edit/delete/list functionality added for accompanyingperiod task  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:55:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						537518b66f 
					 
					
						
						
							
							controller and templates adapted to display list of accompanying period tasks + detailpage of task  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:53:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4ad9714e8b 
					 
					
						
						
							
							Menu entry added in PersonMenuBuilder of taskbundle. Removed from menubuilder in Personbundle. Rename file, PersonMenuBuilder to MenuBuilder?  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:53:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5a936cd20b 
					 
					
						
						
							
							templates + controller further adapted to work with accompanyingCourse. new and show methods don't work yet due to authorization/voter issues  
						
						 
						
						... 
						
						
						
						templates adapted for use with accompanyingCourse tasks also 
						
						
					 
					
						2021-09-28 12:53:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1fb14834b7 
					 
					
						
						
							
							tasks added to accompanyingCourse menu  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:53:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						53fc5b8399 
					 
					
						
						
							
							adaptation of newTask() method in singleTaskController  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:49:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8318458805 
					 
					
						
						
							
							relation between task and accompanyingcourse created  
						
						 
						
						
						
						
					 
					
						2021-09-28 12:49:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5da332a06e 
					 
					
						
						
							
							fix error on previous commit, when creating new accourse  
						
						 
						
						
						
						
					 
					
						2021-09-27 13:14:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eb89fa2cd4 
					 
					
						
						
							
							CourseLocation: replace in accourse vue component the old resume _warning_address.html.twig message  
						
						 
						
						
						
						
					 
					
						2021-09-27 13:03:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						82db55cfec 
					 
					
						
						
							
							CourseLocation: change add-address key, cleaning add-address options  
						
						 
						
						
						
						
					 
					
						2021-09-27 11:18:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						349a0e69f1 
					 
					
						
						
							
							accourse: add warning alert box in each bloc with minimum confirm conditions  
						
						 
						
						
						
						
					 
					
						2021-09-27 10:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4de106ec30 
					 
					
						
						
							
							accourse service: improve styles of checkboxes list  
						
						 
						
						
						
						
					 
					
						2021-09-27 10:21:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9851efa804 
					 
					
						
						
							
							fix deathdate not inialized  
						
						 
						
						
						
						
					 
					
						2021-09-24 16:54:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						327fcbef8b 
					 
					
						
						
							
							Merge branch 'review_documents_accourse' into 'master'  
						
						 
						
						... 
						
						
						
						Review documents accourse
See merge request Chill-Projet/chill-bundles!154  
						
						
					 
					
						2021-09-24 14:52:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d60b6aa3c4 
					 
					
						
						
							
							fix phpunit  
						
						 
						
						
						
						
					 
					
						2021-09-24 16:45:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f0d0f16d3c 
					 
					
						
						
							
							fix namespace in migration files  
						
						 
						
						
						
						
					 
					
						2021-09-24 16:36:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						832c7bab9f 
					 
					
						
						
							
							last migration deleted: duplicate  
						
						 
						
						
						
						
					 
					
						2021-09-24 16:20:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						78b56dc32d 
					 
					
						
						
							
							attempt to fix migrations  
						
						 
						
						
						
						
					 
					
						2021-09-24 16:04:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6301c4c10b 
					 
					
						
						
							
							optimisation twig template  
						
						 
						
						
						
						
					 
					
						2021-09-24 14:42:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b87c995d22 
					 
					
						
						
							
							fix UserMenuBuilder so that menu entry is not visible for admin menu  
						
						 
						
						
						
						
					 
					
						2021-09-24 14:42:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						960db6aefc 
					 
					
						
						
							
							fast aside activity creation implemented  
						
						 
						
						
						
						
					 
					
						2021-09-24 14:41:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						62f8d2c01d 
					 
					
						
						
							
							fixes quick for accompanying cours edocument voter  
						
						 
						
						
						
						
					 
					
						2021-09-24 13:51:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						388db459bf 
					 
					
						
						
							
							Merge branch 'admin-for-users' into 'master'  
						
						 
						
						... 
						
						
						
						improve admin for users
See merge request Chill-Projet/chill-bundles!150  
						
						
					 
					
						2021-09-24 10:35:09 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d1e28b1afc 
					 
					
						
						
							
							Merge branch '107_documents_parcours' into 'master'  
						
						 
						
						... 
						
						
						
						107 ajouter documents aux parcours
See merge request Chill-Projet/chill-bundles!151  
						
						
					 
					
						2021-09-24 10:33:11 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d3bf64a00c 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into HEAD  
						
						 
						
						
						
						
					 
					
						2021-09-24 12:32:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						84223316c4 
					 
					
						
						
							
							Merge branch 'master' into improve_address  
						
						 
						
						
						
						
					 
					
						2021-09-24 11:31:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f07e6a272 
					 
					
						
						
							
							Address: fetch POST valid dates when applying changes from datePane  
						
						 
						
						
						
						
					 
					
						2021-09-24 11:22:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						47d6270b7f 
					 
					
						
						
							
							Merge commit 'a9ce72034be03f5c84799f5982f97f515900504a'  
						
						 
						
						
						
						
					 
					
						2021-09-24 10:37:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1d4b1d852f 
					 
					
						
						
							
							improve layout for admin  
						
						 
						
						
						
						
					 
					
						2021-09-24 10:35:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						430177f0c7 
					 
					
						
						
							
							some finalisation for admin user  
						
						 
						
						
						
						
					 
					
						2021-09-24 10:35:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72b1916da8 
					 
					
						
						
							
							continue CRUD user  
						
						 
						
						
						
						
					 
					
						2021-09-24 10:35:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b5c2dd7bd2 
					 
					
						
						
							
							fix-admin and crudify user admin  
						
						 
						
						
						
						
					 
					
						2021-09-24 10:35:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a9ce72034b 
					 
					
						
						
							
							Merge branch 'fix-tests/rdv-2' into 'features/rdv'  
						
						 
						
						... 
						
						
						
						Fix tests/rdv 2
See merge request Chill-Projet/chill-bundles!147  
						
						
					 
					
						2021-09-24 08:33:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f93c2d8d32 
					 
					
						
						
							
							Merge branch 'fix/use-autoconfigure-and-autowire' into 'master'  
						
						 
						
						... 
						
						
						
						Update controller and the way they are autoloaded
See merge request Chill-Projet/chill-bundles!149  
						
						
					 
					
						2021-09-24 08:33:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						463b615595 
					 
					
						
						
							
							Aside Activity: improve french translations  
						
						 
						
						
						
						
					 
					
						2021-09-24 09:13:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						95e0198952 
					 
					
						
						
							
							Address: twig insert, complete options for use cases  
						
						 
						
						
						
						
					 
					
						2021-09-23 16:22:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f93c13234a 
					 
					
						
						
							
							accourse stickyNav: insert a component, replace deprecated anchor name by id  
						
						 
						
						
						
						
					 
					
						2021-09-23 16:20:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ee3776288b 
					 
					
						
						
							
							vue_accourse, resources bloc: change for flex-bloc placement  
						
						 
						
						
						
						
					 
					
						2021-09-23 15:52:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						694213e79a 
					 
					
						
						
							
							household banner: don't limit maximum number of members  
						
						 
						
						
						
						
					 
					
						2021-09-23 15:45:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a28c996164 
					 
					
						
						
							
							stash commit 2  
						
						 
						
						
						
						
					 
					
						2021-09-23 14:55:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						05c5eaa925 
					 
					
						
						
							
							stash commit  
						
						 
						
						
						
						
					 
					
						2021-09-23 14:54:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d4116a4659 
					 
					
						
						
							
							Merge branch 'master' into improvements_acitivite_annexe  
						
						 
						
						
						
						
					 
					
						2021-09-23 14:39:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6b91808987 
					 
					
						
						
							
							fix error with doctrine:fixtures:load  
						
						 
						
						
						
						
					 
					
						2021-09-23 14:08:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d5f1de1fbc 
					 
					
						
						
							
							Merge branch 'master' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:56:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fa9b571d6b 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:46:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d172ae9682 
					 
					
						
						
							
							rdv -> activity: add comment  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1a6c37e5a6 
					 
					
						
						
							
							rdv->activity: create event for storing the linked activity to a calendar  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						99f2692684 
					 
					
						
						
							
							activity: correction of displaying activity when durationTime or travelTime is null  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c6bbe46bae 
					 
					
						
						
							
							rdv: rdv -> activity: fix some bugs (duplicate person var name, case keys are missing)  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						17036e83ba 
					 
					
						
						
							
							rdv: rdv-> activity: convert some fields  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e8d8a57b4b 
					 
					
						
						
							
							rdv: rdv -> activity: pass calendar data to new activity controller  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3385cb2dda 
					 
					
						
						
							
							rdv: rename twig view file  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5b81bffcf6 
					 
					
						
						
							
							rdv: twig - headings change  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						27674985bd 
					 
					
						
						
							
							rdv: add pagination in calendar item list + refactor list views  
						
						 
						
						
						
						
					 
					
						2021-09-23 13:43:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3c3baed1ce 
					 
					
						
						
							
							Merge branch 'features/allow-customize-acl' into 'master'  
						
						 
						
						... 
						
						
						
						Features/allow customize acl
See merge request Chill-Projet/chill-bundles!140  
						
						
					 
					
						2021-09-23 11:33:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						efd9380d13 
					 
					
						
						
							
							Address use next/previous button if datePane and if context new  
						
						 
						
						
						
						
					 
					
						2021-09-23 12:32:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0808f5a6f3 
					 
					
						
						
							
							Address datePane: convert selectedAddress to pass and view it with addressRenderBox  
						
						 
						
						
						
						
					 
					
						2021-09-23 11:51:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1c568a75ec 
					 
					
						
						
							
							Address: pass useDatePane option in showPane addressRenderBox, display dates in showPane  
						
						 
						
						
						
						
					 
					
						2021-09-23 11:07:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e7676c5c2e 
					 
					
						
						
							
							display address renderbox on datePane (wip)  
						
						 
						
						
						
						
					 
					
						2021-09-23 10:34:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a8024ba38f 
					 
					
						
						
							
							Address datePane: validTo date display and format  
						
						 
						
						
						
						
					 
					
						2021-09-23 10:34:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d994612987 
					 
					
						
						
							
							change buttons apparence for datePane back to editPane  
						
						 
						
						
						
						
					 
					
						2021-09-23 10:34:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3ee0f4bf20 
					 
					
						
						
							
							datePane, back to previous editPane  
						
						 
						
						
						
						
					 
					
						2021-09-23 10:34:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						15897b4f33 
					 
					
						
						
							
							asideactivity category entity changed to have parent and children properties  
						
						 
						
						
						
						
					 
					
						2021-09-22 20:35:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ca86eb3c56 
					 
					
						
						
							
							disable datePane with courseLocation  
						
						 
						
						
						
						
					 
					
						2021-09-22 20:34:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						14fdeac4fd 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-22 20:32:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						98f1f19e9a 
					 
					
						
						
							
							courseLocation: commit context addressId change when remove PersonLocation (fix bad address in editPane)  
						
						 
						
						
						
						
					 
					
						2021-09-22 20:27:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4630e2b80c 
					 
					
						
						
							
							remove unused and comment console log  
						
						 
						
						
						
						
					 
					
						2021-09-22 20:26:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d99e261e1 
					 
					
						
						
							
							CourseLocation: load initAddressContext() earlier allow AddAddress to getInitialAddress() (fix)  
						
						 
						
						
						
						
					 
					
						2021-09-22 19:41:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f7ec87e012 
					 
					
						
						
							
							Address: hideAddress option mask too loading and alerts  
						
						 
						
						
						
						
					 
					
						2021-09-22 19:26:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0ed2dc8b13 
					 
					
						
						
							
							Address: courseLocation, update addressId when commit context in store  
						
						 
						
						
						
						
					 
					
						2021-09-22 19:25:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d52ab2188c 
					 
					
						
						
							
							Address: fix callback function when called by another component (CourseLocation and HouseholdMembersEditor)  
						
						 
						
						
						
						
					 
					
						2021-09-22 18:48:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4768785bb5 
					 
					
						
						
							
							Address: improve forceRedirect condition, if backUrl is null or undefined  
						
						 
						
						
						
						
					 
					
						2021-09-22 18:43:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						47d0043462 
					 
					
						
						
							
							disable suggestPane step  
						
						 
						
						
						
						
					 
					
						2021-09-22 16:28:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aa1f02ebd4 
					 
					
						
						
							
							style of aside activity list adapted  
						
						 
						
						
						
						
					 
					
						2021-09-22 16:23:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1672e873a3 
					 
					
						
						
							
							view page created for aside activity  
						
						 
						
						
						
						
					 
					
						2021-09-22 16:23:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f8d5dcf937 
					 
					
						
						
							
							AddAddress: improve loading transition between step0/step1 and step2  
						
						 
						
						
						
						
					 
					
						2021-09-22 15:16:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						544af59009 
					 
					
						
						
							
							configuration of duration parametres for aside activity  
						
						 
						
						
						
						
					 
					
						2021-09-22 15:10:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						851fa663ca 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-22 14:07:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						019a66c915 
					 
					
						
						
							
							tp: Address, twig options: check to remove forceRedirect, and disable backUrl  
						
						 
						
						
						
						
					 
					
						2021-09-22 14:04:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dfc6ed9bf3 
					 
					
						
						
							
							Address: remove forceRedirect option: backUrl option not null is considerated as forceRedirect true  
						
						 
						
						
						
						
					 
					
						2021-09-22 14:00:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dbb9e6a663 
					 
					
						
						
							
							Address: success message exception when redirection  
						
						 
						
						
						
						
					 
					
						2021-09-22 13:57:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d6f6f49090 
					 
					
						
						
							
							address renderbox, improve how display address-more informations  
						
						 
						
						
						
						
					 
					
						2021-09-22 13:57:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7c2422743e 
					 
					
						
						
							
							Address: remove unused translations specific to household or person context  
						
						 
						
						
						
						
					 
					
						2021-09-22 13:55:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e336990b16 
					 
					
						
						
							
							comment console.log  
						
						 
						
						
						
						
					 
					
						2021-09-22 13:55:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dee27ee01f 
					 
					
						
						
							
							Address: extend hideAddress option for twig cases  
						
						 
						
						
						
						
					 
					
						2021-09-22 13:55:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f1c29a8bd3 
					 
					
						
						
							
							Household summary: improve Address display when there is no address  
						
						 
						
						
						
						
					 
					
						2021-09-22 13:55:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7df923c669 
					 
					
						
						
							
							fix vendor dir in composer.json  
						
						 
						
						
						
						
					 
					
						2021-09-22 12:28:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b06e726ad1 
					 
					
						
						
							
							fix required fields in user controller test  
						
						 
						
						
						
						
					 
					
						2021-09-22 12:28:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c62254caec 
					 
					
						
						
							
							add scope selection on accompanying course  
						
						 
						
						
						
						
					 
					
						2021-09-22 12:23:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c382008b4d 
					 
					
						
						
							
							fix tests (wip)  
						
						 
						
						
						
						
					 
					
						2021-09-22 12:23:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f5348daddf 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-22 11:41:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e13b7bf195 
					 
					
						
						
							
							fix countrySelection multiselect with fetch async countries  
						
						 
						
						... 
						
						
						
						edit context: display country for existing address
new context: repair editPane, load countries
note: adding id for country and postcode in address endpoint json 
						
						
					 
					
						2021-09-22 11:39:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						edc528ff92 
					 
					
						
						
							
							Fixed migration  
						
						 
						
						
						
						
					 
					
						2021-09-22 10:06:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						62e70c0c36 
					 
					
						
						
							
							Fix layout of flash message in main template  
						
						 
						
						
						
						
					 
					
						2021-09-21 15:12:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f2e945dc0f 
					 
					
						
						
							
							UserMenu entry added for aside activities list  
						
						 
						
						
						
						
					 
					
						2021-09-21 11:52:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d2ce4865c0 
					 
					
						
						
							
							display all aside activities created for and created by user with temporary badge  
						
						 
						
						
						
						
					 
					
						2021-09-21 11:42:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7fe0f08300 
					 
					
						
						
							
							tp api endpoints: use default controller (fix)  
						
						 
						
						
						
						
					 
					
						2021-09-21 10:48:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7d2e82d69b 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:16:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f3dd83132 
					 
					
						
						
							
							fix error in afterLastPaneAction  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f3b755e46e 
					 
					
						
						
							
							fix warning with getSuccessText  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8ba74f8de8 
					 
					
						
						
							
							editPane, change button if datePane after  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						690f649dd1 
					 
					
						
						
							
							applyChanges, if DatePane or not  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75a240a2d6 
					 
					
						
						
							
							parent callback will cast afterLastPaneAction, that manage redirection or context changes  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						717cd03d95 
					 
					
						
						
							
							Address: context id received from twig are integer  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:15:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1e829707be 
					 
					
						
						
							
							tp: wip.. write postAddressToThirdparty api for AddAddress callback  
						
						 
						
						
						
						
					 
					
						2021-09-20 20:13:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e7928c222d 
					 
					
						
						
							
							creating endpoint for scopes  
						
						 
						
						
						
						
					 
					
						2021-09-20 14:11:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						120f7d8026 
					 
					
						
						
							
							upgrade voter and acl for activities and implement autoconfiguration for  
						
						 
						
						... 
						
						
						
						ChillProvideRole interface 
						
						
					 
					
						2021-09-20 13:56:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b6c58a5c31 
					 
					
						
						
							
							Continue work on ACL rewritting  
						
						 
						
						... 
						
						
						
						* fix center resolver dispatcher
* add scope resolver
* tests for authorization helper 
						
						
					 
					
						2021-09-20 13:56:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						74598ee926 
					 
					
						
						
							
							apply new role on accompanying period  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cf40f38463 
					 
					
						
						
							
							rename voter helepers  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ebb2f5d243 
					 
					
						
						
							
							Add shortcut person <-> current address, and update api for  
						
						 
						
						... 
						
						
						
						re-implements searching
* add geographic function ST_CONTAINS
* add a link between the current valid address and person, optimized on
database side;
* update PersonACLAwareRepository for re-using methods elsewhere. 
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						50b7554aea 
					 
					
						
						
							
							optimize query for current address + documentation  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f63d4fcfba 
					 
					
						
						
							
							optimize query for person  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6bc83edfe9 
					 
					
						
						
							
							Refactor PersonSearch and create PersonACLAwareRepository  
						
						 
						
						... 
						
						
						
						The search api delegates the query to a person acl aware "repository"
(although this does not implements ObjectRepository interface). 
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f87f03b5c0 
					 
					
						
						
							
							Move CenterResolverInterface auto-configuring to bundledefinition  
						
						 
						
						... 
						
						
						
						It seems that the service encountered in bundle loaded before does not
works. 
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						addcf72ae6 
					 
					
						
						
							
							improve addresses  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b4e78a948b 
					 
					
						
						
							
							remove NOT NULL for User::usernamecanonical  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9b38e486df 
					 
					
						
						
							
							extends User entity + alter admin (WIP)  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						960bac8c37 
					 
					
						
						
							
							create alias for RoleProvider for allowing autowiring  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dc09c9424a 
					 
					
						
						
							
							refactor ACL for easy voter. Apply on TaskVoter  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5b70fb2ee5 
					 
					
						
						
							
							adapt UI and controller for Person without centers  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2450655452 
					 
					
						
						
							
							enable autoloading for form in person bundle  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						41d76542b4 
					 
					
						
						
							
							move validation on person into annotations  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7faddbe3fe 
					 
					
						
						
							
							move birthday validator to namespace person + rewrite tests  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eec798cfd3 
					 
					
						
						
							
							entity person: create a validator to check a person entity is linked  
						
						 
						
						... 
						
						
						
						with a center
This validator take a parameter in configuration 
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						03e8624528 
					 
					
						
						
							
							entity person: allow center to be not null  
						
						 
						
						
						
						
					 
					
						2021-09-20 13:56:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						501ffe7829 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-18 21:48:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a842229d5e 
					 
					
						
						
							
							improve addAddress  
						
						 
						
						
						
						
					 
					
						2021-09-18 21:47:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4b87e16f6d 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-18 17:05:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2788170f03 
					 
					
						
						
							
							slot buttons up from actionButtons to addAddress  
						
						 
						
						
						
						
					 
					
						2021-09-18 17:02:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1b4e5c4956 
					 
					
						
						
							
							tp: adapt variables for _insert_vue_address  
						
						 
						
						
						
						
					 
					
						2021-09-18 16:58:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						601c16ac27 
					 
					
						
						
							
							first commit: rendez-vous menu entry deleted from task usermenubuilder. Start sous-types  
						
						 
						
						
						
						
					 
					
						2021-09-17 17:00:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bde9e44f87 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-17 15:55:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4855ec2065 
					 
					
						
						
							
							AddAddress: adding a forceRedirect option  
						
						 
						
						
						
						
					 
					
						2021-09-17 15:55:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c440d8a2bd 
					 
					
						
						
							
							tp: adapt variables for include _insert_vue_address  
						
						 
						
						
						
						
					 
					
						2021-09-17 15:32:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7515415888 
					 
					
						
						
							
							autowire and configure MenuBuilder  
						
						 
						
						
						
						
					 
					
						2021-09-17 15:18:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27a52ce166 
					 
					
						
						
							
							Fix SingleTaskListType  
						
						 
						
						... 
						
						
						
						accompanyingCourse also defined as a form option 
						
						
					 
					
						2021-09-17 14:53:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						17b6f287dc 
					 
					
						
						
							
							Changed name of PersonMenuBuilder  
						
						 
						
						... 
						
						
						
						More general name since it also contains the AccompanyingPeriod task menu entry now. 
						
						
					 
					
						2021-09-17 14:49:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						01ae50aca7 
					 
					
						
						
							
							new/show/edit/delete/list functionality added for accompanyingperiod task  
						
						 
						
						
						
						
					 
					
						2021-09-17 14:48:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						210d819125 
					 
					
						
						
							
							tp: adapt variables for include _insert_vue_address  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:26:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8204107ceb 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:26:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f3b7af42b 
					 
					
						
						
							
							AddAddress: adjust Open and Close methods for each step  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						331dd286e7 
					 
					
						
						
							
							AddAddress: adding a new stickyActions option  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f048395a89 
					 
					
						
						
							
							AddAddress: reorganize 4 steps Pane: show, suggest, edit, and date  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6a60758c0d 
					 
					
						
						
							
							AddAddress: openPanesInModal, uniq option to enable/disable all step123 in Modal  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						782f0bc332 
					 
					
						
						
							
							twig _insert_vue_address, rename mode create  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4bafa83b65 
					 
					
						
						
							
							Address: rename [Show|Edit]AddressPane files  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6e42b08627 
					 
					
						
						
							
							Address: remove unused file  
						
						 
						
						
						
						
					 
					
						2021-09-17 13:25:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3c5f0ce15e 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-16 22:25:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ab57eba9a 
					 
					
						
						
							
							AddAddress: adding useDate.validFrom/validTo options  
						
						 
						
						
						
						
					 
					
						2021-09-16 22:21:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3279db85de 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-16 21:26:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6ab1391bd8 
					 
					
						
						
							
							addAddress: allow other rootcomponent to not precise bindmodal options  
						
						 
						
						
						
						
					 
					
						2021-09-16 21:21:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ce40814aa9 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-16 21:17:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c58d1eccc5 
					 
					
						
						
							
							AddAddress: rename callback method  
						
						 
						
						
						
						
					 
					
						2021-09-16 20:49:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f66df3b77c 
					 
					
						
						
							
							fix include parameters missing comma  
						
						 
						
						
						
						
					 
					
						2021-09-16 20:36:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2aa0bbf371 
					 
					
						
						
							
							tp: fix bindModalStep variable rename with _insert_vue_address  
						
						 
						
						
						
						
					 
					
						2021-09-16 20:34:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0bb0b24c21 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:58:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aae2ee32f6 
					 
					
						
						
							
							add-address sub-component key  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8dbdc28df1 
					 
					
						
						
							
							vue_accourse: AddAddress final submit, managed by callback and not an event  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ff58fe0c3 
					 
					
						
						
							
							Address: replace variable entity.type by entity.name  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						da32afeb3f 
					 
					
						
						
							
							addAddress: improve boolean variables  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a5ceb551eb 
					 
					
						
						
							
							twig pass arguments to vue_address with dataset attributes  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						17a3f45247 
					 
					
						
						
							
							AddAddress final submit, managed by callback and not an event  
						
						 
						
						
						
						
					 
					
						2021-09-16 19:56:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a156bd0863 
					 
					
						
						
							
							controller and templates adapted to display list of accompanying period tasks + detailpage of task  
						
						 
						
						
						
						
					 
					
						2021-09-16 15:55:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ef91eabfb 
					 
					
						
						
							
							table style adjusted  
						
						 
						
						
						
						
					 
					
						2021-09-16 09:42:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						310e9f5a82 
					 
					
						
						
							
							tp: adapt _insert_vue_address include parameters  
						
						 
						
						
						
						
					 
					
						2021-09-15 18:41:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9725970c56 
					 
					
						
						
							
							tp: adapt _insert_vue_address include parameters  
						
						 
						
						
						
						
					 
					
						2021-09-15 18:31:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						546a2e4fa1 
					 
					
						
						
							
							Merge branch 'improve_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-15 18:20:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c2f75654dd 
					 
					
						
						
							
							move _insert_vue_address include template in main, make it more generic  
						
						 
						
						... 
						
						
						
						because it is used with person and household,
but prepare to extend for thirdparty 
						
						
					 
					
						2021-09-15 18:17:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						683eac91d8 
					 
					
						
						
							
							thirdparty, manage case with only one type  
						
						 
						
						... 
						
						
						
						in that case, type field is hidden, uniq type is automatically written in table 
						
						
					 
					
						2021-09-15 16:25:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6e31e01e51 
					 
					
						
						
							
							tp: rename field translation  
						
						 
						
						
						
						
					 
					
						2021-09-15 16:25:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e94790b8ab 
					 
					
						
						
							
							tp form: call vue_address to manage address, wip  
						
						 
						
						... 
						
						
						
						show some limits with AddAddress:
* bug with option buttonText overriding default
* need to improve step1 
						
						
					 
					
						2021-09-15 12:59:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						92fae5cba2 
					 
					
						
						
							
							tp list: table chill appearance, small action buttons  
						
						 
						
						
						
						
					 
					
						2021-09-15 12:54:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						df28494f16 
					 
					
						
						
							
							Merge branch 'household_integration' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-15 12:19:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4046a7ca9b 
					 
					
						
						
							
							before resume dashboards: disable accompanyingCourse resume persons, requestor, and resources  
						
						 
						
						
						
						
					 
					
						2021-09-15 12:14:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						910016f722 
					 
					
						
						
							
							tp: prepare address to be managed by vue (adapt formType) + add aliases methods isChild and isParent  
						
						 
						
						
						
						
					 
					
						2021-09-15 11:50:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a4f446c6b9 
					 
					
						
						
							
							fix flashbag double col-8  
						
						 
						
						
						
						
					 
					
						2021-09-15 11:42:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b1dbd8b011 
					 
					
						
						
							
							Menu entry added in PersonMenuBuilder of taskbundle. Removed from menubuilder in Personbundle. Rename file, PersonMenuBuilder to MenuBuilder?  
						
						 
						
						
						
						
					 
					
						2021-09-15 11:13:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d7a4e6c037 
					 
					
						
						
							
							Banner context fixed parent() passed to template  
						
						 
						
						
						
						
					 
					
						2021-09-15 10:42:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e03f41ffbc 
					 
					
						
						
							
							user access rights put back in to place  
						
						 
						
						
						
						
					 
					
						2021-09-14 15:56:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2e5c2de363 
					 
					
						
						
							
							Documents can be added/viewed/edited for an accompanyingCourse + menu entry added  
						
						 
						
						
						
						
					 
					
						2021-09-14 15:44:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						951d686366 
					 
					
						
						
							
							refactor: Update WOPI related stuff based on upstream changes.  
						
						 
						
						
						
						
					 
					
						2021-09-14 15:08:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						fe533bc716 
					 
					
						
						
							
							chore: Normalize composer.json file.  
						
						 
						
						
						
						
					 
					
						2021-09-14 15:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						6c47ce53e7 
					 
					
						
						
							
							chore: Remove duplicated entry from composer.json.  
						
						 
						
						
						
						
					 
					
						2021-09-14 15:06:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4448547fcd 
					 
					
						
						
							
							Merge branch 'master' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-14 14:11:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b80d109d8e 
					 
					
						
						
							
							fix vue_calendar encore_entry_link_tags  
						
						 
						
						
						
						
					 
					
						2021-09-14 11:51:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dd0e695ac2 
					 
					
						
						
							
							Merge branch 'household_integration'  
						
						 
						
						
						
						
					 
					
						2021-09-14 11:30:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6a21bcc520 
					 
					
						
						
							
							Merge branch 'rdv'  
						
						 
						
						
						
						
					 
					
						2021-09-14 11:30:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f7cb93fdac 
					 
					
						
						
							
							Update controller and the way they are autoloaded  
						
						 
						
						
						
						
					 
					
						2021-09-14 10:30:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7dc85b8474 
					 
					
						
						
							
							vue_household_members_editor: address suggestions in bootstrap accordion style  
						
						 
						
						... 
						
						
						
						+ store manage show/hide suggestions toggle (like householdSuggestions) 
						
						
					 
					
						2021-09-13 19:15:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ee01020ae6 
					 
					
						
						
							
							fix multiselect calendarUserSelector badge appearance  
						
						 
						
						
						
						
					 
					
						2021-09-13 16:38:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dcbac34b96 
					 
					
						
						
							
							Merge branch 'aside-activity-merging' into 'master'  
						
						 
						
						... 
						
						
						
						Various improvements for aside activity
See merge request Chill-Projet/chill-bundles!148  
						
						
					 
					
						2021-09-13 14:17:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6fe78b7177 
					 
					
						
						
							
							fix data provider  
						
						 
						
						
						
						
					 
					
						2021-09-13 16:12:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6fa0d229af 
					 
					
						
						
							
							enable test suite for aside activity  
						
						 
						
						
						
						
					 
					
						2021-09-13 15:25:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e4cfb4804b 
					 
					
						
						
							
							various improvements aside acdtivity  
						
						 
						
						
						
						
					 
					
						2021-09-13 15:20:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6c61b2da30 
					 
					
						
						
							
							translations  
						
						 
						
						
						
						
					 
					
						2021-09-13 15:06:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dc2f094ca2 
					 
					
						
						
							
							vue_household_members_editor: suggestions in bootstrap accordion style  
						
						 
						
						
						
						
					 
					
						2021-09-13 15:04:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4525f01d5f 
					 
					
						
						
							
							fix loading of paginator factory in CRUDCONtroller  
						
						 
						
						
						
						
					 
					
						2021-09-13 14:44:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3fe7e131a2 
					 
					
						
						
							
							tests written and working  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:55:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						db92531257 
					 
					
						
						
							
							dataFixtures fixed and executed + start of test script  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:55:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5512e25cdf 
					 
					
						
						
							
							menu entries for admin section of aside activity categories changed but not yet complete  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:55:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a0df8d8c61 
					 
					
						
						
							
							create aside activity added to sections menu  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:55:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a6826623bc 
					 
					
						
						
							
							query_builder added to form : only active users displayed in select list  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:52:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						267c3bae6e 
					 
					
						
						
							
							attempt to add aside activity to sections menu: not working yet  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:52:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a131510ea8 
					 
					
						
						
							
							dataFixtures made but not tested  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:52:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eca00d155f 
					 
					
						
						
							
							aside activities query added to filter by current user  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:52:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6680ba19ce 
					 
					
						
						
							
							final class changed for entity asideActivity + css fixed for record_action buttons  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:50:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						813da1f9e0 
					 
					
						
						
							
							rdv: reset calendar after all promises are done  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:43:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						337a6eb974 
					 
					
						
						
							
							vue_household_members_editor: toggle suggestion button out of conditionnal record_actions  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:29:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ed31dc3157 
					 
					
						
						
							
							enable test for calendar  
						
						 
						
						
						
						
					 
					
						2021-09-13 13:13:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						98729af065 
					 
					
						
						
							
							vue_household_members_editor: fix store error with dispatch  
						
						 
						
						
						
						
					 
					
						2021-09-13 12:46:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75aa600a20 
					 
					
						
						
							
							fix composer.json and upgrade base app  
						
						 
						
						
						
						
					 
					
						2021-09-13 12:41:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						caca9ad71f 
					 
					
						
						
							
							Merge branch 'master' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-13 12:18:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5a4cb31ea5 
					 
					
						
						
							
							Merge branch 'household_integration' into 'master'  
						
						 
						
						... 
						
						
						
						household members integration
See merge request Chill-Projet/chill-bundles!143  
						
						
					 
					
						2021-09-13 10:03:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c82efc4fd5 
					 
					
						
						
							
							rdv MR review: change name of routes + others modifications  
						
						 
						
						
						
						
					 
					
						2021-09-13 11:58:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6ab0007f02 
					 
					
						
						
							
							fix: person-render-box need props options  
						
						 
						
						
						
						
					 
					
						2021-09-13 11:10:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						672133fb5e 
					 
					
						
						
							
							repair banner in vue_household_members_editor component  
						
						 
						
						
						
						
					 
					
						2021-09-13 10:48:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						503c97d8c6 
					 
					
						
						
							
							rdv: remove duplicate comment in rdv list  
						
						 
						
						
						
						
					 
					
						2021-09-13 10:01:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5dc430ed31 
					 
					
						
						
							
							rdv: various UI improvements on my calendar  
						
						 
						
						
						
						
					 
					
						2021-09-10 22:00:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						855686c0ba 
					 
					
						
						
							
							rdv: add content of calendar item in a modal  
						
						 
						
						
						
						
					 
					
						2021-09-10 17:31:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						da9d81dc05 
					 
					
						
						
							
							vue_accourse: GET form submit for no_household persons  
						
						 
						
						
						
						
					 
					
						2021-09-10 17:18:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fa938471aa 
					 
					
						
						
							
							vue_accourse: move no-household warning above table  
						
						 
						
						
						
						
					 
					
						2021-09-10 16:39:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c89e2662b1 
					 
					
						
						
							
							household resume page, improve ux  
						
						 
						
						
						
						
					 
					
						2021-09-10 15:36:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b28b4e5fba 
					 
					
						
						
							
							templates + controller further adapted to work with accompanyingCourse. new and show methods don't work yet due to authorization/voter issues  
						
						 
						
						... 
						
						
						
						templates adapted for use with accompanyingCourse tasks also 
						
						
					 
					
						2021-09-10 15:19:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ead96f3836 
					 
					
						
						
							
							tasks added to accompanyingCourse menu  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:57:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f6f24d0beb 
					 
					
						
						
							
							rdv: style my calendar  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						29c148f924 
					 
					
						
						
							
							rdv: can remove from delete calendar ranges  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0ab53f4659 
					 
					
						
						
							
							rdv: add header  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c42ec1d493 
					 
					
						
						
							
							rdv: plages de disponibilites: remove new events before it was saved  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						82e76d7d5a 
					 
					
						
						
							
							rdv: plages de disponibilités: various UX/UI improvements  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0a274eb2a4 
					 
					
						
						
							
							Enable DELETE in the ApiController  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6bfc180951 
					 
					
						
						
							
							rdv: plages de disponibilites: copy the next day + refresh after save  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e1ccc8aba5 
					 
					
						
						
							
							rdv: edition plage de disponibilités: copy events to next day (WIP)  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						25b85fcc68 
					 
					
						
						
							
							rdv: edit calendar ranges: add delete + doc swagger  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						bcb36ddc11 
					 
					
						
						
							
							rdv: edit calendar range: fix display of new calendar ranges  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6d607e3939 
					 
					
						
						
							
							rdv: edit calendar ranges: create and update calendar ranges  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0fe6d7d00b 
					 
					
						
						
							
							rdv: add calendar range events in myCalendar  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						329d3cc3d8 
					 
					
						
						
							
							rdv: add API entry point for POSTing calendar range  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ee4d23ff82 
					 
					
						
						
							
							rdv: init vue component for calendar range editing + refactor vue calendar code  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						54ea954a5a 
					 
					
						
						
							
							rdv: init unit tests  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						864f84fede 
					 
					
						
						
							
							rdv: change entrypoint for calendar css + correct calendar controls as a function of context  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						68538f0e85 
					 
					
						
						
							
							rdv: add user menu entry for my calendar list  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						74957154b1 
					 
					
						
						
							
							rdv: pages by User  
						
						 
						
						
						
						
					 
					
						2021-09-10 14:11:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ff7cb6ca79 
					 
					
						
						
							
							adding unlink chill button  
						
						 
						
						
						
						
					 
					
						2021-09-10 11:40:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						753e6c1105 
					 
					
						
						
							
							adding a dev page with sass assets album  
						
						 
						
						
						
						
					 
					
						2021-09-10 11:34:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27077c9d96 
					 
					
						
						
							
							adaptation of newTask() method in singleTaskController  
						
						 
						
						
						
						
					 
					
						2021-09-09 18:21:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						88c192c22e 
					 
					
						
						
							
							change namespace migration  
						
						 
						
						
						
						
					 
					
						2021-09-09 17:44:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8a38712525 
					 
					
						
						
							
							relation between task and accompanyingcourse created  
						
						 
						
						
						
						
					 
					
						2021-09-09 17:43:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						05aaa32881 
					 
					
						
						
							
							track all files added in other bundles  
						
						 
						
						
						
						
					 
					
						2021-09-09 16:46:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5211fb2fe9 
					 
					
						
						
							
							Documents added to accompanying course menu  
						
						 
						
						
						
						
					 
					
						2021-09-09 16:42:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3a6a0da1dd 
					 
					
						
						
							
							accourse associated_persons: display alert warning if persons without household  
						
						 
						
						
						
						
					 
					
						2021-09-06 19:41:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e99a371f3a 
					 
					
						
						
							
							vue personRenderBox: adding an option to display householdLink  
						
						 
						
						
						
						
					 
					
						2021-09-06 19:39:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dba3ede9e1 
					 
					
						
						
							
							when a person has a household without address: display no_data message, even if option addNoData is false  
						
						 
						
						
						
						
					 
					
						2021-09-06 18:46:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a94a757ae6 
					 
					
						
						
							
							accourse: don't display old participations (fix counter)  
						
						 
						
						
						
						
					 
					
						2021-09-06 16:50:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cf78c59e76 
					 
					
						
						
							
							vue personRenderBox when no returnPath  
						
						 
						
						
						
						
					 
					
						2021-09-06 16:37:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6e57d16ebf 
					 
					
						
						
							
							fix conflict with fa-ul and floatbutton (different with top or bottom)  
						
						 
						
						
						
						
					 
					
						2021-09-06 16:36:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f4ce634061 
					 
					
						
						
							
							not used, see Entity/AddressRenderBox.vue in MainAssets  
						
						 
						
						
						
						
					 
					
						2021-09-06 16:18:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f9402ec981 
					 
					
						
						
							
							adding confirmation modal when person leave accourse  
						
						 
						
						
						
						
					 
					
						2021-09-06 16:04:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						98b0b3beeb 
					 
					
						
						
							
							applying floatbutton logic on person/thirdparty vue renderbox  
						
						 
						
						
						
						
					 
					
						2021-09-06 15:49:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1a95b44577 
					 
					
						
						
							
							accourse: don't display old participations  
						
						 
						
						... 
						
						
						
						(they will be still visible in history) 
						
						
					 
					
						2021-09-06 15:12:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						93c08f7e18 
					 
					
						
						
							
							vue_accourse: adding current_household link on associated_persons  
						
						 
						
						
						
						
					 
					
						2021-09-06 15:05:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1262d8cc16 
					 
					
						
						
							
							Merge branch 'improve_address' into household_integration  
						
						 
						
						
						
						
					 
					
						2021-09-06 12:52:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e5690b7575 
					 
					
						
						
							
							Merge branch 'master' into household_integration  
						
						 
						
						
						
						
					 
					
						2021-09-06 12:32:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						406426111a 
					 
					
						
						
							
							Merge branch 'post-prototypage' into 'master'  
						
						 
						
						... 
						
						
						
						Post prototypage: vue household integration
See merge request Chill-Projet/chill-bundles!141  
						
						
					 
					
						2021-09-06 08:00:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						374ac652d4 
					 
					
						
						
							
							AddAddress: submitNewAddress return callback payload, and parent patch date then postTo (TO BE MORE TESTED)  
						
						 
						
						... 
						
						
						
						improve pattern for better reusability of AddAddress component 
						
						
					 
					
						2021-09-04 14:26:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2208518ca0 
					 
					
						
						
							
							AddAddress: add new address or update existing address: split fetch cascade and factorize reused functions  
						
						 
						
						
						
						
					 
					
						2021-09-04 12:47:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d51752fa41 
					 
					
						
						
							
							Address, city/address selector: update writeNew flag when choose existing or create new  
						
						 
						
						
						
						
					 
					
						2021-09-04 12:40:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3ccc82147b 
					 
					
						
						
							
							Merge branch 'fix_address' into person_renderbox_thirdparty_onthefly  
						
						 
						
						
						
						
					 
					
						2021-09-03 18:57:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						81f97980fc 
					 
					
						
						
							
							household members: fold/unfold accordion  
						
						 
						
						
						
						
					 
					
						2021-09-03 18:53:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8b945dc38b 
					 
					
						
						
							
							test a new chill help tooltip  
						
						 
						
						
						
						
					 
					
						2021-09-03 18:30:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b11592fb6d 
					 
					
						
						
							
							templates added and adapted, still problems with scope  
						
						 
						
						
						
						
					 
					
						2021-09-03 16:05:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d575b48e76 
					 
					
						
						
							
							household banner: <a> tag inside <span> if we want flex order  
						
						 
						
						
						
						
					 
					
						2021-09-03 15:31:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3fefaf1e4d 
					 
					
						
						
							
							household summary: put member box in a reused include template  
						
						 
						
						
						
						
					 
					
						2021-09-03 13:59:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9b8b60ed75 
					 
					
						
						
							
							twig person/thirdparty renderbox: add a customArea option  
						
						 
						
						... 
						
						
						
						with 2 areas to begin:
* before the label
* after the label 
						
						
					 
					
						2021-09-03 13:07:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f2f39d0922 
					 
					
						
						
							
							household: improve ux in form to edit a member  
						
						 
						
						
						
						
					 
					
						2021-09-03 13:02:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eb067fe59b 
					 
					
						
						
							
							integration, test css class floatbutton  
						
						 
						
						
						
						
					 
					
						2021-09-03 13:01:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aad0d295ef 
					 
					
						
						
							
							services added to config files  
						
						 
						
						
						
						
					 
					
						2021-09-03 12:29:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						46560da67d 
					 
					
						
						
							
							start of controller and formtype: adaptation from DocumentPersonController  
						
						 
						
						
						
						
					 
					
						2021-09-03 12:20:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3bb0e470bc 
					 
					
						
						
							
							entity recreated + repository + migration done  
						
						 
						
						
						
						
					 
					
						2021-09-03 11:26:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						81b7e769e1 
					 
					
						
						
							
							lightly increase heading 3-6 weight  
						
						 
						
						
						
						
					 
					
						2021-09-03 11:21:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7c37a5f583 
					 
					
						
						
							
							a bunch of files that were deleted after doing composer.phar update  
						
						 
						
						
						
						
					 
					
						2021-09-03 11:04:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c51b129a5e 
					 
					
						
						
							
							AccompanyingCourseDocument created  
						
						 
						
						
						
						
					 
					
						2021-09-03 11:02:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						21630a37af 
					 
					
						
						
							
							household banner: badge-member and holder mark in person theme  
						
						 
						
						
						
						
					 
					
						2021-09-03 10:59:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f2248a1e9c 
					 
					
						
						
							
							translation, wip  
						
						 
						
						
						
						
					 
					
						2021-09-03 09:59:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d8b2d3cd90 
					 
					
						
						
							
							rename address-render-box component  
						
						 
						
						... 
						
						
						
						(cfr b9602aa72  - file had been moved and renamed,
now we just rename component name into import and template
) 
						
						
					 
					
						2021-09-02 22:28:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b14b27c110 
					 
					
						
						
							
							Merge branch 'fix_address' into post-prototypage  
						
						 
						
						
						
						
					 
					
						2021-09-02 21:07:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f6e65dddbe 
					 
					
						
						
							
							vue Address: listen to citySelector to automatically fill city name and postcode fields  
						
						 
						
						
						
						
					 
					
						2021-09-02 21:06:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b940348452 
					 
					
						
						
							
							Merge branch 'fix_address' into post-prototypage  
						
						 
						
						
						
						
					 
					
						2021-09-02 19:28:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						90faa27461 
					 
					
						
						
							
							vue Address: listen to adresssSelector to automatically fill street/number fields  
						
						 
						
						
						
						
					 
					
						2021-09-02 19:15:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a4118b1235 
					 
					
						
						
							
							Merge branch 'person_renderbox_thirdparty_onthefly' into post-prototypage  
						
						 
						
						
						
						
					 
					
						2021-09-02 12:25:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						903d57ea9d 
					 
					
						
						
							
							person_renderbox fix if there is no birthdate  
						
						 
						
						
						
						
					 
					
						2021-09-01 17:36:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						820def6294 
					 
					
						
						
							
							make onTheFly with API call  
						
						 
						
						
						
						
					 
					
						2021-09-01 17:35:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						19a4542e2b 
					 
					
						
						
							
							creation of API endpoint thirdparty  
						
						 
						
						
						
						
					 
					
						2021-09-01 17:34:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9961c38b3c 
					 
					
						
						
							
							thirdparty onthefly, still with hardcoded data  
						
						 
						
						
						
						
					 
					
						2021-09-01 14:36:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f41997e6da 
					 
					
						
						
							
							creation api endpoint. Route found, but ajax call still needs to be tested  
						
						 
						
						
						
						
					 
					
						2021-09-01 14:33:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3927fd738c 
					 
					
						
						
							
							new choose button, improve household renderbox  
						
						 
						
						
						
						
					 
					
						2021-08-31 16:02:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b69fdd459a 
					 
					
						
						
							
							fix vue renderbox component name  
						
						 
						
						
						
						
					 
					
						2021-08-31 15:26:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1a2cb22b5b 
					 
					
						
						
							
							household, wip  
						
						 
						
						
						
						
					 
					
						2021-08-31 12:41:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3fa4f1b28b 
					 
					
						
						
							
							address multiline as option in householdrenderbox  
						
						 
						
						
						
						
					 
					
						2021-08-31 11:06:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c0d2454473 
					 
					
						
						
							
							household render box flex table  
						
						 
						
						
						
						
					 
					
						2021-08-27 18:03:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2cffd61b86 
					 
					
						
						
							
							Merge branch 'post-prototypage' of gitlab.com:Chill-Projet/chill-bundles into post-prototypage  
						
						 
						
						
						
						
					 
					
						2021-08-27 17:49:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b9602aa720 
					 
					
						
						
							
							rename/move vue AddressRenderBox  
						
						 
						
						
						
						
					 
					
						2021-08-27 17:31:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						219a41e034 
					 
					
						
						
							
							rename/move vue AddressRenderBox  
						
						 
						
						
						
						
					 
					
						2021-08-27 16:12:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						983bca97ac 
					 
					
						
						
							
							fix vue Address duplicate details  
						
						 
						
						
						
						
					 
					
						2021-08-27 15:55:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c1d19640a9 
					 
					
						
						
							
							fix content position for household-members  
						
						 
						
						
						
						
					 
					
						2021-08-27 15:55:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5fd7d869bf 
					 
					
						
						
							
							Entity/PersonRenderBox.vue with render=badge  
						
						 
						
						
						
						
					 
					
						2021-08-27 15:55:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4f6011348d 
					 
					
						
						
							
							merge 2 subcomponent to use only Entity/PersonRenderBox.vue  
						
						 
						
						
						
						
					 
					
						2021-08-27 15:55:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d4430246f7 
					 
					
						
						
							
							hop  
						
						 
						
						
						
						
					 
					
						2021-08-27 15:54:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8182e35c9c 
					 
					
						
						
							
							renderbox options changed to not display age for thirdparties, but yes in person modal  
						
						 
						
						
						
						
					 
					
						2021-08-27 15:13:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c258179017 
					 
					
						
						
							
							move and rename vue HouseholdRenderBox  
						
						 
						
						
						
						
					 
					
						2021-08-27 11:02:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2333b5c6b4 
					 
					
						
						
							
							rename some translations  
						
						 
						
						
						
						
					 
					
						2021-08-27 09:55:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a302f0fdbf 
					 
					
						
						
							
							invert firstname lastname when creating new person (TO BE CONFIRMED)  
						
						 
						
						
						
						
					 
					
						2021-08-27 09:35:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						52a0c0e95b 
					 
					
						
						
							
							create new person: add an action and put action buttons in a dropdown  
						
						 
						
						
						
						
					 
					
						2021-08-27 09:30:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c5f40c53ea 
					 
					
						
						
							
							further adaptations to display deathdate. deathdate added to what API returns  
						
						 
						
						
						
						
					 
					
						2021-08-26 16:42:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5194cad354 
					 
					
						
						
							
							Adaptations for display of age and deathdate (different scenarios not all finished)  
						
						 
						
						
						
						
					 
					
						2021-08-26 14:53:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						34df295801 
					 
					
						
						
							
							replace store by data() for OnTheFly creation in AddPersons component  
						
						 
						
						
						
						
					 
					
						2021-08-26 00:17:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ccb302ad28 
					 
					
						
						
							
							move postPerson fetch method out of OnTheFly component for addPersons create person case  
						
						 
						
						... 
						
						
						
						OnTheFly don't use store anymore, but addPerson still use it 
						
						
					 
					
						2021-08-25 23:45:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a0fd3cd481 
					 
					
						
						
							
							move postPerson fetch method from children to onthefly first level  (to squash)  
						
						 
						
						
						
						
					 
					
						2021-08-25 22:47:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						25f43bc758 
					 
					
						
						
							
							move postPerson fetch method from grant-children to children (to squash)  
						
						 
						
						
						
						
					 
					
						2021-08-25 21:25:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e369e43b00 
					 
					
						
						
							
							onthefly create new person: adding result in suggested/selected list  
						
						 
						
						
						
						
					 
					
						2021-08-25 18:46:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						88362bd284 
					 
					
						
						
							
							start of updating personrenderbox to display age. only one scenario done  
						
						 
						
						
						
						
					 
					
						2021-08-25 17:46:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5884fbaffc 
					 
					
						
						
							
							use operator in person search api  
						
						 
						
						
						
						
					 
					
						2021-08-24 00:02:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ddd1eb5d10 
					 
					
						
						
							
							[person box] respect "demi-quadratin" in birthdate-deathdate separation  
						
						 
						
						
						
						
					 
					
						2021-08-24 00:01:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7d6def733c 
					 
					
						
						
							
							[person bloc] handle null values in date + improve layout on dead person  
						
						 
						
						... 
						
						
						
						and age 
						
						
					 
					
						2021-08-23 19:20:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bfed062910 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-08-23 19:02:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d3e52e81f1 
					 
					
						
						
							
							Merge branch 'fix/person-creation'  
						
						 
						
						
						
						
					 
					
						2021-08-23 18:43:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						647bdb2749 
					 
					
						
						
							
							fix tests  
						
						 
						
						
						
						
					 
					
						2021-08-23 18:19:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8fb4a7110e 
					 
					
						
						
							
							fix double person creation + button for creating accompanying course on creation + simplification person create  
						
						 
						
						... 
						
						
						
						The controller now register data from a previous post on the form, and
register it in the session.
The next post compare the data with previous one and, if yes, show a
review page if there are "alternate persons. 
						
						
					 
					
						2021-08-23 17:55:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cd6aeefb07 
					 
					
						
						
							
							ac menu: rename some items  
						
						 
						
						... 
						
						
						
						https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/32  
						
						
					 
					
						2021-08-23 15:55:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						668b3e182e 
					 
					
						
						
							
							fix title of page translations and coherency  
						
						 
						
						
						
						
					 
					
						2021-08-22 22:24:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a0b914380b 
					 
					
						
						
							
							make badge-thirdparty as badge person, with just different color  
						
						 
						
						
						
						
					 
					
						2021-08-22 20:55:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bbc3399e19 
					 
					
						
						
							
							ac list: pill badge for flags  
						
						 
						
						
						
						
					 
					
						2021-08-22 20:45:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						52fa4b5549 
					 
					
						
						
							
							ac work list: add an option to mask button text  
						
						 
						
						
						
						
					 
					
						2021-08-22 20:34:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3894c7a56d 
					 
					
						
						
							
							ac work: better color  
						
						 
						
						
						
						
					 
					
						2021-08-22 20:20:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4933edaa94 
					 
					
						
						
							
							share accompanying_course_work-list on resume page  
						
						 
						
						
						
						
					 
					
						2021-08-22 20:13:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9fd455b622 
					 
					
						
						
							
							adding sticky-form-buttons to activity list  
						
						 
						
						
						
						
					 
					
						2021-08-22 17:06:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3451bcaab1 
					 
					
						
						
							
							réglages  
						
						 
						
						
						
						
					 
					
						2021-08-22 16:49:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d1344d6d54 
					 
					
						
						
							
							activity list: an option disable edit and delete button (for resume page)  
						
						 
						
						
						
						
					 
					
						2021-08-22 15:17:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						73a1d42ee7 
					 
					
						
						
							
							fix conflict with AccompanyingPeriod list button  
						
						 
						
						
						
						
					 
					
						2021-08-22 14:55:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3ceb3d4b2b 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-08-22 14:46:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						10b1edda11 
					 
					
						
						
							
							improve concernedGroups in Activity list  
						
						 
						
						... 
						
						
						
						TODO refund concernedGroups for better flexibility 
						
						
					 
					
						2021-08-22 14:43:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a0f0e4e9ad 
					 
					
						
						
							
							disable 'Add an accompanying period in the past' in dropdown  
						
						 
						
						
						
						
					 
					
						2021-08-22 13:13:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b79c1f02da 
					 
					
						
						
							
							Accourse Work list: improve design  
						
						 
						
						
						
						
					 
					
						2021-08-22 13:05:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c798b1290c 
					 
					
						
						
							
							[course list in person file] remove action on course list  
						
						 
						
						
						
						
					 
					
						2021-08-22 11:56:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						af0905c6e0 
					 
					
						
						
							
							[person details page] remove addresses  
						
						 
						
						... 
						
						
						
						L'adresse est indiquée dans le bandeau.
Les adresses de résidence sont gérées dans une entrée de menu spécifique 
						
						
					 
					
						2021-08-22 11:47:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bd528c9025 
					 
					
						
						
							
							[person list with period] add current showed person to new accompanying period  
						
						 
						
						
						
						
					 
					
						2021-08-22 11:41:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fed96f988 
					 
					
						
						
							
							Merge branch 'features/suggest-acc-course-persons-in-activity'  
						
						 
						
						
						
						
					 
					
						2021-08-22 11:28:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3bffde6123 
					 
					
						
						
							
							fix global responsive_debug if env != dev  
						
						 
						
						
						
						
					 
					
						2021-08-22 10:34:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9fa82fc44c 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-08-22 10:33:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4001bb0996 
					 
					
						
						
							
							Merge branch 'features/remove-parent-social-issues' into 'master'  
						
						 
						
						... 
						
						
						
						Features/remove parent social issues
See merge request Chill-Projet/chill-bundles!137  
						
						
					 
					
						2021-08-21 22:55:12 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d6135641c5 
					 
					
						
						
							
							add a list of suggested persons on activity  
						
						 
						
						
						
						
					 
					
						2021-08-22 00:50:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						075f22e79c 
					 
					
						
						
							
							configure SocialIssue consistency on Activity and AccompanyingPeriod  
						
						 
						
						
						
						
					 
					
						2021-08-22 00:02:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						09e5cc1545 
					 
					
						
						
							
							create api for social issue consistency  
						
						 
						
						
						
						
					 
					
						2021-08-22 00:02:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						37b73931c4 
					 
					
						
						
							
							ac work, design  
						
						 
						
						
						
						
					 
					
						2021-08-21 20:29:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4ad6786bf2 
					 
					
						
						
							
							AccourseWork list : design title  
						
						 
						
						
						
						
					 
					
						2021-08-21 19:45:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d11c493e2d 
					 
					
						
						
							
							detail on resume accourse page  
						
						 
						
						
						
						
					 
					
						2021-08-21 17:41:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9795704532 
					 
					
						
						
							
							adding global responsive_debug (false) in env=dev  
						
						 
						
						
						
						
					 
					
						2021-08-21 16:20:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						883cb858a9 
					 
					
						
						
							
							use chill_entity_render_box/string and design a badge-person  
						
						 
						
						
						
						
					 
					
						2021-08-21 15:10:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b301c1d405 
					 
					
						
						
							
							flex-table accompanyingcourse-list used in two contexts + wraplist title style  
						
						 
						
						
						
						
					 
					
						2021-08-21 14:54:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6959de4e39 
					 
					
						
						
							
							reorganise styles sheets in person/chill/scss  
						
						 
						
						
						
						
					 
					
						2021-08-21 12:59:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9c25132216 
					 
					
						
						
							
							socialissues badge style in multiselect  
						
						 
						
						
						
						
					 
					
						2021-08-21 12:38:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						87a917d11c 
					 
					
						
						
							
							accompanyingPeriod button  
						
						 
						
						
						
						
					 
					
						2021-08-21 10:32:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						026562c32f 
					 
					
						
						
							
							remove unused styles  
						
						 
						
						
						
						
					 
					
						2021-08-21 10:04:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b37de4cd4f 
					 
					
						
						
							
							activity list: badges for issues, actions and reasons  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:59:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						14cbb1dd28 
					 
					
						
						
							
							AccompanyingCourse: improve design of CourseLocation block  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:04:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4d65c54996 
					 
					
						
						
							
							[design proposal] adding a mixin to style social issue badge  
						
						 
						
						
						
						
					 
					
						2021-08-20 20:40:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2a3f869882 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-08-20 18:46:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d198c33f9c 
					 
					
						
						
							
							Merge branch 'improve_ux' into master  
						
						 
						
						
						
						
					 
					
						2021-08-20 18:43:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						949a453b48 
					 
					
						
						
							
							remove commented code + fix style  
						
						 
						
						
						
						
					 
					
						2021-08-20 18:41:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4f1a9c205f 
					 
					
						
						
							
							Merge branch 'ameliorations_composants_vue' into 'improve_ux'  
						
						 
						
						... 
						
						
						
						Ameliorations composants vue
See merge request Chill-Projet/chill-bundles!134  
						
						
					 
					
						2021-08-20 16:09:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						638af4728f 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/features/rdv'  
						
						 
						
						
						
						
					 
					
						2021-08-20 18:01:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						742445e7b3 
					 
					
						
						
							
							allow to close editor  
						
						 
						
						
						
						
					 
					
						2021-08-20 17:57:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4ee67869bd 
					 
					
						
						
							
							style fixes requestor + multiline option for thirdpartyrenderbox  
						
						 
						
						
						
						
					 
					
						2021-08-20 17:53:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						223efba655 
					 
					
						
						
							
							rdv:add swagger config file for calendar bundle  
						
						 
						
						
						
						
					 
					
						2021-08-20 17:46:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						fec8fa50ed 
					 
					
						
						
							
							issue 190: fix flat and buildingName inversion in address normalizer  
						
						 
						
						
						
						
					 
					
						2021-08-20 17:15:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8bcd69c5ec 
					 
					
						
						
							
							requestor styling fixed + button added. problem with removing requestor though...  
						
						 
						
						
						
						
					 
					
						2021-08-20 16:55:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						badf632a8a 
					 
					
						
						
							
							#134  fixes address multiline  
						
						 
						
						
						
						
					 
					
						2021-08-20 16:55:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7363092d51 
					 
					
						
						
							
							#134  fixes show button for thirdparty  
						
						 
						
						
						
						
					 
					
						2021-08-20 16:52:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d2b0b9d7da 
					 
					
						
						
							
							reorganise flex-table assets, improve search results, and accompanyingPeriods list  
						
						 
						
						
						
						
					 
					
						2021-08-20 16:38:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						de8478f3e5 
					 
					
						
						
							
							rdv: various UI improvements to the calendar  
						
						 
						
						
						
						
					 
					
						2021-08-20 16:14:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bf0a24b38e 
					 
					
						
						
							
							various fixes accompanying period  
						
						 
						
						
						
						
					 
					
						2021-08-20 15:07:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						026ac91e69 
					 
					
						
						
							
							Injection firstPerson in doc  
						
						 
						
						
						
						
					 
					
						2021-08-20 15:01:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6a6b1760f5 
					 
					
						
						
							
							rdv: style properly the events when clicking  
						
						 
						
						
						
						
					 
					
						2021-08-20 14:56:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						698514ef12 
					 
					
						
						
							
							#192  custom-zone added + no_data message  
						
						 
						
						
						
						
					 
					
						2021-08-20 14:47:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						38dcca7397 
					 
					
						
						
							
							AccompanyingPeriod list: adding new wrapheader asset and improve wraplist structure  
						
						 
						
						... 
						
						
						
						wrapheader manage header of flex-table first row. the 2 cascades are independant. 
						
						
					 
					
						2021-08-20 13:35:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						176b68417a 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						 
						
						
						
						
					 
					
						2021-08-20 13:01:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1d2299e143 
					 
					
						
						
							
							Merge branch 'integrate_wopi_bundle' into 'master'  
						
						 
						
						... 
						
						
						
						Integration of wopi bundle with controller
See merge request Chill-Projet/chill-bundles!133  
						
						
					 
					
						2021-08-20 10:49:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						20ef04683d 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/features/rdv'  
						
						 
						
						
						
						
					 
					
						2021-08-20 12:48:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b9674d7d28 
					 
					
						
						
							
							Merge branch 'master' into integrate_wopi_bundle  
						
						 
						
						
						
						
					 
					
						2021-08-20 12:45:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ffec80c5fd 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						 
						
						
						
						
					 
					
						2021-08-20 12:44:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7f28effc1e 
					 
					
						
						
							
							Associate generate document with evaluation and update UX to go back to  
						
						 
						
						... 
						
						
						
						documents 
						
						
					 
					
						2021-08-20 12:44:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						28f69d8dec 
					 
					
						
						
							
							chill person assets: we need to use mixins and variables into sass sheets imported  
						
						 
						
						
						
						
					 
					
						2021-08-20 12:31:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						55c34c2583 
					 
					
						
						
							
							#134  fix dynamic URL to go to person or thirdparty file  
						
						 
						
						
						
						
					 
					
						2021-08-20 11:06:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						80672a038c 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into integrate_wopi_bundle  
						
						 
						
						
						
						
					 
					
						2021-08-20 11:05:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3e27589cca 
					 
					
						
						
							
							#134  hLevel fixed  
						
						 
						
						
						
						
					 
					
						2021-08-20 10:37:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						9fc7ed0fb6 
					 
					
						
						
							
							Merge branch 'docgen3' into 'master'  
						
						 
						
						... 
						
						
						
						Docgen3
See merge request Chill-Projet/chill-bundles!135  
						
						
					 
					
						2021-08-20 07:53:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						975f27f780 
					 
					
						
						
							
							Good parameters for FOMULAIRE_AEB  
						
						 
						
						
						
						
					 
					
						2021-08-20 09:51:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						043e865eb0 
					 
					
						
						
							
							Add column for DocGeneratorTemplate.index  
						
						 
						
						
						
						
					 
					
						2021-08-20 09:49:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						0479ddb42b 
					 
					
						
						
							
							Data injection in to file on openstack  
						
						 
						
						
						
						
					 
					
						2021-08-20 09:49:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f2b5cd7636 
					 
					
						
						
							
							Accourse: toggle flags bg-danger in banner + misc  
						
						 
						
						
						
						
					 
					
						2021-08-20 01:35:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d100de4fcd 
					 
					
						
						
							
							In AccompanyingPeriod list, only show existing informations  
						
						 
						
						... 
						
						
						
						That rule must be the same for each list,
we show empty datas messages in the complete show view 
						
						
					 
					
						2021-08-20 00:46:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e711ac1feb 
					 
					
						
						
							
							Merge branch 'ameliorations_composants_vue' into improve_ux  
						
						 
						
						
						
						
					 
					
						2021-08-20 00:40:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5b8439e13c 
					 
					
						
						
							
							adding a new 'wraplist' sass element in flex-table collection: applied with AccompanyingPeriod lists  
						
						 
						
						
						
						
					 
					
						2021-08-20 00:38:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						06abefd576 
					 
					
						
						
							
							add redirection to wopi after doc generation  
						
						 
						
						
						
						
					 
					
						2021-08-19 23:30:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3799627bf1 
					 
					
						
						
							
							rdv: twig layout and field formatting  
						
						 
						
						
						
						
					 
					
						2021-08-19 21:50:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8295788d7f 
					 
					
						
						
							
							Merge branch 'feature/add-ChillWopiBundle'  
						
						 
						
						
						
						
					 
					
						2021-08-19 21:34:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						52469d995a 
					 
					
						
						
							
							onTheFly modal, edit button changed to show person file  
						
						 
						
						
						
						
					 
					
						2021-08-19 21:07:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b4234ddc58 
					 
					
						
						
							
							class made dynamic with correct hLevel option  
						
						 
						
						
						
						
					 
					
						2021-08-19 21:06:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						71e6b356c3 
					 
					
						
						
							
							Merge branch 'features/localize-accompanying-course-2' into 'master'  
						
						 
						
						... 
						
						
						
						Improve UX for handling location in accompanying course
See merge request Chill-Projet/chill-bundles!125  
						
						
					 
					
						2021-08-19 19:03:41 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bbcf9cc4ca 
					 
					
						
						
							
							handle creation of address  
						
						 
						
						
						
						
					 
					
						2021-08-19 20:59:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						07030922e8 
					 
					
						
						
							
							[household member editor] integrate with adresses and course  
						
						 
						
						... 
						
						
						
						* redirection to a returnPath given into query search
* button for creating address 
						
						
					 
					
						2021-08-19 20:00:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c16c517e97 
					 
					
						
						
							
							[acc course location] allow to locate course from the index page  
						
						 
						
						
						
						
					 
					
						2021-08-19 20:00:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a0afaa568d 
					 
					
						
						
							
							[AccompanyingCourse location] Indicate course location on course index  
						
						 
						
						... 
						
						
						
						page 
						
						
					 
					
						2021-08-19 20:00:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75d3dfb830 
					 
					
						
						
							
							Merge branch 'feature/link-evaluations-to-docgen' into 'master'  
						
						 
						
						... 
						
						
						
						Feature/link evaluations to docgen
See merge request Chill-Projet/chill-bundles!130  
						
						
					 
					
						2021-08-19 17:58:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a797143511 
					 
					
						
						
							
							create document from evaluation  
						
						 
						
						
						
						
					 
					
						2021-08-19 19:47:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bb471fd4af 
					 
					
						
						
							
							AccompanyingCourse: fix errors with renderbox into Resources  
						
						 
						
						
						
						
					 
					
						2021-08-19 19:41:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fdd08905a8 
					 
					
						
						
							
							init new twig block_post_menu  
						
						 
						
						
						
						
					 
					
						2021-08-19 19:40:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4ae9b29924 
					 
					
						
						
							
							rdv: correct redirections  
						
						 
						
						
						
						
					 
					
						2021-08-19 19:01:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						364346d0aa 
					 
					
						
						
							
							Merge branch 'docgen3' into 'master'  
						
						 
						
						... 
						
						
						
						Docgen3
See merge request Chill-Projet/chill-bundles!132  
						
						
					 
					
						2021-08-19 16:53:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1a025ead1b 
					 
					
						
						
							
							rdv: twig layout + teleport calendar controls  
						
						 
						
						
						
						
					 
					
						2021-08-19 18:45:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						73c90f8c6a 
					 
					
						
						
							
							Debug docgen admin view error name  
						
						 
						
						
						
						
					 
					
						2021-08-19 18:42:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						772388298d 
					 
					
						
						
							
							Debug docgen view repository error name  
						
						 
						
						
						
						
					 
					
						2021-08-19 18:42:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						4184a74e7e 
					 
					
						
						
							
							Styling refactoring  
						
						 
						
						
						
						
					 
					
						2021-08-19 18:42:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						237476dc28 
					 
					
						
						
							
							Save generated doc in openstack  
						
						 
						
						
						
						
					 
					
						2021-08-19 18:42:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						e6f5ef91ec 
					 
					
						
						
							
							Generation du doc àpd du template  
						
						 
						
						
						
						
					 
					
						2021-08-19 18:42:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						755812ae3c 
					 
					
						
						
							
							fix buttonLocation deleted from last merge  
						
						 
						
						
						
						
					 
					
						2021-08-19 17:16:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c9cc0dd2a9 
					 
					
						
						
							
							Update status code.  
						
						 
						
						
						
						
					 
					
						2021-08-19 17:03:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						10c9526b49 
					 
					
						
						
							
							Fix property name.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:58:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3602b0d097 
					 
					
						
						
							
							requestor import fix alias  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:50:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						53cad32910 
					 
					
						
						
							
							Update checkFileInfo  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:49:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						2a40645604 
					 
					
						
						
							
							Pass the filename, not the id.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:33:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						da505ed106 
					 
					
						
						
							
							Add missing favicon url  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:30:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						fe4b9647b9 
					 
					
						
						
							
							fix path to twig template.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:29:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						1d7ef9300c 
					 
					
						
						
							
							Add missing router service.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:28:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						bb9e175849 
					 
					
						
						
							
							Add missing psr17 service.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:27:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						5a3fd2712c 
					 
					
						
						
							
							refactor: Add test controller.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:25:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5dc92ed5bd 
					 
					
						
						
							
							Merge branch 'ameliorations_composants_vue' of gitlab.com:Chill-Projet/chill-bundles into ameliorations_composants_vue  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:21:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7e64ec0a45 
					 
					
						
						
							
							rdv: fix conflict when merging features/rdv  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:19:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						0a183c8cfc 
					 
					
						
						
							
							Revert "fix: Fix services definitions."  
						
						 
						
						... 
						
						
						
						This reverts commit 3599508a3b . 
						
						
					 
					
						2021-08-19 16:11:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						60328032d8 
					 
					
						
						
							
							Revert "Remove obsolete controller."  
						
						 
						
						... 
						
						
						
						This reverts commit 494573e5b4 . 
						
						
					 
					
						2021-08-19 16:11:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						cf4f25aaff 
					 
					
						
						
							
							rdv: update fixtures  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:07:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						71900010f6 
					 
					
						
						
							
							fix: Fix property name.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:06:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						3599508a3b 
					 
					
						
						
							
							fix: Fix services definitions.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:04:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						b1c15ec8ce 
					 
					
						
						
							
							fix: Update checkFileInfo, getFile and putFile. Remove obsolete code in unsupported methods.  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:03:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d61dbaed91 
					 
					
						
						
							
							move vue thirdparty components in ChillThirdPartyBundle assets  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:01:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6a609eb1ab 
					 
					
						
						
							
							rdv: fix regression with multiple groups for property on calendar  
						
						 
						
						
						
						
					 
					
						2021-08-19 16:00:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ac72a21d1 
					 
					
						
						
							
							adding alias ChillThirdPartyAssets  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:45:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fd8f4a98c0 
					 
					
						
						
							
							vue Address: fix ShowAddress multiline option  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:41:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						96ade5bd36 
					 
					
						
						
							
							Merge branch 'fix-crud' into 'master'  
						
						 
						
						... 
						
						
						
						fix crud paginator pbm
See merge request Chill-Projet/chill-bundles!131  
						
						
					 
					
						2021-08-19 13:33:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						6383c1ca7b 
					 
					
						
						
							
							fix crud paginator pbm  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:32:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						8be99bfe50 
					 
					
						
						
							
							Merge branch 'docgen2' into 'master'  
						
						 
						
						... 
						
						
						
						Api point for docgen templates
See merge request Chill-Projet/chill-bundles!129  
						
						
					 
					
						2021-08-19 13:27:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						13ff55c967 
					 
					
						
						
							
							Desactivate tests which randomly fails with new fixtures  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:25:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8c0d8692b0 
					 
					
						
						
							
							Merge branch 'features/work-evaluation-save' into 'master'  
						
						 
						
						... 
						
						
						
						[Social Work] Save evaluations
See merge request Chill-Projet/chill-bundles!126  
						
						
					 
					
						2021-08-19 13:22:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						65bce1aacb 
					 
					
						
						
							
							rdv: available calendar ranges  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:19:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2394895ccb 
					 
					
						
						
							
							Merge branch 'ameliorations_composants_vue' of gitlab.com:Chill-Projet/chill-bundles into ameliorations_composants_vue  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:07:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						60f7bdc926 
					 
					
						
						
							
							serialization forr evaluations  
						
						 
						
						
						
						
					 
					
						2021-08-19 15:03:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6ca35d5a18 
					 
					
						
						
							
							requestor adapted to use PersonRenderBox or ThirdPartyRenderBox  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:47:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6253927e2e 
					 
					
						
						
							
							Merge branch 'ameliorations_composants_vue' into improve_ux  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:31:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						4f39676e97 
					 
					
						
						
							
							Remove obsolete OpenStack and Configuration stuff.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:24:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						84a460c4e7 
					 
					
						
						
							
							Remove obsolete file.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:18:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						494573e5b4 
					 
					
						
						
							
							Remove obsolete controller.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:18:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c16fc77d01 
					 
					
						
						
							
							fix: Fix service naming, remove the suffix.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						282539ae6b 
					 
					
						
						
							
							fix: Add wiring for UserProviderInterface.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						50f1d3cd10 
					 
					
						
						
							
							fix: Add UserProviderInterface dependency.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						4e04714a42 
					 
					
						
						
							
							fix: Add wiring for UserProviderInterface.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						8992b99d56 
					 
					
						
						
							
							fix: Add user data.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						62536ab2ff 
					 
					
						
						
							
							fix: Format date properly.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						b189726380 
					 
					
						
						
							
							fix: Fix mimeType detection/discovery.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						a63c26482e 
					 
					
						
						
							
							fix: Fix mimeType detection/discovery.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c208797daf 
					 
					
						
						
							
							fix: Update StoredObject entity.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						0366d0cb17 
					 
					
						
						
							
							fix: Add exceptions.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						2b7fa630fc 
					 
					
						
						
							
							refactor: Add nyholm/psr7.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						a41b959fbd 
					 
					
						
						
							
							refactor: Fix TempUrlGeneratorInterface wiring.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						e4d9129af2 
					 
					
						
						
							
							refactor: Add TempUrlGeneratorInterface wiring.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						72fc6e05cc 
					 
					
						
						
							
							refactor: Add WopiInterface wiring.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						47a2af6f19 
					 
					
						
						
							
							Update composer.json.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						1bd01aefae 
					 
					
						
						
							
							refactor: Update ChillWopiBundle - Work in progress.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c6b6fa5bf6 
					 
					
						
						
							
							refactor: Update ChillDocStoreBundle - Add StoredObject repository.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						36d582c8ab 
					 
					
						
						
							
							Update configuration.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						df544bdfa4 
					 
					
						
						
							
							update  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						12e17fac82 
					 
					
						
						
							
							debug  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						b2d84a7677 
					 
					
						
						
							
							Update.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						ebb679dbbb 
					 
					
						
						
							
							Update services.php.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						61bb595bba 
					 
					
						
						
							
							Update Test controller.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c7aafc6730 
					 
					
						
						
							
							Update services.php  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						24b675ce97 
					 
					
						
						
							
							Fix path to services.php.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						3c888238c5 
					 
					
						
						
							
							Fix services file.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						1bd00535ce 
					 
					
						
						
							
							Update services for controllers.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						d616e00660 
					 
					
						
						
							
							Add test routes and controller.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						5d5ad9e4f7 
					 
					
						
						
							
							Fix OpenStack service.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						28af73db19 
					 
					
						
						
							
							Fix typo.  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:17:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0f87d77896 
					 
					
						
						
							
							Merge branch 102_activites_annexes into 'improve_ux'  
						
						 
						
						
						
						
					 
					
						2021-08-19 14:08:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8b50e5bd62 
					 
					
						
						
							
							comment TODO  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:41:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f490fdd37c 
					 
					
						
						
							
							batch remove 'Bravo'  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:41:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ffdf4cb1f 
					 
					
						
						
							
							render_box person and thirdparty: fix bug customOptions with 'replace'  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:41:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						801e897a38 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:40:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						21db8674e7 
					 
					
						
						
							
							thirdparty: replace macro address by render_box  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:38:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						de7322464b 
					 
					
						
						
							
							deathdate fix in personrenderbox, in case there is a deathdate  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:32:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						90cfcd0569 
					 
					
						
						
							
							ThirdPartyRenderBox created and old view replaced  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:31:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4a0ffd2cba 
					 
					
						
						
							
							flex-table taken out of for-loop  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:29:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3e9d96368d 
					 
					
						
						
							
							style added to create space between streetname and city + margin of flex-table fixed  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:26:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						227d627ad5 
					 
					
						
						
							
							Merge branch 110_extend_thirdparty into 'master'  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:19:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c7a2bbfc1d 
					 
					
						
						
							
							remove dump debug  
						
						 
						
						
						
						
					 
					
						2021-08-19 12:17:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						d8ca9cf082 
					 
					
						
						
							
							Api point for docgen templates  
						
						 
						
						
						
						
					 
					
						2021-08-19 11:15:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0457ee2b8d 
					 
					
						
						
							
							rdv: add my calendar + checkbox  
						
						 
						
						
						
						
					 
					
						2021-08-19 10:52:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bab06796f1 
					 
					
						
						
							
							improve editing of evaluation  
						
						 
						
						... 
						
						
						
						- an evaluation type can be repeated multiple times on the same action;
- in vue, evaluation are listed by key, not id,
- adding an evaluation make appears directly in "edit" mode;
- ... 
						
						
					 
					
						2021-08-19 10:14:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7c4f976230 
					 
					
						
						
							
							rdv: add user calendar endpoint + add this calendar in the calendar  
						
						 
						
						
						
						
					 
					
						2021-08-18 23:16:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1aa77bd1c4 
					 
					
						
						
							
							AccompanyingCourse: uniformity of styles  
						
						 
						
						
						
						
					 
					
						2021-08-18 22:36:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						39e8af48b4 
					 
					
						
						
							
							#198  issue fixes: mostly template fixes and translations  
						
						 
						
						
						
						
					 
					
						2021-08-18 22:31:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9447516694 
					 
					
						
						
							
							fix bug in saving evaluation dates  
						
						 
						
						
						
						
					 
					
						2021-08-18 22:30:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9a1f56a820 
					 
					
						
						
							
							[Aside activity] Temporarily remove the link to aside activities  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:23:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						dbf72774c2 
					 
					
						
						
							
							rdv: add main user in fullcalendar form  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						a70d5cc263 
					 
					
						
						
							
							rdv: fullcalendar: save calendarRange id as an extended prop in the calendar entity  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						07eb5c797a 
					 
					
						
						
							
							rdv: fullcalendar: manage event clicking  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						a54434a677 
					 
					
						
						
							
							rdv: add fr locale to fullcalendar + colorise users calendars  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ca9738b55a 
					 
					
						
						
							
							rdv: fullcalendar: add current user by default  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b40c25595a 
					 
					
						
						
							
							rdv: fullcalendar: select and unselect user calendars  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e6deb6bc7a 
					 
					
						
						
							
							rdv: fullcalendar: update events source dynamically  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e499ebdf8b 
					 
					
						
						
							
							rdv: add dynamic event sources in fullcalendar (WIP)  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						07f086dd61 
					 
					
						
						
							
							rdv: fix calendar users loading for multiselect  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f2d79919f0 
					 
					
						
						
							
							rdv: add calendar user selector widget  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						02a9e21f62 
					 
					
						
						
							
							rdv: set the calendar ranges as an API point + fetch them into the calendar view  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						323434f34e 
					 
					
						
						
							
							rdv: add fixture for calendar range  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						afad23eb0f 
					 
					
						
						
							
							rdv: fix timezone issue for editing events  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						981c819f56 
					 
					
						
						
							
							rdv: add current event date when edit  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						9907b59379 
					 
					
						
						
							
							rdv: renaming of variable + enable to display selected event  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						dc3c8a4032 
					 
					
						
						
							
							rdv: translations + layout (twig)  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						95b50f2b99 
					 
					
						
						
							
							rdv: add calendar list in menu  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b106a03534 
					 
					
						
						
							
							rdv: hook i18n translations into the App.vue  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b7c5a459f7 
					 
					
						
						
							
							rdv: change type of date to datetime in calendarRange  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4a6914be22 
					 
					
						
						
							
							rdv: use datetime instead of date fields  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5181098339 
					 
					
						
						
							
							rdv: connect fullcalendar vue component to startDate and endDate fields  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						cc3e7f54a7 
					 
					
						
						
							
							rdv: minor corrections following MR review  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						df7e76a2e7 
					 
					
						
						
							
							rdv: MR comment  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ccd5ac74fd 
					 
					
						
						
							
							rdv: MR comment  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						29c2ed3ce8 
					 
					
						
						
							
							rdv: MR comment  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c17ce7926 
					 
					
						
						
							
							rdv: MR comment  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d49fd9738b 
					 
					
						
						
							
							rdv: MR comment  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						892e43d195 
					 
					
						
						
							
							rdv: MR comment  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						fe3cbdadab 
					 
					
						
						
							
							rdv: fullcalendar: add 3 buttons 'month - week - day'  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c54290a265 
					 
					
						
						
							
							rdv: adapt calendar entities: drop useless field and change field type  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						de6df983a0 
					 
					
						
						
							
							rdv: add translations  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0585455bbe 
					 
					
						
						
							
							rdv: fullcalendar vue: use store and add an event on date select  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f508971b6a 
					 
					
						
						
							
							rdv: add fullcalendar.js as a vuejs component (POC)  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5c8b247f40 
					 
					
						
						
							
							rdv: correct edit page  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						9c7c890943 
					 
					
						
						
							
							rdv: delete a rdv  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7e02b284ca 
					 
					
						
						
							
							rdv: others pages: edit, list  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d4ec5d137e 
					 
					
						
						
							
							rdv: add validation  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d542f582e6 
					 
					
						
						
							
							rdv: allow null concerned persons in form  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3c37802821 
					 
					
						
						
							
							rdv: add show calendar  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						227be0b482 
					 
					
						
						
							
							rdv: add default status on rdv when creating a new rdv  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4b8736ae57 
					 
					
						
						
							
							rdv: fix adding thirdparty when creating a rdv  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						206347de91 
					 
					
						
						
							
							rdv: add entity to serialize (WIP)  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						516c286519 
					 
					
						
						
							
							rdv: can add thirdparty to a rdv  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						adc462b735 
					 
					
						
						
							
							rdv: simplify the vuejs component (removed not used parts)  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						43d6dc835f 
					 
					
						
						
							
							rdv: add thirdParty in concerned persons (WIP)  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1557b8f80a 
					 
					
						
						
							
							rdv: add the concernedGroup vuejs component in add a new rdv  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						20d113b1db 
					 
					
						
						
							
							rdv: some fixes for the new rdv  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						114df16e0f 
					 
					
						
						
							
							rdv: add new rdv form  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b01eba2533 
					 
					
						
						
							
							rdv: add route, twig for listing and creating calendar items  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						75caf3fa14 
					 
					
						
						
							
							rdv: adapt entities + add fixtures  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						fdccdfe7b1 
					 
					
						
						
							
							rdv: add first migration  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						38ec2b5de9 
					 
					
						
						
							
							rdv: correct entities with FQCN  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3010df2016 
					 
					
						
						
							
							calendar: add entities  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3e7a9522b6 
					 
					
						
						
							
							init Calendar bundle  
						
						 
						
						
						
						
					 
					
						2021-08-18 21:09:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d652771af0 
					 
					
						
						
							
							CourseLocation: fix errors  
						
						 
						
						
						
						
					 
					
						2021-08-18 20:10:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d655d92f2 
					 
					
						
						
							
							CourseLocation: add message if no address  
						
						 
						
						
						
						
					 
					
						2021-08-18 17:45:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9e51717984 
					 
					
						
						
							
							Merge branch accourse_confirmation into 'master'  
						
						 
						
						
						
						
					 
					
						2021-08-18 17:23:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a6b360c193 
					 
					
						
						
							
							setup of ThirdPartyRenderBox  
						
						 
						
						
						
						
					 
					
						2021-08-18 17:20:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						42b9e25403 
					 
					
						
						
							
							some todo's added in comment + most href's made dynamic  
						
						 
						
						
						
						
					 
					
						2021-08-18 17:20:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						403922c631 
					 
					
						
						
							
							AccompanyingCourse, change blocs order (location in second position)  
						
						 
						
						
						
						
					 
					
						2021-08-18 17:10:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						53fe90adc3 
					 
					
						
						
							
							AccompanyingCourse: check if conditions of confirmation are met, or display alert  
						
						 
						
						
						
						
					 
					
						2021-08-18 16:54:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						41fe95c80f 
					 
					
						
						
							
							fix display styles bugs  
						
						 
						
						
						
						
					 
					
						2021-08-18 16:54:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						28435940f1 
					 
					
						
						
							
							AccompanyingCourse api errorMsg  
						
						 
						
						
						
						
					 
					
						2021-08-18 16:53:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						34e1a9b748 
					 
					
						
						
							
							address added to personrenderbox w/ ShowAddress. Adapted to include a multiline option  
						
						 
						
						
						
						
					 
					
						2021-08-18 16:22:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						097ad3a364 
					 
					
						
						
							
							fix return type of class  
						
						 
						
						
						
						
					 
					
						2021-08-18 09:56:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						816d860f4a 
					 
					
						
						
							
							Merge branch 'fixtures/fix-loading-people' into 'master'  
						
						 
						
						... 
						
						
						
						Fixtures/fix loading people
See merge request Chill-Projet/chill-bundles!124  
						
						
					 
					
						2021-08-17 20:01:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c7cc2c7596 
					 
					
						
						
							
							Fixtures/fix loading people  
						
						 
						
						
						
						
					 
					
						2021-08-17 20:01:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6ad8a73fc0 
					 
					
						
						
							
							Merge branch 'master' into 110_extend_thirdparty  
						
						 
						
						
						
						
					 
					
						2021-08-17 20:47:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4cf676858e 
					 
					
						
						
							
							Merge branch add-location-period into 'master'  
						
						 
						
						
						
						
					 
					
						2021-08-17 18:37:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b87046dcd6 
					 
					
						
						
							
							comment all console.log in AccompanyingCourse component  
						
						 
						
						
						
						
					 
					
						2021-08-17 18:32:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						76eea2a4eb 
					 
					
						
						
							
							fix title that doesn't match to the page  
						
						 
						
						
						
						
					 
					
						2021-08-17 17:47:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ba3e0287a 
					 
					
						
						
							
							Address: adding hideDateFrom option to hide field DateFrom on step1  
						
						 
						
						
						
						
					 
					
						2021-08-17 17:24:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						54ac122863 
					 
					
						
						
							
							Merge branch 'features/add-search-api-for-users' into 'master'  
						
						 
						
						... 
						
						
						
						extend search api to users
See merge request Chill-Projet/chill-bundles!121  
						
						
					 
					
						2021-08-17 15:20:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eac4c48d8f 
					 
					
						
						
							
							deathdate added if not null  
						
						 
						
						
						
						
					 
					
						2021-08-17 16:30:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						160383e3a3 
					 
					
						
						
							
							AccompanyingCourse: precise address person locator + minors stuffs  
						
						 
						
						
						
						
					 
					
						2021-08-17 16:23:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7af85bc401 
					 
					
						
						
							
							AddressRenderBox created and added to PersonRenderBox, still some styling issue with address. Render options not done yet  
						
						 
						
						
						
						
					 
					
						2021-08-17 16:14:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cdc6cf211a 
					 
					
						
						
							
							AddAddress option buttonType: component manage button in edit or create context  
						
						 
						
						
						
						
					 
					
						2021-08-17 15:41:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						f12dc97d57 
					 
					
						
						
							
							Merge branch 'fix-bug-empty-cb' into 'master'  
						
						 
						
						... 
						
						
						
						Fix error when options['customButtons'] is empty
See merge request Chill-Projet/chill-bundles!123  
						
						
					 
					
						2021-08-17 13:26:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						a58bdb466c 
					 
					
						
						
							
							Fix error when options['customButtons'] is empty  
						
						 
						
						
						
						
					 
					
						2021-08-17 15:23:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1a6c0529cc 
					 
					
						
						
							
							date formatting using dateToISO function, still fix with translations. + record-actions inserted via <slot>  
						
						 
						
						
						
						
					 
					
						2021-08-17 14:05:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						23366d5582 
					 
					
						
						
							
							Merge branch 'docgen-fix' into 'master'  
						
						 
						
						... 
						
						
						
						Fix error about not opened bracket
See merge request Chill-Projet/chill-bundles!122  
						
						
					 
					
						2021-08-17 12:04:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						f58be46466 
					 
					
						
						
							
							Fix error about not opened bracket  
						
						 
						
						
						
						
					 
					
						2021-08-17 14:03:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						65e72b05c5 
					 
					
						
						
							
							Merge branch 'master' into 102_activites_annexes  
						
						 
						
						
						
						
					 
					
						2021-08-17 13:16:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						069b3d1839 
					 
					
						
						
							
							Merge branch 'docgen' into 'master'  
						
						 
						
						... 
						
						
						
						Debut bundle DocGen
See merge request Chill-Projet/chill-bundles!119  
						
						
					 
					
						2021-08-17 09:44:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						cbdf976885 
					 
					
						
						
							
							Adding context  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						8df4c93c97 
					 
					
						
						
							
							Datafixtures for Doc Gen  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						5ce6d37a69 
					 
					
						
						
							
							Controller to generate a doc  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						7dc501cbda 
					 
					
						
						
							
							Creation of DocGenTemplate entity  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						8207db4b45 
					 
					
						
						
							
							First Version DocGenerator  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f5c5038fda 
					 
					
						
						
							
							v-for loop on add-evaluation subcomponent  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						436d583f65 
					 
					
						
						
							
							getter/setter for form input date  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						533865c41a 
					 
					
						
						
							
							show evaluation details  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						14c0c9763f 
					 
					
						
						
							
							fix styles flashbag and action-row  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a54e70f9e0 
					 
					
						
						
							
							set small fields in form evaluation  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						63b820784f 
					 
					
						
						
							
							save/hide form evaluation  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						71b54622e2 
					 
					
						
						
							
							simplify styles cascade  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						190549180b 
					 
					
						
						
							
							add FormEvaluation subcomponent  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						375326fc32 
					 
					
						
						
							
							add/remove evaluation from evaluation list  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a1435314a0 
					 
					
						
						
							
							comment all console.log  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8d98a144fd 
					 
					
						
						
							
							automatic rearrange code (indentation: 3)  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d0fa28db2a 
					 
					
						
						
							
							display evaluations for action  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ac14ff5e3 
					 
					
						
						
							
							prepare subcomponents for evaluation, share addResult styles  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d67483fd9a 
					 
					
						
						
							
							add options on button for AddPersons component: size, type and display  
						
						 
						
						... 
						
						
						
						* size: add bootstrap class : btn-sm, btn-lg..
* type: override chill button class : btn-update, btn-chill-beige
* display: override default : true 
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3156706c2b 
					 
					
						
						
							
							vue accompanyingcourse_work: prepare evaluations, + translations chains + styles border  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						44e85361e6 
					 
					
						
						
							
							add endpoint for listing evaluation  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						320f16a121 
					 
					
						
						
							
							[accompanyingPeriodWorkEvaluation] store comment in db  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5635d19252 
					 
					
						
						
							
							[accompanyingPeriodWork] add evaluation to normalizer  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6544566c34 
					 
					
						
						
							
							fix test PersonSearch by adding html node filtering  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f7c0dcd09 
					 
					
						
						
							
							adding addresses to accompanying period  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0e2e7155fb 
					 
					
						
						
							
							Load social work, and fix some repositories  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8a962a4f1c 
					 
					
						
						
							
							refactor loading for social issues using real data  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2f699d32b0 
					 
					
						
						
							
							create entity and schema  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72a1ac02eb 
					 
					
						
						
							
							add address suggestion by household  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c420d2bfd7 
					 
					
						
						
							
							Add address suggestion for a person  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8d2b1fbe13 
					 
					
						
						
							
							add test for accompanying period location validity  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a3a5d5cfd0 
					 
					
						
						
							
							[AccompanyingPeriod] create constraints for location  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3302d69373 
					 
					
						
						
							
							[AccompanyingPeriod] add flashbag message when located temporarily  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:42:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f188cc2d27 
					 
					
						
						
							
							[AccompanyingPeriod] add location to serialization  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:34:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8f9c8bc1a6 
					 
					
						
						
							
							update schema to store location on accompanying period  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:34:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						43f9e50100 
					 
					
						
						
							
							Merge branch 'features/add-location-period' of gitlab.com:Chill-Projet/chill-bundles into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-17 09:36:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aa0ff37479 
					 
					
						
						
							
							Address: fix option regression  
						
						 
						
						
						
						
					 
					
						2021-08-17 09:04:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						20cdec20d2 
					 
					
						
						
							
							accompanyingCourse: ckeditor for comment bloc + sass color variables in app.vue  
						
						 
						
						
						
						
					 
					
						2021-08-16 20:25:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0abb4983f7 
					 
					
						
						
							
							open confirmation modal when assigning person Location  
						
						 
						
						
						
						
					 
					
						2021-08-16 19:42:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5a716a3523 
					 
					
						
						
							
							[Household members editor] add address suggestion on menage creation  
						
						 
						
						
						
						
					 
					
						2021-08-16 19:07:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						29b5e700f6 
					 
					
						
						
							
							rename key in payload  
						
						 
						
						
						
						
					 
					
						2021-08-16 18:38:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e8e2607076 
					 
					
						
						
							
							rename method to avoid confusion  
						
						 
						
						
						
						
					 
					
						2021-08-16 16:27:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						107699ec31 
					 
					
						
						
							
							patch Address to accompanyingPeriod: build payload for differents cases  
						
						 
						
						... 
						
						
						
						use uniq patch api endpoint, build payload body in action,
call updateAddress action when submitting, assigning or removing. 
						
						
					 
					
						2021-08-16 16:26:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						25465b1121 
					 
					
						
						
							
							[AccompanyingCourse] re-introduce flashbag on temporarily locations  
						
						 
						
						... 
						
						
						
						See 4e8dd3b189 
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						8834f200df 
					 
					
						
						
							
							Removing un-used code  
						
						 
						
						
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						cc84c067c5 
					 
					
						
						
							
							Other social entities became editable via admin  
						
						 
						
						
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						d8ee42b0a5 
					 
					
						
						
							
							SocialIssues became editable via admin  
						
						 
						
						
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						a948d9e2da 
					 
					
						
						
							
							Add license text  
						
						 
						
						
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						c9a5d0548c 
					 
					
						
						
							
							Removing spaces at the end of line  
						
						 
						
						
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						c37ba5db6a 
					 
					
						
						
							
							Removing spaces at the end of line  
						
						 
						
						
						
						
					 
					
						2021-08-16 15:42:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						54c4524b27 
					 
					
						
						
							
							extend search api to users  
						
						 
						
						
						
						
					 
					
						2021-08-16 14:39:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						966292cdd5 
					 
					
						
						
							
							pass props to ButtonLocation  
						
						 
						
						
						
						
					 
					
						2021-08-16 12:18:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d1166d8fc 
					 
					
						
						
							
							add removeAddress button; buttonType different with edit context  
						
						 
						
						
						
						
					 
					
						2021-08-16 10:56:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1b3904f8e3 
					 
					
						
						
							
							rename variable displayText  
						
						 
						
						
						
						
					 
					
						2021-08-16 10:19:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						77fe497994 
					 
					
						
						
							
							altNames displayed dynamically  
						
						 
						
						
						
						
					 
					
						2021-08-14 12:01:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b89a66b20c 
					 
					
						
						
							
							dynamic properties displayed  
						
						 
						
						
						
						
					 
					
						2021-08-13 18:31:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2d2bb117ca 
					 
					
						
						
							
							condition on persons to see button location  
						
						 
						
						
						
						
					 
					
						2021-08-13 17:54:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						17dd52c3dc 
					 
					
						
						
							
							import ShowAddress in CourseLocation, with alert if temporary address  
						
						 
						
						
						
						
					 
					
						2021-08-13 17:20:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d6e41e5ac7 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-13 16:59:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b0187d0594 
					 
					
						
						
							
							add file ShowAdressPane that contains ShowAddress, because ShowAddress must be called in several files  
						
						 
						
						
						
						
					 
					
						2021-08-13 16:58:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ea691d9b32 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-13 16:13:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1d2cbc4f62 
					 
					
						
						
							
							minor details  
						
						 
						
						
						
						
					 
					
						2021-08-13 16:11:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5e0c930087 
					 
					
						
						
							
							CourseLocation: action and mutation for updateLocation, hide button if personLocation  
						
						 
						
						
						
						
					 
					
						2021-08-13 16:08:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f535e794a7 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-13 16:04:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2f28e02f65 
					 
					
						
						
							
							prepare vue Address to be used too in accompanyingCourse context  
						
						 
						
						... 
						
						
						
						i18n is managed by root component:
* ok for person and household implementation (=> they use Address root component)
* but must be imported in vue i18n file if called from another component
submitAddress is emit to parent, it allow to control final action:
* casting final submitNewAddress with POST requests (for person or household entity);
* or dispatching changes from store, casting only payload to be used.
remove and simplify some options: backurl is always used with person/household,
and never if called from another vue component. 
						
						
					 
					
						2021-08-13 16:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						438134690f 
					 
					
						
						
							
							styling fixed with proper class cascade  
						
						 
						
						
						
						
					 
					
						2021-08-13 14:57:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						166144e57e 
					 
					
						
						
							
							first conditionalities added analog to twig template  
						
						 
						
						
						
						
					 
					
						2021-08-13 13:15:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1600d3d271 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-13 10:26:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4b69f97e2f 
					 
					
						
						
							
							vue AddAddress: merge api files in the person bundle  
						
						 
						
						
						
						
					 
					
						2021-08-13 10:23:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						64433b420d 
					 
					
						
						
							
							CourseLocation: view current location  
						
						 
						
						
						
						
					 
					
						2021-08-12 17:05:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8f9d4a1765 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-12 16:46:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c302452e01 
					 
					
						
						
							
							improve Address reusability: move i18n translations out of root component  
						
						 
						
						
						
						
					 
					
						2021-08-12 16:45:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6bb5440220 
					 
					
						
						
							
							injecting person data into renderbox, no styling yet  
						
						 
						
						
						
						
					 
					
						2021-08-12 16:23:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c48586cd0e 
					 
					
						
						
							
							renaming of PersonItem into ParticipationItem  
						
						 
						
						
						
						
					 
					
						2021-08-12 15:55:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						205c48f58a 
					 
					
						
						
							
							courseLocation: init Address context in the store  
						
						 
						
						
						
						
					 
					
						2021-08-12 15:55:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						368bbcf9b2 
					 
					
						
						
							
							Merge branch 'address_refactoring' into ggg  
						
						 
						
						
						
						
					 
					
						2021-08-12 15:53:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						76a4b24aa1 
					 
					
						
						
							
							improve vue Address options (to be checked in all context)  
						
						 
						
						
						
						
					 
					
						2021-08-12 15:50:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						21fd69488f 
					 
					
						
						
							
							start of PersonRenderBox in vue  
						
						 
						
						
						
						
					 
					
						2021-08-12 15:21:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f6376118a0 
					 
					
						
						
							
							commented out unneccesary lines for migration  
						
						 
						
						
						
						
					 
					
						2021-08-12 11:54:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a6001c195a 
					 
					
						
						
							
							templates added and adapted for delete, list en view of aside activity  
						
						 
						
						
						
						
					 
					
						2021-08-12 11:53:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8829d234ec 
					 
					
						
						
							
							adapt to show date of death. it adapts but does not show actual date of death yet  
						
						 
						
						
						
						
					 
					
						2021-08-12 11:50:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6ee0acfa0f 
					 
					
						
						
							
							vue_accourse: adapt stickynav numerotation with 2 new blocs  
						
						 
						
						... 
						
						
						
						+ let IDE make corrections in theses files 
						
						
					 
					
						2021-08-12 11:37:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7d97889cbf 
					 
					
						
						
							
							templates changed to use the standard CRUD templates + delete template added  
						
						 
						
						
						
						
					 
					
						2021-08-10 15:45:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						364aff36a4 
					 
					
						
						
							
							Add initial set of files.  
						
						 
						
						
						
						
					 
					
						2021-08-10 15:13:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						3f1b5b2319 
					 
					
						
						
							
							Add ChillWopiBundle.  
						
						 
						
						
						
						
					 
					
						2021-08-10 15:13:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fc6a9ad64f 
					 
					
						
						
							
							migration files moved into bundle  
						
						 
						
						
						
						
					 
					
						2021-08-10 14:23:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c7129a3b2 
					 
					
						
						
							
							aside activities added to user menu  
						
						 
						
						
						
						
					 
					
						2021-08-10 14:19:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bbb69bcfe0 
					 
					
						
						
							
							list template adapted to display aside activities ordered by date (DESC)  
						
						 
						
						
						
						
					 
					
						2021-08-10 14:18:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a1ed0d3ce4 
					 
					
						
						
							
							list.html.twig template added and adapted to display list of aside activities, still need to adapt to show only activities of logged in user  
						
						 
						
						
						
						
					 
					
						2021-08-10 11:32:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fb43980a2a 
					 
					
						
						
							
							everything changed to datetime  
						
						 
						
						
						
						
					 
					
						2021-08-10 10:56:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						da98b42c8c 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-08 22:34:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						840ffe42a6 
					 
					
						
						
							
							fix patchAddress with date validFrom  
						
						 
						
						
						
						
					 
					
						2021-08-08 22:27:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1f8c343a89 
					 
					
						
						
							
							submitAddress doesn't take arguments  
						
						 
						
						
						
						
					 
					
						2021-08-08 22:01:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f6a02e157d 
					 
					
						
						
							
							manage validFrom date, wip (patchAddress return 500)  
						
						 
						
						
						
						
					 
					
						2021-08-08 22:01:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						21957846b0 
					 
					
						
						
							
							fix more precise condition  
						
						 
						
						
						
						
					 
					
						2021-08-08 12:30:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1c7e1b55f8 
					 
					
						
						
							
							standard successText seems better  
						
						 
						
						
						
						
					 
					
						2021-08-08 12:30:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ea391d18e9 
					 
					
						
						
							
							fix display alerts above  
						
						 
						
						
						
						
					 
					
						2021-08-08 12:30:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72cd9f452e 
					 
					
						
						
							
							fix 500: in edit context, we don't need to postAddressTo a second time !  
						
						 
						
						
						
						
					 
					
						2021-08-08 12:30:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						44313b507a 
					 
					
						
						
							
							twig include allow to pass mode:edit option when it's not detected  
						
						 
						
						
						
						
					 
					
						2021-08-08 11:14:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						46bd70881e 
					 
					
						
						
							
							Address i18n: manage specific translations  
						
						 
						
						
						
						
					 
					
						2021-08-08 10:34:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fbf343dd19 
					 
					
						
						
							
							keep this unused subcomponent file, wrote for Address with household  
						
						 
						
						
						
						
					 
					
						2021-08-08 09:59:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						028af50dbc 
					 
					
						
						
							
							Vue HouseHoldAddress is now unused and can be dropped  
						
						 
						
						
						
						
					 
					
						2021-08-08 09:50:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0075fed9a5 
					 
					
						
						
							
							submit methods: first promise is shared for person or household context  
						
						 
						
						
						
						
					 
					
						2021-08-08 09:48:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						62dc94bb14 
					 
					
						
						
							
							Twig: test address_id in url and substring 'edit' in route  
						
						 
						
						
						
						
					 
					
						2021-08-08 08:35:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c075ff199d 
					 
					
						
						
							
							fix and rename variables + remove comments  
						
						 
						
						
						
						
					 
					
						2021-08-07 19:21:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e178183cef 
					 
					
						
						
							
							corrections + details  
						
						 
						
						
						
						
					 
					
						2021-08-07 18:50:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						63fbf4b249 
					 
					
						
						
							
							make Address works with household context  
						
						 
						
						
						
						
					 
					
						2021-08-07 17:29:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f77b84e48 
					 
					
						
						
							
							prepare to merge HouseholdAddress in Address: split api.js files  
						
						 
						
						
						
						
					 
					
						2021-08-07 15:47:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fae196d3eb 
					 
					
						
						
							
							prepare AccompanyingCourse Location sub-component to use Address  
						
						 
						
						
						
						
					 
					
						2021-08-07 15:40:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ca4d542604 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-07 12:01:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75be8aa557 
					 
					
						
						
							
							enable vue CourseLocation and mark place where it must connect to Address component  
						
						 
						
						
						
						
					 
					
						2021-08-07 12:00:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9e94cea9d5 
					 
					
						
						
							
							mark potential place where template must include vue_address component  
						
						 
						
						
						
						
					 
					
						2021-08-07 11:51:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6d58bf152b 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-06 21:50:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						47d704b521 
					 
					
						
						
							
							passing option backUrl from include template twig  
						
						 
						
						
						
						
					 
					
						2021-08-06 21:46:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cdbd97e595 
					 
					
						
						
							
							passing option binModalStep from twig include template  
						
						 
						
						
						
						
					 
					
						2021-08-06 21:32:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						24714227b8 
					 
					
						
						
							
							transmit all options from a twig include template  
						
						 
						
						
						
						
					 
					
						2021-08-06 21:20:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						da09e10fb1 
					 
					
						
						
							
							adding options in root component to see result or redirect (not working)  
						
						 
						
						
						
						
					 
					
						2021-08-06 17:36:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b74f9cf5dc 
					 
					
						
						
							
							getting all the asideActivity form to work with all fields. Still bug with DateTimeImmutable value somehwere  
						
						 
						
						
						
						
					 
					
						2021-08-06 17:35:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b62597426c 
					 
					
						
						
							
							classes for address-valid  
						
						 
						
						
						
						
					 
					
						2021-08-06 16:41:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6c0ab6f25e 
					 
					
						
						
							
							when creating new address, start first with edit panel  
						
						 
						
						
						
						
					 
					
						2021-08-06 16:41:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f3ceb94f0 
					 
					
						
						
							
							adding options to custom button, and improve stepWithModal options  
						
						 
						
						
						
						
					 
					
						2021-08-06 16:39:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						6b4e27a531 
					 
					
						
						
							
							Merge branch 'issue_43_admin_for_prob_soc' into 'master'  
						
						 
						
						... 
						
						
						
						WIP : Issue 43 admin for prob soc
See merge request Chill-Projet/chill-bundles!56  
						
						
					 
					
						2021-08-06 13:36:31 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						3be024bf6b 
					 
					
						
						
							
							Removing un-used code  
						
						 
						
						
						
						
					 
					
						2021-08-06 15:21:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						88847cb19c 
					 
					
						
						
							
							Other social entities became editable via admin  
						
						 
						
						
						
						
					 
					
						2021-08-06 15:21:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						ad5eed4c26 
					 
					
						
						
							
							SocialIssues became editable via admin  
						
						 
						
						
						
						
					 
					
						2021-08-06 15:21:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						25eee88693 
					 
					
						
						
							
							Add license text  
						
						 
						
						
						
						
					 
					
						2021-08-06 15:21:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						c32ca59c76 
					 
					
						
						
							
							Removing spaces at the end of line  
						
						 
						
						
						
						
					 
					
						2021-08-06 15:21:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						94b0432bb9 
					 
					
						
						
							
							Removing spaces at the end of line  
						
						 
						
						
						
						
					 
					
						2021-08-06 15:21:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ee140a7d8 
					 
					
						
						
							
							loading of asideactivityform service moved to form.yaml  
						
						 
						
						
						
						
					 
					
						2021-08-06 11:52:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d598bf46b 
					 
					
						
						
							
							translations adjusted  
						
						 
						
						
						
						
					 
					
						2021-08-06 11:42:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8649d49d98 
					 
					
						
						
							
							date field added and activity type field. Form listed as service in services.yaml  
						
						 
						
						... 
						
						
						
						asideactivity form added as service to inject necessary arguments 
						
						
					 
					
						2021-08-06 11:40:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d67b99b269 
					 
					
						
						
							
							class changed into final class  
						
						 
						
						
						
						
					 
					
						2021-08-06 11:26:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						01cc230136 
					 
					
						
						
							
							Submitting address, and validFrom field  
						
						 
						
						
						
						
					 
					
						2021-08-05 22:04:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ac999a4f17 
					 
					
						
						
							
							Merge branch 'master' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-05 15:34:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						794c7d0c4a 
					 
					
						
						
							
							Merge branch 'master' into bootstrap5  
						
						 
						
						
						
						
					 
					
						2021-08-05 15:13:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						07ffc86ced 
					 
					
						
						
							
							Merge branch '167-social-issue-recursive-list' into 'master'  
						
						 
						
						... 
						
						
						
						[API] Social Issue recursive sort
See merge request Chill-Projet/chill-bundles!99  
						
						
					 
					
						2021-08-05 09:49:13 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						718933af75 
					 
					
						
						
							
							Merge branch 'address_refactoring' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-04 23:38:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						884de5c19e 
					 
					
						
						
							
							address refactoring: resolve lack of flexibility for many implementations (modal/not, overriding, options, etc. )  
						
						 
						
						... 
						
						
						
						address creation/edition is unchanged
many variables are renamed to improve logic and readability 
						
						
					 
					
						2021-08-04 23:24:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d948ba0cd5 
					 
					
						
						
							
							form.yaml created in attempt to fix translatableasideactivitycategory form type  
						
						 
						
						
						
						
					 
					
						2021-08-04 17:46:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0072f4c676 
					 
					
						
						
							
							start of two new fields to select category and duration, but not working... problem with construct method in form  
						
						 
						
						
						
						
					 
					
						2021-08-04 16:34:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72b43e9a99 
					 
					
						
						
							
							form type created to handle selection of asideactivity categories, not yet operational  
						
						 
						
						
						
						
					 
					
						2021-08-04 16:32:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7a56ff7d29 
					 
					
						
						
							
							translations yaml file created  
						
						 
						
						
						
						
					 
					
						2021-08-04 16:30:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						51f4d2ab0e 
					 
					
						
						
							
							changed TextType to TranslatableStringFormType  
						
						 
						
						
						
						
					 
					
						2021-08-04 15:21:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4716ab3e3c 
					 
					
						
						
							
							twig template adapted to use with asideActivityCategory  
						
						 
						
						
						
						
					 
					
						2021-08-04 15:20:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3d630eeedf 
					 
					
						
						
							
							PaginatorFactory error fixed provisionary. This should probably be done with dependency injection throughout the whole file though, to be checked  
						
						 
						
						
						
						
					 
					
						2021-08-04 15:19:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						61d8e06975 
					 
					
						
						
							
							typehints fixed  
						
						 
						
						
						
						
					 
					
						2021-08-04 15:13:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eec913375e 
					 
					
						
						
							
							obsolete annotation deleted @packages  
						
						 
						
						
						
						
					 
					
						2021-08-04 15:12:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7f3b266209 
					 
					
						
						
							
							new migration  
						
						 
						
						
						
						
					 
					
						2021-08-04 10:34:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						85b7e4add8 
					 
					
						
						
							
							use statement added  
						
						 
						
						
						
						
					 
					
						2021-08-03 16:50:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fadf2d62b0 
					 
					
						
						
							
							use statements added and typehint updatedAt fixed  
						
						 
						
						
						
						
					 
					
						2021-08-03 16:49:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3e498c34e5 
					 
					
						
						
							
							aside activity category commented out of form  
						
						 
						
						
						
						
					 
					
						2021-08-03 16:49:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						81de17594d 
					 
					
						
						
							
							Merge branch 'master' into 102_activites_annexes  
						
						 
						
						
						
						
					 
					
						2021-08-03 15:56:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e42a5217be 
					 
					
						
						
							
							createdBy field deleted from form  
						
						 
						
						
						
						
					 
					
						2021-08-03 14:53:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a0154331de 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 12:51:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3d2cc340a6 
					 
					
						
						
							
							merge with modif in gitlab  
						
						 
						
						
						
						
					 
					
						2021-08-03 14:48:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						82841f47c8 
					 
					
						
						
							
							aside activity changed into final class and implements trackUpdateInterface, TrackCreationInterface  
						
						 
						
						
						
						
					 
					
						2021-08-03 14:46:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b571620e6c 
					 
					
						
						
							
							aside activity category changed into final class  
						
						 
						
						
						
						
					 
					
						2021-08-03 14:45:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						357b87dadb 
					 
					
						
						
							
							crud config added for aside activity  
						
						 
						
						
						
						
					 
					
						2021-08-03 14:43:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a5948259d9 
					 
					
						
						
							
							templates added for aside activities  
						
						 
						
						
						
						
					 
					
						2021-08-03 14:41:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0bc894836f 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 12:39:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						23bc71a38c 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:26:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3082634323 
					 
					
						
						
							
							Merge branch '102_activites_annexes' of gitlab.com:Chill-Projet/chill-bundles into 102_activites_annexes  
						
						 
						
						
						
						
					 
					
						2021-08-03 11:22:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4cd2dc63c5 
					 
					
						
						
							
							asideActivities property removed + corresponding methods  
						
						 
						
						
						
						
					 
					
						2021-08-03 11:21:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ff58816ee0 
					 
					
						
						
							
							changed duration type into integer  
						
						 
						
						
						
						
					 
					
						2021-08-03 11:20:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7b8a067002 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:15:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c13f63b3ba 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:15:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						94d743c5b6 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:14:50 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2290da6f3b 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:14:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f9195aa881 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:13:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						84dc5bd881 
					 
					
						
						
							
							Merge branch '102_activites_annexes' of gitlab.com:Chill-Projet/chill-bundles into 102_activites_annexes  
						
						 
						
						
						
						
					 
					
						2021-08-03 11:00:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1edcb399c4 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 08:54:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9ac31d2d8b 
					 
					
						
						
							
							Apply 1 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-08-03 08:54:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ccf5b90951 
					 
					
						
						
							
							filename changed to fix error  
						
						 
						
						
						
						
					 
					
						2021-08-03 10:40:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ee8e9f1ebc 
					 
					
						
						
							
							commented out lines deleted from migration  
						
						 
						
						
						
						
					 
					
						2021-08-03 10:39:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fa1820d8d 
					 
					
						
						
							
							bootstrap classes added  
						
						 
						
						
						
						
					 
					
						2021-08-03 10:37:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e72a8fe5a0 
					 
					
						
						
							
							bootstrap class added  
						
						 
						
						
						
						
					 
					
						2021-08-03 10:20:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						9b756ffb2f 
					 
					
						
						
							
							Fix parameter type.  
						
						 
						
						
						
						
					 
					
						2021-08-03 09:24:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ee91afae2 
					 
					
						
						
							
							template extends person layout, fix syntax  
						
						 
						
						
						
						
					 
					
						2021-08-03 00:46:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7665181d44 
					 
					
						
						
							
							Merge branch 'bootstrap5' into add-location-period  
						
						 
						
						
						
						
					 
					
						2021-08-02 16:20:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a8047fd89b 
					 
					
						
						
							
							make changes to avoid git conflict when we will merge bootstrap5 branch  
						
						 
						
						
						
						
					 
					
						2021-08-02 15:41:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						61f6e95281 
					 
					
						
						
							
							courselocation in pause. we have to make changes in AddAddress component.  
						
						 
						
						
						
						
					 
					
						2021-08-02 15:08:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ad55cc0477 
					 
					
						
						
							
							automatic IDE clean code  
						
						 
						
						
						
						
					 
					
						2021-08-02 13:44:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						714d8b841c 
					 
					
						
						
							
							vue_accourse: initialize new submodule courseLocation  
						
						 
						
						
						
						
					 
					
						2021-08-02 13:43:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e2e38a9ce8 
					 
					
						
						
							
							vue_accourse: replace some buttons by small buttons  
						
						 
						
						
						
						
					 
					
						2021-08-02 13:31:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d916b575da 
					 
					
						
						
							
							AddAddress modal: make title dynamically passed by parent  
						
						 
						
						
						
						
					 
					
						2021-08-02 13:26:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						982c704f6c 
					 
					
						
						
							
							improve activity list  
						
						 
						
						
						
						
					 
					
						2021-08-01 20:41:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f5086e9c1 
					 
					
						
						
							
							small buttons in lists, coherence of messages  
						
						 
						
						
						
						
					 
					
						2021-08-01 19:42:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ee819e7767 
					 
					
						
						
							
							improve flex-table logic, with accompanying period list template  
						
						 
						
						
						
						
					 
					
						2021-08-01 18:38:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d34a00b2c0 
					 
					
						
						
							
							missing stick-form-button  
						
						 
						
						
						
						
					 
					
						2021-08-01 16:20:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a096266ca5 
					 
					
						
						
							
							household: if no addresses, misc stuffs  
						
						 
						
						
						
						
					 
					
						2021-08-01 16:18:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						96e979f92d 
					 
					
						
						
							
							replace colors by variables in chillperson.scss  
						
						 
						
						
						
						
					 
					
						2021-08-01 16:09:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						48873d15c9 
					 
					
						
						
							
							ajust list_with_period search with person render_box (and add new options to it)  
						
						 
						
						
						
						
					 
					
						2021-08-01 15:24:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4be4cd7279 
					 
					
						
						
							
							remove Altnames in accompanyingCourse resume  
						
						 
						
						
						
						
					 
					
						2021-08-01 13:50:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c4a8b85be5 
					 
					
						
						
							
							template accompanying period list: buttons, flex-table (wip)  
						
						 
						
						
						
						
					 
					
						2021-08-01 13:47:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c47105de1 
					 
					
						
						
							
							flex-table column width auto; overwrite for specific use  
						
						 
						
						
						
						
					 
					
						2021-08-01 13:43:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1c404e5cb3 
					 
					
						
						
							
							lib/entity/comment_embeddable styles have been moved  
						
						 
						
						
						
						
					 
					
						2021-08-01 13:23:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6dae4785e6 
					 
					
						
						
							
							missing comment fields on person details page  
						
						 
						
						
						
						
					 
					
						2021-08-01 12:08:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						360322bdbf 
					 
					
						
						
							
							missing comment fields on person details page  
						
						 
						
						
						
						
					 
					
						2021-07-31 14:49:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8c06014ea5 
					 
					
						
						
							
							render_box comment embeddable, misc  
						
						 
						
						
						
						
					 
					
						2021-07-31 14:48:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						98dd31dffc 
					 
					
						
						
							
							render_box person: possible to force disable AltNames; add space between span  
						
						 
						
						
						
						
					 
					
						2021-07-31 14:45:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1325355ca7 
					 
					
						
						
							
							revert flashbag wrapper class  
						
						 
						
						
						
						
					 
					
						2021-07-31 13:14:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9764ee1794 
					 
					
						
						
							
							styles, replace colors by variables, minor changes with colors  
						
						 
						
						
						
						
					 
					
						2021-07-31 11:00:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a48d7f5e94 
					 
					
						
						
							
							move styles from bootstrap custom to chill entrypoint. split chillmain with imports sheets. clean styles  
						
						 
						
						
						
						
					 
					
						2021-07-31 10:34:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4eef8492b1 
					 
					
						
						
							
							Merge branch 'master' into 110_extend_thirdparty  
						
						 
						
						
						
						
					 
					
						2021-07-30 22:56:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						949366cf7b 
					 
					
						
						
							
							fix test failures  
						
						 
						
						
						
						
					 
					
						2021-07-30 22:32:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						65fe9ab784 
					 
					
						
						
							
							Merge branch 'master' into bootstrap5  
						
						 
						
						
						
						
					 
					
						2021-07-30 20:31:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						532d4aa164 
					 
					
						
						
							
							rename classes and add tags in vue Address component  
						
						 
						
						
						
						
					 
					
						2021-07-30 20:10:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						02bea40cc4 
					 
					
						
						
							
							fix class called 2x in vue component  
						
						 
						
						
						
						
					 
					
						2021-07-30 20:03:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						51216b90c5 
					 
					
						
						
							
							banner accompanyingcourse, new responsive design  
						
						 
						
						
						
						
					 
					
						2021-07-30 19:56:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f9735823c7 
					 
					
						
						
							
							minor class renaming  
						
						 
						
						
						
						
					 
					
						2021-07-30 18:39:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b683e60cf7 
					 
					
						
						
							
							address history: improve template, insert buttons with validFrom/validTo difference  
						
						 
						
						
						
						
					 
					
						2021-07-30 17:34:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e8e4dbef1f 
					 
					
						
						
							
							banner household, new responsive design  
						
						 
						
						
						
						
					 
					
						2021-07-30 15:39:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7e4afc826b 
					 
					
						
						
							
							banner person: new responsive design, with custom area  
						
						 
						
						
						
						
					 
					
						2021-07-30 15:06:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						31c5c8b52a 
					 
					
						
						
							
							render_box address: new options and render modes  
						
						 
						
						
						
						
					 
					
						2021-07-30 14:17:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f734210db5 
					 
					
						
						
							
							fix error after merge  
						
						 
						
						
						
						
					 
					
						2021-07-30 13:40:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						014fe19b45 
					 
					
						
						
							
							Merge branch '153-feat-new-importer-for-socialwork'  
						
						 
						
						
						
						
					 
					
						2021-07-30 13:24:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						08cd6c81f2 
					 
					
						
						
							
							render_box: adding addAge option  
						
						 
						
						
						
						
					 
					
						2021-07-30 11:13:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						175d6892ec 
					 
					
						
						
							
							render_box, altnames style  
						
						 
						
						... 
						
						
						
						(keep id-number for accompanying context) 
						
						
					 
					
						2021-07-30 11:12:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4cac5f9a4a 
					 
					
						
						
							
							render_box: adding option addId + styles more generic, less specific  
						
						 
						
						
						
						
					 
					
						2021-07-30 10:46:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6dac130844 
					 
					
						
						
							
							render box address, remove macro address, refactoring (wip)  
						
						 
						
						
						
						
					 
					
						2021-07-29 17:25:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						886924a7e5 
					 
					
						
						
							
							add address suggestion by household  
						
						 
						
						
						
						
					 
					
						2021-07-29 16:01:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						55ac730c18 
					 
					
						
						
							
							notification pill appearance  
						
						 
						
						
						
						
					 
					
						2021-07-29 15:23:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						87a7e0de00 
					 
					
						
						
							
							household alert dropdown style  
						
						 
						
						
						
						
					 
					
						2021-07-29 14:35:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						39f6f14467 
					 
					
						
						
							
							render box, custom buttons before, after or remplacing default  
						
						 
						
						
						
						
					 
					
						2021-07-29 14:34:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5ef5b65d90 
					 
					
						
						
							
							Add address suggestion for a person  
						
						 
						
						
						
						
					 
					
						2021-07-29 12:24:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ad3fe7cf91 
					 
					
						
						
							
							render box, mechanism to pass custom buttons  
						
						 
						
						
						
						
					 
					
						2021-07-29 11:34:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4e9916534f 
					 
					
						
						
							
							every chill sass sheets need to load bootstrap configuration files  
						
						 
						
						... 
						
						
						
						but we don't want to load all bootstrap in chill entrypoint ! 
						
						
					 
					
						2021-07-29 10:48:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3637ae6aee 
					 
					
						
						
							
							renderbox person and thirdparty on resume accompanyingcourse, flex-bloc and flex-table  
						
						 
						
						
						
						
					 
					
						2021-07-28 23:41:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2893b9c726 
					 
					
						
						
							
							re-indent file  
						
						 
						
						
						
						
					 
					
						2021-07-28 16:48:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						42784cf584 
					 
					
						
						
							
							split sass sheets, move style cascades  
						
						 
						
						
						
						
					 
					
						2021-07-28 16:34:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3169da20ad 
					 
					
						
						
							
							add test for accompanying period location validity  
						
						 
						
						
						
						
					 
					
						2021-07-28 16:16:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						81752befcf 
					 
					
						
						
							
							render_box with 'bloc'  
						
						 
						
						... 
						
						
						
						use bootstrap responsive breakpoints for columns,
mixed with flex-bloc cascade for growing and vertical align blocs. 
						
						
					 
					
						2021-07-28 16:05:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3c7b67604c 
					 
					
						
						
							
							[AccompanyingPeriod] create constraints for location  
						
						 
						
						
						
						
					 
					
						2021-07-28 14:46:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4e8dd3b189 
					 
					
						
						
							
							[AccompanyingPeriod] add flashbag message when located temporarily  
						
						 
						
						
						
						
					 
					
						2021-07-28 13:27:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						50e9a06e49 
					 
					
						
						
							
							adding a responsive breakpoints debug flag  
						
						 
						
						
						
						
					 
					
						2021-07-28 12:59:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						57a8b49f49 
					 
					
						
						
							
							entity render: options, html classes, corrections  
						
						 
						
						... 
						
						
						
						note: span.chill-entity tag is replaced by section.chill-entity tag.
because some cases are not valid html :
* span.chill-entity > div
* span.badge > div.chill-entity 
						
						
					 
					
						2021-07-28 12:01:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						df3d32c653 
					 
					
						
						
							
							wip render box person thirdparty display bloc  
						
						 
						
						
						
						
					 
					
						2021-07-27 23:15:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4cca148f69 
					 
					
						
						
							
							[AccompanyingPeriod] add location to serialization  
						
						 
						
						
						
						
					 
					
						2021-07-27 21:25:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						34f22d237e 
					 
					
						
						
							
							update schema to store location on accompanying period  
						
						 
						
						
						
						
					 
					
						2021-07-27 18:31:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						d0b51f3573 
					 
					
						
						
							
							Add minor typing.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						53d3a0921b 
					 
					
						
						
							
							Fix minor bug.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						cc824faf54 
					 
					
						
						
							
							Improve performance.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						b33cb4946c 
					 
					
						
						
							
							Improve/optimize list generation.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						ef6c5870b5 
					 
					
						
						
							
							Prevent multiples sub-queries.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						e1f8aa5a5e 
					 
					
						
						
							
							Use custom Doctrine hydrator.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						d208a79764 
					 
					
						
						
							
							Add Doctrine extension.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						b41b1346e5 
					 
					
						
						
							
							Remove typing.  
						
						 
						
						... 
						
						
						
						Request from https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/99  
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						d50d3e0e4b 
					 
					
						
						
							
							Revert "Add a bit more typing to help future development and customizations."  
						
						 
						
						... 
						
						
						
						This reverts commit 32ce244de551c437d8eef08edeb1fd1906036827. 
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						401659748c 
					 
					
						
						
							
							Default entities order: title ASC  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c25c302466 
					 
					
						
						
							
							Sort entities recursively.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						c37b98cecd 
					 
					
						
						
							
							Add a bit more typing to help future development and customizations.  
						
						 
						
						
						
						
					 
					
						2021-07-27 17:41:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						979ea5841d 
					 
					
						
						
							
							Merge branch 'fix-crud' into 'master'  
						
						 
						
						... 
						
						
						
						Replace chill_main.paginator_factory by PaginatorFactory::class
See merge request Chill-Projet/chill-bundles!114  
						
						
					 
					
						2021-07-27 14:00:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						9e9a459a20 
					 
					
						
						
							
							Replace chill_main.paginator_factory by PaginatorFactory::class  
						
						 
						
						
						
						
					 
					
						2021-07-27 15:59:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						89dfea74b3 
					 
					
						
						
							
							not used vue_accourse_work_list entrypoint (since  8384508c1a)  
						
						 
						
						
						
						
					 
					
						2021-07-27 15:26:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4b3f4edcc1 
					 
					
						
						
							
							oups  
						
						 
						
						
						
						
					 
					
						2021-07-26 18:08:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						376d8df55e 
					 
					
						
						
							
							fix bug with bootstrap form theme textarea (horizontal layout mode)  
						
						 
						
						... 
						
						
						
						cfr issue https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/182 
+ make chill fields theme more responsive 
						
						
					 
					
						2021-07-26 17:56:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d1d6c83a9 
					 
					
						
						
							
							Merge branch 'bootstrap5' into 110_extend_thirdparty  
						
						 
						
						
						
						
					 
					
						2021-07-23 17:09:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a6266c5317 
					 
					
						
						
							
							reorganize assets in others bundles  
						
						 
						
						
						
						
					 
					
						2021-07-23 17:06:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b0ef9b6612 
					 
					
						
						
							
							complete previous commit (+dirty auto corrections from IDE)  
						
						 
						
						
						
						
					 
					
						2021-07-23 15:38:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8384508c1a 
					 
					
						
						
							
							reorganize assets: move files and adapt links, remove unused  
						
						 
						
						... 
						
						
						
						* chill: chill theme entrypoint
* lib: local libs, called in several place but don't have entrypoint
* module: local libs with specific entrypoints
* page: pages with specific entrypoints
* vuejs: vue components with specific entrypoints
remove local libs jquery and select2, they already exists in node_modules
remove duplicate fonts 
						
						
					 
					
						2021-07-23 14:58:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d20a3cf9d4 
					 
					
						
						
							
							add suffix to assets entrypoints + replace link/script html tags by encore_entry twig tag  
						
						 
						
						
						
						
					 
					
						2021-07-23 12:27:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e0dbe9cf9d 
					 
					
						
						
							
							layout content position for fullwidth pages  
						
						 
						
						
						
						
					 
					
						2021-07-23 11:39:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						5c2c509805 
					 
					
						
						
							
							Merge branch 'fix-tests-marc' into 'master'  
						
						 
						
						... 
						
						
						
						Fix tests marc
See merge request Chill-Projet/chill-bundles!112  
						
						
					 
					
						2021-07-23 09:25:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						9d478c0f01 
					 
					
						
						
							
							Removing var_dump  
						
						 
						
						
						
						
					 
					
						2021-07-23 10:18:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						4646795c2c 
					 
					
						
						
							
							Automatic styling correction  
						
						 
						
						
						
						
					 
					
						2021-07-23 10:18:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d8d66aeeb6 
					 
					
						
						
							
							remove old template members.html.twig  
						
						 
						
						... 
						
						
						
						0add757230 (note_633038526) 
						
						
					 
					
						2021-07-23 09:16:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ac61002b0 
					 
					
						
						
							
							layout content position for fullwidth pages  
						
						 
						
						
						
						
					 
					
						2021-07-22 22:19:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c9562ebdf7 
					 
					
						
						
							
							improve layout classes  
						
						 
						
						
						
						
					 
					
						2021-07-22 22:09:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						18369a6c0a 
					 
					
						
						
							
							Merge branch 'notifications3' into 'master'  
						
						 
						
						... 
						
						
						
						Notifications3
See merge request Chill-Projet/chill-bundles!89  
						
						
					 
					
						2021-07-22 17:44:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						0fd9485de5 
					 
					
						
						
							
							Avoid creation of services/notification.yaml  
						
						 
						
						
						
						
					 
					
						2021-07-22 18:15:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c8f139528a 
					 
					
						
						
							
							Merge branch 'behaviour/do-not-create-accompanying-course-on-person-creation' into 'master'  
						
						 
						
						... 
						
						
						
						Remove creation of AccompanyingPeriod on person creation
See merge request Chill-Projet/chill-bundles!100  
						
						
					 
					
						2021-07-22 15:36:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8030792eb6 
					 
					
						
						
							
							Remove creation of AccompanyingPeriod on person creation  
						
						 
						
						
						
						
					 
					
						2021-07-22 15:36:36 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						50a4df3d0f 
					 
					
						
						
							
							Notification with paginitation  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:32:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						0907ae1602 
					 
					
						
						
							
							Rmq Julien & Pol  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:32:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						673a4761e9 
					 
					
						
						
							
							Adding feature for AccompanyingPeriodNotif  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:32:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						282db51f06 
					 
					
						
						
							
							Display notification using services (draft)  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:32:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						bdf691a063 
					 
					
						
						
							
							Add findAllForAttendee method in NotificationRepository  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:32:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marc Ducobu 
							
						 
					 
					
						
						
							
						
						18ab10dd45 
					 
					
						
						
							
							Add center a_social to an activityNotif feature  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:32:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0cd9dc6028 
					 
					
						
						
							
							batch remove col-md-10 col-xxl, and add it in layout (level up)  
						
						 
						
						
						
						
					 
					
						2021-07-22 17:29:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						65198937c0 
					 
					
						
						
							
							Merge branch 'tests/fix-tests-after-bootstrap' into 'master'  
						
						 
						
						... 
						
						
						
						Fix tests after introduction of bootstrap
See merge request Chill-Projet/chill-bundles!111  
						
						
					 
					
						2021-07-22 15:20:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2699d48533 
					 
					
						
						
							
							Fix tests after introduction of bootstrap  
						
						 
						
						
						
						
					 
					
						2021-07-22 15:20:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a559589883 
					 
					
						
						
							
							add isLeaf condition on ThirdParty form Type  
						
						 
						
						
						
						
					 
					
						2021-07-22 16:34:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d81f5bafe3 
					 
					
						
						
							
							adding content classes + divers  
						
						 
						
						
						
						
					 
					
						2021-07-22 13:19:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c6a3f59d87 
					 
					
						
						
							
							household members editor: make buttons visibles  
						
						 
						
						
						
						
					 
					
						2021-07-22 12:19:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ff671ded9c 
					 
					
						
						
							
							move alert-with-actions sass, remove unused alert-first-child  
						
						 
						
						
						
						
					 
					
						2021-07-22 11:37:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						678c7d18b4 
					 
					
						
						
							
							fix data-toggle collapse mechanism  
						
						 
						
						... 
						
						
						
						+ cleaning links in theses files 
						
						
					 
					
						2021-07-22 11:34:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f73f515fb3 
					 
					
						
						
							
							fix sass variable  
						
						 
						
						
						
						
					 
					
						2021-07-22 10:25:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						afd4ac27ea 
					 
					
						
						
							
							search page, content position  
						
						 
						
						
						
						
					 
					
						2021-07-22 09:59:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ea734e2a9e 
					 
					
						
						
							
							fix menu context class  
						
						 
						
						
						
						
					 
					
						2021-07-20 15:46:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						587da94645 
					 
					
						
						
							
							adapt Thirdparty form and templates  
						
						 
						
						
						
						
					 
					
						2021-07-20 15:34:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3f9e215ea5 
					 
					
						
						
							
							adding fixtures for new thirdparty fields (choice lists)  
						
						 
						
						
						
						
					 
					
						2021-07-19 17:18:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						732390f704 
					 
					
						
						
							
							add new fields in thirdparty entity  
						
						 
						
						
						
						
					 
					
						2021-07-19 16:11:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						25b00296ca 
					 
					
						
						
							
							adapt thirdparty templates  
						
						 
						
						
						
						
					 
					
						2021-07-16 17:01:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1e626d573f 
					 
					
						
						
							
							Merge branch 'bootstrap5' into 110_extend_thirdparty  
						
						 
						
						
						
						
					 
					
						2021-07-16 13:29:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3ee676600e 
					 
					
						
						
							
							adding twig extensions to select how many items per page  
						
						 
						
						... 
						
						
						
						* twig anchor: {{ chill_items_per_page(pagination) }}
* select field changed with javascript event listener 
						
						
					 
					
						2021-07-16 13:23:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d2c631ae20 
					 
					
						
						
							
							prepare thirdparty index template  
						
						 
						
						
						
						
					 
					
						2021-07-16 11:07:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8462538123 
					 
					
						
						
							
							adapt pagination to bootstrap, add a short pagination variant  
						
						 
						
						
						
						
					 
					
						2021-07-16 09:51:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						645252fd85 
					 
					
						
						
							
							start CRUD controllers asideActivityBundle  
						
						 
						
						
						
						
					 
					
						2021-07-15 16:15:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						08e396195c 
					 
					
						
						
							
							Merge branch 'vue_generale' into bootstrap5_replacing_scratch  
						
						 
						
						
						
						
					 
					
						2021-07-15 15:27:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ab0863a275 
					 
					
						
						
							
							new setting margins and breakpoints for person banner  
						
						 
						
						
						
						
					 
					
						2021-07-15 15:21:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						82c79a17dd 
					 
					
						
						
							
							many corrections in twig templates  
						
						 
						
						
						
						
					 
					
						2021-07-14 21:01:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d35553a1e2 
					 
					
						
						
							
							content bloc: fix margins and breakpoints  
						
						 
						
						
						
						
					 
					
						2021-07-14 18:16:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						030e71d276 
					 
					
						
						
							
							activity, content position  
						
						 
						
						
						
						
					 
					
						2021-07-14 15:51:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fc3d813c4 
					 
					
						
						
							
							bootstrap adapt for activity vue socialIssues component  
						
						 
						
						
						
						
					 
					
						2021-07-14 15:24:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5f012165d1 
					 
					
						
						
							
							fix spinner in addAddresss  
						
						 
						
						
						
						
					 
					
						2021-07-14 15:23:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						61bd5d8ae8 
					 
					
						
						
							
							fix spinner in addAddresss  
						
						 
						
						
						
						
					 
					
						2021-07-14 15:21:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						07c464c112 
					 
					
						
						
							
							rename vue subfolder _components in components  
						
						 
						
						
						
						
					 
					
						2021-07-14 14:50:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						70a4c34865 
					 
					
						
						
							
							move vue AddAddress inside Address component  
						
						 
						
						
						
						
					 
					
						2021-07-14 14:46:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5a47ebed42 
					 
					
						
						
							
							Merge branch 'fix_addresses_issues' into bootstrap5_replacing_scratch  
						
						 
						
						
						
						
					 
					
						2021-07-14 14:01:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						80eb5519bc 
					 
					
						
						
							
							adapt AddAddress modal to bootstrap: position, responsive, form  
						
						 
						
						
						
						
					 
					
						2021-07-14 13:36:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						50f3ec9064 
					 
					
						
						
							
							adapt vue modals styles to bootstrap  
						
						 
						
						
						
						
					 
					
						2021-07-13 15:35:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bdf0ec63d2 
					 
					
						
						
							
							person templates responsive breakpoints in content  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						15f439b43d 
					 
					
						
						
							
							divers styles: colors var, table thead,...  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						30af99f4f0 
					 
					
						
						
							
							fix chill theme colors behaviours: chill classes, special buttons variants  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c413166866 
					 
					
						
						
							
							batch replace .bt- in task scss  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3c4c5e29a3 
					 
					
						
						
							
							remove ChillMainSass webpack alias (scratch reference)  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0224224744 
					 
					
						
						
							
							bootstrap tables in vue_accourse  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a9a59895b4 
					 
					
						
						
							
							rename vue_ entrypoints in webpack  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8a859f7885 
					 
					
						
						
							
							add margin-top in content (uniformize contexts)  
						
						 
						
						
						
						
					 
					
						2021-07-13 14:07:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2244c58ec2 
					 
					
						
						
							
							better logic: move person layout template in views/Person folder  
						
						 
						
						... 
						
						
						
						like others contexts :
* accompanyingCourse
* household 
						
						
					 
					
						2021-07-13 14:05:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c1ede921ff 
					 
					
						
						
							
							better twig extends path syntax  
						
						 
						
						
						
						
					 
					
						2021-07-12 10:32:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						17ff80c39c 
					 
					
						
						
							
							accompanyingCourse, household and person use uniq menu template  
						
						 
						
						
						
						
					 
					
						2021-07-12 10:23:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f4f747d8d1 
					 
					
						
						
							
							put person banner in included file  
						
						 
						
						
						
						
					 
					
						2021-07-12 10:21:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a740ad29ea 
					 
					
						
						
							
							replace sc-button + bt- in js and php files  
						
						 
						
						
						
						
					 
					
						2021-07-08 15:56:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ccee105efb 
					 
					
						
						
							
							batch replace grid- (scratch) by col- (bootstrap)  
						
						 
						
						... 
						
						
						
						hand replace
* push- by offset-
* no-gutter by g-0
add breakpoints md- and sm- 
						
						
					 
					
						2021-07-08 15:44:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b10012f4da 
					 
					
						
						
							
							minor swing  
						
						 
						
						
						
						
					 
					
						2021-07-08 15:03:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4937fd00fc 
					 
					
						
						
							
							fix form label display inline (with bootstrap5 theme)  
						
						 
						
						
						
						
					 
					
						2021-07-08 15:03:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0b329a9c9b 
					 
					
						
						
							
							modify lightly bootstrap5 form theme  
						
						 
						
						
						
						
					 
					
						2021-07-08 14:52:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4cfc43aaa6 
					 
					
						
						
							
							rename collection html classes  
						
						 
						
						
						
						
					 
					
						2021-07-08 14:49:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1c45770929 
					 
					
						
						
							
							wip  
						
						 
						
						
						
						
					 
					
						2021-07-08 12:27:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						198c815052 
					 
					
						
						
							
							add classes to person_addresses template  
						
						 
						
						
						
						
					 
					
						2021-07-08 12:00:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a995adcf0d 
					 
					
						
						
							
							remove debug discret class  
						
						 
						
						
						
						
					 
					
						2021-07-08 12:00:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bccda15307 
					 
					
						
						
							
							cleaning record_actions scss  
						
						 
						
						
						
						
					 
					
						2021-07-08 11:59:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						75c3df50e0 
					 
					
						
						
							
							disable scratch webpack compilation  
						
						 
						
						
						
						
					 
					
						2021-07-08 11:58:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ce8207ea65 
					 
					
						
						
							
							adapt person details page with bootstrap grid  
						
						 
						
						
						
						
					 
					
						2021-07-08 11:38:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0f6ad3670a 
					 
					
						
						
							
							add flashbag twig display condition + improve class consistency (main_search)  
						
						 
						
						
						
						
					 
					
						2021-07-08 11:12:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						02a752f20b 
					 
					
						
						
							
							repair commit "load banner accompanying course everywhere"  
						
						 
						
						
						
						
					 
					
						2021-07-08 10:20:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1bbce2bb81 
					 
					
						
						
							
							person details page: one edit button at bottom of page, fix regression  
						
						 
						
						
						
						
					 
					
						2021-07-07 19:38:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ca43933163 
					 
					
						
						
							
							Merge branch 'fix-vue-warnings' into bootstrap5_replacing_scratch  
						
						 
						
						
						
						
					 
					
						2021-07-07 19:27:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1392365257 
					 
					
						
						
							
							fix most of vue warnings for accompanyingCourse component  
						
						 
						
						
						
						
					 
					
						2021-07-07 19:27:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3653d7e0b8 
					 
					
						
						
							
							fix missing dom selector in stickynav vue  
						
						 
						
						
						
						
					 
					
						2021-07-07 18:58:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3970bb2644 
					 
					
						
						
							
							badge settings in banners  
						
						 
						
						
						
						
					 
					
						2021-07-07 18:31:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ea2d6eac7b 
					 
					
						
						
							
							AsideActivityType entity changed to AsideActivityCategory + building forms for both entities  
						
						 
						
						
						
						
					 
					
						2021-07-07 16:24:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9a1272d350 
					 
					
						
						
							
							enabling symfony twig form_theme for bootstrap5  
						
						 
						
						... 
						
						
						
						bootstrap5 templates are not supported in symfony 4
see twig.yaml comment and configuration while waiting to upgrade !! 
						
						
					 
					
						2021-07-07 12:32:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e7c76734a6 
					 
					
						
						
							
							start form  
						
						 
						
						
						
						
					 
					
						2021-07-06 15:56:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8389afb4a8 
					 
					
						
						
							
							first migration: creation entities AsideActivity(Type)  
						
						 
						
						
						
						
					 
					
						2021-07-06 15:56:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						36419cf5f0 
					 
					
						
						
							
							fix button colors  
						
						 
						
						
						
						
					 
					
						2021-07-06 14:17:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fc074c2f1a 
					 
					
						
						
							
							changes to composer.json  
						
						 
						
						
						
						
					 
					
						2021-07-06 14:11:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						eff1d6e797 
					 
					
						
						
							
							start of AsideActivity entities  
						
						 
						
						
						
						
					 
					
						2021-07-06 14:10:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						10de2d7966 
					 
					
						
						
							
							start of AsideActivity entities  
						
						 
						
						
						
						
					 
					
						2021-07-06 14:08:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c96f407e6a 
					 
					
						
						
							
							Merge branch 'bootstrap5_replacing_scratch_mat' into bootstrap5_replacing_scratch  
						
						 
						
						
						
						
					 
					
						2021-07-06 13:50:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						690688f5e1 
					 
					
						
						
							
							fix buttons classes  
						
						 
						
						
						
						
					 
					
						2021-07-06 13:49:12 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4668f657ab 
					 
					
						
						
							
							button correction if only icon, not text  
						
						 
						
						
						
						
					 
					
						2021-07-06 13:34:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						49253abfb8 
					 
					
						
						
							
							custom _record_actions styles  
						
						 
						
						
						
						
					 
					
						2021-07-06 12:21:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c2122d62c6 
					 
					
						
						
							
							button cancel, set icon with before  
						
						 
						
						
						
						
					 
					
						2021-07-06 12:10:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ca17ca4984 
					 
					
						
						
							
							adding forkawesome ::before content unicode  
						
						 
						
						
						
						
					 
					
						2021-07-06 11:06:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a5d749b882 
					 
					
						
						
							
							batch replace sc-button by btn btn-...  
						
						 
						
						
						
						
					 
					
						2021-07-05 21:55:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						53c021b06e 
					 
					
						
						
							
							Merge branch 'quickfix' into bootstrap5_replacing_scratch_mat  
						
						 
						
						
						
						
					 
					
						2021-07-05 21:25:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b6e8c64211 
					 
					
						
						
							
							fix bootstrap5 + vue modal content scrollable overflow  
						
						 
						
						
						
						
					 
					
						2021-07-05 21:23:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						342fd3e297 
					 
					
						
						
							
							batch rename sc-button cancel  
						
						 
						
						
						
						
					 
					
						2021-07-05 21:22:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						05a1f7d041 
					 
					
						
						
							
							batch rename class sc-button (scratch) by btn (bootstrap)  
						
						 
						
						
						
						
					 
					
						2021-07-05 19:02:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2e2eeae4f2 
					 
					
						
						
							
							chill colors and buttons with bootstrap5  
						
						 
						
						
						
						
					 
					
						2021-07-05 18:53:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c27268443c 
					 
					
						
						
							
							start creation AsideActivity bundle  
						
						 
						
						
						
						
					 
					
						2021-07-05 17:40:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						842dfcc69f 
					 
					
						
						
							
							address: edit household addresses  
						
						 
						
						
						
						
					 
					
						2021-07-05 17:23:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						67c31e781d 
					 
					
						
						
							
							address: back to the page when the address is filled  
						
						 
						
						
						
						
					 
					
						2021-07-05 15:07:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f32ffc572d 
					 
					
						
						
							
							badge-pill classes changed to rounded-pill  
						
						 
						
						
						
						
					 
					
						2021-07-05 12:37:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a44b26da6c 
					 
					
						
						
							
							badge classes updated from badge-... to bg-...  
						
						 
						
						
						
						
					 
					
						2021-07-05 12:29:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d016f9be86 
					 
					
						
						
							
							fix bootstrap5 + vue modal content scrollable overflow  
						
						 
						
						
						
						
					 
					
						2021-07-04 14:26:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c36aa22ab2 
					 
					
						
						
							
							arrange collapsed header menu  
						
						 
						
						
						
						
					 
					
						2021-07-03 20:57:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e77c886e3f 
					 
					
						
						
							
							banner and vertical-menu integration  
						
						 
						
						
						
						
					 
					
						2021-07-03 17:56:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4ca1618480 
					 
					
						
						
							
							bt5, main layout, responsive header  
						
						 
						
						
						
						
					 
					
						2021-07-03 14:03:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8e8cdfce0a 
					 
					
						
						
							
							bootstrap5, main layout settings  
						
						 
						
						
						
						
					 
					
						2021-07-02 18:42:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3694eb5bf2 
					 
					
						
						
							
							fix bootstrap import duplicate  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:49:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e44342ab87 
					 
					
						
						
							
							bootstrap5: report variables v4+chill changes in variables v5  
						
						 
						
						... 
						
						
						
						--- indigo, purple, teal, cyan
+++ green-dark, beige 
						
						
					 
					
						2021-07-01 18:25:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a236873919 
					 
					
						
						
							
							bootstrap5: swap variables v4+chill  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:25:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a13766e7d7 
					 
					
						
						
							
							wip..  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:25:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bc240a6754 
					 
					
						
						
							
							bootstrap style in form fields, bootstrap integration for select2  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:25:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						50727fc4b0 
					 
					
						
						
							
							bootstrap styles in forms fields  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:24:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b327a3fbfa 
					 
					
						
						
							
							fix homepage content cols  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:24:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2916babe1c 
					 
					
						
						
							
							bootstrap content with vertical right person menu  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:24:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fe2f107ddc 
					 
					
						
						
							
							bootstrap content with vertical right person menu  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:20:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3da8f89d3c 
					 
					
						
						
							
							bootstrap footer and homepage  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:08:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						19326ee750 
					 
					
						
						
							
							wip.. navbar bootstrap  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:07:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e0ae5d56f0 
					 
					
						
						
							
							import chill colors in bootstrap custom theme  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:05:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0878767c17 
					 
					
						
						
							
							replace class container by container-fluid (full width in bootstrap)  
						
						 
						
						
						
						
					 
					
						2021-07-01 18:05:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f0232228a3 
					 
					
						
						
							
							improve details row for household banner  
						
						 
						
						
						
						
					 
					
						2021-07-01 17:47:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fc63955205 
					 
					
						
						
							
							improve banners render : context person, with common improvements on accompanyingcourse and household context  
						
						 
						
						
						
						
					 
					
						2021-07-01 16:13:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a78de0f96c 
					 
					
						
						
							
							improve accompanyingcourse work timeline design  
						
						 
						
						
						
						
					 
					
						2021-07-01 10:41:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						270c0accc5 
					 
					
						
						
							
							Merge branch 'parcours/origin-de-la-demande' into 'master'  
						
						 
						
						... 
						
						
						
						parcours - origin de la demande
See merge request Chill-Projet/chill-bundles!107  
						
						
					 
					
						2021-07-01 08:37:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fd94f27eee 
					 
					
						
						
							
							hide console log, remove unused api endpoint method  
						
						 
						
						
						
						
					 
					
						2021-07-01 10:30:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f7e3be38a7 
					 
					
						
						
							
							Merge branch '51-referent-parcours' into 'master'  
						
						 
						
						... 
						
						
						
						parcours référent
See merge request Chill-Projet/chill-bundles!106  
						
						
					 
					
						2021-07-01 07:48:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5861a86289 
					 
					
						
						
							
							cleaning dirty git trace  
						
						 
						
						
						
						
					 
					
						2021-06-30 19:22:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						68c0f9b7d7 
					 
					
						
						
							
							accompanyingcourse: lesser space between form fieldsets  
						
						 
						
						
						
						
					 
					
						2021-06-30 19:02:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						52288f7260 
					 
					
						
						
							
							fix typo + change component position  
						
						 
						
						
						
						
					 
					
						2021-06-30 18:44:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0b5daa6c33 
					 
					
						
						
							
							quick fix: address: add backurl after posting the address  
						
						 
						
						
						
						
					 
					
						2021-06-30 18:26:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2fe1605385 
					 
					
						
						
							
							vue accompanyingCourse, adding an origin sub-component  
						
						 
						
						
						
						
					 
					
						2021-06-30 17:07:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d8256b0ac5 
					 
					
						
						
							
							swagger person: adding origin routes  
						
						 
						
						
						
						
					 
					
						2021-06-30 14:59:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b5760e82ea 
					 
					
						
						
							
							swagger person: just sorting yaml tree items  
						
						 
						
						
						
						
					 
					
						2021-06-30 14:58:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d3ac8d8ceb 
					 
					
						
						
							
							vue accompanyingcourse: ending referrer subcomponent  
						
						 
						
						
						
						
					 
					
						2021-06-30 11:59:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						196f709065 
					 
					
						
						
							
							activity, revert detail, cfr.  https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/94#note_614231268  
						
						 
						
						
						
						
					 
					
						2021-06-30 10:18:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6a8c96cdae 
					 
					
						
						
							
							referrer get users: preparation  
						
						 
						
						
						
						
					 
					
						2021-06-30 09:52:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3e83891744 
					 
					
						
						
							
							prepare new originDemand sub-component  
						
						 
						
						
						
						
					 
					
						2021-06-30 09:52:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						662e5f967c 
					 
					
						
						
							
							Merge branch 'frontend/address-to-add-persons-widget' into 'master'  
						
						 
						
						... 
						
						
						
						Add address to widget add persons
See merge request Chill-Projet/chill-bundles!105  
						
						
					 
					
						2021-06-30 07:12:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						802125edc6 
					 
					
						
						
							
							Add address to widget add persons  
						
						 
						
						
						
						
					 
					
						2021-06-30 07:50:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						028c3e0c31 
					 
					
						
						
							
							widget addPersons: fix persons without birthdate  
						
						 
						
						
						
						
					 
					
						2021-06-29 22:40:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e4adafafc8 
					 
					
						
						
							
							remove household search  
						
						 
						
						
						
						
					 
					
						2021-06-29 22:38:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						54316d148c 
					 
					
						
						
							
							Merge branch 'features/improve-activity' into 'master'  
						
						 
						
						... 
						
						
						
						Features/improve activity
See merge request Chill-Projet/chill-bundles!103  
						
						
					 
					
						2021-06-29 19:18:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3c5a2a65df 
					 
					
						
						
							
							Merge branch 'features/improve-accompanying-course-summary' into 'master'  
						
						 
						
						... 
						
						
						
						Improve accompanying course summary page
See merge request Chill-Projet/chill-bundles!102  
						
						
					 
					
						2021-06-29 19:16:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						741ef7b40d 
					 
					
						
						
							
							Merge branch 'features/add-suggestion-household-member-editor' into 'master'  
						
						 
						
						... 
						
						
						
						Add suggestion household member editor
See merge request Chill-Projet/chill-bundles!97  
						
						
					 
					
						2021-06-29 19:13:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e7384343b2 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/improve-accompanying-course-summary  
						
						 
						
						
						
						
					 
					
						2021-06-29 21:12:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1e2a920200 
					 
					
						
						
							
							clean menu builder for activity  
						
						 
						
						
						
						
					 
					
						2021-06-29 21:03:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b5a78fa341 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/improve-activity  
						
						 
						
						
						
						
					 
					
						2021-06-29 20:52:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d9c1f52894 
					 
					
						
						
							
							improve activity  
						
						 
						
						
						
						
					 
					
						2021-06-29 20:51:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f05f7415bd 
					 
					
						
						
							
							household: add household accompanying periods  
						
						 
						
						
						
						
					 
					
						2021-06-29 19:41:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5553c7314c 
					 
					
						
						
							
							household address: fix conflict on branch merge  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:47:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7dc70baf57 
					 
					
						
						
							
							permet de surcharger le label 'commentaire' des actviités  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:39:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						34af401a98 
					 
					
						
						
							
							accompanying period: add items in the summary page  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:37:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5bae8dc5bf 
					 
					
						
						
							
							Import also scripts tags & css for launching banner  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:13:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6e277e99ae 
					 
					
						
						
							
							fix in accompanying period list: thirdparty as requestor + link  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:09:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2688c0f0ce 
					 
					
						
						
							
							fix missing div in accompanying course work list  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:09:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						0135f5184e 
					 
					
						
						
							
							accompanying period: wording + minor changes in twig  
						
						 
						
						
						
						
					 
					
						2021-06-29 17:09:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fd698419e8 
					 
					
						
						
							
							Merge branch 'fix-prototypage-details' into 'master'  
						
						 
						
						... 
						
						
						
						Fix prototypage details
See merge request Chill-Projet/chill-bundles!94  
						
						
					 
					
						2021-06-29 15:06:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4a864a0b14 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/improve-accompanying-course-summary  
						
						 
						
						
						
						
					 
					
						2021-06-29 16:59:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						55dc0d3f9f 
					 
					
						
						
							
							Ajout informations manquantes dans la page "summary" des  
						
						 
						
						... 
						
						
						
						AccompanyingCourse 
						
						
					 
					
						2021-06-29 16:57:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						85835c8b0d 
					 
					
						
						
							
							Merge branch 'features/api-search' into 'master'  
						
						 
						
						... 
						
						
						
						Features/api search
See merge request Chill-Projet/chill-bundles!98  
						
						
					 
					
						2021-06-29 14:50:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ab1edee9fb 
					 
					
						
						
							
							person menu: add style for submenus  
						
						 
						
						
						
						
					 
					
						2021-06-29 16:22:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6154e0912b 
					 
					
						
						
							
							fix in accompanying period list: thirdparty as requestor + link  
						
						 
						
						
						
						
					 
					
						2021-06-29 16:14:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0388428c6f 
					 
					
						
						
							
							fix missing div in accompanying course work list  
						
						 
						
						
						
						
					 
					
						2021-06-29 16:14:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7ac55275c2 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/fix_issues_juminet' into features/improve-accompanying-course-summary  
						
						 
						
						
						
						
					 
					
						2021-06-29 16:06:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1119e20a49 
					 
					
						
						
							
							Add minor fixes to summary page:  
						
						 
						
						... 
						
						
						
						* add messages when no resources
* add address to person
* replace household link label with household number 
						
						
					 
					
						2021-06-29 16:03:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ea2870eef8 
					 
					
						
						
							
							Merge branch 'features/create-user-endpoint' into 'master'  
						
						 
						
						... 
						
						
						
						Feature: create user endpoint
See merge request Chill-Projet/chill-bundles!96  
						
						
					 
					
						2021-06-29 14:02:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						93a44d8303 
					 
					
						
						
							
							address: automatic return when saving address  
						
						 
						
						
						
						
					 
					
						2021-06-29 15:06:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						8109415e05 
					 
					
						
						
							
							address: wording button  
						
						 
						
						
						
						
					 
					
						2021-06-29 14:39:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						514fe6163a 
					 
					
						
						
							
							address: format address as the French format  
						
						 
						
						
						
						
					 
					
						2021-06-29 14:33:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d9be7f831 
					 
					
						
						
							
							vue activity: fix backend when hidden return empty string  
						
						 
						
						
						
						
					 
					
						2021-06-29 14:31:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4cf3cc8353 
					 
					
						
						
							
							address: add focus on selectAddress field  
						
						 
						
						
						
						
					 
					
						2021-06-29 14:25:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2a974e1269 
					 
					
						
						
							
							fix socialActions selected visibility if all issues unchecked + cleaning  
						
						 
						
						
						
						
					 
					
						2021-06-29 12:23:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						beca41774e 
					 
					
						
						
							
							vue activity: fix duplicates and add condition in initial loading  
						
						 
						
						
						
						
					 
					
						2021-06-29 11:49:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dd991e3572 
					 
					
						
						
							
							add test  
						
						 
						
						
						
						
					 
					
						2021-06-28 23:02:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0640631821 
					 
					
						
						
							
							implementation on 3party + quote keys in SearchApiQuery  
						
						 
						
						
						
						
					 
					
						2021-06-28 22:44:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e845d9ba90 
					 
					
						
						
							
							replace search api by a first workin implementation  
						
						 
						
						
						
						
					 
					
						2021-06-28 22:01:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6f8231f6f6 
					 
					
						
						
							
							accompanying course: clean controller  
						
						 
						
						
						
						
					 
					
						2021-06-28 22:01:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						048161e300 
					 
					
						
						
							
							accompanying course summary (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-28 22:00:07 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b705c5910f 
					 
					
						
						
							
							dispatch action change value of hidden fields, persisted when submited  
						
						 
						
						
						
						
					 
					
						2021-06-28 20:46:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6f1209eaf5 
					 
					
						
						
							
							rename methods, improve logic  
						
						 
						
						
						
						
					 
					
						2021-06-28 20:20:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						020759180b 
					 
					
						
						
							
							prepare dispatch  
						
						 
						
						
						
						
					 
					
						2021-06-28 20:07:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3748b4fbf4 
					 
					
						
						
							
							vue activity: manage datas in store, not with data()  
						
						 
						
						
						
						
					 
					
						2021-06-28 19:05:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4f49292178 
					 
					
						
						
							
							address: fix saving of isNoAddress  
						
						 
						
						
						
						
					 
					
						2021-06-28 17:18:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						6eaffcae49 
					 
					
						
						
							
							fix redirection after changing household member  
						
						 
						
						
						
						
					 
					
						2021-06-28 16:22:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f92d710a26 
					 
					
						
						
							
							accompanying course summary: add social actions  
						
						 
						
						
						
						
					 
					
						2021-06-28 16:16:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						bc6ba88acd 
					 
					
						
						
							
							menu: fix code indentation  
						
						 
						
						
						
						
					 
					
						2021-06-28 16:04:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						61c2934d64 
					 
					
						
						
							
							activity: get social Actions, improve reactivity  
						
						 
						
						
						
						
					 
					
						2021-06-28 15:31:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						28b4d9562c 
					 
					
						
						
							
							add socialAction checkbox list  
						
						 
						
						
						
						
					 
					
						2021-06-28 15:21:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e06aded1ec 
					 
					
						
						
							
							remove from multiselect when adding social issues + disable accompanyingcourse issues loading  
						
						 
						
						
						
						
					 
					
						2021-06-28 15:21:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3a81124e04 
					 
					
						
						
							
							activity vue: list socialIssues checkbox from accompanyingCourse  
						
						 
						
						
						
						
					 
					
						2021-06-28 15:21:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b72d45d9db 
					 
					
						
						
							
							accompanying period: hide activity entries from the menu if accompanyin period is DRAFT  
						
						 
						
						
						
						
					 
					
						2021-06-28 13:50:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2a1f5cbad1 
					 
					
						
						
							
							add test for suggestion household by accompanying period  
						
						 
						
						
						
						
					 
					
						2021-06-28 13:18:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e8566fd006 
					 
					
						
						
							
							change label  
						
						 
						
						
						
						
					 
					
						2021-06-28 12:36:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cd6b5c9a39 
					 
					
						
						
							
							Add context for household member editor form:  
						
						 
						
						... 
						
						
						
						* add context for accompanying period, if indicated in a query
parameter;
* expand automatically household suggestion, if indicated in a query
parameter 
						
						
					 
					
						2021-06-28 11:23:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9aa3974071 
					 
					
						
						
							
							show household suggestion in household members editor  
						
						 
						
						
						
						
					 
					
						2021-06-28 00:35:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a8bf478ee8 
					 
					
						
						
							
							add endpoint for getting suggestion on household by accompanying period  
						
						 
						
						
						
						
					 
					
						2021-06-27 11:10:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a35f3363b2 
					 
					
						
						
							
							Merge branch 'features/edit-accompanying-period-social-work' into 'master'  
						
						 
						
						... 
						
						
						
						Features/edit accompanying period social work
See merge request Chill-Projet/chill-bundles!91  
						
						
					 
					
						2021-06-26 13:15:34 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0b117e5158 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/features/edit-accompanying-period-social-work' into _vue_echanges  
						
						 
						
						
						
						
					 
					
						2021-06-26 12:14:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7cae9e1769 
					 
					
						
						
							
							wip  
						
						 
						
						
						
						
					 
					
						2021-06-26 12:09:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a43e6c12a0 
					 
					
						
						
							
							add tests for UserApiController  
						
						 
						
						
						
						
					 
					
						2021-06-26 11:08:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						abe012de60 
					 
					
						
						
							
							add endpoint whoami  
						
						 
						
						
						
						
					 
					
						2021-06-26 11:08:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aaa9a1ec7b 
					 
					
						
						
							
							create user _index and _entity endpoint  
						
						 
						
						
						
						
					 
					
						2021-06-26 11:07:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						25f2d17097 
					 
					
						
						
							
							documentation for api social actions  
						
						 
						
						
						
						
					 
					
						2021-06-25 21:34:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fd43310c0 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/edit-accompanying-period-social-work  
						
						 
						
						
						
						
					 
					
						2021-06-25 21:26:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c85ca894b8 
					 
					
						
						
							
							layout for list accompanying work  
						
						 
						
						
						
						
					 
					
						2021-06-25 21:25:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fe22e6c7dc 
					 
					
						
						
							
							activity: create new vue subcomponent socialIssuesAcc  
						
						 
						
						
						
						
					 
					
						2021-06-25 15:44:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cb67605bd2 
					 
					
						
						
							
							list accompanying course work  
						
						 
						
						
						
						
					 
					
						2021-06-25 14:59:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d26e08324c 
					 
					
						
						
							
							load banner accompanying course everywhere  
						
						 
						
						
						
						
					 
					
						2021-06-25 14:09:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e55a2691b7 
					 
					
						
						
							
							move vue activity component app in subcomponent concernedGroups  
						
						 
						
						
						
						
					 
					
						2021-06-25 14:09:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						aa5c7f333e 
					 
					
						
						
							
							fix conflict + error on CommentType  
						
						 
						
						
						
						
					 
					
						2021-06-25 13:57:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0afe277b04 
					 
					
						
						
							
							form acc work edit: save action  
						
						 
						
						
						
						
					 
					
						2021-06-25 00:06:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						981b9299ad 
					 
					
						
						
							
							layout form  
						
						 
						
						
						
						
					 
					
						2021-06-24 16:21:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						36eb247995 
					 
					
						
						
							
							address: add maxlength, upd default map center and add loader messages in addresses form  
						
						 
						
						
						
						
					 
					
						2021-06-24 16:02:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						d71c3f310e 
					 
					
						
						
							
							(to rebase/fixup later) Fix documentation.  
						
						 
						
						
						
						
					 
					
						2021-06-24 16:01:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						4a2ada784a 
					 
					
						
						
							
							(to rebase/fixup later) Let Goal be associated to a Result.  
						
						 
						
						
						
						
					 
					
						2021-06-24 15:57:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						3b5ef53b9b 
					 
					
						
						
							
							(to rebase/fixup later) Let Result be associated to a SocialAction.  
						
						 
						
						
						
						
					 
					
						2021-06-24 15:46:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2cda6ceebf 
					 
					
						
						
							
							improve history details  
						
						 
						
						
						
						
					 
					
						2021-06-24 15:43:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						18d0ad67d6 
					 
					
						
						
							
							(to rebase/fixup later) Update command based on feedback.  
						
						 
						
						
						
						
					 
					
						2021-06-24 15:25:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						ea1c12da64 
					 
					
						
						
							
							(to rebase/fixup later) Fields must be nullable for import to success.  
						
						 
						
						
						
						
					 
					
						2021-06-24 15:24:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1ceabec400 
					 
					
						
						
							
							redesign timeline with css gridlayout  
						
						 
						
						
						
						
					 
					
						2021-06-24 15:17:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						91c5cd74f7 
					 
					
						
						
							
							household address: remove group write on member collection  
						
						 
						
						
						
						
					 
					
						2021-06-24 14:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b7f2e189dc 
					 
					
						
						
							
							small fix: use class name instead of string  
						
						 
						
						
						
						
					 
					
						2021-06-24 14:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ab8deb036b 
					 
					
						
						
							
							accompanyingCourse: add activities in the accompanying course summary  
						
						 
						
						
						
						
					 
					
						2021-06-24 14:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						ac47a75a75 
					 
					
						
						
							
							fix bug issue 163 Address JSON string not valid  
						
						 
						
						
						
						
					 
					
						2021-06-24 14:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4e6454d7de 
					 
					
						
						
							
							translation Activity Envoyer/recevoir  
						
						 
						
						
						
						
					 
					
						2021-06-24 14:01:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						92a95d4186 
					 
					
						
						
							
							finish form behaviour  
						
						 
						
						
						
						
					 
					
						2021-06-24 12:44:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						141aabcddc 
					 
					
						
						
							
							feat: Add new command.  
						
						 
						
						
						
						
					 
					
						2021-06-24 11:37:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c23ada3533 
					 
					
						
						
							
							person: add show/hide on marital status date  
						
						 
						
						
						
						
					 
					
						2021-06-24 08:25:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						6e37e7feac 
					 
					
						
						
							
							Let repositories implements ObjectRepository.  
						
						 
						
						
						
						
					 
					
						2021-06-23 23:13:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						df1f44d814 
					 
					
						
						
							
							Let SocialAction::defaultNotificationDelay be nullable.  
						
						 
						
						
						
						
					 
					
						2021-06-23 23:11:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						dc26ca7e77 
					 
					
						
						
							
							Add missing getId() method.  
						
						 
						
						
						
						
					 
					
						2021-06-23 23:11:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						2667867bd0 
					 
					
						
						
							
							Update composer - Bump league/php.  
						
						 
						
						
						
						
					 
					
						2021-06-23 23:11:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pol Dellaiera 
							
						 
					 
					
						
						
							
						
						5ddc0e7a53 
					 
					
						
						
							
							Simplify loading of Symfony commands.  
						
						 
						
						
						
						
					 
					
						2021-06-23 23:11:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b72b1bd4c7 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/edit-accompanying-period-social-work  
						
						 
						
						
						
						
					 
					
						2021-06-23 22:48:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ca9ae3874c 
					 
					
						
						
							
							Merge branch 'fix/api-crud-improve-loading-for-existing-controller' into 'master'  
						
						 
						
						... 
						
						
						
						Fix/api crud improve loading for existing controller
See merge request Chill-Projet/chill-bundles!92  
						
						
					 
					
						2021-06-23 20:44:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7fb4616aa6 
					 
					
						
						
							
							Merge branch 'features/create-social-action' into 'master'  
						
						 
						
						... 
						
						
						
						Create social work
See merge request Chill-Projet/chill-bundles!90  
						
						
					 
					
						2021-06-23 20:43:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ac4cf43753 
					 
					
						
						
							
							add goals to work, and add results for each goal  
						
						 
						
						
						
						
					 
					
						2021-06-23 22:40:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5a4a0a3617 
					 
					
						
						
							
							add results for actions in course edit form  
						
						 
						
						
						
						
					 
					
						2021-06-23 21:26:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2cc1274ee0 
					 
					
						
						
							
							fix js alert with dom event listener  
						
						 
						
						
						
						
					 
					
						2021-06-23 18:04:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						154fa4719d 
					 
					
						
						
							
							add involved persons to accompanying period work  
						
						 
						
						
						
						
					 
					
						2021-06-23 17:46:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						193e7b4c7e 
					 
					
						
						
							
							cleaning  
						
						 
						
						
						
						
					 
					
						2021-06-23 13:20:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						80c2bd285f 
					 
					
						
						
							
							vue component html anchor place  
						
						 
						
						
						
						
					 
					
						2021-06-23 11:50:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						133c0ac1ac 
					 
					
						
						
							
							TOFIX temporary disable js alert that return an error:  
						
						 
						
						... 
						
						
						
						## in JS console:
Uncaught ReferenceError: chill is not defined
    <anonymous> http://localhost:8001/fr/activity/1808/edit?person_id=1453:317  
						
						
					 
					
						2021-06-23 11:25:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c8d5c2c67b 
					 
					
						
						
							
							resume interlocutors 3 columns  
						
						 
						
						
						
						
					 
					
						2021-06-23 09:31:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0754d20622 
					 
					
						
						
							
							fix form create + WIP form edit for Accompanying Period Work  
						
						 
						
						
						
						
					 
					
						2021-06-22 22:59:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						99d6e030ca 
					 
					
						
						
							
							ergonomic buttons details  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:15:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5d38d193e2 
					 
					
						
						
							
							add type of activity in title  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:14:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						86f7b116a9 
					 
					
						
						
							
							adapt buttons when choosing type of ativity  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:12:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						bcab5a1211 
					 
					
						
						
							
							remove old webpack entrypoint definitions  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:11:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						65a6607112 
					 
					
						
						
							
							fix translations  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:10:17 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1cd376bf86 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/edit-accompanying-period-social-work  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:09:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						84f6f9b44d 
					 
					
						
						
							
							fix bug with new activity in context person  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:09:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b53f6af8d8 
					 
					
						
						
							
							add api for getting goal and results by social action and goal  
						
						 
						
						
						
						
					 
					
						2021-06-22 16:08:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						34d6452286 
					 
					
						
						
							
							fix: household api  
						
						 
						
						
						
						
					 
					
						2021-06-22 15:31:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c04ccef4cd 
					 
					
						
						
							
							improve loading for existing crud cotnroller  
						
						 
						
						
						
						
					 
					
						2021-06-22 14:40:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d8afbc4a40 
					 
					
						
						
							
							fix bug on PostalCodeChoiceLoader (not understood)  
						
						 
						
						
						
						
					 
					
						2021-06-22 11:56:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						95edbc673c 
					 
					
						
						
							
							improve loading for crud controller  
						
						 
						
						
						
						
					 
					
						2021-06-22 10:08:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						07ffdfab86 
					 
					
						
						
							
							household banner context colors  
						
						 
						
						
						
						
					 
					
						2021-06-21 15:58:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						50be29308d 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/create-social-action  
						
						 
						
						
						
						
					 
					
						2021-06-21 14:38:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						d1e0d997ac 
					 
					
						
						
							
							Merge branch 'features/household-edit-members-forms-improve-household' into 'master'  
						
						 
						
						... 
						
						
						
						Corrections ménage
See merge request Chill-Projet/chill-bundles!88  
						
						
					 
					
						2021-06-21 12:25:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						504b2efacf 
					 
					
						
						
							
							person: fix death date type as date immutable  
						
						 
						
						
						
						
					 
					
						2021-06-21 13:58:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4c3c67344a 
					 
					
						
						
							
							fix merge old css styles  
						
						 
						
						
						
						
					 
					
						2021-06-21 13:43:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						40fcb09082 
					 
					
						
						
							
							layout for form  
						
						 
						
						
						
						
					 
					
						2021-06-21 13:38:43 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						aa4a9e874a 
					 
					
						
						
							
							add a spinner  
						
						 
						
						
						
						
					 
					
						2021-06-19 11:15:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						3abfdbf6fd 
					 
					
						
						
							
							first impl for create form  
						
						 
						
						
						
						
					 
					
						2021-06-18 19:41:58 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						07cc394abd 
					 
					
						
						
							
							[bugfix] fix font in element ::before  
						
						 
						
						... 
						
						
						
						See https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/162 
[ci skip] 
						
						
					 
					
						2021-06-18 14:24:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						99337c4aa6 
					 
					
						
						
							
							add form edit metadata in summary page  
						
						 
						
						
						
						
					 
					
						2021-06-18 14:11:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						04ccca092b 
					 
					
						
						
							
							remove links to route 'household members'  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:53:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						b3792f6714 
					 
					
						
						
							
							person: update person view/show twig  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:46:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e1f01a47f8 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/household-edit-members-forms-improve-household  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:42:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						dc79e1a02d 
					 
					
						
						
							
							remove test for members page  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:31:19 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						7a6117a264 
					 
					
						
						
							
							fix test which randomly failed  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:30:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1a204312f3 
					 
					
						
						
							
							person: re-enable the creation of a person  
						
						 
						
						
						
						
					 
					
						2021-06-18 13:12:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1b1a25edc4 
					 
					
						
						
							
							Merge branch 'features/sql-vue-from-household-address-to-person' into 'master'  
						
						 
						
						... 
						
						
						
						Features/sql vue from household address to person
See merge request Chill-Projet/chill-bundles!86  
						
						
					 
					
						2021-06-18 11:01:40 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5ab7f7a37b 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/sql-vue-from-household-address-to-person  
						
						 
						
						
						
						
					 
					
						2021-06-18 12:08:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b174397823 
					 
					
						
						
							
							Merge branch 'features/household-validation' into 'master'  
						
						 
						
						... 
						
						
						
						Validation for household and household members & list for household for a person
See merge request Chill-Projet/chill-bundles!79  
						
						
					 
					
						2021-06-18 10:07:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d35e4efbb 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/household-validation  
						
						 
						
						
						
						
					 
					
						2021-06-18 12:02:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0e9933ca41 
					 
					
						
						
							
							improve banner  
						
						 
						
						
						
						
					 
					
						2021-06-18 11:57:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						3d14f00cac 
					 
					
						
						
							
							person: add show hide on some fields + remove unknown genderType  
						
						 
						
						
						
						
					 
					
						2021-06-18 11:28:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0add757230 
					 
					
						
						
							
							remove members page, move to summary  
						
						 
						
						
						
						
					 
					
						2021-06-18 11:27:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						2bf65dfadb 
					 
					
						
						
							
							Merge branch 'fix-test-accompanying-period' into 'master'  
						
						 
						
						... 
						
						
						
						fix data provider which randomly generate invalid data in test
See merge request Chill-Projet/chill-bundles!87  
						
						
					 
					
						2021-06-18 09:19:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a7ecd08d78 
					 
					
						
						
							
							fix data provider which randomly generate invalid data in test  
						
						 
						
						
						
						
					 
					
						2021-06-18 09:19:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						bccaf5ad6e 
					 
					
						
						
							
							person: add createdBY, updatedBy fields on Person + migration  
						
						 
						
						
						
						
					 
					
						2021-06-18 10:15:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						585a19e803 
					 
					
						
						
							
							Apply 7 suggestion(s) to 1 file(s)  
						
						 
						
						
						
						
					 
					
						2021-06-18 07:17:32 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b801b75eb9 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/sql-vue-from-household-address-to-person  
						
						 
						
						
						
						
					 
					
						2021-06-17 23:16:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f1120af59e 
					 
					
						
						
							
							add 'holder' in list of persons  
						
						 
						
						
						
						
					 
					
						2021-06-17 23:10:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9d58356b90 
					 
					
						
						
							
							remove drag-and-drop behaviour  
						
						 
						
						
						
						
					 
					
						2021-06-17 22:54:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						a7131653c9 
					 
					
						
						
							
							finish merge (oups) + layout of household in members editor app  
						
						 
						
						
						
						
					 
					
						2021-06-17 22:47:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						9f3cd943cb 
					 
					
						
						
							
							Merge branch 'features/household-validation' into features/household-edit-members-forms-improve-household  
						
						 
						
						
						
						
					 
					
						2021-06-17 22:46:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						970635dfad 
					 
					
						
						
							
							Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles  
						
						 
						
						... 
						
						
						
						merge... 
						
						
					 
					
						2021-06-17 17:03:42 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c8297b2230 
					 
					
						
						
							
							fix conflict when merging _77_address_household into master  
						
						 
						
						
						
						
					 
					
						2021-06-17 16:59:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						994cce41e5 
					 
					
						
						
							
							Merge branch 'master' into features/household-edit-members-forms-improve-household  
						
						 
						
						
						
						
					 
					
						2021-06-17 15:41:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						86e41fb877 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/_77_address_household' into features/household-edit-members-forms-improve-household  
						
						 
						
						
						
						
					 
					
						2021-06-17 15:05:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f8b97b96f4 
					 
					
						
						
							
							do not use arrayAccess for Collection in validator  
						
						 
						
						
						
						
					 
					
						2021-06-17 14:57:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						27907e7558 
					 
					
						
						
							
							fix modification of key members in household normalization  
						
						 
						
						
						
						
					 
					
						2021-06-17 14:02:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						fd7c7388d9 
					 
					
						
						
							
							fix prepending configuration of doctrine  
						
						 
						
						
						
						
					 
					
						2021-06-17 13:31:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ef55d2cf7f 
					 
					
						
						
							
							create view for current address and apply on Person/Household normalizer  
						
						 
						
						
						
						
					 
					
						2021-06-17 13:21:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						8406c30c8e 
					 
					
						
						
							
							person: Person FormType + edit twig  
						
						 
						
						
						
						
					 
					
						2021-06-17 12:27:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						901ae47ce6 
					 
					
						
						
							
							person: correct migration + entity  
						
						 
						
						
						
						
					 
					
						2021-06-17 11:12:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						951160982d 
					 
					
						
						
							
							person: add more fields on Person + migration  
						
						 
						
						
						
						
					 
					
						2021-06-17 10:43:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e2633a2a79 
					 
					
						
						
							
							addresses: filter out postal code introduced by user  
						
						 
						
						
						
						
					 
					
						2021-06-16 16:20:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5b72eeb147 
					 
					
						
						
							
							addresses: edit address for household (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-16 15:05:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						06daf35e96 
					 
					
						
						
							
							addresses: edit address for person  
						
						 
						
						
						
						
					 
					
						2021-06-16 14:39:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						38bff2e42f 
					 
					
						
						
							
							add address to household in fixtures  
						
						 
						
						
						
						
					 
					
						2021-06-16 08:35:47 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e68a5405a1 
					 
					
						
						
							
							Merge branch 'master' into features/sql-vue-from-household-address-to-person  
						
						 
						
						
						
						
					 
					
						2021-06-15 22:53:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						8bd20c9c78 
					 
					
						
						
							
							[WIP] add fixtures for household address  
						
						 
						
						
						
						
					 
					
						2021-06-15 22:52:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						54997e5893 
					 
					
						
						
							
							add test for household membership sequential validator  
						
						 
						
						
						
						
					 
					
						2021-06-15 21:31:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						35d35c9f40 
					 
					
						
						
							
							addresses: edit address (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-15 21:03:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						78ca61c82e 
					 
					
						
						
							
							fix showing person without birthdate  
						
						 
						
						
						
						
					 
					
						2021-06-15 17:22:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b68de1f2e9 
					 
					
						
						
							
							fix parameters in list  
						
						 
						
						
						
						
					 
					
						2021-06-15 17:16:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						68ecff253a 
					 
					
						
						
							
							fix validation when leaving any household  
						
						 
						
						
						
						
					 
					
						2021-06-15 17:15:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						e95d8fbc7a 
					 
					
						
						
							
							Historique ménage pour une personne  
						
						 
						
						
						
						
					 
					
						2021-06-15 17:03:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						efdfd10e49 
					 
					
						
						
							
							replace comment by commentEmbeddable  
						
						 
						
						
						
						
					 
					
						2021-06-15 10:17:53 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						000ae6c2cb 
					 
					
						
						
							
							address: style (css)  
						
						 
						
						
						
						
					 
					
						2021-06-15 08:04:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7c26f0a56c 
					 
					
						
						
							
							address: add a new address to a person  
						
						 
						
						
						
						
					 
					
						2021-06-15 07:49:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						f827e50431 
					 
					
						
						
							
							ajout métadonnées membres  
						
						 
						
						
						
						
					 
					
						2021-06-14 22:30:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						41617295c1 
					 
					
						
						
							
							fix validation groups and sequential validator msg  
						
						 
						
						
						
						
					 
					
						2021-06-14 16:39:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						b2c1d75fc5 
					 
					
						
						
							
							fix parameters in test MaxHolder  
						
						 
						
						
						
						
					 
					
						2021-06-14 12:58:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						17c3ecbabe 
					 
					
						
						
							
							validation on simultaneous household membership for a person  
						
						 
						
						
						
						
					 
					
						2021-06-14 12:56:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						51399b21b9 
					 
					
						
						
							
							fix class for Person component  
						
						 
						
						
						
						
					 
					
						2021-06-14 11:37:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						c40019da8f 
					 
					
						
						
							
							add alert for not-in-household and actions in page  
						
						 
						
						... 
						
						
						
						accompanyingCourse/summary
* alert for people not in household for each accompanying course;
* style for action in alert
* form to members editor 
						
						
					 
					
						2021-06-14 11:34:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						1df759e970 
					 
					
						
						
							
							fix JS error "chill is not defined"  
						
						 
						
						... 
						
						
						
						This happens since js is loaded using "defer" tag 
						
						
					 
					
						2021-06-14 10:19:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						807d3674fc 
					 
					
						
						
							
							implements max holder and validation on UI  
						
						 
						
						
						
						
					 
					
						2021-06-11 17:58:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						af740fd87d 
					 
					
						
						
							
							Merge branch 'features/household-editor' into features/household-validation  
						
						 
						
						
						
						
					 
					
						2021-06-11 17:08:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						45dc8ed661 
					 
					
						
						
							
							apply maxHolder constraint on houehold  
						
						 
						
						
						
						
					 
					
						2021-06-11 17:08:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						ecc8b929ca 
					 
					
						
						
							
							create max holder validator  
						
						 
						
						
						
						
					 
					
						2021-06-11 17:03:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						c378f59f5a 
					 
					
						
						
							
							addresses: person address history  
						
						 
						
						
						
						
					 
					
						2021-06-11 16:20:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						4fd6d38187 
					 
					
						
						
							
							create Util for computing intersection  
						
						 
						
						
						
						
					 
					
						2021-06-11 15:53:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f3a7556bca 
					 
					
						
						
							
							household address: update twig for household address  
						
						 
						
						
						
						
					 
					
						2021-06-11 15:44:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						14db7265fe 
					 
					
						
						
							
							addresses: fix POST if isNoAddress  
						
						 
						
						
						
						
					 
					
						2021-06-11 15:06:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f22461af1b 
					 
					
						
						
							
							address: better default zoom when choosing an address  
						
						 
						
						
						
						
					 
					
						2021-06-11 14:42:08 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1b709d39a4 
					 
					
						
						
							
							addresses: enable POSTing Postal Code entities (back + front)  
						
						 
						
						
						
						
					 
					
						2021-06-11 14:33:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5daf5cbe84 
					 
					
						
						
							
							address: write new address (separate street and streetNumber)  
						
						 
						
						
						
						
					 
					
						2021-06-11 11:12:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						331cdf13ca 
					 
					
						
						
							
							household address: add validation on household->getAddresses  
						
						 
						
						
						
						
					 
					
						2021-06-11 09:34:27 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						cbadcb4980 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/household-validation  
						
						 
						
						
						
						
					 
					
						2021-06-11 09:05:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1551ea796d 
					 
					
						
						
							
							household address: UI of the adress move form  
						
						 
						
						
						
						
					 
					
						2021-06-10 14:34:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						4c025184b4 
					 
					
						
						
							
							household address: check if address are sequential (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-10 12:40:01 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6f2c219e3b 
					 
					
						
						
							
							household address: add validTo computation in Address  
						
						 
						
						
						
						
					 
					
						2021-06-10 11:43:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						550aaacaab 
					 
					
						
						
							
							household address: fix POST api chaining  
						
						 
						
						
						
						
					 
					
						2021-06-10 11:42:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						dd78e9759c 
					 
					
						
						
							
							household address: show js error messages  
						
						 
						
						
						
						
					 
					
						2021-06-10 10:11:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						1b36d9b1ab 
					 
					
						
						
							
							household address: chain API call  
						
						 
						
						
						
						
					 
					
						2021-06-10 10:06:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						e14a125bf3 
					 
					
						
						
							
							household address: format js date for POSTing  
						
						 
						
						
						
						
					 
					
						2021-06-09 12:24:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						9375c2cf86 
					 
					
						
						
							
							household address: patch address + add validFrom input  
						
						 
						
						
						
						
					 
					
						2021-06-08 21:14:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						db77224b9f 
					 
					
						
						
							
							address: add swagger documentation  
						
						 
						
						
						
						
					 
					
						2021-06-08 20:36:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						0e1bbbfee9 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into features/household-validation  
						
						 
						
						
						
						
					 
					
						2021-06-08 19:19:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6a42edd460 
					 
					
						
						
							
							household address: remove address selection  
						
						 
						
						
						
						
					 
					
						2021-06-08 17:06:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						76d945f2a7 
					 
					
						
						
							
							household address: address history : add button  
						
						 
						
						
						
						
					 
					
						2021-06-08 11:51:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7d13bc7cfe 
					 
					
						
						
							
							household address: address history (twig + css)  
						
						 
						
						
						
						
					 
					
						2021-06-08 11:35:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						66b54bad31 
					 
					
						
						
							
							household address: add swagger documentation  
						
						 
						
						
						
						
					 
					
						2021-06-08 08:55:41 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						9d32ccbcad 
					 
					
						
						
							
							address: swagger config for documenting API points  
						
						 
						
						
						
						
					 
					
						2021-06-08 08:30:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						63c3b5a970 
					 
					
						
						
							
							address: add swagger doc on API point for address  
						
						 
						
						
						
						
					 
					
						2021-06-07 17:24:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						03a7ec389b 
					 
					
						
						
							
							household address: fix POST household address  
						
						 
						
						
						
						
					 
					
						2021-06-07 16:54:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						f39fe05dd5 
					 
					
						
						
							
							household address: rely on ROLE_USER for household address api point role  
						
						 
						
						
						
						
					 
					
						2021-06-07 15:26:24 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6c126b0581 
					 
					
						
						
							
							household address: api POST on address for household (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-07 15:13:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						5ee824d1c2 
					 
					
						
						
							
							household address: define a custom household-address API point (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-07 14:47:22 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6d20476b81 
					 
					
						
						
							
							household address: household address history (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-07 14:24:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						2b5ed5e5a3 
					 
					
						
						
							
							household address: choose among available address  
						
						 
						
						
						
						
					 
					
						2021-06-07 12:18:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						6f68349f57 
					 
					
						
						
							
							household address: post address to household (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-04 17:45:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d513be2fce 
					 
					
						
						
							
							household address: post address to household (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-04 16:23:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						aff140230c 
					 
					
						
						
							
							household address: add a button for posting to household  
						
						 
						
						
						
						
					 
					
						2021-06-04 15:38:28 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7e1b7b7e9f 
					 
					
						
						
							
							household address: init vue component for household address  
						
						 
						
						
						
						
					 
					
						2021-06-04 14:50:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						878ee5d9c7 
					 
					
						
						
							
							household address: correct household api entry point  
						
						 
						
						
						
						
					 
					
						2021-06-04 12:34:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						7b67ef5db2 
					 
					
						
						
							
							household address: add household api entry point  
						
						 
						
						
						
						
					 
					
						2021-06-04 12:13:15 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						d806a074a7 
					 
					
						
						
							
							Merge branch 'master' into _77_address_household  
						
						 
						
						... 
						
						
						
						merge master 
						
						
					 
					
						2021-06-04 09:09:59 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nobohan 
							
						 
					 
					
						
						
							
						
						14a9d9c739 
					 
					
						
						
							
							address-household: address move (WIP)  
						
						 
						
						
						
						
					 
					
						2021-06-04 08:48:08 +02:00