13 Commits

Author SHA1 Message Date
ad8c1bbe9f sf4 deprecated: migrate Doctrine ORM mapping to annotation 2020-07-24 18:57:58 +02:00
8275715b56 Sort collection of participations by firstname in Event entity 2019-10-21 13:04:22 +02:00
44487e3ea3 minors changes 2019-02-08 18:00:10 +01:00
ca6f836195 add a new moderator field on events 2019-01-15 16:01:47 +01:00
9459d7a287 Allow to add multiple participation
The participationController accept a new parameter : `persons_ids`,
which must receive a comma-separated list of person ids. A participation
will be create for all those peoples.

The `new` and `create` actions does not allow to receive both
`person_id` and `persons_ids`.

Tests are added.

ref #6
2016-04-09 23:45:07 +02:00
a6d4cb5f5e remove var_dump 2016-03-25 00:07:34 +01:00
d8de53ca3c rename 'label' to 'name'.
Warning : this commit require to rename some table column, but the
original Version file has been update.

If you do not care to loose your date, you may run :

```
php app/console doctrine:migrations:execute --down 20160318111334
php app/console doctrine:migrations:execute --up 20160318111334
php app/console doctrine:cache:metadata #(if you have a cache for
doctrine meta date)
```
close #20
2016-03-24 23:30:37 +01:00
8db8c8925c add a link into section menu
Currently, the main link in section menu redirect
to a search which display the last events

ref #10
2016-03-24 15:19:23 +01:00
627b9fb08f add the possibility to add a participation of a person to an event
ref #5
2016-03-24 01:44:32 +01:00
Marc Ducobu
4fe31185df Good Center - Circle suggested 2016-03-23 18:19:48 +01:00
e66a855c0a adding a scope/circle to events
ref #1
2016-03-22 12:36:11 +01:00
d7fc04cdaa add fixtures for events
fix #17
2016-03-22 09:59:18 +01:00
11d58a457a initialize entities 2016-03-18 11:22:09 +01:00