Commit Graph

744 Commits (96ce71f35f2dd5bd08e140ffbe47e8fe40ec0c01)

Author SHA1 Message Date
Andrew Dolgov 32011b9b66 get_minified_js: use basename() on cached file 11 years ago
Andrew Dolgov d1c977bfbb release 1.7.9 11 years ago
Andrew Dolgov 15d52d5152 errorhandler: check for Logger class existing 11 years ago
Andrew Dolgov fd687300bf Revert "subscribe_to_feed: use already fetched data when updating initially"
This reverts commit 23923fb29b.
11 years ago
Andrew Dolgov 74a8b2f6f1 check_for_update: compare against VERSION_STATIC 11 years ago
Andrew Dolgov 14c53e4e60 tweak visual for headlines 11 years ago
Andrew Dolgov 23923fb29b subscribe_to_feed: use already fetched data when updating initially 11 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 11 years ago
Andrew Dolgov f4ae0f053b update: remove debugging block 11 years ago
Andrew Dolgov 54b7590c7f format_article_tags: improve performance 11 years ago
Andrew Dolgov f8a25082b3 make tag cache processing faster in cdm 11 years ago
Andrew Dolgov 566417c4e7 restore updstart threshold 11 years ago
Andrew Dolgov 5d3e5a1bb2 simplify feed cache age handling (reduce caching to sequential updates) 11 years ago
Andrew Dolgov 5de4010487 disable marking for the time being 11 years ago
Andrew Dolgov 5ef8409700 move the precautionary timestamp bumping 11 years ago
Andrew Dolgov d0e9c40a5a Revert "ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere"
http://tt-rss.org/forum/viewtopic.php?f=10&t=1964

This reverts commit d571740b33.
11 years ago
Andrew Dolgov 5d0d3887af add _DISABLE_HTTP_304 11 years ago
Andrew Dolgov 15c762beda updater: show owner_uid for checked feeds 11 years ago
Andrew Dolgov 52637d3b30 remove cache valid bailout clause 11 years ago
Andrew Dolgov 865a3ed6a0 change feed cache file extension 11 years ago
Andrew Dolgov d4992d6b48 add support for dc:subject and slash:comments 11 years ago
Andrew Dolgov ee78f81ccd update: better tag-related debugging info 11 years ago
Andrew Dolgov 852d4ac890 support RDF-XML feeds 11 years ago
Andrew Dolgov fd0daa9b55 remove simplepie 11 years ago
Andrew Dolgov 431e27851b actually save feed xml in the cache 11 years ago
Andrew Dolgov 99429e57e4 remove simplepie entity decode hacks 11 years ago
Andrew Dolgov b8f316dc28 change caching to save xml data, remove RDF init section 11 years ago
Andrew Dolgov 04d2f9c831 add basic rss support 11 years ago
Andrew Dolgov cd07592c29 add basic tinyparser/atom 11 years ago
Andrew Dolgov 65c8d5e76d update: set last_updated to now() when process starts 11 years ago
Andrew Dolgov d571740b33 ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere 11 years ago
Andrew Dolgov b18d109f22 only get USER_LANGUAGE on schema 120 and up 11 years ago
Andrew Dolgov 39ede9862f experimental: decode numerical utf entities on import in entry title 11 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 11 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 11 years ago
Andrew Dolgov 1ee4900a54 fix startup_gettext() trying to get configured language before session is initialized 11 years ago
Andrew Dolgov efe46a3b53 Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex
Allow slashes in filter regular expressions
11 years ago
Andrew Dolgov c35d0d8fdc fix typo in format_article_labels() 11 years ago
Dmitry Konishchev 7b80b5e160 Match each tag separately against user filter regular expression
Each article's tag should be matched against user filter regular
expression separately. Current matching confuses when you want to match
an exact tag. You suppose to write "^tag$", bug now have to write
"(^|,)tag(,|$)" which is very inconvenient and requires knowledge about
how do you process this matching.
11 years ago
Dmitry Konishchev ffa1bd7b19 Allow slashes in filter regular expressions
User's regular expressions need escaping before passing them to
preg_match()
11 years ago
Andrew Dolgov 3fbb4d183d set default timezone to automatic (bump schema) 11 years ago
Andrew Dolgov 96f0cbe30d clientTzOffset: use proper sign 11 years ago
Andrew Dolgov 6bfc97da86 add automatic timezone (based on client tz offset) 11 years ago
Andrew Dolgov 5ddef5ba23 do not store tz offset in global, store timezone object instead 11 years ago
Andrew Dolgov dcd7ecaa0f strip_harmful_tags: use XPath to actually get all tags to work on 11 years ago
Andrew Dolgov 90e5f4f1de base if-modified-since on last received article, not feed update timestamp 11 years ago
Andrew Dolgov c4fd956812 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 11 years ago
Andrew Dolgov 6e3e8db915 subtoolbar: add last updated when hovering over originating site link 11 years ago
Andrew Dolgov 23283f11a3 fetch: better checking for 1970- date 11 years ago
Andrew Dolgov a62337b35d login: add tooltip for bw_limit 11 years ago