Custom Query (1174 matches)
Results (358 - 360 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #970 | invalid | Importance of Education | ||
| Description |
Education is very important in our life. It helps us to succeed in our life. Studying at college or university is very important. Though, sometimes, students cannot cope with all assignments. Especially it concerns writing academic papers. use this resource example |
|||
| #969 | fixed | gmg user commands don't fail gracefully for non existant users | ||
| Description |
Attempt to delete a non-existent user using $ bin/gmg deleteuser idontexist
Traceback (most recent call last):
File "bin/gmg", line 9, in <module>
load_entry_point('mediagoblin==0.7.1.dev', 'console_scripts', 'gmg')()
File "/path/to/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 124, in main_cli
args.func(args)
File "/path/to/mediagoblin/mediagoblin/gmg_commands/users.py", line 132, in deleteuser
username=unicode(args.username.lower())).one()
File "build/bdist.linux-x86_64/egg/sqlalchemy/orm/query.py", line 2329, in one
sqlalchemy.orm.exc.NoResultFound: No row was found for one()
Same problem exists for other commands in users.py. |
|||
| #968 | fixed | mediagoblin.submit.task.collect_garbage is not mediagoblin.submit.task.garbage_collection | ||
| Description |
The garbage collection task has not been specified correctly.
In mediagoblin/init/celery/init.py,
The task in mediagoblin/submit/task.py is called
Run celery with |
|||
