Re: djangocms-history And History

2017-06-30 Thread Brian Rutledge
Thanks, Angelo. Do you have any kind of roadmap or high-level goals for djangocms-history? For example: is reverting to a previously published version of a page something that you have considered, and have ideas about how it would be implemented? On Thursday, June 29, 2017 at 2:48:34 AM UTC-4,

Re: djangocms-history And History

2017-06-28 Thread Brian Rutledge
Will the README be updated to indicate that this project is no longer under development? It currently says : "django CMS History has been rewritten from the ground up. It will continue to be developed. New functionality and improvements will be introd

Re: How to enter less-common HTML entities in Text plugin?

2017-03-08 Thread Brian Rutledge
set to utf8 for a single column, which resolved this issue. It looks like fixing my entire database is more involved. On Monday, March 6, 2017 at 9:39:05 AM UTC-5, Brian Rutledge wrote: > > I don't think that's what's happening. First, I'm using the same font on > my

Using an HTML editor instead of CKEditor

2017-03-07 Thread Brian Rutledge
Any thoughts on how hard it would be to implement a Text plugin that uses Ace or CodeMirror, instead of CKEditor? I know there's djangocms-snippet , but I'd actually like to implement something that's safe to use in production (i.e., with some valida

Re: How to enter less-common HTML entities in Text plugin?

2017-03-06 Thread Brian Rutledge
ed as a questionmark. > > Am Freitag, 3. März 2017 21:13:44 UTC+1 schrieb Brian Rutledge: >> >> I'm trying to insert a "✓" (check mark >> <http://htmlarrows.com/symbols/check-mark/>) in a >> djangocms-text-ckeditor plugin. I've tried pasting i

How to enter less-common HTML entities in Text plugin?

2017-03-03 Thread Brian Rutledge
I'm trying to insert a "✓" (check mark ) in a djangocms-text-ckeditor plugin. I've tried pasting it, and entering both ✓ and ✓ in the "Source" view. No matter what method I use, CKEditor renders that character, but when I save the plugin, the character

Re: django CMS 3.4.2 released

2017-01-25 Thread Brian Rutledge
Excellent! Does "Revert To Live" require installing the djangocms-history application? On Wednesday, January 25, 2017 at 9:34:18 AM UTC-5, Daniele Procida wrote: > > Hi folks, we're very pleased to have released version 3.4.2. > > In short, it contains: > > * the return of Revert to Live functi

Menu tree vs. Path tree

2016-11-30 Thread Brian Rutledge
Given a Page tree with slugs: - section-1 - subsection-1 - page-1 - page-2 - subsection-2 - page-3 - section-2 The path for page-2 would be "/section-1/subsection-1/page-2/". However, I would rather it be "/section-1/page-2/", while maintaining th

Re: Squashing migrations?

2016-11-23 Thread Brian Rutledge
Cool. Is this something that could happen in the 3.4.x series? On Wednesday, November 23, 2016 at 12:00:39 PM UTC-5, Iacopo Spalletti wrote: > > Il 23/11/2016 14:53, Brian Rutledge ha scritto: > > Disclaimer: I know very little about this topic (but I want to learn). > > >

Squashing migrations?

2016-11-23 Thread Brian Rutledge
Disclaimer: I know very little about this topic (but I want to learn). I've successfully (so far) integrated django CMS into an existing large project. One big caveat is that the migrations take a long time, which can make testing and deployment more cumbersome. At the moment, we've got 242 mi

Re: Feature idea: Page class attribute

2016-11-18 Thread Brian Rutledge
elements. Of course, this will break of the slugs change, or if they're different in Spanish, or if a section page exists outside of the tree. But it works for now. On Friday, November 18, 2016 at 4:10:51 AM UTC-5, Daniele Procida wrote: > > On Thu, Nov 17, 2016, Brian Rutledg

Re: Help with plugin development (esp. djangocms-helper)

2016-11-17 Thread Brian Rutledge
s do plugin development? Do you have any other recommendations? Any thoughts on how should this be documented? On Thursday, November 17, 2016 at 10:39:32 AM UTC-5, Brian Rutledge wrote: > > In the process of submitting a PR for djangocms-style > <https://github.com/divio/djangoc

Feature idea: Page class attribute

2016-11-17 Thread Brian Rutledge
In our templates, I'd like to be able to identify a page as being part of a section of the site, so that we can apply section-specific CSS. My initial thought on how to do this would be to add a class to the tag, but I don't see an attribute on the Page model for this. What do y'all think of a

Help with plugin development (esp. djangocms-helper)

2016-11-17 Thread Brian Rutledge
In the process of submitting a PR for djangocms-style , I ran into some snags with getting my development environment set up. I started by following the instructions under Running Tests , b

Re: Changing plugin settings results in missing migrations

2016-11-17 Thread Brian Rutledge
Looks like the initial migration for djangocms-style does what John suggested for class_name and tag_type. I'm going to take a crack at a PR for this. That said, I looked through the migra

Changing plugin settings results in missing migrations

2016-11-16 Thread Brian Rutledge
I posted this issue to djangocms-style , but it seems to me that it affects multiple plugins, so I'm re-posting the description here. I just upgraded to 2.0.0, and discovered that setting DJANGOCMS_STYLE_CHOICES and DJANGOCMS_STYLE_TEMPLATES r

Re: Activity Reports

2016-11-14 Thread Brian Rutledge
Is there an ETA for djangocms-style 2.0? On Monday, October 24, 2016 at 11:23:12 AM UTC-4, Angelo Dini wrote: > > Activity Report 24th of October 2016 > - > > *News* > >- Maintenance versions 3.4.1 and 3.3.3 released > > > https://www.django-cms.org/en/blog/2016/10/05/maintenance-v

Re: ETA for version 3.5?

2016-11-09 Thread Brian Rutledge
And the permission enhancements > landed with 3.4.0 > > In regards to the REST API and 3.5.0, we still don't have a deadline but > the REST API is planned to be compatible with django CMS 3.4.x :) > > > > On Wednesday, November 9, 2016 at 9:09:24 AM UTC-5, Brian Rutle

ETA for version 3.5?

2016-11-09 Thread Brian Rutledge
My company is integrating django CMS into our existing Django project. It's going pretty well so far, but we are missing the undo/versioning support that was removed in 3.4, and we're looking forward to the REST API and enhancements to the permissions system. Is there any kind of estimated targ