Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1174)

Ticket Resolution Summary Owner Reporter
#1065 fixed Timestamps are not UTC Jonas Haraldsson
Description

All timestamps are generated from localtime (datetime.datetime.now()) and the API displays them as UTC ("2014-12-11T13:03:59.261590+00:00") (#1023) which will be off by n hours depending on which timezone the server is in.

Probably best fixed by changing timestamp generation to use datetime.datetime.utcnow()

#1064 fixed API lacking major and minor feed Jessica Tallon
Description

Currently the API only has the /api/user/<username>/feed endpoint and not the /api/user/<username>/feed/major and /api/user/<username>/feed/minor. We should have those feeds and do the same filtering that we do on the major and minor inbox feeds.

#1060 fixed Add a stable branch Christopher Allan Webber
Description

Add a stable branch, which is basically whatever the latest release is, and update the docs to reflect that for deployment. Also make this the default docs on readthedocs.

Also, send an email to the devel list letting them know.

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