Custom Query (1173 matches)
Results (109 - 111 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#110 | wontfix | Direct Beaker integration | ||
Description |
We should bundle Beaker directly into GNU MediaGoblin. Right now it's set up as middleware in server.ini, but this isn't ideal for the following reasons: - Beaker is in no way optional middleware. It's absolutely essential for launching the application. - Things like ./bin/gmg shell don't give you a fully functioning application because they just read mediagoblin.ini which doesn't contain information on how to set up Beaker, so it is never set up - We need to have a paste config in order to launch tests - Complicates writing scripts that interface with mediagoblin So here's a solution. - Create a ['beaker'] section in mediagoblin.ini and mediagoblin/config\_spec.ini - Add a utility to create the beaker instance based on the ['beaker'] section of the config - Use that utility in MediaGoblinApp.**init**() and push it into mg\_globals |
|||
#111 | FIXED | Resize images to fit on page | ||
Description |
We've finally agreed on a maximum width and height for images on their main page, which is max width 640, max height 640. As such, uploading code should be adjusted to add such an image when the image is larger than either of those parameters |
|||
#112 | FIXED | Previous / next navigation on media pages | ||
Description |
We'll need a navigation area on the media pages to browse a user's media. We can start simple, by adding "previous" and "next" links. I don't have any idea to do this, so here's a humble request to anyone capable. Creating two regular links to move back and forward through a user's media would be great, then I can style them. To start with, they'll look `something like this <http://schendje.fedorapeople.org/temp/Screenshot-1.png>`_. |
Note:
See TracQuery
for help on using queries.