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
e4b21bc611
Updating messages : history -> accompanying period + removing unused messages
2015-02-12 17:35:58 +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
1071d5ff62
Removing unused message
2015-02-12 16:41:02 +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
090f91e19a
resolving conflict
2015-02-06 11:26:09 +01:00
Marc Ducobu
8d5d2189f1
PersonHistoryFile -> AccompanyingPeriod - refs #275
2015-02-06 11:19:36 +01:00
7ebaafe768
create first tests for accompanying period manipulation
...
[ci skip]
2015-02-03 10:03:36 +01:00
d554407dce
fix validation on person update
...
close #408
2015-01-29 22:02:02 +01:00
5992977a3e
test person's edit form
...
update the controller to get the validation
2015-01-27 22:17:39 +01:00
b26069243f
fix date format to long in create_review
2015-01-23 12:28:03 +01:00
98c3a23c65
Use localizeddate to format date
...
refs #272
2015-01-23 11:38:09 +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
f91775a617
Fix message in search results
...
The pluralization of message has been refactored
2015-01-06 21:35:10 +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
707046d8cc
better translations
2014-12-24 00:55:43 +01:00
1f2c8bdb72
fix person creation validation close #369
2014-12-09 22:53:24 +01:00
60d0f191c0
add an alt to button submit
2014-12-07 00:17:30 +01:00
f5752acdc3
fix translation in NL
2014-11-29 15:43:14 +01:00
105e961e3a
fix translation in NL
2014-11-29 15:38:24 +01:00
b5be2e2f1e
fix some translation problems in NL
2014-11-29 15:11:11 +01:00
1f5ff53ca5
add migration file refs #223
2014-11-29 01:18:47 +01:00
Marc Ducobu
83d090286d
Adding nl translation
2014-11-27 14:37:58 +01:00
Marc Ducobu
6834ebc610
Adding message when spokien languages is not specified
2014-11-27 14:18:45 +01:00
Marc Ducobu
b3fb1ba662
Adding Nl translation
2014-11-27 12:28:15 +01:00
Marc Ducobu
9b52fa562e
Adding spokenLanguages into views close #356
2014-11-26 13:29:00 +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
Marc Ducobu
8a65274fbc
More space between the button 'save report' and 'reset form' in report bundle ref #354
2014-11-25 17:46:31 +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
0372ed4959
Debug stopping that layout template require css/person.css
2014-11-19 16:45:38 +01:00
Marc Ducobu
50c090b18c
Debug stopping that create_review template require css/person.css
2014-11-19 16:13:19 +01:00
Marc Ducobu
9a4609ac37
Translation updating
2014-11-19 11:19:13 +01:00
Marc Ducobu
7465def1eb
Debug translation variable pbmm
2014-11-19 10:31:48 +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
beafcd902e
Localize nationality in person list
2014-11-19 00:49:49 +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
24b126c5c3
Adding license
2014-11-18 11:30:54 +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
799616bfa2
female icon for woman in person_layout
2014-11-18 10:58:18 +01:00