Custom Query (1174 matches)
Results (139 - 141 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #67 | FIXED | global config doesn't get copied into setup_celery_from_config from paste factory | ||
| Description |
Even if you add values to the [celery] section in your mediagoblin.ini they don't get passed in to the celery config system because that section of the config file isn't passed into the paste factory, and thus isn't passed along correctly either.
def setup_celery_from_config(app_config, global_config,
settings_module=DEFAULT_SETTINGS_MODULE,
set_environ=True):
We'll have to probably use the generic config parser from http://bugs.foocorp.net/issues/297 and pass it into this function. This matters in case users have any sort of custom parameters they want to pass into mediagoblin.ini (such as CELERY_ALWAYS_EAGER = True) |
|||
| #68 | FIXED | Server config file | ||
| Description |
add a config file mediagoblin.globals to handle variables like PAGINATION_DEFAULT_PER_PAGE and ATOM_DEFAULT_NR_OF_UPDATED_ITEMS keeps mediagoblin.ini cleaner and allows for server independent settings later users would be able to customise some of the parameters values that differ from the default config, would be stored as user dependent values in the database |
|||
| #80 | FIXED | Test submission views | ||
| Description |
Submission views, also untested, time to test them! |
|||
