52 Commits

Author SHA1 Message Date
Marc Ducobu
abf9ebfc8a Merge branch 'master' of git://github.com/Chill-project/Person
Conflicts:
	Resources/config/routing.yml
2015-02-18 15:51:00 +01:00
Marc Ducobu
a7b807514b First version of export person - 'rfs #400 2015-02-18 15:47:27 +01:00
866d119feb Implements timeline
refs #224

Squashed commit of the following:

commit fb46cea3858036a932b8c6ff1354f4b0d9f166fb
Merge: d881b3d 0f4e285
Author: Julien Fastré <julien@fastre.info>
Date:   Wed Feb 18 00:14:38 2015 +0100

    Merge branch 'master' of git://github.com/Chill-project/Person into timeline

commit d881b3d69a53b2502f16d98d9d1809ead17fd77e
Author: Julien Fastré <julien@fastre.info>
Date:   Wed Feb 18 00:12:04 2015 +0100

    add closing period to timeline

    refs #224

commit 6363e59213f5cddded4e0678454e98929f885d39
Author: Julien Fastré <julien@fastre.info>
Date:   Wed Feb 18 00:08:09 2015 +0100

    refactor timeline #224

commit bd2e1b1808f73e39532e9538413025df5487cad0
Author: Julien Fastré <julien@fastre.info>
Date:   Wed Feb 11 00:39:05 2015 +0100

    implementing timeline for opening history file

    refs #224

    Some parts (method TimelineProviderInterface::getEntities, ...) are different from
    the design described in #224 and must be discussed
2015-02-18 00:16:02 +01:00
Marc Ducobu
0f4e285bd7 Renaming history -> accompanying_period in db 2015-02-12 19:02:22 +01:00
Marc Ducobu
ef6fb61d4d Renaming private varialbes of Entity/Person : history -> accompanyingPeriods, proxyHistoryOpenState -> proxyAccompanyingPeriodOpenState 2015-02-12 17:21:10 +01:00
Marc Ducobu
a7c5f464b2 Changing validation group : history_consistent -> accompanying_period_consistent 2015-02-12 16:24:50 +01:00
Marc Ducobu
94109db4cf PersonHistoryFile -> AccompanyingPeriod - refs #275 - tests ok 2015-02-06 17:43:48 +01:00
Marc Ducobu
9ea23987a3 PersonHistoryFile -> AccompanyingPeriod - refs #275 - debug 2015-02-06 14:38:29 +01:00
Marc Ducobu
8d5d2189f1 PersonHistoryFile -> AccompanyingPeriod - refs #275 2015-02-06 11:19:36 +01:00
e9be284c03 loads routes automatically
move routes to config.yml, loaded by prepending configuration
refs #273
2015-01-22 17:36:49 +01:00
6c515342d7 fix joinColumn definition bug in Person
Due to bug http://www.doctrine-project.org/jira/browse/DDC-2742 (?), the relation between person and spoken_languages was broken. We configure the relation explicitly (providing joincolumns) to avoid this bug.
2015-01-22 09:47:32 +01:00
e02a10fdfa add person search functionality
create test to match refs #377 and adapt fixtures for tests
implement search in person bundle
2015-01-04 01:59:49 +01:00
1f2c8bdb72 fix person creation validation close #369 2014-12-09 22:53:24 +01:00
Marc Ducobu
f903e50d73 Merge branch 'master' of git://github.com/Chill-project/Person 2014-11-26 13:02:36 +01:00
Marc Ducobu
ae36da3366 Adding spokenLanguages to Person (Entity and Form) 2014-11-26 13:02:21 +01:00
8f5e042357 add an index on person firstname and lastname
But this index should be lowercase (refs #364) : this should be fixed when we will use doctrine migrations
2014-11-25 22:58:50 +01:00
d340520581 make messages more consistent with the new 'search' feature 2014-11-25 15:20:23 +01:00
740301227f add search possibility throught all bundles, and remove deps between mainbundle and person bundle.
refs #223
2014-11-25 14:50:05 +01:00
Marc Ducobu
9a4609ac37 Translation updating 2014-11-19 11:19:13 +01:00
Marc Ducobu
51115b6f36 Merge branch 'master' of git://github.com/Chill-project/Person 2014-11-19 09:44:08 +01:00
Marc Ducobu
87b4cb65e4 Refactoring translation 2014-11-19 09:43:53 +01:00
d736a9a1f9 Add nullable: true to default phonenumber
this caused a NOT NULL error on postgresql

[ci skip] refs #320
2014-11-19 00:26:32 +01:00
Marc Ducobu
4c2a3c3624 Person attibutes name and surname become firstname and lastname 2014-11-18 16:15:47 +01:00
Marc Ducobu
680bb7ca83 [temporary] add a phonenumber field - close #320 2014-11-18 11:30:34 +01:00
Marc Ducobu
dc523beb58 Several icons in menu section : plus male female 2014-11-18 11:03:52 +01:00
Marc Ducobu
11e687a3ce add custom fields on persons close # 307 2014-11-17 22:28:16 +01:00
Marc Ducobu
d02e1a287e Add a person into section menu 2014-11-13 14:40:10 +01:00
Marc Ducobu
89a0169f27 MDM : hidding person history in person menu 2014-11-13 14:18:07 +01:00
Marc Ducobu
3634d43327 Adding locale selection 2014-11-12 15:46:25 +01:00
Marc Ducobu
5818b67269 Adding homepage menu 2014-11-12 11:05:42 +01:00
Marc Ducobu
eb29131957 Improving navigation 2014-11-11 16:57:21 +01:00
e5f67e32c3 upgrade and refactor personhistoryFile 2014-11-07 23:48:26 +01:00
29af313582 make routing more consistent 2014-11-07 22:51:48 +01:00
2358e2a9bb upgrade forms to update and create person 2014-11-07 16:26:15 +01:00
2a3ebb3659 upgrade views, menus, routing 2014-11-07 13:19:07 +01:00
9d313dd68f fix person 2014-11-07 12:15:00 +01:00
9e65354cfc add routing information to person bundl 2014-11-07 11:47:45 +01:00
f7d24ae520 automatic regexp to move namespace CL\Chill => Chill 2014-11-07 10:01:20 +01:00
afb205cd99 add container configuration for history tracking on person class 2014-01-27 00:21:15 +01:00
0d4c87eb22 add (empty) admin section 2013-12-07 13:29:37 +01:00
5750c73574 create and review the creation of a person 2013-12-03 17:12:56 +01:00
c9204e32d8 add creation of new history line 2013-12-01 19:55:56 +01:00
9c249160cc add feature: update the date of an opened file 2013-11-28 21:51:16 +01:00
377a69d26f deal with opening/closing the files 2013-11-26 23:00:30 +01:00
574d1d4dcf edit template & update action 2013-11-07 22:38:11 +01:00
d366a76567 create edit page 2013-11-06 19:19:02 +01:00
7d0348e4de work on style and view and layout 2013-11-05 13:25:25 +01:00
ee1f43d9aa make tabs and submenus working 2013-10-31 17:49:38 +01:00
03091a94d6 view one person + list 2013-10-31 16:14:20 +01:00
Marc Ducobu
82b3f5bfe0 removing default routing 2013-10-29 11:27:10 +01:00