Jean-Francois Monfort
|
05ebdefd47
|
Add missing fields & migrations
|
2021-04-22 14:47:00 +02:00 |
|
Jean-Francois Monfort
|
c233c481b6
|
WIP Activity Model
|
2021-04-15 17:33:41 +02:00 |
|
Jean-Francois Monfort
|
8acd852070
|
Fix uls
|
2021-04-15 14:45:52 +02:00 |
|
Jean-Francois Monfort
|
207e5bf01d
|
Merge branch 'master' into features/activity-type
|
2021-04-15 14:06:58 +02:00 |
|
Jean-Francois Monfort
|
cb5cf5763e
|
ActivityType : rename some fields
|
2021-04-15 13:56:39 +02:00 |
|
|
985f067387
|
fix migration namespace
|
2021-04-14 13:25:08 +02:00 |
|
|
8a83e8ed22
|
Merge branch '_8_entity_parcours' into 'master'
WIP issue8 : entity parcours
See merge request Chill-Projet/chill-bundles!8
|
2021-04-13 20:48:36 +00:00 |
|
|
cc40e7a99a
|
fix sql migration syntax
|
2021-04-13 15:31:04 +02:00 |
|
Jean-Francois Monfort
|
dad8fd5378
|
ActivityType add new fields : add translations
|
2021-04-08 16:19:54 +02:00 |
|
Jean-Francois Monfort
|
37b395ee52
|
ActivityType add new fields
|
2021-04-08 16:10:04 +02:00 |
|
|
aa05223a4e
|
fix translation
|
2021-04-02 19:22:57 +02:00 |
|
|
5bee607afb
|
fix migration review: improve up and down query
|
2021-04-02 19:21:44 +02:00 |
|
|
de240b099f
|
remove commented code in new repositories
|
2021-04-02 17:50:45 +02:00 |
|
|
36cdf4c220
|
Merge branch 'add-wysiwyg' into 'master'
Applique l'éditeur de texte sur plusieurs instances + rendu des "Comment Embeddable"
See merge request Chill-Projet/chill-bundles!7
|
2021-04-02 12:11:39 +00:00 |
|
|
34e5fbedf2
|
Merge branch 'features/new-phones' into 'master'
Features/new phones
See merge request Chill-Projet/chill-bundles!5
|
2021-04-02 12:11:20 +00:00 |
|
Jean-Francois Monfort
|
27c680bb03
|
Features/new phones
|
2021-04-02 12:11:20 +00:00 |
|
Jean-Francois Monfort
|
580dc71218
|
ActivityType replace Admin Conroller with Crud system
|
2021-04-01 16:22:33 +02:00 |
|
Jean-Francois Monfort
|
24a7d7b34b
|
new entity ActivityTypeCategory + CRUD
|
2021-04-01 15:44:05 +02:00 |
|
|
25634ba12b
|
Make some relations bidirectionnal
|
2021-04-01 11:06:36 +02:00 |
|
|
01f24ecf1f
|
Adapt entity AccompanyingPeriodParticipation attributes and methods (dont break UI)
|
2021-03-31 20:57:15 +02:00 |
|
|
a98056d31b
|
Transform join table between Person and AccompanyingPeriod in Doctrine entity
|
2021-03-31 14:42:06 +02:00 |
|
|
bd7b4b3fdb
|
fix repository for AccompanyingPeriod
|
2021-03-31 10:37:31 +02:00 |
|
|
a3395895cb
|
Rename table closinmotive
|
2021-03-30 19:44:48 +02:00 |
|
|
1d6a8987e9
|
Allow to enable multiple simultaneous accompanyingPeriods
|
2021-03-30 18:35:15 +02:00 |
|
|
fa5d0fbd21
|
Merge branch 'master' into _8_entity_parcours
|
2021-03-30 11:21:06 +02:00 |
|
|
3a50aea138
|
fix service dependency injection for validatorInterface
|
2021-03-30 11:13:36 +02:00 |
|
|
24d8b55591
|
minor corrections
|
2021-03-30 10:18:08 +02:00 |
|
|
85c4560f22
|
Complete accompanying period entity
|
2021-03-29 18:40:56 +02:00 |
|
|
c45390dd89
|
add Accompanying Period Comment and Resource entities
|
2021-03-29 14:34:02 +02:00 |
|
|
acff64c16f
|
Add Origin Entity in Accompanying Period package
|
2021-03-29 11:24:57 +02:00 |
|
|
ba31927dc3
|
move CloseMotive Repository in AccompanyingPeriod package
|
2021-03-29 11:04:01 +02:00 |
|
|
365a398743
|
fixtures accompanyingPeriod + fixture new firstnames set
|
2021-03-27 16:50:57 +01:00 |
|
|
ea4e3c715e
|
fix syntax php7
|
2021-03-27 13:37:37 +01:00 |
|
|
0a17011cc3
|
add fixtures to test duplicate person
|
2021-03-27 12:36:15 +01:00 |
|
|
0d9f3d7dba
|
fix inconsistency in fixtures
|
2021-03-27 11:50:03 +01:00 |
|
|
dcc6969310
|
add migration down query to preserve datas
|
2021-03-27 11:30:50 +01:00 |
|
|
f6801c0c4f
|
make new relation many-to-many between Person and AccompagnyingPeriod
|
2021-03-26 21:57:18 +01:00 |
|
|
813ecb0201
|
cleaning
|
2021-03-26 21:48:27 +01:00 |
|
|
ae81e7be31
|
add documentation for render and embeddable comments
|
2021-03-25 22:45:01 +01:00 |
|
|
b79ec18a38
|
apply ckeditor on multiple entities
Apply ckeditor into:
* activity;
* task;
* document;
* accompanying periods
|
2021-03-25 22:01:17 +01:00 |
|
|
66e590972a
|
Improve Embeddable Comment Render
* render embeddable comment into twig template;
* add some style
|
2021-03-25 22:01:17 +01:00 |
|
|
3ca5018e45
|
fix import of dropzone in uploader
|
2021-03-25 22:01:17 +01:00 |
|
|
6ea45e4d16
|
Merge branch 'fix-rtd' into 'master'
Fix Read-the docs
See merge request Chill-Projet/chill-bundles!6
|
2021-03-25 17:20:27 +00:00 |
|
|
6b65c06ff5
|
Fix Read-the docs
|
2021-03-25 17:20:27 +00:00 |
|
|
2ea880c6fa
|
fix readthedocs compilation
|
2021-03-25 18:05:29 +01:00 |
|
|
18b2af113b
|
upgrade readthedoc def file
|
2021-03-25 17:43:44 +01:00 |
|
|
c171561de6
|
Merge documentation into mono-repo
|
2021-03-25 17:24:26 +01:00 |
|
|
d9759024ef
|
prepare for merging doc into mono-repository
|
2021-03-25 17:09:49 +01:00 |
|
|
ff5c1c1b5a
|
Add editorconfig file to maintain consistent coding styles
|
2021-03-25 11:17:34 +01:00 |
|
|
ccc9995613
|
Merge branch 'add-wysiwyg' into 'master'
Add wysiwyg
See merge request Chill-Projet/chill-bundles!4
|
2021-03-23 15:10:40 +00:00 |
|