af3bc324c2
Merge branch 'add_number_field' into 'master'
...
add a number field
The field has three option :
- lesser or equal than. If null, this option is ignored ;
- greather or equal than. If null, this options is ignored ;
- precision : the number of decimal after the number ;
- text after the field : a text to show after the field.
The field is rendered as an HTML integer input if precision = 0, or a
symfony number field if precision > 0.
ref chill-project/Chill-CustomFields#11
See merge request !6
2015-12-10 15:15:17 +01:00
4f2b605efc
add a number field
...
The field has three option :
- lesser or equal than. If null, this option is ignored ;
- greather or equal than. If null, this options is ignored ;
- precision : the number of decimal after the number ;
- text after the field : a text to show after the field.
The field is rendered as an HTML integer input if precision = 0, or a
symfony number field if precision > 0.
ref chill-project/Chill-CustomFields#11
2015-12-08 19:45:04 +01:00
c4d2c5e691
fix composer.json
2015-11-30 22:39:30 +01:00
9b5544beaf
create test for custom fields group complete scenario
...
a deps is added on the bundle "person" in order to make test working.
2015-11-30 22:10:04 +01:00
Marc Ducobu
11c27edd2b
Solving travis-ci problem
2015-09-28 15:56:56 +02:00
add762e9f5
set chill deps to master branch
2015-06-30 14:46:01 +02:00
408c774e53
move to symfony 2.7 + implements acl
...
merge of branch add_acl
Squashed commit of the following:
commit b112df16e568ad4a305e290b4cca9eb696bcf5d7
Merge: f8c44ca 11324cb
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Tue Jun 30 09:59:03 2015 +0200
Merge remote-tracking branch 'origin/master' into add_acl
commit f8c44ca20b5a53fb18da00ab265d626dd8c770b2
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Fri Jun 5 22:47:50 2015 +0200
fix Form signature to match abstractForm
OptionsResolverInterface => OptionsResolver
commit 586155ecfa85240d683aa8bd37493e948f89cd67
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Fri Jun 5 22:47:25 2015 +0200
remove deprecation warnings from phpunit
commit 6ada3ddef336b958a886215fcdb040a29f5a411f
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Fri Jun 5 22:30:30 2015 +0200
replace deprecated setDefaultOptions
setdefaultsOptions => configureOptions
commit 28b0e258d52b08ecd3799e19b15bd4b1f1e58f83
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Fri Jun 5 11:20:30 2015 +0200
fix twig.form.resources deprecations
commit cb09035c8f0eb74192f7e3e68c93c6378f158f2f
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date: Fri Jun 5 10:58:19 2015 +0200
switch to symfony 2.7 [ci skip]
2015-06-30 14:43:27 +02:00
Julien Fastré
11324cb834
update homepage link in composer.json
...
fix #1
2015-06-09 11:34:23 +02:00
6c4851134d
Add migrations to custom field travis build
...
refs #402
2015-01-30 18:29:59 +01:00
4d4a3116a0
switch back to doctrine/orm 2.4
2015-01-21 22:26:09 +01:00
a9630e7013
move doctrine/orm and doctrine/doctrine-bundle to stable version
2015-01-08 21:35:09 +01:00
7a7cb25d7a
update Fixtures app config
2014-12-27 16:10:23 +01:00
568bf4f3c2
add doctrine fixtures bundle
2014-11-10 11:25:53 +01:00
7daa1a240e
add testing for customfield, correcting request injection
2014-11-08 15:07:15 +01:00
11a71d99ec
allow server:run with built-in server and create route loader
2014-11-04 22:34:05 +01:00
8011746b26
move bundle to root dir for inclusion in packagist refs #259
2014-11-04 17:10:59 +01:00
Marc Ducobu
9f3d89380d
First commit
2014-09-09 10:46:05 +02:00