2830 Commits

Author SHA1 Message Date
5f117ffa4a enable twig intl extension
This extension allow bundles to format date and number according to localization.

We would like to use this to format date :

``` twig

date|localizeddate('medium', none)

```

refs #272
[documentation of the extension](http://twig.sensiolabs.org/doc/extensions/intl.html)
2015-01-23 11:38:54 +01:00
98c3a23c65 Use localizeddate to format date
refs #272
2015-01-23 11:38:09 +01:00
57e4bc924c load routes from chill routes loaders
add routes to config by prepending configuration
refs #273
2015-01-22 17:38:43 +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
9e8374bef7 define route in chill_main configuration
refs #273
2015-01-22 17:19:24 +01:00
8f457e0a63 loads route automatically
route must now be indicated in config.yml under chill_main.routing.resources.

Other bundle may add routes prepending configuration
2015-01-22 17:05:21 +01:00
0d3f48ef32 remove reference to delete entity - clean code
refs #259
2015-01-22 10:26:43 +01:00
3707b08aee remove entities for testing purpose - clean code
fix #259
2015-01-22 09:50:53 +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
28e8c22600 swtich back to doctrine/orm 2.4 2015-01-21 22:38:59 +01:00
af66ac2c1a switch back to doctrine/orm 2.4 2015-01-21 22:31:59 +01:00
4d4a3116a0 switch back to doctrine/orm 2.4 2015-01-21 22:26:09 +01:00
7871a2e956 back deps to doctrine/orm 2.4 2015-01-21 22:21:45 +01:00
Julien Fastré
6615d3fba6 remove dev comment
[ci skip]
2015-01-15 13:49:58 +01:00
a9630e7013 move doctrine/orm and doctrine/doctrine-bundle to stable version 2015-01-08 21:35:09 +01:00
c2ae9ccbac switch doctrine/common to stable version 2015-01-08 21:30:02 +01:00
e9535c62cb switch doctrine/dbal to stable 2.5 release 2015-01-08 21:25:49 +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
3efda954be Add report search feature
refs #377
2015-01-06 21:23:45 +01:00
2d19125dcf get expected fixtures for tests
- add reports non-random
- load reports into database
- add deps to faker, to fill easily reports
2015-01-06 21:22:35 +01:00
9468157b50 fix recompose function + doc 2015-01-06 21:15:16 +01:00
313d80345f fix title in search result page 2015-01-06 21:04:18 +01:00
a48a0be187 create recompose method + test (skipped), fix tests for dateParse 2015-01-06 20:34:27 +01:00
5289ad9c2c Add parse date function to abstract Search 2015-01-06 15:31:00 +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
c584ea2c7c Add unaccent function
map the extension unaccent from postgresql
2015-01-04 21:40:51 +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
9bc1f404fb layout of search messages 2015-01-04 00:25:30 +01:00
5a2b8cc040 Repeat search pattern in form above page 2015-01-04 00:22:53 +01:00
a6e118f37d behaviour of /search path
add exception catching and message
create tests

refs #223 refs #377
2015-01-04 00:13:00 +01:00
eea91de0e0 Set behaviour of searchProvider as expected
refs #223 refs #377
2015-01-03 23:17:53 +01:00
94b213ccf3 Create test for search provider
refs #223 refs #377
2015-01-03 22:03:16 +01:00
383fe786c7 Implementing new research behaviour refs #377 2014-12-31 02:34:33 +01:00
3a9c1dcc07 Implementing research
with new research behaviour

refs #377 refs #223
2014-12-31 02:33:27 +01:00
c22ba2c108 Add accentued characters support 2014-12-30 23:56:57 +01:00
d4ccb73dcc fix trim in parenthesis 2014-12-30 23:32:09 +01:00
e82fa5d3e0 Create test for TDD parsing search 2014-12-30 23:31:29 +01:00
f88976916d implements parsing of search pattern
refs #223
tests must be finished
2014-12-29 00:43:33 +01:00
0157e90753 fix when search service not exists
throw an error when the search service name does not exists.
+ test
2014-12-28 23:45:42 +01:00
13f7dcb00b Implementing search language
refs #223
2014-12-27 18:59:56 +01:00
b946e2d0a3 Update test to match with new admin route & button name 2014-12-27 16:10:47 +01:00
7a7cb25d7a update Fixtures app config 2014-12-27 16:10:23 +01:00
8e254849cc Add travis label on README
[ci skip]
2014-12-27 15:57:03 +01:00
af8b3da5e2 Add Doctrine fixtures bundle 2014-12-27 15:51:44 +01:00
1997f6e5b1 fix travis error 2014-12-24 01:31:36 +01:00
08af301eee add .travis.yml file 2014-12-24 01:27:42 +01:00
af15209998 reactive travis 2014-12-24 01:22:09 +01:00