blog-bundle icon indicating copy to clipboard operation
blog-bundle copied to clipboard

ABANDONED - to focus our efforts, this bundle is no longer maintained

Results 14 blog-bundle issues
Sort by recently updated
recently updated
newest added

mark https://packagist.org/packages/symfony-cmf/blog-bundle as abandoned @lsmith77 please do that - as i see the packagist interface you are the only one with permissions to do that

Is there any issue that stops BlogBundle before gettin more relevant dependecies? For example BlogBundle needs `doctrine/phpcr-bundle 1.0.0` but `doctrine/phpcr-bundle 1.1.0` comes with freshly installed SymfonyCMF. There are others dependencies...

I get this error when i run 'composer.phar update' in cmf-sandbox.

We should not forget to put the blogbundle back in the suggestions of symfony-cmf/symfony-cmf when it is updated. References: https://github.com/symfony-cmf/symfony-cmf/pull/189#issuecomment-36451565

Hi, It generate a Fatal Error > PHP Fatal error: Class Symfony\Cmf\Bundle\BlogBundle\Tagging\PHPCRStringStrategy contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Cmf\ > Bundle\BlogBundle\Tagging\StrategyInterface::updateTags)...

Hello! Im using blog bundle ``` json "require": { "php": ">=5.3.3", "symfony/symfony": "2.3.*", "twig/extensions": "1.0.*", "symfony/assetic-bundle": "2.3.*", "symfony/swiftmailer-bundle": "2.3.*", "symfony/monolog-bundle": "2.3.*", "sensio/distribution-bundle": "2.3.*", "sensio/framework-extra-bundle": "2.3.*", "sensio/generator-bundle": "2.3.*", "symfony-cmf/symfony-cmf": "1.0.*", "symfony-cmf/simple-cms-bundle":...

once this bundle has stabilized, we should review the xml configuration schema

see https://github.com/symfony-cmf/BlogBundle/pull/39

- [ ] [General Bundle Standards](http://symfony.com/doc/master/cmf/contributing/bundles.html#general-bundle-standards) - [ ] > [File Naming](http://symfony.com/doc/master/cmf/contributing/bundles.html#file-naming) - [ ] > [Interface Naming](http://symfony.com/doc/master/cmf/contributing/bundles.html#interface-naming) - [ ] [Meta: README, CHANGELOG, etc](http://symfony.com/doc/master/cmf/contributing/bundles.html#meta-readme-changelog-etc) - [ ] [Persistence](http://symfony.com/doc/master/cmf/contributing/bundles.html#persistence) #29...

Howdy! Is the any way to make blog bundle multi-language? Because right now the documentation is useless ;) Regards, Max