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

Release 1.0.3 #55

Merged
merged 6 commits into from
Nov 19, 2015
Merged

Release 1.0.3 #55

merged 6 commits into from
Nov 19, 2015

Conversation

FinalAngel
Copy link
Member

  • Fixed an issue with links not rendering target
  • Fixed an issue with links rendering empty class attribute
  • Enhance display of image name in structure board

Example rendering:
image

@@ -287,12 +287,12 @@ class Boostrap3ImagePlugin(CMSPlugin):

def __str__(self):
txt = 'Image'
if self.title:
txt = self.title
if self.file.name:
Copy link
Contributor

Choose a reason for hiding this comment

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

https://github.com/stefanfoulis/django-filer/blob/develop/filer/models/filemodels.py#L178
you're checking file.name and then file.label. but actually label already does that.

@cyberstar
Copy link
Contributor

LGTM

FinalAngel added a commit that referenced this pull request Nov 19, 2015
@FinalAngel FinalAngel merged commit 53f5a28 into master Nov 19, 2015
@FinalAngel FinalAngel deleted the develop branch November 20, 2015 14:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants