Commit graph

15 commits

Author SHA1 Message Date
JackDandy
7a29450f9a Update Tornado webserver to 4.2 (fdfaf3d). 2015-06-06 05:59:14 +01:00
JackDandy
3434c0dd66 Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt). 2015-05-18 21:58:34 +01:00
JackDandy
0bacbb3075 Update change to suppress reporting of Tornado exception error 1 to updated package (ref:hacks.txt). 2015-05-18 21:58:34 +01:00
JackDandy
5beb10b19d Update Tornado webserver to 4.2b1 (61a16c9). 2015-05-18 21:58:33 +01:00
JackDandy
4a9ee3fe62 Update fix for API response header for JSON content type and the return of JSONP data to updated package as listed in hacks.txt. 2015-04-29 01:47:27 +01:00
JackDandy
2f266a4b5f Update change to suppress reporting of Tornado exception error 1 to updated package as listed in hacks.txt. 2015-04-29 01:47:09 +01:00
JackDandy
84fb3e5df9 Update Tornado webserver to 4.2.dev1 (609dbb9).
Conflicts:
	CHANGES.md
2015-04-29 01:46:42 +01:00
JackDandy
477b0806b0 Fix API response header for JSON content type and the return of JSONP data.
The API should return application/json Content-Type for JSON data instead of application/html. Tornado expects a dict in order to JSON encode and send header "Content-Type:application/json". SR already encodes data plus it supports JSONP. So, the encoded string data is wrapped into a dict, and a test is added at Tornado def write() to unwrap and skip encoding, in order to set the correct content-header and also use JSONP.

Added file HACKS.txt to serve as a reminder for anyone updating the library.
2014-11-11 13:22:03 +00:00
JackDandy
cfd6ec4e00 Change to suppress reporting of Tornado exception error 1. 2014-11-03 23:04:36 +00:00
JackDandy
2d18f5b8ab Update Tornado webserver to 4.1dev1 from 4.0b1 and add the certifi lib dependency. 2014-10-14 05:24:01 +01:00
echel0n
0c57676aed Updated tornado source code.
Created custom class for rss feed parser.
2014-06-29 03:05:33 -07:00
echel0n
cafdc57b2c Testing fix for redirect issues and blank pages.
Fix for create pid issues.
Fix for creating index on tv provider cache tables.
2014-06-28 22:54:29 -07:00
echel0n
032ddf2425 Fixed issues with web root settings not working.
Fixed more NoneType iterable errors.
2014-06-17 23:55:45 -07:00
echel0n
327df6682e Updated tornado to latest stable code, fixes issues with auto-reload 2014-06-16 21:54:00 -07:00
echel0n
d73cc1cbbd Replaced cherrypy with tornado which helped resolve our memory leak issue. 2014-06-14 20:56:15 -07:00