nobohan
ae9db21633
use fqcn for chill classes
2018-04-04 12:21:08 +02:00
nobohan
f8a61bd178
fix deprecations: use fqcn for 'password' and 'repeated'
2018-04-04 11:35:53 +02:00
nobohan
51a1b23e0d
fix deprecations: use fqcn for entity, ComposedGroupCenterType.
2018-04-04 11:07:49 +02:00
nobohan
1b16b8e1da
fix deprecations: set choices_as_values = true + flip content of choices options
2018-04-04 10:51:35 +02:00
nobohan
56a695e66e
fix deprecations: use the fqcn for choiceType
2018-04-04 10:29:57 +02:00
nobohan
c4f7256236
fix deprecations: options array -> no array for options resolver
2018-04-04 10:16:26 +02:00
e5324c816e
Merge remote-tracking branch 'origin/upgrade-sf3' into upgrade-sf3
2018-04-04 09:48:35 +02:00
c960745763
advanced search (bis)
...
Ce commit contient des modifications qui sont peut-être dans un autre commit d'une
autre branche.
2018-04-04 09:48:16 +02:00
29e3c74bd7
advanced search (bis)
...
Ce commit contient des modifications qui sont peut-être dans un autre commit d'une
autre branche.
2018-04-04 09:46:30 +02:00
nobohan
0ed17d7b8f
Merge branch 'upgrade-sf3' of https://framagit.org/Chill-project/Chill-Main into upgrade-sf3
...
merge...
2018-04-03 17:30:58 +02:00
nobohan
5e577c3272
fix deprecations: use fqcn for form creations in controllers
2018-04-03 17:29:26 +02:00
nobohan
7922f8f181
fix deprecations: use fqcn for submit in controllers
2018-04-03 17:14:52 +02:00
08141fddee
upgrade gitlab-ci to run test only on php 7.2
2018-04-03 12:49:08 +02:00
5b4dcb9013
upgrade php-office to last stable version
2018-04-03 12:45:59 +02:00
nobohan
24357ce3d6
fix deprecations: use fqcn
2018-04-03 12:25:18 +02:00
nobohan
16b05d29e5
fix deprecation : use fqcn for submit
2018-04-03 11:32:26 +02:00
nobohan
f3567500ee
fix deprecations: setDefaultOptions() → configureOptions()
2018-03-30 16:38:27 +02:00
nobohan
5293a4651e
fix deprecations: getName : fix
2018-03-30 16:37:28 +02:00
nobohan
18e5853e4b
fix deprecations: setDefaultOptions() → configureOptions()
2018-03-30 16:09:56 +02:00
nobohan
af00cc4da6
fix deprecations: getName → getBlockPrefix or nothing
2018-03-30 14:22:40 +02:00
nobohan
85018f1927
fix deprecations: getName → getBlockPrefix
2018-03-30 14:06:54 +02:00
ffd2ee6f69
add advanced search
2017-08-22 22:32:58 +02:00
9d8c8ef5e7
simplify postal code for a better rendering
2017-08-19 21:45:36 +02:00
2d0d45e01a
improve button and add message level 'warning'
2017-08-19 21:44:51 +02:00
10b67b5a5f
improve doc
2017-08-19 20:16:18 +02:00
d7a34cf8be
improve layout of buttons, address, and record_actions
2017-08-19 20:13:35 +02:00
f5b37f7e40
add PrepareClientTrait and add test in Export
...
- the trait `PrepareClientTrait` allow to prepare an authenticated client usable in tests
- a new test is added in `AbstractExportTest`, which check that the page '/fr/exports/' is
still successfull and contains the translated title of the export
2017-07-12 12:41:19 +02:00
c0e604415a
adapt path to new architecture
2017-07-04 15:52:52 +02:00
b6486ab57b
fix path in gitlab-ci
2017-07-04 15:38:30 +02:00
6aadb7d6e3
exclude new test dir
2017-07-04 15:35:31 +02:00
717845f799
move to new architecture for test - improve autoloading
2017-07-04 15:34:28 +02:00
cf40c0dc76
add translations for pagination
2017-06-22 22:51:40 +02:00
1dc3a57b48
add a margin at the top of pagination
2017-06-22 22:50:04 +02:00
29882dd09c
add cascade persisting on permissionsGroups#roleScopes
...
This is required for a fluent fixtures creation.
2017-06-20 18:59:58 +02:00
c71058610e
add php 7.1 to tests
2017-06-20 18:14:32 +02:00
07aca6c4a3
fix gitlab-ci
...
- remove php 5.6;
- fix some namespace problem with PHPUnit in tests ;
- add phpunit to vendors
2017-06-20 18:11:23 +02:00
0e8c9bd565
add missing translation
2017-04-27 12:22:09 +02:00
95145171da
add a ScopePickerType
and a UserPickerType
...
Those type allow easily to
- pick a Scope/circle in form
- pick a user in form
2017-04-25 17:29:25 +02:00
b038cdfdf5
fix bug when the form "add role" fails
2017-04-20 16:27:33 +02:00
0e5ab47474
Make a hierarchy in roles
...
This is more understandable for users.
2017-04-19 21:24:35 +02:00
b6d1f05e00
Improve type detection
...
We use blob.type property to detect the content-type
2017-04-19 14:24:34 +02:00
bf12046afa
add specific page for download
2017-04-19 00:30:36 +02:00
8e9b94898f
fix error when filter::describeAction return an array with only one element
2017-04-19 00:29:53 +02:00
7b8d22a486
remove dump statement
2017-04-18 22:18:19 +02:00
e4b4483845
replace flashbag
2017-04-18 22:14:42 +02:00
edc4889461
move service form.type definition to new file + introduce date type
2017-04-07 23:07:49 +02:00
d5c26c6d47
[export] adding spreadsheet formatter
2017-02-19 21:40:55 +01:00
5c0ca70ebf
add api to add a validation on export elements
...
Exports elements should implements "ExportElementValidatedInterface"
2017-02-02 22:45:10 +01:00
43047c5008
add test - test that getQueryKeys returns an array
2017-01-17 12:19:03 +01:00
3671918777
adding custom dql function get_json_field_by_key and jsonaggregate
2017-01-16 20:20:43 +01:00