Custom Query (1174 matches)
Results (133 - 135 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #165 | WONTFIX | submit_success function deprecated | ||
| Description |
A navigation function in mediagoblin/submit/views.py doesn't seem to be in use any longer.
def submit_success(request):
return render_to_response(
request, 'mediagoblin/submit/success.html', {})
Let's delete it. |
|||
| #166 | FIXED | Custom grid generator | ||
| Description |
We'll need to build a custom grid generator to get some decent thumbnail grids. Here's what we have in mind now:
(As I understand it, correct me if I'm wrong.) So, basically like cwebber said:
<div class="thumb_gallery">
<div class="thumb_row">
<div class="thumb_entry">
<div class="thumb_image">
<img src="blabla" />
</div>
<div class="thumb_label">Bla bla</div>
[...]
And then for instance a thumbnail element will looks like: <div class="thumb_entry"> While a thumbnail element on the far right would have an extra class: <div class="thumb_entry thumb_last"> Probably not important, but for reference: we're using thumbnails that are 180px wide, with 10px of space in between. |
|||
| #168 | FIXED | texinfo version of the manual | ||
| Description |
The manual is in docs/. To jive with GNU project standards, we need to build a texinfo version of the docs for release tarballs (and we should do html and pdf versions, too). The thing this requires us to do is get a texinfo output thing for the docs set up and making sure the infrastructure is there to do it going forward. |
|||
