Commit Graph

195 Commits (e4eec1d216a67df660c80ef228684c4e171f1ff2)

Author SHA1 Message Date
Andrew Dolgov 420940fa90 do not catchup newly subscribed feeds 13 years ago
Andrew Dolgov 6791af0cfd pass feed it to feed_fetched and fetch_feed hooks 13 years ago
Andrew Dolgov ee65bef405 add HOOK_FETCH_FEED 13 years ago
Andrew Dolgov 0ad2013bd2 update_rss_feed: remove unused override_url parameter 13 years ago
Andrew Dolgov 47673e6611 add fetch_url and owner_uid to HOOK_FEED_FETCHED 13 years ago
Andrew Dolgov d1f3fa9791 try to force-convert feed data to utf8 13 years ago
Andrew Dolgov fd687300bf Revert "subscribe_to_feed: use already fetched data when updating initially"
This reverts commit 23923fb29b.
13 years ago
Andrew Dolgov 23923fb29b subscribe_to_feed: use already fetched data when updating initially 13 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 13 years ago
Andrew Dolgov f4ae0f053b update: remove debugging block 13 years ago
Andrew Dolgov 566417c4e7 restore updstart threshold 13 years ago
Andrew Dolgov 5d3e5a1bb2 simplify feed cache age handling (reduce caching to sequential updates) 13 years ago
Andrew Dolgov 5de4010487 disable marking for the time being 13 years ago
Andrew Dolgov 5ef8409700 move the precautionary timestamp bumping 13 years ago
Andrew Dolgov 5d0d3887af add _DISABLE_HTTP_304 13 years ago
Andrew Dolgov 15c762beda updater: show owner_uid for checked feeds 13 years ago
Andrew Dolgov 52637d3b30 remove cache valid bailout clause 13 years ago
Andrew Dolgov 865a3ed6a0 change feed cache file extension 13 years ago
Andrew Dolgov d4992d6b48 add support for dc:subject and slash:comments 13 years ago
Andrew Dolgov ee78f81ccd update: better tag-related debugging info 13 years ago
Andrew Dolgov 852d4ac890 support RDF-XML feeds 13 years ago
Andrew Dolgov fd0daa9b55 remove simplepie 13 years ago
Andrew Dolgov 431e27851b actually save feed xml in the cache 13 years ago
Andrew Dolgov 99429e57e4 remove simplepie entity decode hacks 13 years ago
Andrew Dolgov b8f316dc28 change caching to save xml data, remove RDF init section 13 years ago
Andrew Dolgov 04d2f9c831 add basic rss support 13 years ago
Andrew Dolgov cd07592c29 add basic tinyparser/atom 13 years ago
Andrew Dolgov 65c8d5e76d update: set last_updated to now() when process starts 13 years ago
Andrew Dolgov 39ede9862f experimental: decode numerical utf entities on import in entry title 13 years ago
Andrew Dolgov efe46a3b53 Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex
Allow slashes in filter regular expressions
13 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.
13 years ago
Dmitry Konishchev ffa1bd7b19 Allow slashes in filter regular expressions
User's regular expressions need escaping before passing them to
preg_match()
13 years ago
Andrew Dolgov 90e5f4f1de base if-modified-since on last received article, not feed update timestamp 13 years ago
Andrew Dolgov 23283f11a3 fetch: better checking for 1970- date 13 years ago
Andrew Dolgov aafd55bab6 do not needlessly mark icons as failed 13 years ago
Andrew Dolgov 84ceb6bd2e fix floicon failed message not respecting debugging setting 13 years ago
Andrew Dolgov e2cf81e214 unify houskeeping stuff, increase spawn interval 13 years ago
Andrew Dolgov 654650857f reduce daemon chattiness a bit 13 years ago
Andrew Dolgov 8cabc200d5 increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon 13 years ago
Andrew Dolgov fce451a4f7 fix updating for pgsql
increase default batch size
remove random check between feedbrowser or update task executing
13 years ago
Andrew Dolgov 81c2066345 updating: do not use cache timestamp if it is unusable for current feed;
sort chronologically instead of random
13 years ago
Andrew Dolgov 6ee0d4b05c do not recalculate avg color repeatedly 13 years ago
Andrew Dolgov 560cbd8c0d attempt to recalculate favicon avg color if it changes 13 years ago
Andrew Dolgov 36490f11a3 add a hack so that if floicon fails on some icon, it won't be processed again 13 years ago
Daniel Andersson 1134497129 Fix doubly applied basepaths to lockfiles. 13 years ago
Andrew Dolgov 68cccafcad remove debug_enabled global 13 years ago
Andrew Dolgov 9ec103525d update_rss_feed: simplify debug reporting 13 years ago
Andrew Dolgov ebec81a6fb subscribe: verify XML before adding to the database; fetch: try to work around entity problems if initial parsing fails 13 years ago
Andrew Dolgov 1367bc3f5e trim received feed data on fetch 13 years ago
Andrew Dolgov 96db9a14d9 do not try to calculate icon avg color if GD is not present 13 years ago