Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 1173)

Ticket Resolution Summary Owner Reporter
#1026 fixed Inbox links and url points to feed (outbox) addresses Jonas Haraldsson
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 Jonas Haraldsson
Description

Typo in User model at https://gitorious.org/mediagoblin/mediagoblin/source/45e687fcf8873a687a890f45f85bc75fb09502c5:mediagoblin/db/models.py#L219

"oublished" should be "published"

#1040 fixed API comment doesnt have 'published' attribute Jonas Haraldsson
Description

API comment object doesnt have the 'published' attribute with the datetime when the comment was created

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.