Custom Query (1174 matches)
Results (133 - 135 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #38 | FIXED | Cannot specify custom monod port | ||
| Description |
I add [app:mediagoblin] ... db_port = 27017 to use a custom mongod port (it wasn't finding the running one and I don't know which is the default it tries). I get
File "/home/spaetz/src/mediagoblin/eggs/PasteDeploy-1.3.4-py2.7.egg/paste/deploy/util/fixtypeerror.py", line 57, in fix_call
val = callable(*args, **kw)
File "/home/spaetz/src/mediagoblin/mediagoblin/app.py", line 118, in paste_app_factory
app_config.get('db_host'), app_config.get('db_port'))
File "/home/spaetz/src/mediagoblin/eggs/mongokit-0.6-py2.7.egg/mongokit/connection.py", line 52, in __init__
super(Connection, self).__init__(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/pymongo/connection.py", line 242, in __init__
raise TypeError("port must be an instance of int")
TypeError: port must be an instance of int
I guess there is a missing int() wrapper somewhere. |
|||
| #42 | FIXED | Don't HTML encode the URL in the verification email | ||
| Description |
In the verification email we would output the URL using HTML encoded text, so that e.g. & -> &. We don't want that and we know the URL won't contain user contributed content, so it is safe to turn off HTML encoding here. Patch to fix this: https://gitorious.org/mediagoblin/mediagoblin/merge_requests/3 |
|||
| #56 | FIXED | User gallery page | ||
| Description |
Added to our growing list of user pages should be the user gallery, hosted at /u/{username}/gallery/ This should have a paginated list of all works done by this author. See also on pagination: http://bugs.foocorp.net/issues/329 |
|||
