]> git.wh0rd.org - tt-rss.git/history - xml-rpc.php
code cleanup, test for db_escape() crazyness in DB sanity check
[tt-rss.git] / xml-rpc.php
2008-11-10  Andrew Dolgovcode cleanup, test for db_escape() crazyness in DB...
2008-04-21  Andrew Dolgovadd workaround for psql 8.3 stricter typechecking on...
2007-08-25  Andrew Dolgovremove mysql SET CHARACTER SET call
2007-08-21  Andrew Dolgovnew config option: MYSQL_CHARSET
2007-08-21  Andrew Dolgovmysql: disable utf8
2007-08-17  Andrew Dolgovmysql: set connection charset to utf-8
2007-02-20  Andrew Dolgovfix charset-related bug, release 1.2.8-p1
2006-08-19  Andrew Dolgovchange short php tags to long ones
2006-06-19  Andrew Dolgovreturn if article is updated in rss.getFeedHeadlines
2006-06-19  Andrew Dolgovchange category_id to cat_id (rss.getSubscribedFeeds)
2006-06-19  Andrew Dolgovxml-rpc: unify rss.getVirtualFeeds format with other...
2006-06-19  Andrew Dolgovsplit headline select logic to functions.php; xml-rpc...
2006-06-19  Andrew Dolgovadd xml-rpc method rss.getCategories
2006-06-14  Andrew Dolgovnew xml-rpc function: rss.getTotalUnread
2006-05-22  Andrew Dolgovadd getVersion() xml-rpc method
2006-05-21  Andrew Dolgovreport unread information in rss.getSubscribedFeeds...
2006-05-16  Andrew Dolgovadd several xml-rpc methods
2006-05-16  Andrew Dolgovadd rss.getSubscribedFeeds method
2006-05-16  Andrew Dolgovadd xmlrpc library & server