Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 1173)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket
#109
Description
I want to see a feature that monitors a directory for new images,
and assimilates them into MediaGoblin. I should be able to plug in
my camera, when /media/foocamera appears, goblin sees it, copies
the pictures off, and empties the camera.

I should be able to visit my GMG webpage then and see them in a
gallery.



#117
Description
It looks to me like
mediagoblin/templates/mediagoblin/media\_details.html serves no
purpose anymore.

mediagoblin/templates/mediagoblin/user\_pages/media.html does
everything that media\_details ever dreamed of doing and more.
Also, no references to media\_details.html come up with a git
grep.

Shall we delete media\_details.html?



#142
Description
Every query we use should be able to efficiently use an index, yet
at the same time, we shouldn't create superflous indexes.

Related:


-  `http://kylebanker.com/blog/2010/09/21/the-joy-of-mongodb-indexes/ <http://kylebanker.com/blog/2010/09/21/the-joy-of-mongodb-indexes/>`_
-  `http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ <http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ>`_
-  `http://www.mongodb.org/display/DOCS/Indexes <http://www.mongodb.org/display/DOCS/Indexes>`_

Especially, we should play with using explain:

`http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ#IndexingAdviceandFAQ-Use{{explain <http://www.mongodb.org/display/DOCS/Indexing+Advice+and+FAQ#IndexingAdviceandFAQ-Use%7B%7Bexplain>`_}}.

Assigning to myself, but feel free to claim this if you're excited
about investigating.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.