summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-05-17try to force-convert feed data to utf8Andrew Dolgov
2013-05-16db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE p...Andrew Dolgov
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread art...Andrew Dolgov
2013-05-15get_minified_js: use basename() on cached fileAndrew Dolgov
2013-05-13release 1.7.9Andrew Dolgov
2013-05-13errorhandler: check for Logger class existingAndrew Dolgov
2013-05-08Revert "subscribe_to_feed: use already fetched data when updating initially"Andrew Dolgov
2013-05-08check_for_update: compare against VERSION_STATICAndrew Dolgov
2013-05-07tweak visual for headlinesAndrew Dolgov
2013-05-07subscribe_to_feed: use already fetched data when updating initiallyAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-05-02update: remove debugging blockAndrew Dolgov
2013-05-02format_article_tags: improve performanceAndrew Dolgov
2013-05-02make tag cache processing faster in cdmAndrew Dolgov
2013-05-02restore updstart thresholdAndrew Dolgov
2013-05-02simplify feed cache age handling (reduce caching to sequential updates)Andrew Dolgov
2013-05-02disable marking for the time beingAndrew Dolgov
2013-05-02move the precautionary timestamp bumpingAndrew Dolgov
2013-05-02Revert "ccache: do not force recalculate child counters on category upgrade b...Andrew Dolgov
2013-05-02add _DISABLE_HTTP_304Andrew Dolgov
2013-05-02updater: show owner_uid for checked feedsAndrew Dolgov
2013-05-02remove cache valid bailout clauseAndrew Dolgov
2013-05-02change feed cache file extensionAndrew Dolgov
2013-05-01add support for dc:subject and slash:commentsAndrew Dolgov
2013-05-01update: better tag-related debugging infoAndrew Dolgov
2013-05-01support RDF-XML feedsAndrew Dolgov
2013-05-01remove simplepieAndrew Dolgov
2013-05-01actually save feed xml in the cacheAndrew Dolgov
2013-05-01remove simplepie entity decode hacksAndrew Dolgov
2013-05-01change caching to save xml data, remove RDF init sectionAndrew Dolgov
2013-05-01add basic rss supportAndrew Dolgov
2013-05-01add basic tinyparser/atomAndrew Dolgov
2013-05-01update: set last_updated to now() when process startsAndrew Dolgov
2013-05-01ccache: do not force recalculate child counters on category upgrade because t...Andrew Dolgov
2013-04-30only get USER_LANGUAGE on schema 120 and upAndrew Dolgov
2013-04-29experimental: decode numerical utf entities on import in entry titleAndrew Dolgov
2013-04-29remove language selector from the login form, store language in the database ...Andrew Dolgov
2013-04-29do not use session cookie lifetime for additional cookiesAndrew Dolgov
2013-04-27fix startup_gettext() trying to get configured language before session is ini...Andrew Dolgov
2013-04-27Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regexAndrew Dolgov
2013-04-27fix typo in format_article_labels()Andrew Dolgov
2013-04-26Match each tag separately against user filter regular expressionDmitry Konishchev
2013-04-26Allow slashes in filter regular expressionsDmitry Konishchev
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-25Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov