Daniele Procida

Results 45 issues of Daniele Procida

### Summary ### ``get_item_count`` #### Expected ``cms.toolbar.toolbar.CMSToolbar`` and ``cms.toolbar.items.Menu`` inherit from ``cms.toolbar.items.ToolbarMixin``. The methods they inherit should work consistently in the subclasses. #### Actual The ``CMSToolbar.get_item_count`` method always returns 0...

kind: bug
status: accepted

Theoretically, you can create a django CMS project without having the Text plugin or an editor such as CKEditor installed. In practice though, if you get to the _Welcome to...

kind: bug
status: accepted

Say you have something like: ``` FILER_STORAGES = { 'public': { 'main': { 'ENGINE': 'filer.storage.PublicFileSystemStorage', 'OPTIONS': {}, 'UPLOAD_TO': 'filer.utils.generate_filename.by_date', 'UPLOAD_TO_PREFIX': 'yabbadabbadoo', }, 'thumbnails': { 'ENGINE': 'filer.storage.PublicFileSystemStorage', 'OPTIONS': {}, 'THUMBNAIL_OPTIONS': {...

stale

* Started a tutorial section, that builds progressively on a Sphinx project. * Reworded some of the home page.

First, thanks for this excellent plugin. Sometimes, when I reply to a message containing quoted text, the quote levels in my reply are flattened to a single uniform level -...

- added form class for FKs - some minor PEP8 fixes

This is a neat little tool. However, I've encountered an issue. The model: ``` class MyModel(models.Model): destination_content_type = models.ForeignKey(ContentType ) destination_object_id = models.PositiveIntegerField() destination_content_object = generic.GenericForeignKey( 'destination_content_type', 'destination_object_id' ) #...

I've used `{{ item|typogrify }}` without issue a billion times if not more, but today I discovered a problem that has me completely baffled. Here are two absolutely identical model...

When launching a new django CMS project, the content creation wizard **under some circumstances:** * **does not** work when invoked from the *Add the first page* link on the splash...

status: accepted