Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Rename plugins, use 'articles' rather than 'entries' throughout. #128

Merged
merged 7 commits into from
Mar 21, 2015

Conversation

mkoistinen
Copy link
Contributor

This PR should fix #90, #122, #123 and #126.

All plugins and their models now use app-prefixed names, so, NewsBlogArchivePlugin rather than just ArchivePlugin. Also the the word 'article' now replaces 'entry' throughout. All plugins now use "+" for the related_name to avoid conflicts with other apps in projects. Finally, the empty form declaration has been removed.

There's a lot going on here (all related though), so please do review (and preferably test on a real project after backing up your DB!)

attn: @czpython @mikek @FinalAngel

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 2fcbf02 on mkoistinen:issue/rename_plugins_etc into * on aldryn:master*.


class Migration(SchemaMigration):

def forwards(self, orm):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I read in the south docs once, that data and schema migrations should not be done in the same file. I'm not sure why though and if it is really relevant at all.

@stefanfoulis
Copy link
Contributor

LGTM 👍

@@ -1,6 +1,6 @@
{% load i18n %}

<div class="aldryn aldryn-newsblog aldryn-newsblog-entries aldryn-newsblog-entries-featured">
<div class="aldryn aldryn-newsblog aldryn-newsblog-articles aldryn-newsblog-articles-featured">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to be careful with renaming there as these classes are already used on two sites...

@mkoistinen mkoistinen deleted the issue/rename_plugins_etc branch April 11, 2015 20:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aldryn-blog and aldryn-newsblog should be able to coexist in the same project
4 participants