Older
-
-
-
-
-
-
r73
(Changed max_length on frequency field of Episode model to co...) committed by richardcornish
- Changed max_length on frequency field of Episode model to correct length and tried to simplify the
admin a little.
Changed max_length on frequency field of Episode model to correct length and tried to simplify the
admin a little.
-
issue 10
(Episode Model - Frequency Field max_length is set wrong) reported by gsiegman
-
-
-
-
r72
(Added auto updated date field to models, added sitemap prior...) committed by richardcornish
- Added auto updated date field to models, added sitemap priority and frequency to models, changed
admin.py accordingly, updated the video sitemap with version 1.1 and default sitemap nodes (not sure
how to tackle some of the data), and updated read me.
Added auto updated date field to models, added sitemap priority and frequency to models, changed
admin.py accordingly, updated the video sitemap with version 1.1 and default sitemap nodes (not sure
how to tackle some of the data), and updated read me.
-
r71
(Cleaned up Read Me with clearer instructions.) committed by richardcornish
- Cleaned up Read Me with clearer instructions.
Cleaned up Read Me with clearer instructions.
-
-
issue 8
(wrong enclosures in feed) changed by richardcornish
-
Status:
Fixed
Owner:
richardcornish
Status:
Fixed
Owner:
richardcornish
-
r70
(Changed warning in admin.py from first enclosure saved shows...) committed by richardcornish
- Changed warning in admin.py from first enclosure saved shows up in the feed template to last
enclosure saved. I couldn't figure out how to reverse the list and grab just the first item, so I
just figured changing the admin.py description is just as good. :D
Changed warning in admin.py from first enclosure saved shows up in the feed template to last
enclosure saved. I couldn't figure out how to reverse the list and grab just the first item, so I
just figured changing the admin.py description is just as good. :D
-
r69
(Fixed enclosure lists in Media RSS, ATOM and Sitemap templat...) committed by richardcornish
- Fixed enclosure lists in Media RSS, ATOM and Sitemap templates. Please, please let this be the end
of enclosure drama!
Fixed enclosure lists in Media RSS, ATOM and Sitemap templates. Please, please let this be the end
of enclosure drama!
-
r68
(Removed enclosure's related_name and changed show feed templ...) committed by richardcornish
- Removed enclosure's related_name and changed show feed template's enclosure object back to
enclosure_set. Apparently I don't know how the hell related_name works, and I'm OK with that.
Removed enclosure's related_name and changed show feed template's enclosure object back to
enclosure_set. Apparently I don't know how the hell related_name works, and I'm OK with that.
-
r67
(Added back a (better) related_name to the episode of the enc...) committed by richardcornish
- Added back a (better) related_name to the episode of the enclosure model, and reflected that in the
template. And removed a typo in the show feed template that was wrecking the template and driving me
up the walls.
Added back a (better) related_name to the episode of the enclosure model, and reflected that in the
template. And removed a typo in the show feed template that was wrecking the template and driving me
up the walls.
-
r66
(Removed poorly named related_name on episode foreign key in ...) committed by richardcornish
- Removed poorly named related_name on episode foreign key in enclosure model, removed incorrect
enclosure_list extra_context query in the show_feed view, and applied the wonderful patch from Mike
(I hope). Thanks, Mike!
Removed poorly named related_name on episode foreign key in enclosure model, removed incorrect
enclosure_list extra_context query in the show_feed view, and applied the wonderful patch from Mike
(I hope). Thanks, Mike!
-
r65
(Added working {% if %} for category in episode list template...) committed by richardcornish
- Added working {% if %} for category in episode list template.
Added working {% if %} for category in episode list template.
-
r64
(Added {% if %} for category in episode list template.) committed by richardcornish
- Added {% if %} for category in episode list template.
Added {% if %} for category in episode list template.
-
-
-
r63
(Updated "phobos" to "itunes" in the iTunes Store URLs in the...) committed by richardcornish
- Updated "phobos" to "itunes" in the iTunes Store URLs in the Read Me. Goodbye, God of the
Underworld!
Updated "phobos" to "itunes" in the iTunes Store URLs in the Read Me. Goodbye, God of the
Underworld!
-
r62
(Cleaned up some of the documentation, added some relevant li...) committed by richardcornish
- Cleaned up some of the documentation, added some relevant links.
Cleaned up some of the documentation, added some relevant links.
-
r61
(Testing out a solution...I think this will fix multiple encl...) committed by richardcornish
- Testing out a solution...I think this will fix multiple enclosure for Media RSS feeds.
Testing out a solution...I think this will fix multiple enclosure for Media RSS feeds.
-
r60
(Fixed enclosure.title tags in episode detail template.) committed by richardcornish
- Fixed enclosure.title tags in episode detail template.
Fixed enclosure.title tags in episode detail template.
-
-
r59
(Fixed enclosure.player tags in Sitemap template...again.) committed by richardcornish
- Fixed enclosure.player tags in Sitemap template...again.
Fixed enclosure.player tags in Sitemap template...again.
-
r58
(Fixed enclosure.player tags in Sitemap template.) committed by richardcornish
- Fixed enclosure.player tags in Sitemap template.
Fixed enclosure.player tags in Sitemap template.
-
r57
(Added missing {% endif %} to Sitemap template.) committed by richardcornish
- Added missing {% endif %} to Sitemap template.
Added missing {% endif %} to Sitemap template.
-
r56
(Added missing {% endfor %} to ATOM template.) committed by richardcornish
- Added missing {% endfor %} to ATOM template.
Added missing {% endfor %} to ATOM template.
-
r55
(Removed first bracket from "{{%" in the ATOM template.) committed by richardcornish
- Removed first bracket from "{{%" in the ATOM template.
Removed first bracket from "{{%" in the ATOM template.
-
r54
(Removed the overkill of the patch on the Media RSS, ATOM and...) committed by richardcornish
- Removed the overkill of the patch on the Media RSS, ATOM and Sitemap views. Also added loop for
multiple enclosures and players in Sitemap template.
Removed the overkill of the patch on the Media RSS, ATOM and Sitemap views. Also added loop for
multiple enclosures and players in Sitemap template.
-
r53
(Fixed {% if %} for episodes without an image in the standard...) committed by richardcornish
- Fixed {% if %} for episodes without an image in the standard RSS template.
Fixed {% if %} for episodes without an image in the standard RSS template.
-
r52
(Added the patch from Sasha to allow the right enclosures to ...) committed by richardcornish
- Added the patch from Sasha to allow the right enclosures to filter to their respective episodes.
Thank you so much!
Added the patch from Sasha to allow the right enclosures to filter to their respective episodes.
Thank you so much!
-
r51
(Added Title to admin.py so it might actually show up in part...) committed by richardcornish
- Added Title to admin.py so it might actually show up in parts of the admin. Shocking, I know.
Added Title to admin.py so it might actually show up in parts of the admin. Shocking, I know.
-
r50
(Added max_length attribute to enclosure's title textfield. H...) committed by richardcornish
- Added max_length attribute to enclosure's title textfield. Hey, I forgot, OK?
Added max_length attribute to enclosure's title textfield. Hey, I forgot, OK?
-
r49
(Added a Title field to the enclosure model to show a unique ...) committed by richardcornish
- Added a Title field to the enclosure model to show a unique title on each enclosure in an episode
detail template.
Added a Title field to the enclosure model to show a unique title on each enclosure in an episode
detail template.
-
r48
(Added {% if show.grouper.image %} to not allow template brea...) committed by richardcornish
- Added {% if show.grouper.image %} to not allow template breakage. I guess the template breaks loudly
if you don't have an image. Oops.
Added {% if show.grouper.image %} to not allow template breakage. I guess the template breaks loudly
if you don't have an image. Oops.
-
r47
(Added "patterns" in "urlpatterns += patterns( ... )" to Read...) committed by richardcornish
- Added "patterns" in "urlpatterns += patterns( ... )" to Read Me. Wow, I guess my instructions were
wrong all this time. Sorry about that.
Added "patterns" in "urlpatterns += patterns( ... )" to Read Me. Wow, I guess my instructions were
wrong all this time. Sorry about that.
-
r46
(Fixed read me's line formatting, and changed iTunes URL to a...) committed by richardcornish
- Fixed read me's line formatting, and changed iTunes URL to a standard 9-digit zero example.
Fixed read me's line formatting, and changed iTunes URL to a standard 9-digit zero example.
-
r45
(Updated some of the documentation to reflect WebFaction's cu...) committed by richardcornish
- Updated some of the documentation to reflect WebFaction's current environment.
Updated some of the documentation to reflect WebFaction's current environment.
-
-
r44
(Removed photocast template because it's out of the scope of ...) committed by richardcornish
- Removed photocast template because it's out of the scope of the podcast app.
Removed photocast template because it's out of the scope of the podcast app.
-
r43
(Updated Read Me with current, more organized links, gave Ato...) committed by richardcornish
- Updated Read Me with current, more organized links, gave Atom URL proper view in URLs and removed
photocast from URLs, wrote Atom feed view, updated Atom template with generally correct feed but
absent are enclosures. Added decoupled permalink decorators in the models! Yay, DRY!
Updated Read Me with current, more organized links, gave Atom URL proper view in URLs and removed
photocast from URLs, wrote Atom feed view, updated Atom template with generally correct feed but
absent are enclosures. Added decoupled permalink decorators in the models! Yay, DRY!
-
r42
(Added some missing Media RSS fields to admin.py so it shows ...) committed by richardcornish
- Added some missing Media RSS fields to admin.py so it shows in the admin, Fixed the Media RSS view
to grab enclosures, changed some help text and added a Google Preview checkbox in the models,
changed the Media RSS URL to the proper view, and finally finished the Media RSS template! It's not
perfect...but I tried to strike a balance between reasonable and over-the-top overengineering.
Added some missing Media RSS fields to admin.py so it shows in the admin, Fixed the Media RSS view
to grab enclosures, changed some help text and added a Google Preview checkbox in the models,
changed the Media RSS URL to the proper view, and finally finished the Media RSS template! It's not
perfect...but I tried to strike a balance between reasonable and over-the-top overengineering.
-
-
r41
(Lots of bug fixes! Allowed HTML in all summaries in show lis...) committed by richardcornish
- Lots of bug fixes! Allowed HTML in all summaries in show list, episode list and episode detail
templates. Fixed author listings and reverse URL lookup for RSS feed on episode list and episode
detail templates. Fixed episode detail to list all possible enclosures to reflect the new models.
Fixed sitemap template to reflect the new models. Added enclosure_list queryset to the relevant
methods in the views. Properly named all URLs in url configuration. Updated default styles for a
basic list, which was added to the episode detail template. Changed license to cover *this* project
and not iUI :)
Lots of bug fixes! Allowed HTML in all summaries in show list, episode list and episode detail
templates. Fixed author listings and reverse URL lookup for RSS feed on episode list and episode
detail templates. Fixed episode detail to list all possible enclosures to reflect the new models.
Fixed sitemap template to reflect the new models. Added enclosure_list queryset to the relevant
methods in the views. Properly named all URLs in url configuration. Updated default styles for a
basic list, which was added to the episode detail template. Changed license to cover *this* project
and not iUI :)
-
r40
(Created url names, moved image markup around in show list te...) committed by richardcornish
- Created url names, moved image markup around in show list template, and removed embarrassing
defaults in atom template. I'll fix those templates soon. I promise.
Created url names, moved image markup around in show list template, and removed embarrassing
defaults in atom template. I'll fix those templates soon. I promise.
-
|