Commit Graph

6653 Commits (445d1c10440e54d4c35150aaebf58868c4aaf3c6)
 

Author SHA1 Message Date
Andrew Dolgov 712032589c Merge pull request #170 from supahgreg/hook_params_runtime_loaded
Adding JS hooks for init params and runtime info
12 years ago
supahgreg 8ceea119a8 Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. 12 years ago
supahgreg abbe9c1f55 minor: remove duplicate check for params 12 years ago
Andrew Dolgov 5e1f7be5f1 enlarge headline excerpt length 12 years ago
Andrew Dolgov c470599bc0 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 12 years ago
Andrew Dolgov 1ee4900a54 fix startup_gettext() trying to get configured language before session is initialized 12 years ago
Andrew Dolgov d38969359b Merge pull request #169 from scarabeusiv/master
Czech translation update
12 years ago
Tomas Chvatal b393f73f5b Czech translation update. 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 38a8c22b9e getHeadlines: return feed title for non-virtual feeds 12 years ago
Andrew Dolgov 2c8eed5395 api: add feed_title to getArticle 12 years ago
Andrew Dolgov c35d0d8fdc fix typo in format_article_labels() 12 years ago
Andrew Dolgov 5cfaa47283 Merge pull request #168 from KonishchevDmitry/pr-match-filter-regex-to-each-tag-separately
Match each tag separately against user filter regular expression
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 8cefe38a0a add HOOK_PREFS_SAVE_FEED 12 years ago
Andrew Dolgov 057177eb2c add HOOK_PREFS_EDIT_FEED 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 90a372f51d fix warning when creating feed last updated 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 204f9b186f remove cdmUnexpandArticle 12 years ago
Andrew Dolgov 2779e22bf5 js: add collapsed and expanded hooks 12 years ago
Andrew Dolgov 06a02265c4 inject headlines-spacer even if cdm auto catchup is disabled 12 years ago
Andrew Dolgov a06045adf0 add missing pluginhost source 12 years ago
Andrew Dolgov 8d388f321b add a simple JS-based hook host 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 db29ea0d8d correct faildient case 12 years ago
Andrew Dolgov 7d90d06de0 do not try to draw a fail-gradient (faildient?) 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 6c0d41c644 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 12 years ago
Andrew Dolgov f90728cde2 increase MAX_CHILD_RUNTIME 12 years ago
Andrew Dolgov 867fb07c39 daemon: remove feed limit (unused) 12 years ago
Andrew Dolgov 0e6bdaeff0 daemon: use define_default 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
Andrew Dolgov 37ddf5b7e7 fetch: check if http_response_header is set 12 years ago
Andrew Dolgov 48c1d0c71b autoload: include functions.php 12 years ago
Andrew Dolgov 50d4b30b33 get_version: force UTC 12 years ago