summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-28db: remove qlog stuffAndrew Dolgov
2013-02-28change ctrl-arrow bindings to always keep current article on topAndrew Dolgov
(previous behavior) replace direct active_post_id references with get/set functions
2013-02-28store active feed id in url hash and restore on reloadAndrew Dolgov
2013-02-28Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-02-28googleplus: update icon to be the same size/shape as other pluginsAndrew Dolgov
2013-02-28fix uploadicon() returning wrong content-type (closes #543)Andrew Dolgov
2013-02-28fix warning when saving plugins with 0 plugins enabled (closes #542)Andrew Dolgov
2013-02-27cdmExpandArticle: do not perform offset manipulationAndrew Dolgov
2013-02-27hotkey help: fix actions bound to multiple sequences not displayed correctlyAndrew Dolgov
2013-02-27implement classic next/prev article movement behavior, bind to ctrl-arrowsAndrew Dolgov
2013-02-27moveToPost: implement more natural next/prev moving in combined modeAndrew Dolgov
2013-02-27replace getmicrotime() wrapper with microtime(true) (2)Andrew Dolgov
2013-02-27replace getmicrotime() wrapper with microtime(true)Andrew Dolgov
2013-02-27cdmScrollToArticleId: use more natural scrollingAndrew Dolgov
2013-02-27enclosures player: hide html5 audio elementAndrew Dolgov
2013-02-27remove previous counter hacks; force request counters when there's noAndrew Dolgov
unread stuff left in current feed (e.g. finished reading)
2013-02-27rpc/getAllCounters: include virtual counters when last_article_id is ↵Andrew Dolgov
supplied and unchanged
2013-02-27reduce counters request minimum intervalAndrew Dolgov
2013-02-27request_counters: force request 50% of the time to keep all counters updatedAndrew Dolgov
2013-02-27db: replace QUERY_LOG with _DEBUG_QUERY_LOGAndrew Dolgov
2013-02-27cache all db prefs on startupAndrew Dolgov
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-02-27log queries is QUERY_LOG is definedAndrew Dolgov
2013-02-27ccache: disable force overriding owner_uid on real feeds (why was this needed?)Andrew Dolgov
2013-02-27getLabelCounters: optimize SQLAndrew Dolgov
2013-02-26change various catchup stuff to only affect unread articlesAndrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging ↵Andrew Dolgov
is allowed
2013-02-26done collecting data debug message: remove titleAndrew Dolgov
2013-02-26css: remove postDateRTLAndrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl ↵Andrew Dolgov
stuff (unused)
2013-02-26force disable simplepie unnecessarily sanitizing dataAndrew Dolgov
2013-02-26update_daemon_common: purge inactive/not updated feedsAndrew Dolgov
2013-02-26Merge pull request #40 from nhoening/masterAndrew Dolgov
update Flattr plugin
2013-02-26Replace SQL query which led to problems for some, refactor a bit and ↵nhoening
document what this plugin cannot do if articles are not in the Flattr cataloge.
2013-02-25add workaround against shutdown() being called in child task contextAndrew Dolgov
2013-02-25daemon: die if unable to create a stampfileAndrew Dolgov
2013-02-25daemon: better shutdown/sigint reportingAndrew Dolgov
2013-02-25daemon: install master shutdown handlers without a separate forking processAndrew Dolgov
2013-02-25make_lockfile: check if file was created successfullyAndrew Dolgov
2013-02-25daemon: enable master lockfileAndrew Dolgov
2013-02-25tinyfeedicon: fix vertical alignAndrew Dolgov
2013-02-23nsfw: make tags list configurableAndrew Dolgov
2013-02-23only allow clearing data of active pluginsAndrew Dolgov
2013-02-23hide widescreen mode toggle in cdmAndrew Dolgov
2013-02-23simplepie init: hide errorsAndrew Dolgov
2013-02-23fetch_file_contents: fix typosAndrew Dolgov
2013-02-23rssfuncs: show fetch done debug message in appropriate placeAndrew Dolgov
2013-02-23rssfuncs: load pluginhost stuff properlyAndrew Dolgov
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov
2013-02-23fix SELF_USER_AGENT defined with blank VERSIONAndrew Dolgov
better error reporting in fetch_file_contents()