Opened 12 years ago
Closed 12 years ago
#526 closed enhancement (fixed)
Provide a list of collections for site visitors
Reported by: | thelovebug | Owned by: | Elrond |
---|---|---|---|
Priority: | minor | Milestone: | 0.3.3 |
Component: | programming | Keywords: | |
Cc: | zack@… | Parent Tickets: |
Description
Currently there is no way of knowing what collections are available for site visitors to view.
Suggestion that on the user profile there is a sample of recently updated collections, with a link to the full list of collections.
This is similar to the existing recently updated media, and a link to all media
Attachments (1)
Change History (7)
comment:1 by , 12 years ago
follow-up: 3 comment:2 by , 12 years ago
Milestone: | → 0.3.3 |
---|
_zack says, a branch fixing this, is at http://git.upsilon.cc/r/mediagoblin.git
by , 12 years ago
Attachment: | 0001-collections-add-support-to-browse-existing-collectio.patch added |
---|
comment:3 by , 12 years ago
Cc: | added |
---|
Replying to spaetz:
_zack says, a branch fixing this, is at
Yup, that's me :)
The branch location should be stable, but for the avoidance of doubts I've also attached the (git format-)patch to this bug log. Please let me know if you have comments.
comment:4 by , 12 years ago
Keywords: | needs-review added |
---|---|
Owner: | set to |
Status: | new → assigned |
Okay, going to look at this, very soon.
comment:5 by , 12 years ago
Elrond kindly reviewed my patch and provided feedback on IRC.
I've implemented the requested changes, namely:
- drop the atom feed
- drop pagination support
I've now updated my Git repo at http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=mediagoblin.git;a=shortlog;h=refs/heads/feature/browse-collections by rebasing the old change on top of master and adding 2 separate commits for the changes Elrond requested.
A valid git remote add URL should be http://git.upsilon.cc/r/mediagoblin.git , but then you should merge the branch feature/browse-collections
comment:6 by , 12 years ago
Component: | graphic design/interface → programming |
---|---|
Keywords: | needs-review removed |
Resolution: | → fixed |
Status: | assigned → closed |
Okay, great work by zack!
Merged it!
Yes, I've also noticed that the collections that a user may have are nowhere to be found but on the page of a specific file. It would be very handy to list a user's collections on the userpage or somesuch.
example.org/u/collections/acollection shows the page for the collection (and is only linked from a file's page), but example.org/u/user/collections returns 404