Marc Ducobu
22818c01a3
Adding clean:bowerDir command
2014-11-17 09:34:44 +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
Marc Ducobu
bf52c347ee
removing textarea_widget (not used)
2014-11-16 23:53:49 +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
Marc Ducobu
8fa4437b1b
#304 ICPC field larger & #302 remove bullet symbol for CFChoices
2014-11-13 22:36:15 +01:00
Marc Ducobu
73eeb6cea2
Resolving indentation cf-form presentation
2014-11-13 21:08:48 +01:00
7b7cdeba21
create type select2_choice and apply select2 only on those fields
2014-11-13 16:57:13 +01:00
Marc Ducobu
3e8843dc61
Improving layout
2014-11-13 15:04:31 +01:00
Marc Ducobu
00b87f91b3
Adding select2
2014-11-12 23:55:48 +01:00
Marc Ducobu
46f14aabbb
Removing debug code
2014-11-12 15:55:03 +01:00
Marc Ducobu
1ebb4662c1
Adding locale selection
2014-11-12 15:28:43 +01:00
Marc Ducobu
52c48f5b5d
padding-top/left
2014-11-12 11:40:32 +01:00
Marc Ducobu
500b4d2202
Footer to bottom
2014-11-12 11:25:30 +01:00
Marc Ducobu
cb756a29fa
Adding homepage menu
2014-11-12 11:07:05 +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
16ead22f4d
Updating design
2014-11-11 16:56:47 +01:00
Marc Ducobu
6642edb3e9
Improving navigation
2014-11-11 16:56:20 +01:00
Marc Ducobu
5ecfd89126
Formating CF data
2014-11-11 12:45:06 +01:00
Marc Ducobu
96197207ad
Custom Field title label : cf-title
2014-11-11 12:19:22 +01:00
Marc Ducobu
ae7104dc4c
Improving Grunt for watching
2014-11-11 12:16:26 +01:00
Marc Ducobu
fdd2808701
Remove pickadate jquery ui
2014-11-11 12:03:48 +01:00
Marc Ducobu
cf83d04158
Adding pikaday
2014-11-11 11:53:59 +01:00
Marc Ducobu
f06ea9fedf
Updating Scratch : inline for label
2014-11-11 09:45:59 +01:00
Marc Ducobu
a71782f9af
Form rendering
2014-11-11 09:29:56 +01:00
Marc Ducobu
76151a6013
Adding dependencies
2014-11-11 08:54:33 +01:00
Marc Ducobu
5adc68d636
Adding help
2014-11-11 08:54:17 +01:00
Marc Ducobu
92a9cc0057
Adding _custom.scss to git
2014-11-11 08:49:56 +01:00
Marc Ducobu
8c55064704
Adding routine to copy css into web/bundles/chillmain/
2014-11-11 08:45:33 +01:00
Marc Ducobu
061e4eb118
Scratch via grunt
2014-11-10 23:57:18 +01:00
Marc Ducobu
e162264ee9
removing scratch-css subtree
2014-11-10 22:32:06 +01:00
Marc Ducobu
7d6bb99e73
Removing
2014-11-10 21:14:44 +01:00
Marc Ducobu
e4d9ff8df0
Updating scratchcss
2014-11-10 20:45:23 +01:00
Marc Ducobu
c71ba7612a
Merge commit '8830b669ff1be5692d43300b4ff17966512500ed' as 'Resources/public/scratch-css'
2014-11-10 20:42:02 +01:00
Marc Ducobu
f719f79474
Debug : closing form
2014-11-10 15:17:23 +01:00
Marc Ducobu
bcf4a57d27
Background color for div#general
2014-11-10 14:58:38 +01:00
Marc Ducobu
8794597361
Debug path to search
2014-11-10 14:58:01 +01:00
Marc Ducobu
d1159fc45c
Enabling person search
2014-11-10 14:32:26 +01:00
Marc Ducobu
539a80798e
Better title name
2014-11-10 12:37:18 +01:00
Marc Ducobu
5d536cdcd0
Updating style
2014-11-10 12:12:31 +01:00
Marc Ducobu
b0ac03acd7
Adding TranslatableStringFormType.php
2014-11-08 11:04:35 +01:00
c7a710e1d3
add username and link to logout
2014-11-07 00:09:17 +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
Marc Ducobu
842f26e2ed
layout for scratch css
2014-11-05 11:25:30 +01:00
Marc Ducobu
109e11d960
correcting css link - 2
2014-11-05 10:50:52 +01:00
Marc Ducobu
74c2e07966
correcting css link
2014-11-05 10:43:15 +01:00