You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.0 KiB
81 lines
2.0 KiB
0.4.5 2019-07-14 |
|
- Removed whitespace from section break plugin. |
|
|
|
0.4.4 2019-06-18 |
|
- Optimized code for handling of optional translated fields. |
|
- HTML: Style class for richtext plugin. |
|
|
|
0.4.3 2019-05-20 |
|
- Fix: allow to run without ckeditor_uploader installed. |
|
|
|
0.4.2 2019-05-20 |
|
- Fixed media archive admin inlines. |
|
|
|
0.4.1 2019-04-30 |
|
- Default plugin templates. |
|
|
|
0.4 2019-04-29 |
|
- Slightly refactored AdminInline construction and plugin mixins. |
|
- Added django-media-archive plugins, ImageBase and DownloadBase. |
|
- Added SimpleImagePlugin and SimpleDownloadPlugin. |
|
- Renamed 'SectionBase' to 'SectionBreakBase'. |
|
|
|
0.3.19 2019-04-02 |
|
- Again better template_name handling. |
|
- Added ObjectPluginBase class. |
|
|
|
0.3.18 2019-03-21 |
|
- Fix |
|
|
|
0.3.17 2019-03-21 |
|
- Prefixed section break plugin base default template name |
|
|
|
0.3.16 2019-02-15 |
|
- Allow to import CleansedRichTextField as TranslatableCleansedRichTextField. |
|
|
|
0.3.15 2018-12-17 |
|
- Fixed "menus" feincms3 helper template tag. |
|
|
|
0.3.14 2018-12-09 |
|
- render_page_as_text ignore words > 245 characters |
|
|
|
0.3.13 2018-11-15 |
|
- Helping template tags. |
|
- Footnote text as span (inline). |
|
- Some feincms3 helper tags. |
|
|
|
0.3.12 2018-10-23 |
|
- RichTextFootnoteMixin cleans up LibreOffice footnote links |
|
|
|
0.3.11 2018-09-27 |
|
- RichTextBase has no longer StyleMixin as default. |
|
|
|
0.3.10 2018-09-24 |
|
- add render_as_html shortcut |
|
- render_as_text can take css selector (requires lxml) |
|
|
|
0.3.9 2018-09-20 |
|
- Slugify style slug in StyleMixin |
|
|
|
0.3.8 2018-09-14 |
|
- SectionBase: use downgrading slug field |
|
|
|
0.3.7 2018-09-05 |
|
- shortcuts.render_page_as_text now takes context_data |
|
|
|
0.3.5 2018-08-28 |
|
- install templates |
|
- FootnoteBase as FilesystemTemplateRendererPlugin. |
|
|
|
0.3.4 2018-08-24 |
|
- prepared_richtext, get_prepared_richtext API. |
|
|
|
0.3.3 2018-08-23 |
|
- No default template_name_prefix for FilesystemTemplateRendererPlugin |
|
- New plugin class hierarchy: |
|
BasePlugin->StringRendererPlugin, |
|
BasePlugin->TemplateRendererPlugin->FilesystemTemplateRendererPlugin |
|
- Bug fixes |
|
|
|
0.3.2 2018-08-20 |
|
- made SectionBase plugin filesystem based.
|
|
|