2f1386c230
set activity show inside chillpersonbundle layout
2015-07-03 22:36:14 +02:00
402ce86330
improve activity controller & rendering
2015-07-03 22:33:29 +02:00
9ca47ada83
add fixtures to gitignore
2015-07-03 21:36:05 +02:00
eb11570541
add acl to activity + bootstrap php
2015-07-03 21:36:05 +02:00
508bf02dba
move fixture to test directory
...
refs #561
2015-07-03 21:36:05 +02:00
Marc Ducobu
fba95263eb
Adding better fixtures activity reason & activity reason category
2015-07-03 19:03:03 +02:00
Marc Ducobu
f1ff5e3c38
Adding data fixtures
2015-07-03 12:11:27 +02:00
Marc Ducobu
9c565063af
Displaying ActivtyReason & ActivityType into activity creation form
2015-07-03 10:15:50 +02:00
Marc Ducobu
a0798c014e
mergin conflict
2015-07-03 09:48:39 +02:00
Marc Ducobu
faffdee1ab
Integration code generated
2015-07-03 09:40:30 +02:00
be78c25091
improve activity form
...
- create as a service with required depedencies (required for scope)
- add scope
- fix date show
- adapt controller accordingly
2015-07-02 23:36:43 +02:00
Marc Ducobu
86b24f58ac
First step of integration code generated
2015-07-02 15:41:11 +02:00
Marc Ducobu
24bd8c9a1d
Removing DefaultController
2015-07-02 14:38:48 +02:00
Marc Ducobu
77b59958ec
Adding license
2015-07-02 11:33:35 +02:00
Marc Ducobu
5bd8b22569
Activity Reasons, Activity Reasons Category, Activity Types in Translatable strings
2015-07-02 11:33:16 +02:00
Marc Ducobu
e9fdfb341d
Adding composer.lock in .gitignore
2015-07-02 10:55:08 +02:00
Marc Ducobu
f4fb039289
Adding route into the admin menu
2015-07-01 18:26:38 +02:00
Marc Ducobu
b430ac30b0
Adding admin template
2015-07-01 18:22:06 +02:00
Marc Ducobu
b07c6ee6fb
Removing default view
2015-07-01 18:21:31 +02:00
Marc Ducobu
c2a36ef928
Renaming route + in admin
2015-07-01 18:12:25 +02:00
Marc Ducobu
6d53ab6cb7
loading activity routes automaticaly
2015-07-01 16:34:03 +02:00
Marc Ducobu
5738de5033
Adding generated files
2015-07-01 13:34:14 +02:00
Marc Ducobu
cfc7b725d8
Enabling console
2015-07-01 11:14:41 +02:00
Marc Ducobu
5bc7bdab2d
Initialisation of the bundle
2015-07-01 09:53:36 +02:00
Marc Ducobu
5c4cfc45e6
Improving composer.json
2015-06-30 22:48:16 +02:00
Marc Ducobu
4dd1efa57f
Generation of composer.json
2015-06-30 22:16:43 +02:00
Marc Ducobu
452f3fba86
skeleton of the bundle
2015-06-30 22:07:55 +02:00
Ducobu Marc
221698d102
Initial commit
2015-06-30 22:01:35 +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
Marc Ducobu
b1ad090e8c
Adding doc to Service/CustomFieldsHelper.php
2015-03-18 14:19:59 +01:00
Marc Ducobu
3534e64d28
Adding doc to Service/CustomFieldProvider.php
2015-03-18 13:52:10 +01:00
Marc Ducobu
52aa147ed7
Code presentation refactoring + adding doc
2015-03-18 12:33:35 +01:00
Marc Ducobu
92c12963a8
Adding license
2015-03-18 12:04:47 +01:00
77bbf711a6
add info to configuration reference
2015-02-26 09:55:49 +01:00
d486676011
add 'custom_fields_group_linked_custom_fields' type
...
The type create a choice field with, as choices, the custom fields depending of a customFieldGroup.
The type can only be appended to customFieldsGroupType.
2015-02-24 22:29:20 +01:00
0cecb67645
fix form for new custom group
...
If the CustomFieldGroup->getEntity is not set, the form for creation throw an error
2015-02-24 21:54:40 +01:00
0c2b5f3fb4
Add column option, definition in config & adapt form
...
Exemple for configuration :
```
chill_custom_fields:
customizables_entities:
-
class: Chill\ReportBundle\Entity\Report
name: ReportEntity
options:
summary_fields: {key: abc, form_type: text, form_options: { required: false }}
```
2015-02-24 21:15:02 +01:00
960ba13555
remove unused form type
2015-02-24 16:58:35 +01:00
edd74b710b
fix copyright statement
2015-02-22 21:49:08 +01:00
Marc Ducobu
be759dd640
use of 'csv_cell' twig filter refs #401
2015-02-18 13:13:00 +01:00
Marc Ducobu
b40a1595c1
export raw string (no html conversion) and replace " by "" - refs #401
2015-02-18 12:41:57 +01:00
Marc Ducobu
47a9a29236
allowing csv rendering for custom fields
2015-02-17 15:01:12 +01:00
77247de990
fix method name
2015-02-05 17:52:03 +01:00
a2b3ff6d63
remove %locale% from cf choice
...
refs #332
2015-02-05 17:40:32 +01:00
9a7b2e68b9
remove sudo to faster builds in travis ci
2015-01-30 18:31:08 +01:00
6c4851134d
Add migrations to custom field travis build
...
refs #402
2015-01-30 18:29:59 +01:00
9e8374bef7
define route in chill_main configuration
...
refs #273
2015-01-22 17:19:24 +01:00
0d3f48ef32
remove reference to delete entity - clean code
...
refs #259
2015-01-22 10:26:43 +01:00