Commit Graph

206 Commits (811a81c6ded139d38512e6f7e4e012fa63816b75)

Author SHA1 Message Date
Andrew Dolgov a33558a61e pass logfile to child tasks if locking is possible, lock logfile before writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile 11 years ago
Andrew Dolgov f73e03e000 pass feed information to article filters 11 years ago
Andrew Dolgov 5c54e68388 support media:description for media: enclosures 11 years ago
Andrew Dolgov edba269b6f fix entries not inserted properly when no languages are detected 11 years ago
Andrew Dolgov 00f22824d7 rss: force language to 2 characters; run house keeping hooks properly 11 years ago
Andrew Dolgov 8e47022036 add hook_house_keeping 11 years ago
Andrew Dolgov 2fc4d981d1 remove unused old-style image rewritign 11 years ago
Andrew Dolgov 6b4617970f add text_languagedetect to guess article language for better hyphenation
(bump schema)
11 years ago
Andrew Dolgov 0997c2bd62 Revert "add temporary hack to store original unhashed guid into cached_content for debugging"
This reverts commit 8096e309a5.
11 years ago
Andrew Dolgov 8096e309a5 add temporary hack to store original unhashed guid into cached_content for debugging 11 years ago
Andrew Dolgov c052e25a8b remove unused cached_content 11 years ago
Andrew Dolgov 420940fa90 do not catchup newly subscribed feeds 11 years ago
Andrew Dolgov 6791af0cfd pass feed it to feed_fetched and fetch_feed hooks 12 years ago
Andrew Dolgov ee65bef405 add HOOK_FETCH_FEED 12 years ago
Andrew Dolgov 0ad2013bd2 update_rss_feed: remove unused override_url parameter 12 years ago
Andrew Dolgov 47673e6611 add fetch_url and owner_uid to HOOK_FEED_FETCHED 12 years ago
Andrew Dolgov d1f3fa9791 try to force-convert feed data to utf8 12 years ago
Andrew Dolgov fd687300bf Revert "subscribe_to_feed: use already fetched data when updating initially"
This reverts commit 23923fb29b.
12 years ago
Andrew Dolgov 23923fb29b subscribe_to_feed: use already fetched data when updating initially 12 years ago
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 12 years ago
Andrew Dolgov f4ae0f053b update: remove debugging block 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 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 39ede9862f experimental: decode numerical utf entities on import in entry title 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
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 90e5f4f1de base if-modified-since on last received article, not feed update timestamp 12 years ago
Andrew Dolgov 23283f11a3 fetch: better checking for 1970- date 12 years ago
Andrew Dolgov aafd55bab6 do not needlessly mark icons as failed 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