Iacopo Spalletti
36af7833af
Bump development version
2016-03-19 14:15:13 +01:00
Iacopo Spalletti
0694bb8c75
Bump version
2016-03-19 14:14:33 +01:00
Iacopo Spalletti
699035b311
Check migration module for cmsplugin_filer_image
2016-03-19 14:14:33 +01:00
Iacopo Spalletti
8319971643
Bump develop version
2016-03-10 12:31:04 +01:00
Iacopo Spalletti
37e6c96d5e
Merge pull request #220 from nephila/feature/catch_wizard_registration_errors
...
Catch wizard registration errors
2016-03-10 12:28:55 +01:00
Iacopo Spalletti
30d87f0143
Exclude untestable code
2016-03-10 08:56:02 +01:00
Iacopo Spalletti
502a8b9c97
Merge pull request #219 from nephila/feature/home_page_setup
...
Add information on Attaching blog to the home page
2016-03-10 07:09:40 +01:00
Iacopo Spalletti
adbbf855d3
Merge pull request #218 from nephila/feature/more_robust_views
...
Views do not crash if the config is not loadable
2016-03-10 06:59:44 +01:00
Iacopo Spalletti
f7802308a2
Add documentation
2016-03-10 00:24:10 +01:00
Iacopo Spalletti
344064dd7c
When debug is off, swallow AlreadyRegisteredException
2016-03-10 00:21:41 +01:00
Iacopo Spalletti
17cb8fdf72
Add information on Attaching blog to the home page
2016-03-10 00:11:30 +01:00
Iacopo Spalletti
85484e91a3
Views do not crash if the config is not loadable
2016-03-09 23:47:09 +01:00
Iacopo Spalletti
877f8c5f2f
Link to djangopackages for known blogs
2016-03-04 08:26:20 +01:00
Iacopo Spalletti
d4f8e3ab49
Move from make_full_url to build_absolute_uri
2016-03-03 20:13:06 +01:00
Iacopo Spalletti
228f69ef25
Merge pull request #215 from datafyit/develop
...
Minor fixes in README
2016-03-01 17:39:38 +01:00
Zan Anderle
cb8380ab03
Minor text fixes in README.rst
2016-03-01 09:48:06 +01:00
Zan Anderle
30d8bc491f
Add datafy.it blog as an example
2016-03-01 09:44:50 +01:00
Zan Anderle
2fbb07dc52
Merge remote-tracking branch 'upstream/develop' into develop
...
* upstream/develop: (69 commits)
Bump development version
Add travis cache
Test travis cache
Update history
Fixing #209
Test copy relations
fix error in wizard tests
Fix test
Add Django 1.9 to travis
Django 1.9 compatible admin
Add support for moved ThumbnailOption
Update changelog
use post.get_title() to get fallback title from meta
don't repeat blog title in search index twice
remove defunct test
fix Post.get_keywords to handle empty keywords, cleanup search_indexes
Fix test
Fix string formatting
Fix selecting current menu item according to menu layout
Update history
...
Conflicts:
djangocms_blog/locale/sl/LC_MESSAGES/django.mo
djangocms_blog/locale/sl/LC_MESSAGES/django.po
2016-03-01 09:31:48 +01:00
Iacopo Spalletti
79c78a09ac
Bump development version
2016-02-27 10:20:23 +01:00
Iacopo Spalletti
b980587b84
Merge pull request #213 from nephila/feature/travis_cache
...
Add travis cache
2016-02-27 10:09:40 +01:00
Iacopo Spalletti
f03aa2d4a6
Add travis cache
2016-02-27 09:14:01 +01:00
Iacopo Spalletti
d2b2995bbf
Merge pull request #212 from nephila/feature/test_copy_relations
...
Fix copy relations
2016-02-27 07:18:36 +01:00
Iacopo Spalletti
7e1e981df6
Test travis cache
2016-02-27 01:05:35 +01:00
Iacopo Spalletti
fb4bca77d9
Merge pull request #211 from nephila/feature/django_19
...
Add support for Django 1.9
2016-02-27 00:34:58 +01:00
Iacopo Spalletti
b1ac45399e
Update history
2016-02-26 23:50:15 +01:00
German Ilyin
d11bb96bd4
Fixing #209
2016-02-26 23:49:52 +01:00
Iacopo Spalletti
90ed83c821
Test copy relations
2016-02-26 23:48:48 +01:00
Iacopo Spalletti
e5b3de7ef4
fix error in wizard tests
2016-02-26 23:48:37 +01:00
Iacopo Spalletti
015447ccc3
Fix test
2016-02-25 09:11:15 +01:00
Iacopo Spalletti
7122cddbb9
Add Django 1.9 to travis
2016-02-25 08:37:37 +01:00
Iacopo Spalletti
73f7c68238
Django 1.9 compatible admin
2016-02-25 08:36:37 +01:00
Iacopo Spalletti
63c3ab2780
Merge pull request #208 from nephila/feature/moved_thoption
...
Add support for moved ThumbnailOption
2016-02-25 00:42:07 +01:00
Iacopo Spalletti
ed6d2cdda9
Add support for moved ThumbnailOption
2016-02-24 23:33:42 +01:00
Iacopo Spalletti
cd4bc7aa87
Update changelog
2016-02-23 21:38:55 +01:00
Iacopo Spalletti
1941cc59e3
Merge pull request #205 from skirsdeda/fix_search_indexes
...
fix Post.get_keywords to handle empty keywords, cleanup search_indexes
2016-02-23 21:36:57 +01:00
Tadas Dailyda
d3f64ccdba
use post.get_title() to get fallback title from meta
2016-02-19 13:31:11 +02:00
Tadas Dailyda
f28a2cd6d1
don't repeat blog title in search index twice
2016-02-17 10:22:26 +02:00
Tadas Dailyda
a85cc1616f
remove defunct test
2016-02-16 20:26:32 +02:00
Tadas Dailyda
55bf32435b
fix Post.get_keywords to handle empty keywords, cleanup search_indexes
2016-02-16 20:26:32 +02:00
Iacopo Spalletti
35f2b47905
Merge branch 'develop' of github.com:nephila/djangocms-blog into develop
2016-02-16 08:01:09 +01:00
Iacopo Spalletti
8c35763150
Merge pull request #206 from nephila/feature/menu_modifier
...
Fix selecting current menu item according to menu layout
2016-02-16 07:52:21 +01:00
Iacopo Spalletti
f79b6471c4
Fix test
2016-02-15 23:16:34 +01:00
Iacopo Spalletti
e5a070bc94
Fix string formatting
2016-02-15 20:37:07 +01:00
Iacopo Spalletti
2588f6c020
Fix selecting current menu item according to menu layout
2016-02-15 20:33:17 +01:00
Iacopo Spalletti
c71fb4e534
Update history
2016-02-15 19:44:32 +01:00
Iacopo Spalletti
fd08994810
Merge pull request #203 from skirsdeda/fix202
...
Fix #202
2016-02-15 19:43:25 +01:00
Iacopo Spalletti
62e8d4429b
Merge pull request #201 from skirsdeda/filer_migration_fix
...
fix migration 0007 to use swappable dependency
2016-02-15 19:39:11 +01:00
Iacopo Spalletti
dc24c12dee
Add migrations to .checkignore
2016-02-15 19:37:57 +01:00
Tadas Dailyda
453adeb5bd
also fix migration 0001 and 0004, be aware that FILER_IMAGE_MODEL is False by default
2016-02-15 14:55:12 +02:00
Tadas Dailyda
678bd1ab9b
remove data migration from 0010, create 0014 with optional data migration (does nothing if already migrated)
2016-02-15 13:53:06 +02:00