Iacopo Spalletti
c14afead36
Filter parent categories on apphook
2016-08-03 10:05:10 +02:00
Iacopo Spalletti
e56d5aa137
Add very stupid check to avoid circular relationships for BlogCategory
2016-08-03 09:21:54 +02:00
Iacopo Spalletti
1d3e9972c5
Merge branch 'release/0.8.x' into develop
2016-07-13 07:23:38 +02:00
Iacopo Spalletti
beb058f27e
Set the correct language during indexing
2016-07-13 01:12:25 +02:00
Iacopo Spalletti
8daa8dd5f6
Fixed compatibility error for 3.3
2016-07-12 22:11:50 +02:00
Fabian Braun
a224fcca2e
pep8 corrections
2016-07-07 14:20:40 +02:00
Fabian Braun
2fa7ebb3b1
Bugfix: Defaut values for template_folder from settings
...
Bugfix: Extend template_folder length to 200 (including update of migrations)
2016-07-07 00:01:51 +02:00
Fabian Braun
56cdd5e158
Fix: pep8 improvements
2016-07-06 16:24:26 +02:00
Fabian Braun
dad1569aea
Added: Hide admin interface if only one template is available
...
Added: Migrations
2016-07-06 15:40:45 +02:00
Fabian Braun
014b94449b
Feature-add:
...
Plugins have a field that allows to specify a (sub-)folder from which the plugin templates are loaded. Default folder is "plugins". It goes into the "djangocms_blog" template folder (or, if set, the folder named in the app hook).
This allows, e.g., different templates for showing a post list as tables, columns, or you name it.
New templates have the same names as the standard templates in the "plugins" folder ("latest_entries.html", "authors.html", "tags.html", "categories.html", "archive.html"). The folder options can be defined in a new setting called BLOG_PLUGIN_TEMPLATE_FOLDERS. It's default is "( ("plugins", _("Default template") )" to be compatible with hitherto configurations.
To add new templates write in settings.py, e.g.,
BLOG_PLUGIN_TEMPLATE_FOLDERS = (
('plugins', _('Default template') ), # reads from "templates/djangocms_blog/plugins/
('timeline', _('Vertical timeline') ), # reads from "templates/djangocms_blog/vertical/
('masonry', _('Masonry style') ), # reads from "templates/djangocms_blog/masonry/
)
2016-07-06 13:31:58 +02:00
Iacopo Spalletti
7d28e08f58
Enabled cached plugin
2016-06-28 08:58:08 +02:00
Iacopo Spalletti
096e1d48f7
More manager tests
2016-06-28 08:14:07 +02:00
Iacopo Spalletti
7cdfc0e7c7
Add docs
2016-06-28 00:34:57 +02:00
Iacopo Spalletti
c1edba9772
Add option to exclude empty categories from menu
2016-06-28 00:26:38 +02:00
Iacopo Spalletti
8b248e7b0f
More multisites tweaks
2016-06-26 18:11:37 +02:00
Iacopo Spalletti
67e3fa0128
Multisite filters
2016-06-26 17:09:01 +02:00
Iacopo Spalletti
7bd2655036
Add channels features documentation
2016-06-26 13:45:58 +02:00
Iacopo Spalletti
41834f6bf9
Better plugin templates
2016-06-26 13:32:32 +02:00
Iacopo Spalletti
abf2c1bb61
Add tests for liveblog
2016-06-26 12:30:01 +02:00
Iacopo Spalletti
52146269f6
Fix admin
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
413c9bb3aa
Fix code style
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
9bf5fa8895
Fix plugins order
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
a6feb4629d
Fix lieblog channels group
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
0f4056f678
Fix migrations
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
13a26650ad
Add flag to enable liveblog
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
eab9083d90
Update code
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
3c4eebdd02
Remove jQuery dependency
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
eb5d98c9e3
Fix migrations
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
c0002ddd5f
cleanup PoC
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
a6f296226a
Add experimental liveblogging support
2016-06-26 10:33:07 +02:00
Iacopo Spalletti
f2beec480b
Merge branch 'release/0.8.x' into develop
2016-06-26 10:32:44 +02:00
Iacopo Spalletti
cff940a832
Bump version
2016-06-26 10:24:49 +02:00
Iacopo Spalletti
e9a5e8fa46
Merge pull request #283 from nephila/feature/thumbnailoption_migrations
...
Fix thumbnailoption migrations
2016-06-25 18:28:04 +02:00
Iacopo Spalletti
1f484c625d
Moar migration fixes
2016-06-25 17:12:21 +02:00
Iacopo Spalletti
c2bcb137d3
Fix code style
2016-06-23 09:29:53 +02:00
Iacopo Spalletti
1ead29a68c
Merge remote-tracking branch 'origin/release/0.8.x' into develop
2016-06-22 23:20:21 +02:00
Iacopo Spalletti
63168b8f56
Bump version
2016-06-21 23:56:44 +02:00
Iacopo Spalletti
ce1b7b58a0
Fix migration dependencies issues
2016-06-21 23:55:28 +02:00
Iacopo Spalletti
40302ab680
Merge branch 'release/0.8.x' into develop
2016-06-21 16:50:30 +02:00
Iacopo Spalletti
11394beeec
Bump version
2016-06-21 16:47:49 +02:00
Iacopo Spalletti
f6cfacb50d
Merge branch 'release/0.8.x' into develop
2016-06-12 10:00:43 +02:00
Iacopo Spalletti
3b28e7d6bf
Bump for aldryn-only release, no code change
2016-06-12 09:48:30 +02:00
Iacopo Spalletti
413bb90cde
Bump for aldryn-only release, no code change
2016-06-12 09:31:50 +02:00
Iacopo Spalletti
5c30b25d9e
Bump develop version
2016-06-11 13:45:34 +02:00
Iacopo Spalletti
d6de55bb9e
Bump for aldryn-only release, no code change
2016-06-11 13:45:14 +02:00
Iacopo Spalletti
1f2b42fdb7
Remove legacy code
2016-06-06 07:07:19 +02:00
Iacopo Spalletti
cd7fa6d96a
Drop support for old django / django CMS
2016-06-05 18:24:06 +02:00
Iacopo Spalletti
d19b469410
Bump development version
2016-06-05 18:09:08 +02:00
Iacopo Spalletti
d68e69805c
Bump version
2016-06-05 18:07:27 +02:00
Iacopo Spalletti
7c6abbfd34
Basic aldryn setup
2016-06-03 09:28:36 +02:00