Custom Query (1174 matches)
Results (271 - 273 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #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. |
|||
| #892 | duplicate | Data liberation | ||
| Description |
It would be really awesome if you were able to easily export all your data from Mediagoblin and have all the media you uploaded put into a tar/zip/whatever that you can download. It would also be useful if some of the user data (name, description, etc.) was exported so if someone was going to deploy their own Mediagoblin instance or move from an existing deployment they could just import the tar/zip/etc. file. |
|||
| #679 | fixed | Database "fixtures" (but not the testing kind) | ||
| Description |
(Note: this is *not* the best name, because it could be confused with unit testing fixtures... I don't know if there's a better name that does not have that overlap.) We're using a relational database, and this means there may be expectations that certain rows are installed in tables. This could be for several reasons:
As far as I can tell, installing fixtures will happen in a couple of ways:
So in theory, the above two can be handled both by (There's one more possibile tool we could add to this: a convenience method that queries for a certain row, and if it doesn't see it, creates it. That's not super necessary though.) |
|||
