Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 1174)

Ticket Resolution Summary Owner Reporter
#354 fixed Option to stay logged in Jef van Schendel
Description

Users don't stay logged in after leaving a MediaGoblin site. There is no option to stay logged in (via cookies, or whatever the best way to do this is).

#355 fixed nose and modules with optional library deps Elrond Elrond
Description

During unit tests nose imports every *.py it finds in the tree. It does so to search for unit tests there. If the import fails, this gives an error in the final unit test results. For GMG this can fail, because some modules import optional libraries (video for example).

Currently known options:

  1. Add hard dependencies again for all optional libraries. Not nice, but would solve the problem at hand.
  2. Rewrite the affected modules to somehow gracefully handle the situation and not error. Not really nice, but acceptable.
  3. Change runtests.sh to call nose in a way, that tests are only searched in mediagoblin.tests. This seems the nicest way.
#358 fixed New feed library that uses lxml Christopher Allan Webber
Description

We're finding that our present feeds aren't extensible enough and... well, we need to extend them! Inconexo is already working on this in a branch:

[https://gitorious.org/inconexo/mediagoblin/inconexos-mediagoblin/commits/feed_library](https://gitorious.org/inconexo/mediagoblin/inconexos-mediagoblin/commits/feed_library)

I'll leave comments on that as I read through here.

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