43 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
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
a6e118f37d behaviour of /search path
add exception catching and message
create tests

refs #223 refs #377
2015-01-04 00:13:00 +01:00
Marc Ducobu
787ed4a7c2 Order languages in alphabetical order in every language 2014-11-28 14:12:35 +01:00
Marc Ducobu
070b184dbe Order countries in alphabetical order in every language - close #360 2014-11-28 13:45:38 +01:00
Marc Ducobu
79ccfb184a Form type for Languages (select2) 2014-11-26 12:58:01 +01:00
Marc Ducobu
22df3cb17d Adding languages in DB ref #356 2014-11-26 12:22:44 +01:00
51d6bed43d add search possibility throught all bundles, and remove deps between mainbundle and person bundle.
refs #223
2014-11-25 15:25:37 +01:00
Marc Ducobu
8f97ace297 Several icons in menu section 2014-11-18 11:04:23 +01:00
Marc Ducobu
3abfd1cf63 Refactoring Resources/config/services.yml - removing useless line return 2014-11-17 11:32:10 +01:00
57f2fa3178 create an helper + twig filter to show translatable string in current locale.
The twig filter is localize_translatable_string

Example : {{ person.nationality|localize_translatable_string }}

The helper may be called with $container->get('chill.main.helper.translatable_string'). The main function is ->localize(array $strings)

Example:

$container->get('chill.main.helper.translatable_string')->localize($country->getName()); #return the name in current locale

close #299
2014-11-17 01:03:07 +01:00
234a3c9a5f translation of countries in form refs #317 2014-11-17 01:03:07 +01:00
a9f4324513 Adapt countries to add country code, create command to populate or update countries and translate countries to chill_main.available languages. Fix #317 and fix #316
The LoadCountries Data fixtures are also updated. Both Command and DataFixtures/ORM/LoadCountries use the same static function.

[ci skip]
2014-11-16 22:18:12 +01:00
2485f37f93 Create a type select2_entity and select2_chill_country refs #318
select2_entity inherits from entity with a class ".select2".
select2_chill_country inherit from select2_entity

[ci skip]
2014-11-14 11:59:25 +01:00
7b7cdeba21 create type select2_choice and apply select2 only on those fields 2014-11-13 16:57:13 +01:00
Marc Ducobu
1ebb4662c1 Adding locale selection 2014-11-12 15:28:43 +01:00
Marc Ducobu
43aa7a1e8d renaming welcome->homepage route 2014-11-12 11:06:32 +01:00
Marc Ducobu
17188be855 menu person & section generated 2014-11-12 10:23:09 +01:00
Marc Ducobu
6642edb3e9 Improving navigation 2014-11-11 16:56:20 +01:00
Marc Ducobu
b0ac03acd7 Adding TranslatableStringFormType.php 2014-11-08 11:04:35 +01:00
3ab38b2602 login form 2014-11-06 16:37:30 +01:00
09bb021a3b create symfony login form using 2.6 version 2014-11-06 15:27:07 +01:00
Marc Ducobu
5c12e09267 Removing useless return line 2014-11-05 17:12:04 +01:00
7fc8b1ca1e create Access Control Model 2014-10-28 18:24:34 +01:00
ec3e08ff79 continue work - create loadfixtures 2014-10-27 09:08:23 +01:00
445daecfc0 implements user-scope-role-scope first work 2014-10-24 12:19:30 +02:00
d9aa417e3c move spacename to CLChillMain to ChillMain 2014-10-17 08:27:31 +02:00
78a522d48f add service_container to menuComposer instead of router to avoid circular references 2014-10-12 21:00:16 +02:00
68df4008a8 add chill_menu to render easily menu, refs #179 2014-10-12 20:38:26 +02:00
2e8fa3b064 move MenuComposer to Routing folder 2014-10-11 13:59:24 +02:00
d66583758a rename menu_composer service 2014-10-07 00:22:48 +02:00
96fada19ef upgrade menuComposer according to #179 - #217 2014-10-06 23:18:56 +02:00
4b689031d2 remove references to FOSUserBundle 2014-09-22 23:26:27 +02:00
eade32daf9 add user 2013-12-15 23:45:07 +01:00
6058be75d1 add base configuration for user 2013-12-15 23:33:34 +01:00
f0676b99d0 add Admin menu 2013-12-07 13:28:41 +01:00
5393473c11 Create a controller for rendering menu 2013-11-06 17:46:43 +01:00
41ffc9b353 work on style and view and layout 2013-11-05 13:25:25 +01:00
75794d9323 make tabs and submenu working 2013-10-31 17:48:57 +01:00
7d9eeaf15d adapt layout for person search + standard rendering 2013-10-31 16:13:32 +01:00
7e0139a8c0 Add Country 2013-10-26 13:19:42 +02:00
000405709c add default layout 2013-10-23 16:00:03 +02:00
c206337d2d move to correct directory 2013-10-11 12:34:54 +02:00