julienfastre
9a7df10893
add data_class to form
2018-05-18 17:53:10 +02:00
julienfastre
6f73c9ee09
fix errors to user picker: add placeholder and allow empty
2018-05-08 22:56:03 +02:00
nobohan
e6a1dcd7a4
fix error: no need to flip choices for formatter type.
2018-04-20 14:48:34 +02:00
julienfastre
36c3e33cfa
add DateIntervalType
2018-04-17 11:32:39 +02:00
julienfastre
96cd18563b
include current role in ScopePickerType and UserPickerType
...
Previously, only the "parent" roles were takent into account in those two
types. This commit fixe the bug by adding the current role to the query.
2018-04-16 17:18:59 +02:00
julienfastre
53901e4681
add ScopePickerType, which allow to pick scope depending or ACL
2018-04-16 12:37:57 +02:00
julienfastre
5fb93b4250
Merge remote-tracking branch 'origin/upgrade-sf3' into upgrade-sf3
2018-04-16 12:04:06 +02:00
julienfastre
f5039cc36f
add UserPickerType
2018-04-16 12:03:47 +02:00
nobohan
da9aecefa7
fix deprecations: replace last fqcn in add methods for forms
2018-04-13 15:20:04 +02:00
nobohan
0287da70d7
fix deprecations: use fqcn and pass arguments of class as options
2018-04-10 12:20:30 +02:00
nobohan
7119de8223
fix deprecations: use fqcn for formtype
2018-04-09 12:15:34 +02:00
nobohan
7e36eee27a
fix deprecations: systematic use of fqcn in getParent functions
2018-04-06 08:10:44 +02:00
nobohan
2474bb3e5a
fix deprecations: flip contents of array
2018-04-05 11:47:12 +02:00
nobohan
5afaff841c
fix deprecations: remove array in setAllowedTypes
2018-04-05 10:32:33 +02:00
nobohan
3ea3beb1d5
fix deprecations: set 'choices_as_values=true' as a default option of Select2ChoiceType class
2018-04-05 07:32:53 +02:00
nobohan
38bb5da406
Merge branch 'upgrade-sf3' of framagit.org:Chill-project/Chill-Main into upgrade-sf3
...
merge...
2018-04-04 22:00:48 +02:00
nobohan
9cd32cb59c
fix deprecations: add choices_as_values=true + flip contents of choice in ChoiceType
2018-04-04 22:00:37 +02:00
julienfastre
bce6916837
use fqdn in CenterType
2018-04-04 21:43:51 +02:00
nobohan
c9ce6055b2
fix deprecations: use fqcn for 'choice'
2018-04-04 16:19:26 +02:00
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
nobohan
24357ce3d6
fix deprecations: use fqcn
2018-04-03 12:25:18 +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
julienfastre
ffd2ee6f69
add advanced search
2017-08-22 22:32:58 +02:00
julienfastre
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
julienfastre
0e5ab47474
Make a hierarchy in roles
...
This is more understandable for users.
2017-04-19 21:24:35 +02:00
julienfastre
7b8d22a486
remove dump statement
2017-04-18 22:18:19 +02:00
julienfastre
edc4889461
move service form.type definition to new file + introduce date type
2017-04-07 23:07:49 +02:00
julienfastre
5c0ca70ebf
add api to add a validation on export elements
...
Exports elements should implements "ExportElementValidatedInterface"
2017-02-02 22:45:10 +01:00
julienfastre
9d1e414e79
set 'enabled' key to a constant
...
As this key is reused in other bundle, it is safer to hold the key in a constant
2017-01-16 13:14:10 +01:00
julienfastre
9d18581db1
add an interface for export which are lists
...
Lists does not supports aggregators.
The export manager will filter the aggregators applying on the export
depending on the interface implemented by the export: if the export implements
`Export\ListInterface`, no aggregators will be returned for this export.
2016-12-09 19:52:54 +01:00
julienfastre
d33500f764
improve layout and messages for export
2016-11-24 22:48:11 +01:00
julienfastre
5b879ae13c
by default, aggregators and filters are disabled
2016-04-21 23:10:20 +02:00
julienfastre
e57b421aec
handling form for exportInterface
2016-04-19 12:38:48 +02:00
julienfastre
f888b39cdb
improve test, modify exportInterface, use constants for ExportType keys
...
- add a test for 'generate' ;
- the ExportType declare keys, and those keys are used in ExportManager;
- the export interface does not require the "has form" function, and
export form is taken into account
2016-04-15 23:13:41 +02:00
julienfastre
fed93f47a1
remove dead code + some comment
2016-04-15 23:13:41 +02:00
julienfastre
70806408fd
rewrite interface and create first tests
2016-04-15 23:13:41 +02:00
julienfastre
df69448324
add acl for exports
2016-04-15 23:13:41 +02:00
julienfastre
8726f6faee
make aggregators take role into accoutn
2016-04-15 23:13:41 +02:00
julienfastre
b7f92a71cf
remove unused param in aggregators type + fix bug with labels
2016-04-15 23:13:41 +02:00
julienfastre
de27c50a5a
begin to take ACL into account [WIP] [ci skip]
2016-04-15 23:13:41 +02:00
julienfastre
8eba8dca24
add a step to pick center before export
2016-04-15 23:13:41 +02:00