Commit Graph

736 Commits (2c967d60237c5890549b9c9fa680ee7adec10e6a)

Author SHA1 Message Date
Andrew Dolgov f4ae0f053b update: remove debugging block 12 years ago
Andrew Dolgov 54b7590c7f format_article_tags: improve performance 12 years ago
Andrew Dolgov f8a25082b3 make tag cache processing faster in cdm 12 years ago
Andrew Dolgov 566417c4e7 restore updstart threshold 12 years ago
Andrew Dolgov 5d3e5a1bb2 simplify feed cache age handling (reduce caching to sequential updates) 12 years ago
Andrew Dolgov 5de4010487 disable marking for the time being 12 years ago
Andrew Dolgov 5ef8409700 move the precautionary timestamp bumping 12 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.
12 years ago
Andrew Dolgov 5d0d3887af add _DISABLE_HTTP_304 12 years ago
Andrew Dolgov 15c762beda updater: show owner_uid for checked feeds 12 years ago
Andrew Dolgov 52637d3b30 remove cache valid bailout clause 12 years ago
Andrew Dolgov 865a3ed6a0 change feed cache file extension 12 years ago
Andrew Dolgov d4992d6b48 add support for dc:subject and slash:comments 12 years ago
Andrew Dolgov ee78f81ccd update: better tag-related debugging info 12 years ago
Andrew Dolgov 852d4ac890 support RDF-XML feeds 12 years ago
Andrew Dolgov fd0daa9b55 remove simplepie 12 years ago
Andrew Dolgov 431e27851b actually save feed xml in the cache 12 years ago
Andrew Dolgov 99429e57e4 remove simplepie entity decode hacks 12 years ago
Andrew Dolgov b8f316dc28 change caching to save xml data, remove RDF init section 12 years ago
Andrew Dolgov 04d2f9c831 add basic rss support 12 years ago
Andrew Dolgov cd07592c29 add basic tinyparser/atom 12 years ago
Andrew Dolgov 65c8d5e76d update: set last_updated to now() when process starts 12 years ago
Andrew Dolgov d571740b33 ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere 12 years ago
Andrew Dolgov b18d109f22 only get USER_LANGUAGE on schema 120 and up 12 years ago
Andrew Dolgov 39ede9862f experimental: decode numerical utf entities on import in entry title 12 years ago
Andrew Dolgov 7b149552cb remove language selector from the login form, store language in the database per-user 12 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 12 years ago
Andrew Dolgov 1ee4900a54 fix startup_gettext() trying to get configured language before session is initialized 12 years ago
Andrew Dolgov efe46a3b53 Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex
Allow slashes in filter regular expressions
12 years ago
Andrew Dolgov c35d0d8fdc fix typo in format_article_labels() 12 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.
12 years ago
Dmitry Konishchev ffa1bd7b19 Allow slashes in filter regular expressions
User's regular expressions need escaping before passing them to
preg_match()
12 years ago
Andrew Dolgov 3fbb4d183d set default timezone to automatic (bump schema) 12 years ago
Andrew Dolgov 96f0cbe30d clientTzOffset: use proper sign 12 years ago
Andrew Dolgov 6bfc97da86 add automatic timezone (based on client tz offset) 12 years ago
Andrew Dolgov 5ddef5ba23 do not store tz offset in global, store timezone object instead 12 years ago
Andrew Dolgov dcd7ecaa0f strip_harmful_tags: use XPath to actually get all tags to work on 12 years ago
Andrew Dolgov 90e5f4f1de base if-modified-since on last received article, not feed update timestamp 12 years ago
Andrew Dolgov c4fd956812 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 12 years ago
Andrew Dolgov 6e3e8db915 subtoolbar: add last updated when hovering over originating site link 12 years ago
Andrew Dolgov 23283f11a3 fetch: better checking for 1970- date 12 years ago
Andrew Dolgov a62337b35d login: add tooltip for bw_limit 12 years ago
Andrew Dolgov aafd55bab6 do not needlessly mark icons as failed 12 years ago
Andrew Dolgov 3472c4c569 use static version for session checking, show latest changeset for git version instead of head date 12 years ago
Andrew Dolgov 84ceb6bd2e fix floicon failed message not respecting debugging setting 12 years ago
Andrew Dolgov e2cf81e214 unify houskeeping stuff, increase spawn interval 12 years ago
Andrew Dolgov 654650857f reduce daemon chattiness a bit 12 years ago
Andrew Dolgov 8cabc200d5 increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon 12 years ago
Andrew Dolgov fce451a4f7 fix updating for pgsql
increase default batch size
remove random check between feedbrowser or update task executing
12 years ago
Andrew Dolgov 81c2066345 updating: do not use cache timestamp if it is unusable for current feed;
sort chronologically instead of random
12 years ago