Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ContentBundle] Add publish feature and fix some links #2531

Merged
merged 9 commits into from
Mar 3, 2015

Conversation

psyray
Copy link
Contributor

@psyray psyray commented Mar 3, 2015

Q A
Bug fix? [yes]
New feature? [yes]
BC breaks? [no]
Deprecations? [no]
Tests pass? [yes]
Fixed tickets #2194
License MIT
Doc PR

[ContentBundle] Adding the publishing feature (CMF publish workflow)

  • Ability to publish/unpublish whole content (block, static, menu)
  • Content can be published/unpublished from a start date to an end date
  • Every item can be published/unpublished (from menu nodes to slideshow
    elements)
  • Add/Replace some icons
  • Update translations

- Ability to publish/unpublish whole content (block, static, menu)
- Content can be published/unpublished from a start date to an end date
- Every item can be published/unpublished (from menu nodes to slideshow
elements)
lists, translations (content and validators) and forms
shifted form display in form view and remove unused sonata text block in
layout
@@ -33,7 +33,20 @@ public function buildForm(FormBuilderInterface $builder, array $options = array(
->add('actionName', 'text', array(
'label' => 'sylius.form.action_block.action_name',
))
;
->add('publishable', null, array(
'label' => 'sylius.form.action_block.publishable'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indent to match already used one, in all files you have changed, thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

pjedrzejewski pushed a commit that referenced this pull request Mar 3, 2015
[ContentBundle] Add publish feature and fix some links
@pjedrzejewski pjedrzejewski merged commit 893d625 into Sylius:master Mar 3, 2015
@pjedrzejewski
Copy link
Member

Nice, thank you Raynald! 👍

@psyray psyray deleted the enhance-content-bundle branch March 3, 2015 10:28
@psyray psyray restored the enhance-content-bundle branch May 25, 2016 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants