summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-27fix typo in format_article_labels()Andrew Dolgov
2013-04-27Merge pull request #168 from ↵Andrew Dolgov
KonishchevDmitry/pr-match-filter-regex-to-each-tag-separately Match each tag separately against user filter regular expression
2013-04-26Match each tag separately against user filter regular expressionDmitry Konishchev
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.
2013-04-26Allow slashes in filter regular expressionsDmitry Konishchev
User's regular expressions need escaping before passing them to preg_match()
2013-04-26add HOOK_PREFS_SAVE_FEEDAndrew Dolgov
2013-04-26add HOOK_PREFS_EDIT_FEEDAndrew Dolgov
2013-04-26set default timezone to automatic (bump schema)Andrew Dolgov
2013-04-26clientTzOffset: use proper signAndrew Dolgov
2013-04-26add automatic timezone (based on client tz offset)Andrew Dolgov
2013-04-26do not store tz offset in global, store timezone object insteadAndrew Dolgov
2013-04-26strip_harmful_tags: use XPath to actually get all tags to work onAndrew Dolgov
2013-04-25base if-modified-since on last received article, not feed update timestampAndrew Dolgov
2013-04-25fix warning when creating feed last updated timestampAndrew Dolgov
2013-04-25Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-25subtoolbar: add last updated when hovering over originating site linkAndrew Dolgov
2013-04-25fetch: better checking for 1970- dateAndrew Dolgov
2013-04-25remove cdmUnexpandArticleAndrew Dolgov
2013-04-25js: add collapsed and expanded hooksAndrew Dolgov
2013-04-25inject headlines-spacer even if cdm auto catchup is disabledAndrew Dolgov
2013-04-24add missing pluginhost sourceAndrew Dolgov
2013-04-24add a simple JS-based hook hostAndrew Dolgov
2013-04-24login: add tooltip for bw_limitAndrew Dolgov
2013-04-24do not needlessly mark icons as failedAndrew Dolgov
2013-04-24use static version for session checking, show latest changeset for git ↵Andrew Dolgov
version instead of head date
2013-04-24fix floicon failed message not respecting debugging settingAndrew Dolgov
2013-04-24correct faildient caseAndrew Dolgov
2013-04-24do not try to draw a fail-gradient (faildient?)Andrew Dolgov
2013-04-24unify houskeeping stuff, increase spawn intervalAndrew Dolgov
2013-04-24reduce daemon chattiness a bitAndrew Dolgov
2013-04-24increase updstart locking interval to prevent concurrent updates; decrease ↵Andrew Dolgov
batch size for the daemon
2013-04-24Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-24increase MAX_CHILD_RUNTIMEAndrew Dolgov
2013-04-24daemon: remove feed limit (unused)Andrew Dolgov
2013-04-24daemon: use define_defaultAndrew Dolgov
2013-04-24fix updating for pgsqlAndrew Dolgov
increase default batch size remove random check between feedbrowser or update task executing
2013-04-24updating: do not use cache timestamp if it is unusable for current feed;Andrew Dolgov
sort chronologically instead of random
2013-04-24fetch: check if http_response_header is setAndrew Dolgov
2013-04-24autoload: include functions.phpAndrew Dolgov
2013-04-24get_version: force UTCAndrew Dolgov
2013-04-23do not recalculate avg color repeatedlyAndrew Dolgov
2013-04-23attempt to recalculate favicon avg color if it changesAndrew Dolgov
2013-04-23add a hack so that if floicon fails on some icon, it won't be processed againAndrew Dolgov
2013-04-23only show reset password link when auth_internal is enabled (refs #681)Andrew Dolgov
2013-04-23Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-23special version reporting for gitAndrew Dolgov
2013-04-23Merge pull request #166 from supahgreg/masterAndrew Dolgov
Removing a quotation mark
2013-04-23minor: remove an unnecessary quotation marksupahgreg
2013-04-23Merge pull request #163 from dandersson/fix_lock_pathAndrew Dolgov
Fix doubly applied basepaths to lockfiles.
2013-04-21Merge pull request #165 from fschlich/masterAndrew Dolgov
googlereaderimport: actually pass $link to create_article()
2013-04-21googlereaderimport: actually pass $link to create_article()Florian Schlichting
otherwise the link db field will be empty, and viewing the original article of an imported starred item results in an empty backend.php page