index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xml-rpc.php
Age
Commit message (
Expand
)
Author
2009-01-22
move xmlrpc to lib/
Andrew Dolgov
2008-11-10
code cleanup, test for db_escape() crazyness in DB sanity check
Andrew Dolgov
2008-04-21
add workaround for psql 8.3 stricter typechecking on SUBSTRING() (refs #201)
Andrew Dolgov
2007-08-25
remove mysql SET CHARACTER SET call
Andrew Dolgov
2007-08-21
new config option: MYSQL_CHARSET
Andrew Dolgov
2007-08-21
mysql: disable utf8
Andrew Dolgov
2007-08-17
mysql: set connection charset to utf-8
Andrew Dolgov
2007-02-20
fix charset-related bug, release 1.2.8-p1
Andrew Dolgov
2006-08-19
change short php tags to long ones
Andrew Dolgov
2006-06-19
return if article is updated in rss.getFeedHeadlines
Andrew Dolgov
2006-06-19
change category_id to cat_id (rss.getSubscribedFeeds)
Andrew Dolgov
2006-06-19
xml-rpc: unify rss.getVirtualFeeds format with other methods
Andrew Dolgov
2006-06-19
split headline select logic to functions.php; xml-rpc rss.getFeedHeadlines su...
Andrew Dolgov
2006-06-19
add xml-rpc method rss.getCategories
Andrew Dolgov
2006-06-14
new xml-rpc function: rss.getTotalUnread
Andrew Dolgov
2006-05-22
add getVersion() xml-rpc method
Andrew Dolgov
2006-05-21
report unread information in rss.getSubscribedFeeds, add xmlrpc/README, set o...
Andrew Dolgov
2006-05-16
add several xml-rpc methods
Andrew Dolgov
2006-05-16
add rss.getSubscribedFeeds method
Andrew Dolgov
2006-05-16
add xmlrpc library & server
Andrew Dolgov