3129 Commits

Author SHA1 Message Date
nobohan
be6d3493ed fix deprecations: setDefaultOptions -> configureOptions 2018-04-04 17:03:32 +02:00
9045db2fa1 Merge remote-tracking branch 'origin/upgrade-sf3' into upgrade-sf3 2018-04-04 17:02:02 +02:00
7b4c728523 fix countable in php 7.2
in PHP 7.2, count does not allow null value or not countable object. This commit
adapt the use of count to the nature of the object
2018-04-04 17:00:57 +02:00
nobohan
71a375b37d fix deprecations: use fqcn instead of 'choice' 2018-04-04 16:40:36 +02:00
nobohan
9951a5d765 fix deprecations: use fcqn instead of 'choice' 2018-04-04 16:38:30 +02:00
nobohan
fac8506893 Merge branch 'upgrade-sf3' of framagit.org:Chill-project/Chill-Main into upgrade-sf3
merge...
2018-04-04 16:36:43 +02:00
nobohan
c9ce6055b2 fix deprecations: use fqcn for 'choice' 2018-04-04 16:19:26 +02:00
nobohan
4399c96036 fix deprecations: use fqcn instead of 'choice' 2018-04-04 15:59:24 +02:00
nobohan
def1b1c01f Merge branch 'upgrade-sf3' of https://framagit.org/Chill-project/Chill-CustomFields into upgrade-sf3
merge...
2018-04-04 15:56:01 +02:00
nobohan
b84ee91652 fix deprecations: use fqcn instead of 'choices' 2018-04-04 15:55:45 +02:00
nobohan
2ac4a84114 fix deprecations: replace methods by callback in callbacks 2018-04-04 15:47:57 +02:00
c593c153a1 fix error on exports test
Since php 7.2, the count function does not accept NULL values. This led to error if
the WHERE clause of query where empty.
2018-04-04 15:47:18 +02:00
nobohan
e53b181834 fix deprecations: use fqcn 2018-04-04 15:14:41 +02:00
nobohan
678386ffd6 fix deprecations: replace many strings by fqcn 2018-04-04 15:02:16 +02:00
nobohan
2eb81ab3ec fix deprecations: getName, configureOptions, and use fqcn 2018-04-04 14:42:01 +02:00
45419a6044 remove deps to unstable phpoffice/spreadsheet 2018-04-04 13:18:23 +02:00
38f34ad48b connect branch upgrade-sf3 in this branch with branch chill/main upgrade-sf3 2018-04-04 13:07:51 +02:00
dd5416f88d Revert "set dependency to upgrade-sf3 for this branch"
This reverts commit e8b5bdf68eebbc7423daa739537e9b4fbd4d03c6.
2018-04-04 13:02:31 +02:00
e8b5bdf68e set dependency to upgrade-sf3 for this branch 2018-04-04 13:01:05 +02:00
f881b3e52a Merge remote-tracking branch 'origin/upgrade-sf3' into upgrade-sf3 2018-04-04 12:37:53 +02:00
1bb0449112 New interface for voters
The use of the old interface trigger deprecation notice, handled by Chill. This should
be safe for an upgrade towars sf 3, but still requires work inside bundles.
2018-04-04 12:36:20 +02:00
nobohan
ae9db21633 use fqcn for chill classes 2018-04-04 12:21:08 +02:00
nobohan
65e7354437 fix deprecatrions: use fqcn for chill classes 2018-04-04 12:19:46 +02:00
nobohan
ba79200e55 fix deprecations: use fqcn for chill classes 2018-04-04 12:18:06 +02:00
nobohan
ac9325a7f2 fix deprecations: use fqcn for submit and hidden types. 2018-04-04 11:54:23 +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
nobohan
5515d94aae fix deprecations: requirements: _method -> methods 2018-04-03 15:19:35 +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
nobohan
3778012565 update deprecated routing option: requirement -> methods 2018-03-28 17:40:09 +02:00
01fbf172e3 remove dump 2018-03-27 17:47:04 +02:00
d1fd359366 add a date field 2018-03-27 16:35:56 +02:00
Marc Ducobu
29c729c7d7 Maj du schéma des classes de docStoreBundle 2018-03-06 18:28:45 +01:00