Marc Ducobu
a7b807514b
First version of export person - 'rfs #400
2015-02-18 15:47:27 +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
0157c3c9ba
Changing comments : history -> accompanying period
2015-02-12 16:40:38 +01:00
Marc Ducobu
fe825e4979
Updating violation message
2015-02-12 16:33:25 +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
9fadc5d9c5
passing last value on closing motive by reference
...
refs #411
2015-02-05 14:35:22 +01:00
69042c683f
add tests for closing/opening accompanying periods
...
refs #274
check :
- closing the current period works
- closing a period with date closing AFTER the opening fails
- creating a new period works
- create a period with closing after current (opened) period fails => fails see refs #410
- create a period with opening and closing after current (opened) period fails => fails see refs #410
- create a period with end date between another fails
- create a period with end date after opening date fails
- create a period between another period (date closing and date opening) fails
- create a period with date opening inside another period fails
2015-02-03 15:22:38 +01:00
7ebaafe768
create first tests for accompanying period manipulation
...
[ci skip]
2015-02-03 10:03:36 +01:00
aa8d211e55
add test for choose languages
...
fix #409
2015-01-30 18:14:27 +01:00
72182a8c77
move utilities at the end of the file
2015-01-30 18:02:09 +01:00
d554407dce
fix validation on person update
...
close #408
2015-01-29 22:02:02 +01:00
0a1ff9e141
complete tests for person edition
...
close #405
add a test on false date, but this made the validation fail.
2015-01-29 18:42:42 +01:00
bf1eb51873
add composer auth to travis
...
this should remove 'could not download package from source' message
2015-01-29 18:35:57 +01:00
d6822520d2
add doctrine migration to CI from person bundle
...
refs #402
2015-01-29 16:54:25 +01:00
5bd4e9ff1a
add composer bundle migration
2015-01-29 16:41:23 +01:00
14ca56ce25
fix config to test app
2015-01-28 20:52:56 +01:00
5992977a3e
test person's edit form
...
update the controller to get the validation
2015-01-27 22:17:39 +01:00
58d05123bb
disable sudo in travis build to speed up CI
...
see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2015-01-23 12:28:48 +01:00
b26069243f
fix date format to long in create_review
2015-01-23 12:28:03 +01:00
2c22d45e2f
load chill routes using route loader in tests
2015-01-23 11:57:11 +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
af66ac2c1a
switch back to doctrine/orm 2.4
2015-01-21 22:31:59 +01:00
c2ae9ccbac
switch doctrine/common to stable version
2015-01-08 21:30:02 +01:00
f91775a617
Fix message in search results
...
The pluralization of message has been refactored
2015-01-06 21:35:10 +01:00
0d1ca31fc9
fix pattern show on search
2015-01-06 21:27:06 +01:00
fd158a15bc
Add extension unaccent to travis
2015-01-04 22:19:23 +01:00
b8e4d067cb
Clean class from unnecessary function
2015-01-04 22:17:15 +01:00
ff3b521998
Enable unaccent in search
...
- Add unaccent function to queries
- Adapt tests accordingly
refs #377
2015-01-04 21:56:36 +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
383fe786c7
Implementing new research behaviour refs #377
2014-12-31 02:34:33 +01:00
707046d8cc
better translations
2014-12-24 00:55:43 +01:00
f1765591b4
include assetic files in local fixture
2014-12-24 00:54:48 +01:00
1f2c8bdb72
fix person creation validation close #369
2014-12-09 22:53:24 +01:00
10da02f9ba
fix last test
2014-12-07 23:15:48 +01:00
cfc881096c
go on with test on page "add a person"
...
the tests definition are defined by https://redmine.champs-libres.coop/projects/chillperson/wiki/Test_plan_for_page_%22add_a_person%22
2014-12-07 23:09:04 +01:00
07615192c6
first test for "add a person" page
...
(to be continued)
2014-12-07 00:19:50 +01:00
60d0f191c0
add an alt to button submit
2014-12-07 00:17:30 +01:00
438345c1fb
update deps requirements (move to doctrine/dbal 2.5)
2014-12-07 00:16:33 +01:00
567ebb41ab
bootstrap local app for tests
2014-12-07 00:15:35 +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