Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (223 - 225 of 1174)

Ticket Resolution Summary Owner Reporter
#307 FIXED Better titles in more places! Christopher Allan Webber Christopher Allan Webber
Description

Multiple places throughout the application don't have very nice or descriptive s. For example:

#308 FIXED Could thumbnails PNGs with transparency be saved as transparent PNGs? Christopher Allan Webber joar
Description

Thumbnails for some images, like http://mg.wandborg.se/u/abner/m/fdfs/ have a tendency to look ugly when transformed to JPEG, http://i.imgur.com/QM0sw.png.

One way to remedy this would to save PNG image thumbnails as PNGs.

#312 FIXED Use mongokit's "Dot Notation" Christopher Allan Webber Elrond
Description

mongokit supports accessing fields not only as doc['field'] but also as doc.field.

  • This might look more pythonic.
  • This will ease a possible transition to sqlalchemy (as this it the sqlalchemy way)
  • Docs: http://namlook.github.com/mongokit/tutorial.html#dot-notation Main questions:
  • Switch it on now or in the sql-migration branch?
  • If switching it on now, should all accesses be converted to the new syntax?
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.