Custom Query (1173 matches)
Results (61 - 63 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#89 | fixed | Ability to restrict diskspace per user | ||
Description |
for example restrict disk space to 500Mb per user add user.used\_space = check prior to upload if space is exceeded on successful upload add image size to used\_space( check size after possible resize/conversion ) Do we use the same restriction for every user, or should it be possible to set a limit for every account ? possible delete option ? ( what happens to comments ) |
|||
#614 | fixed | Ability to swap app configuration for different unit tests | ||
Description |
We need the ability to load different app configurations for different types of tests.
This sounds easier than it is; technically we should be able to just have the function in mediagoblin.tests.tools that loads the mediagoblin app ( There's one of two solutions to this:
I'd like this fixed soon so we can start writing proper tests for plugins. |
|||
#88 | FIXED | Ability to turn off registration | ||
Description |
This is something easy, and probably something many people want. Related: `http://bugs.foocorp.net/issues/373 <http://bugs.foocorp.net/issues/373>`_ |