Custom Query (1173 matches)
Results (94 - 96 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#528 | fixed | pagination fails from user page | ||
Description |
I experienced a problem, when trying to go to the second page of a user (https://example.org/u/username/). I just got a Server Error. After trying around, I could find out, that it had to do with a wrong URL in the NextPage Link. Instead of: https://example.org/u/username/gallery/?page=2 it should have been: https://example.org/u/username/?page=2 In the file: mediagoblin/templates/mediagoblin/utils/pagination.html the "base_url" is set by "request.full_path". I tried to set it instead with "request.urlgen('mediagoblin.user_pages.user_home', user= request.user.username)" and it worked. But I am not sure if this would interfere with some other parts... thanks in advance |
|||
#239 | fixed | outline the site administration manual | ||
Description |
As part of issue `#483 </issues/483>`_, we're moving documentation around between the manual (docs/ in mediagoblin repository) and the wiki. The manual will hold the site administration documentation. This bug is to outline what that entails and create bugs to write the resulting content. This should get done for 0.1.0. |
|||
#138 | wontfix | ostatus breaks permissions and vice versa | ||
Description |
In the quest for ostatus federation + privacy we will come across conflicts of interest between ease of communication and permissions. These will manifest themselves as mutually exclusive design constraints. Now that we have a first draft of the privacy design we can list these conflicts in this issue as we come across them in the wild. We could close this ticket after all ostatus protocols are evaluated thoroughly for incompatibility with privacy. In the meantime, please try to establish whether your finding is either green - no conflict, yellow - possible/unsure, or red - clear conflict. |