Custom Query (1173 matches)
Results (304 - 306 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1026 | fixed | Inbox links and url points to feed (outbox) addresses | ||
| Description |
Inbox links and url points to feed (outbox) addresses. Current: u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'},
u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}},
u'objectTypes': [u'activity'],
u'totalItems': 2,
u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/feed'}
Expected: u'links': {u'first': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
u'next': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
u'prev': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'},
u'self': {u'href': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}},
u'url': u'http://mediagoblin.jonash.local/api/user/kabniel/inbox'}
|
|||
| #1039 | fixed | Typo in User model | ||
| Description |
Typo in User model at https://gitorious.org/mediagoblin/mediagoblin/source/45e687fcf8873a687a890f45f85bc75fb09502c5:mediagoblin/db/models.py#L219
|
|||
| #1040 | fixed | API comment doesnt have 'published' attribute | ||
| Description |
API comment object doesnt have the |
|||
