Commit Graph

5663 Commits

Author SHA1 Message Date
Andrew Dolgov fa9e88c367 replace getmicrotime() wrapper with microtime(true) 2013-02-27 22:16:58 +04:00
Andrew Dolgov 3af9dbd350 cdmScrollToArticleId: use more natural scrolling 2013-02-27 18:44:45 +04:00
Andrew Dolgov cb0810962c enclosures player: hide html5 audio element 2013-02-27 18:30:33 +04:00
Andrew Dolgov 0a7b15207e remove previous counter hacks; force request counters when there's no
unread stuff left in current feed (e.g. finished reading)
2013-02-27 16:57:26 +04:00
Andrew Dolgov 77a3e1233f rpc/getAllCounters: include virtual counters when last_article_id is supplied and unchanged 2013-02-27 16:51:06 +04:00
Andrew Dolgov 5129d29d65 reduce counters request minimum interval 2013-02-27 16:47:25 +04:00
Andrew Dolgov bf40c12408 request_counters: force request 50% of the time to keep all counters updated 2013-02-27 16:11:44 +04:00
Andrew Dolgov 8fe3a493d4 db: replace QUERY_LOG with _DEBUG_QUERY_LOG 2013-02-27 15:48:33 +04:00
Andrew Dolgov 0a117b86b0 cache all db prefs on startup 2013-02-27 15:47:29 +04:00
Andrew Dolgov 88918ca637 remove server-side feedtree collapse implementation 2013-02-27 15:34:13 +04:00
Andrew Dolgov 65713fdf4c log queries is QUERY_LOG is defined 2013-02-27 15:33:54 +04:00
Andrew Dolgov 1b87341afa ccache: disable force overriding owner_uid on real feeds (why was this needed?) 2013-02-27 15:16:00 +04:00
Andrew Dolgov 45942238bf getLabelCounters: optimize SQL 2013-02-27 15:05:38 +04:00
Andrew Dolgov 1bad74ea7c change various catchup stuff to only affect unread articles 2013-02-26 22:49:46 +04:00
Andrew Dolgov be17885789 pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is allowed 2013-02-26 19:30:19 +04:00
Andrew Dolgov 70caff4811 done collecting data debug message: remove title 2013-02-26 19:26:38 +04:00
Andrew Dolgov 8dffcd0175 css: remove postDateRTL 2013-02-26 19:22:36 +04:00
Andrew Dolgov 5321e775f9 remove update on checksum change (updated status has been removed); rtl stuff (unused) 2013-02-26 19:20:58 +04:00
Andrew Dolgov 5d56d100f1 force disable simplepie unnecessarily sanitizing data 2013-02-26 18:27:40 +04:00
Andrew Dolgov 2ea09bdef6 update_daemon_common: purge inactive/not updated feeds 2013-02-26 16:16:04 +04:00
Andrew Dolgov 4deb422655 Merge pull request #40 from nhoening/master
update Flattr plugin
2013-02-26 02:49:44 -08:00
nhoening e0abb8d768 Replace SQL query which led to problems for some, refactor a bit and document what this plugin cannot do if articles are not in the Flattr cataloge. 2013-02-26 11:42:46 +01:00
Andrew Dolgov cfe6d444a9 add workaround against shutdown() being called in child task context 2013-02-25 21:59:26 +04:00
Andrew Dolgov f421fcd7e5 daemon: die if unable to create a stampfile 2013-02-25 21:39:51 +04:00
Andrew Dolgov 2cd099f0fb daemon: better shutdown/sigint reporting 2013-02-25 21:36:18 +04:00
Andrew Dolgov 724b7942ed daemon: install master shutdown handlers without a separate forking process 2013-02-25 21:32:48 +04:00
Andrew Dolgov a44bfcfd52 make_lockfile: check if file was created successfully 2013-02-25 21:28:51 +04:00
Andrew Dolgov 1a43a68cb1 daemon: enable master lockfile 2013-02-25 21:28:34 +04:00
Andrew Dolgov 7c9f819f1e tinyfeedicon: fix vertical align 2013-02-25 16:39:25 +04:00
Andrew Dolgov cd616c4c35 nsfw: make tags list configurable 2013-02-23 21:28:09 +04:00
Andrew Dolgov 81c54e3d8d only allow clearing data of active plugins 2013-02-23 21:27:50 +04:00
Andrew Dolgov 87801bd866 hide widescreen mode toggle in cdm 2013-02-23 19:37:15 +04:00
Andrew Dolgov ada103f234 simplepie init: hide errors 2013-02-23 18:47:05 +04:00
Andrew Dolgov 48b657fce1 fetch_file_contents: fix typos 2013-02-23 18:45:16 +04:00
Andrew Dolgov 5de51df7f8 rssfuncs: show fetch done debug message in appropriate place 2013-02-23 18:42:14 +04:00
Andrew Dolgov ab457a9c96 rssfuncs: load pluginhost stuff properly 2013-02-23 18:40:48 +04:00
Andrew Dolgov 017401ddce implement HOOK_FEED_FETCHED 2013-02-23 18:38:50 +04:00
Andrew Dolgov fb850eecda fix SELF_USER_AGENT defined with blank VERSION
better error reporting in fetch_file_contents()
2013-02-23 18:37:40 +04:00
Andrew Dolgov 42ecc25ba5 cdm: fix tags display 2013-02-23 16:05:48 +04:00
Andrew Dolgov 1b9f9925cf add nsfw plugin 2013-02-23 16:02:29 +04:00
Andrew Dolgov 32c399b1bf add example article hook plugin 2013-02-23 16:02:13 +04:00
Andrew Dolgov 84d952f141 implement article render hooks 2013-02-23 16:01:51 +04:00
Andrew Dolgov e02555c1b8 add af_* plugin workaround for already processed article 2013-02-23 12:07:46 +04:00
Andrew Dolgov 389859b5d4 af_unburn: set useragent 2013-02-22 09:38:00 +04:00
Andrew Dolgov 8055097ca2 af_unburn: set timeout properly (refs #540) 2013-02-21 22:27:35 +04:00
Andrew Dolgov b30abdadd2 prevent article filters from modifying article GUID; add separate plugin_data field for this 2013-02-21 22:24:06 +04:00
Andrew Dolgov 7bfb3dabdd add ttrss_user_entries.plugin_data (bump schema) 2013-02-21 22:08:38 +04:00
Andrew Dolgov 6afcbcd1a5 fix wrong DOS line-endings 2013-02-21 18:58:06 +04:00
Andrew Dolgov c396cd30be bring back SELF_USER_AGENT (refs #540) 2013-02-21 09:16:43 +04:00
Andrew Dolgov 4318a9b992 close_button: remove useless getInfo() method 2013-02-20 16:13:02 +04:00