Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 1173)

Ticket Resolution Summary Owner Reporter
#76 FIXED prevent CSRF and similar things nyergler Jakob Kramer
Description
At the moment you can perform cross-site request forgeries,
cross-site scripting and similar things on MediaGoblin pages.



#77 FIXED Comments (simple) joar Christopher Allan Webber
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.


-  Just simple flat comments, no threading (yet)
-  Just comments by logged in, active users
-  pagination of comments! Sorted by comment time, obviously.
-  Don't embed the comments, make the comments link back to the
   MediaEntries via their ObjectIds

That's it :)



#78 FIXED Rich descriptions in MediaEntries joar Christopher Allan Webber
Description
Similar to
`http://bugs.foocorp.net/issues/362#note-2 <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()



Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.