1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Commit Graph

  • 5d3e5a1bb2 simplify feed cache age handling (reduce caching to sequential updates) Andrew Dolgov 2013-05-02 02:30:53 +04:00
  • 5de4010487 disable marking for the time being Andrew Dolgov 2013-05-02 02:21:11 +04:00
  • 5ef8409700 move the precautionary timestamp bumping Andrew Dolgov 2013-05-02 02:20:34 +04:00
  • d0e9c40a5a Revert "ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere" Andrew Dolgov 2013-05-02 02:12:07 +04:00
  • 5d0d3887af add _DISABLE_HTTP_304 Andrew Dolgov 2013-05-02 02:11:11 +04:00
  • 15c762beda updater: show owner_uid for checked feeds Andrew Dolgov 2013-05-02 02:02:49 +04:00
  • 52637d3b30 remove cache valid bailout clause Andrew Dolgov 2013-05-02 01:36:17 +04:00
  • 865a3ed6a0 change feed cache file extension Andrew Dolgov 2013-05-02 01:33:00 +04:00
  • 8a95d630a9 fix rss content:encoded not used Andrew Dolgov 2013-05-01 22:05:59 +04:00
  • b4d1690097 move common methods to feeditem_common Andrew Dolgov 2013-05-01 21:06:48 +04:00
  • f11015058d support dc:creator Andrew Dolgov 2013-05-01 21:01:30 +04:00
  • d4992d6b48 add support for dc:subject and slash:comments Andrew Dolgov 2013-05-01 20:55:08 +04:00
  • ee78f81ccd update: better tag-related debugging info Andrew Dolgov 2013-05-01 20:33:59 +04:00
  • 852d4ac890 support RDF-XML feeds Andrew Dolgov 2013-05-01 20:30:52 +04:00
  • 4c00e15b5d pass xpath object to feeditem, support media-rss objects Andrew Dolgov 2013-05-01 19:40:43 +04:00
  • fd0daa9b55 remove simplepie Andrew Dolgov 2013-05-01 19:14:48 +04:00
  • b09a4cdccc feeditem_rss: use guid element Andrew Dolgov 2013-05-01 19:12:32 +04:00
  • 3c8060aca0 fix get_links() for RSS Andrew Dolgov 2013-05-01 19:09:07 +04:00
  • b9eee80e08 parser: add get_links() Andrew Dolgov 2013-05-01 19:08:04 +04:00
  • 431e27851b actually save feed xml in the cache Andrew Dolgov 2013-05-01 18:10:27 +04:00
  • 99429e57e4 remove simplepie entity decode hacks Andrew Dolgov 2013-05-01 18:06:53 +04:00
  • b8f316dc28 change caching to save xml data, remove RDF init section Andrew Dolgov 2013-05-01 17:56:21 +04:00
  • 04d2f9c831 add basic rss support Andrew Dolgov 2013-05-01 17:38:16 +04:00
  • cd07592c29 add basic tinyparser/atom Andrew Dolgov 2013-05-01 17:04:57 +04:00
  • 7fc041c6ef Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS Andrew Dolgov 2013-05-01 15:45:03 +04:00
  • 65c8d5e76d update: set last_updated to now() when process starts Andrew Dolgov 2013-05-01 15:43:56 +04:00
  • d571740b33 ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere Andrew Dolgov 2013-05-01 15:24:30 +04:00
  • 344e145766 Merge pull request #175 from RaphaelRochet/master Andrew Dolgov 2013-05-01 04:08:01 -07:00
  • 4f8561394b French translation update - new strings Raphaël Rochet 2013-05-01 11:53:34 +02:00
  • 8fae09966a Merge pull request #174 from EyesX/master Andrew Dolgov 2013-04-30 21:56:49 -07:00
  • b999d397e1 Updated Swedish translation Mattias Tengblad 2013-05-01 04:07:16 +02:00
  • 4e8f32998a Merge pull request #172 from Menti/master Andrew Dolgov 2013-04-30 10:02:45 -07:00
  • 19d609fb45 Updated Spanish translation DavidM 2013-04-30 18:48:03 +02:00
  • 27372ddac6 fix editArticleTags() call broken on archived feed Andrew Dolgov 2013-04-30 20:07:08 +04:00
  • b18d109f22 only get USER_LANGUAGE on schema 120 and up Andrew Dolgov 2013-04-30 09:34:24 +04:00
  • d332117058 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS Andrew Dolgov 2013-04-29 23:15:34 +04:00
  • 52e7b5a096 add clear sql log button Andrew Dolgov 2013-04-29 23:12:54 +04:00
  • 69caffda76 Merge pull request #171 from HeikoAdams/master Andrew Dolgov 2013-04-29 09:46:26 -07:00
  • 97e019a8fd german translation updated Heiko Adams 2013-04-29 17:29:45 +02:00
  • 39ede9862f experimental: decode numerical utf entities on import in entry title Andrew Dolgov 2013-04-29 16:59:36 +04:00
  • 258068b379 do not calculate favicon color on manual icon replace Andrew Dolgov 2013-04-29 16:08:40 +04:00
  • e50920bbc0 rebase translations Andrew Dolgov 2013-04-29 15:58:26 +04:00
  • bd02d29e1b prefs: update some descriptions to be more consistent Andrew Dolgov 2013-04-29 15:58:15 +04:00
  • 7b149552cb remove language selector from the login form, store language in the database per-user Andrew Dolgov 2013-04-29 15:54:23 +04:00
  • e57a1507ae do not use session cookie lifetime for additional cookies Andrew Dolgov 2013-04-29 13:03:28 +04:00
  • a845a3d5e5 otp: display notice if GD is missing Andrew Dolgov 2013-04-29 09:20:30 +04:00
  • b8c9341afa Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS Andrew Dolgov 2013-04-28 18:18:30 +04:00
  • d48398e647 pluginhost: remove session cache for storage Andrew Dolgov 2013-04-28 18:17:58 +04:00
  • 712032589c Merge pull request #170 from supahgreg/hook_params_runtime_loaded Andrew Dolgov 2013-04-27 09:28:35 -07:00
  • 8ceea119a8 Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. supahgreg 2013-04-27 11:01:54 -05:00
  • abbe9c1f55 minor: remove duplicate check for params supahgreg 2013-04-27 09:45:02 -05:00
  • 5e1f7be5f1 enlarge headline excerpt length Andrew Dolgov 2013-04-27 18:01:36 +04:00
  • c470599bc0 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS Andrew Dolgov 2013-04-27 17:13:16 +04:00
  • 1ee4900a54 fix startup_gettext() trying to get configured language before session is initialized Andrew Dolgov 2013-04-27 17:12:48 +04:00
  • d38969359b Merge pull request #169 from scarabeusiv/master Andrew Dolgov 2013-04-27 06:05:58 -07:00
  • b393f73f5b Czech translation update. Tomas Chvatal 2013-04-27 12:07:01 +02:00
  • efe46a3b53 Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex Andrew Dolgov 2013-04-27 02:10:27 -07:00
  • 38a8c22b9e getHeadlines: return feed title for non-virtual feeds Andrew Dolgov 2013-04-27 12:29:42 +04:00
  • 2c8eed5395 api: add feed_title to getArticle Andrew Dolgov 2013-04-27 12:25:40 +04:00
  • c35d0d8fdc fix typo in format_article_labels() Andrew Dolgov 2013-04-27 12:20:45 +04:00
  • 5cfaa47283 Merge pull request #168 from KonishchevDmitry/pr-match-filter-regex-to-each-tag-separately Andrew Dolgov 2013-04-27 01:11:35 -07:00
  • 7b80b5e160 Match each tag separately against user filter regular expression Dmitry Konishchev 2013-04-26 15:54:04 +04:00
  • ffa1bd7b19 Allow slashes in filter regular expressions Dmitry Konishchev 2013-04-26 15:46:48 +04:00
  • 8cefe38a0a add HOOK_PREFS_SAVE_FEED Andrew Dolgov 2013-04-26 14:23:18 +04:00
  • 057177eb2c add HOOK_PREFS_EDIT_FEED Andrew Dolgov 2013-04-26 14:21:08 +04:00
  • 3fbb4d183d set default timezone to automatic (bump schema) Andrew Dolgov 2013-04-26 14:15:57 +04:00
  • 96f0cbe30d clientTzOffset: use proper sign Andrew Dolgov 2013-04-26 10:48:00 +04:00
  • 6bfc97da86 add automatic timezone (based on client tz offset) Andrew Dolgov 2013-04-26 10:31:57 +04:00
  • 5ddef5ba23 do not store tz offset in global, store timezone object instead Andrew Dolgov 2013-04-26 08:50:22 +04:00
  • dcd7ecaa0f strip_harmful_tags: use XPath to actually get all tags to work on Andrew Dolgov 2013-04-26 00:02:13 +04:00
  • 90e5f4f1de base if-modified-since on last received article, not feed update timestamp Andrew Dolgov 2013-04-25 18:42:48 +04:00
  • 90a372f51d fix warning when creating feed last updated timestamp Andrew Dolgov 2013-04-25 18:02:34 +04:00
  • c4fd956812 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS Andrew Dolgov 2013-04-25 16:28:04 +04:00
  • 6e3e8db915 subtoolbar: add last updated when hovering over originating site link Andrew Dolgov 2013-04-25 16:27:33 +04:00
  • 23283f11a3 fetch: better checking for 1970- date Andrew Dolgov 2013-04-25 16:12:49 +04:00
  • 204f9b186f remove cdmUnexpandArticle Andrew Dolgov 2013-04-25 14:04:49 +04:00
  • 2779e22bf5 js: add collapsed and expanded hooks Andrew Dolgov 2013-04-25 10:09:40 +04:00
  • 06a02265c4 inject headlines-spacer even if cdm auto catchup is disabled Andrew Dolgov 2013-04-25 09:43:36 +04:00
  • a06045adf0 add missing pluginhost source Andrew Dolgov 2013-04-24 19:51:57 +04:00
  • 8d388f321b add a simple JS-based hook host Andrew Dolgov 2013-04-24 19:49:37 +04:00
  • a62337b35d login: add tooltip for bw_limit Andrew Dolgov 2013-04-24 19:13:11 +04:00
  • aafd55bab6 do not needlessly mark icons as failed Andrew Dolgov 2013-04-24 19:01:51 +04:00
  • 3472c4c569 use static version for session checking, show latest changeset for git version instead of head date Andrew Dolgov 2013-04-24 16:57:24 +04:00
  • 84ceb6bd2e fix floicon failed message not respecting debugging setting Andrew Dolgov 2013-04-24 16:48:47 +04:00
  • db29ea0d8d correct faildient case Andrew Dolgov 2013-04-24 15:08:37 +04:00
  • 7d90d06de0 do not try to draw a fail-gradient (faildient?) Andrew Dolgov 2013-04-24 15:07:23 +04:00
  • e2cf81e214 unify houskeeping stuff, increase spawn interval Andrew Dolgov 2013-04-24 14:54:59 +04:00
  • 654650857f reduce daemon chattiness a bit Andrew Dolgov 2013-04-24 14:26:03 +04:00
  • 8cabc200d5 increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon Andrew Dolgov 2013-04-24 14:15:46 +04:00
  • 6c0d41c644 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS Andrew Dolgov 2013-04-24 14:04:23 +04:00
  • f90728cde2 increase MAX_CHILD_RUNTIME Andrew Dolgov 2013-04-24 14:03:57 +04:00
  • 867fb07c39 daemon: remove feed limit (unused) Andrew Dolgov 2013-04-24 13:54:04 +04:00
  • 0e6bdaeff0 daemon: use define_default Andrew Dolgov 2013-04-24 13:52:09 +04:00
  • fce451a4f7 fix updating for pgsql increase default batch size remove random check between feedbrowser or update task executing Andrew Dolgov 2013-04-24 13:43:40 +04:00
  • 81c2066345 updating: do not use cache timestamp if it is unusable for current feed; sort chronologically instead of random Andrew Dolgov 2013-04-24 13:21:40 +04:00
  • 37ddf5b7e7 fetch: check if http_response_header is set Andrew Dolgov 2013-04-24 10:45:44 +04:00
  • 48c1d0c71b autoload: include functions.php Andrew Dolgov 2013-04-24 09:05:56 +04:00
  • 50d4b30b33 get_version: force UTC Andrew Dolgov 2013-04-24 08:56:37 +04:00
  • 6ee0d4b05c do not recalculate avg color repeatedly Andrew Dolgov 2013-04-23 22:37:06 +04:00
  • 560cbd8c0d attempt to recalculate favicon avg color if it changes Andrew Dolgov 2013-04-23 22:33:23 +04:00