From b082b36276f143eb1c3bc4b02762cd387d4f622a Mon Sep 17 00:00:00 2001 From: Tchama Date: Wed, 10 Jun 2020 12:37:53 +0200 Subject: [PATCH] list improvements in current sf3 branch --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd73d13f..171e7664e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,24 @@ Branch sf3 ========== +- fix symfony3 php depreciations ; +- add time to event dates ; +- add new moderator field on events ; +- misc improvements form styles ; +- adapt webpack config for styles sheets ; +- add a new page 'events participation' in menu person, that list all events participation for a person ; +- subscribe a person to an event from person context (issue #19) ; +- improve message translation ; +- add a first step to pick center in new event form ; +- add events in history timeline ; +- export participations list for an event ; +- add event administration pages ; +- add remove participation and remove event feature ; - fix the way the bundle compile assets ; - This modification will require to update Chill-Standard to the latest version. At least, the file `webpack.config.js` should be upgrade [to the last version](https://framagit.org/Chill-project/Chill-Standard/-/blob/c7a7de68ec49d97c9e1481b72c1f848f9b5cb2d7/webpack.config.js) +- fix redirection when only one participation edit ; + +