Ben Glassman

Results 12 issues of Ben Glassman

A common piece of functionality for file upload would be to keep the file's original name unless there is already a file with that name, in which case add a...

Enhancement

Something rails does is notify you when you have un-executed migrations. It might be nice to catch doctrine exceptions that might be due to this (or perhaps all doctrine exceptions)...

Enhancement

All exceptions that are thrown by this library should subclass a base exception class such as PHRETS\Exceptions\RETSException OR implement a shared interface (with no methods) such as PHRETS\Exceptions\RETSExceptionInterface The reason...

2.x
in progress

Moved from https://github.com/symfony-cmf/Routing/issues/90 Currently there is support for generating URLs for cmf documents using the symfony path and url twig functions but it would be nice to have a dedicated...

There should be a built in way to embed links/urls to other routes in the CMF into the body of a PHPCR document that can be resolved to the correct...

feature

The textbox html element added by this plugin includes event handlers on mouseover/out that enable/disable dragging on the map. This is problematic because dragging my be disabled for some other...

Perhaps I am missing something but the kertz/twitteroauth library this bundle uses is still using the twitter 1.0 api calls. These stopped working as of today. The original abraham/twitteroauth library...

Right now the content listener only supports checking 1 content key in the request. The default is for it to check for the cmf main content key where the CMF...

It would be good to be able to embed a standard sonata block service that is not stored in PHPCR into a PHPCR document's content area so it is handled...