2017 © Pedro Peláez
 

symfony-bundle comment-bundle

Integrated Comment Bundle

image

integrated/comment-bundle

Integrated Comment Bundle

  • Monday, September 4, 2017
  • by integrated
  • Repository
  • 2 Watchers
  • 1 Stars
  • 310 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

IntegratedCommentBundle

This bundle provides block management, (*1)

Requirements

  • See the require section in the composer.json

Features

  • Ability to add comments to input fields and tinyMCE editor

Documentation

Installation

This bundle can be installed following these steps:, (*2)

Install using composer

$ php composer.phar require integrated/comment-bundle:~0.6

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\CommentBundle\IntegratedCommentBundle()
        // ...
    );
}

Import the routing

# app/config/routing.yml
integrated_comment:
    resource: "@IntegratedCommentBundle/Resources/config/routing.xml"
    prefix: "/admin"

Escaping comments

Comments made with tinyMCE will be added as html comments inside the source code, like this:, (*3)

<p>text <!--integrated-comment=0a80640f3d5e380baab6d8099aad9580-->commented text<!--end-integrated-comment--> not commented text</p>

If you don't like the html comments in your source code you can filter it with twig filter "remove_comments", (*4)

{{ content.content|remove_comments }}

License

This bundle is under the MIT license. See the complete license in the bundle:, (*5)

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide., (*6)

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website., (*7)

The Versions

24/05 2017
24/05 2017

dev-INTEGRATED-1131-cant-edit-an-selected-im

dev-INTEGRATED-1131-cant-edit-an-selected-im http://www.e-active.nl

Integrated Comment Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

comment integrated

30/03 2017

dev-INTEGRATED-1025-add-behat-phpunit-and-ph

dev-INTEGRATED-1025-add-behat-phpunit-and-ph http://www.e-active.nl

Integrated Comment Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

comment integrated

08/02 2017

dev-INTEGRATED-960-finish-integratedcommentb

dev-INTEGRATED-960-finish-integratedcommentb http://www.e-active.nl

Integrated Comment Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

comment integrated