Opened 14 years ago
Last modified 13 years ago
#349 closed enhancement
Feed for all items — at Version 5
| Reported by: | maiki interi | Owned by: | Christopher Allan Webber |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.3.3 |
| Component: | other | Keywords: | review |
| Cc: | Parent Tickets: |
Description (last modified by )
Unless I am mistaken, there isn't a feed containing all the items uploaded to a site. I think that would be useful. =]
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Milestone: | → 0.2.2 |
|---|---|
| Owner: | set to |
| Status: | accepted → assigned |
basically copy the tag_atom_feed but remove the tags in views.py and add the view to /mediagoblin/routing.py
comment:3 by , 14 years ago
| Owner: | changed from to |
|---|
Got it working, test by going to .../all in lazyserver.
Code is here:
https://gitorious.org/~chemhacker/mediagoblin/chemhackers-mediagoblin/commits/349_rssfeed
comment:4 by , 14 years ago
| Owner: | changed from to |
|---|
The tag_slug is set to empty in the view although it is used to construct the Tag URI (https://en.wikipedia.org/wiki/Tag_URI) for the feed. It'd be awesome if we'd have an appropriate tag URI there instead :)
Also the feed URL is a bit misleading, /all/atom/ would be a better URL.
comment:5 by , 13 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | 0.3.0 → 0.3.1 |
| Owner: | changed from to |
I'll take a look at this today. Those changes Joar suggests should be pretty simple, I think?

The original url for this bug was http://bugs.foocorp.net/issues/701 .