10911 Commits

Author SHA1 Message Date
Marc Ducobu
4c2a3c3624 Person attibutes name and surname become firstname and lastname 2014-11-18 16:15:47 +01:00
Marc Ducobu
d2a78ce852 all more than one CF in one line close #322 2014-11-18 14:18:13 +01:00
Marc Ducobu
9d6168ace0 all more than one CF in one line ref #322 2014-11-18 14:17:36 +01:00
Marc Ducobu
a9ee1f8344 Set the height value greater on select fields - 2 2014-11-18 14:02:57 +01:00
Marc Ducobu
c53d35d5b6 Set the height value greater on select fields close #324 2014-11-18 13:59:20 +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
024edca902 Erros text in red 2014-11-18 11:05:17 +01:00
Marc Ducobu
164904b2a7 Several icons in menu section 2014-11-18 11:04:40 +01:00
Marc Ducobu
8f97ace297 Several icons in menu section 2014-11-18 11:04:23 +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
Marc Ducobu
67a6526cee ScratchCSS update : Resolving space problem after legend 2014-11-18 10:40:08 +01:00
Marc Ducobu
8c70f7b0a7 sticky-form-buttons space for link 2014-11-18 10:39:27 +01:00
Marc Ducobu
c2b652fdf9 design edit form person close #325 #336 2014-11-18 10:30:46 +01:00
Marc Ducobu
92465dd639 Impoving form design - 2 2014-11-18 09:45:11 +01:00
Marc Ducobu
eec55b1813 Impoving form design 2014-11-18 09:42:58 +01:00
Marc Ducobu
c3fc6295cc sticky submit and reset buttons ref #336 2014-11-18 09:35:06 +01:00
Marc Ducobu
e1f78dc08d sticky submit and reset buttons ref #336 2014-11-18 09:34:07 +01:00
Marc Ducobu
7d9b3e714f Tabs design : hover color text still in black 2014-11-17 22:39:02 +01:00
Marc Ducobu
11e687a3ce add custom fields on persons close # 307 2014-11-17 22:28:16 +01:00
Marc Ducobu
f702d76e68 Adding CustomFieldsDefaultGroup Entity for specifying that a group is a default group ref #307 2014-11-17 17:59:06 +01:00
Marc Ducobu
ce0db40129 Adding AGPL license 2014-11-17 17:22:48 +01:00
Marc Ducobu
bd77964c07 Refactoring Controller/CustomFieldGroupController.php : removing useless 'use Chill\CustomFieldsBundle\Form\CustomFieldGroupType' 2014-11-17 17:21:56 +01:00
Marc Ducobu
1f7f5cf575 Refactoring Controller/CustomFieldController.php : removing useless 'use Chill\CustomFieldsBundle\Form\CustomFieldType' 2014-11-17 17:20:39 +01:00
Marc Ducobu
cc549d6765 Rm italic for navigation search 2014-11-17 15:12:06 +01:00
Marc Ducobu
7510e6550f updating scratch.css close#327 close#328 2014-11-17 15:05:01 +01:00
Marc Ducobu
780002bed5 Using TranslatableStringHelperTwig for displaying CustomFieldTitle 2014-11-17 12:19:32 +01:00
Marc Ducobu
43d863ef88 Using TranslatableStringHelper inside CustomFieldChoice, CustomFieldText & CustomFieldTitle 2014-11-17 12:10:14 +01:00
Marc Ducobu
088d2851d5 Translation error : courrer -> courrier 2014-11-17 11:37:32 +01:00
Marc Ducobu
3abfd1cf63 Refactoring Resources/config/services.yml - removing useless line return 2014-11-17 11:32:10 +01:00
Marc Ducobu
71e96426be Merge branch 'master' of git://github.com/Chill-project/Main 2014-11-17 09:37:08 +01:00
Marc Ducobu
8030c51897 close#314 - checkbox label is inline 2014-11-17 09:36:56 +01:00
Marc Ducobu
22818c01a3 Adding clean:bowerDir command 2014-11-17 09:34:44 +01:00
2aa21b7652 localize countries names according to IssueId #299 and IssueId #317
[ci skip]
2014-11-17 01:10:52 +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
Marc Ducobu
d86b5d1921 Do not display (temporary) scope in report close#300 2014-11-16 23:40:34 +01:00
Marc Ducobu
349cac4a53 Do not display (temporary) scope in report ref#300 2014-11-16 23:35:35 +01:00
Marc Ducobu
51c480ab2f Merge branch 'master' of git://github.com/Chill-project/Person 2014-11-16 23:16:31 +01:00
260fc63a64 after person creation, redirect to general form fix #337 2014-11-16 22:54:17 +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
1191cd7f90 suspend travis temporarily 2014-11-14 17:24:43 +01:00
Julien Fastré
e9da6412cc remove test file for service hooks 2014-11-14 17:08:02 +01:00
Julien Fastré
10396e49dc test service hooks 2014-11-14 17:07:18 +01:00
Julien Fastré
0d76643638 test 2014-11-14 16:59:37 +01:00
Julien Fastré
f7597d8a1d comment unwanted lines 2014-11-14 16:55:44 +01:00
Marc Ducobu
22c295b51b close#326 - When clicking on add a report, we should directly go to the report form if we have only one possible report 2014-11-14 16:49:26 +01:00
Julien Fastré
956520e822 remove hhvm 2014-11-14 16:29:08 +01:00