Custom Query (1174 matches)
Results (64 - 66 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #76 | FIXED | prevent CSRF and similar things | ||
| Description |
At the moment you can perform cross-site request forgeries, cross-site scripting and similar things on MediaGoblin pages. |
|||
| #77 | FIXED | Comments (simple) | ||
| Description |
Comments to MediaEntry objects should be possible I think we don't need to do complicated threading for now. Just comments which are paginated. Restricting to users registered on that site for now is good enough. We'll want more than that eventually, but for now it's okay.
That's it :) |
|||
| #78 | FIXED | Rich descriptions in MediaEntries | ||
| Description |
Similar to http://bugs.foocorp.net/issues/362#note-2 we should have descriptions be in markdown, and then we should prerender them and display that prerendered niceness. >>> entry['description'] = 'I am *soooo* hungry!' >>> entry.render_body() >>> entry['description_rendered'] u'<p>I am <em>soooo</em> hungry!</p>' >>> entry.save() |
|||
