summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-09add experimental hack to speed up ccache category calculationAndrew Dolgov
2013-10-08do not try to load user plugins on schema < 100Andrew Dolgov
2013-10-06Revert "sanitize: remove doctype properly, add experimental workaround ↵Andrew Dolgov
against unnecessary html elements in sanitized data" This reverts commit f44d59992edac23206f593e240f0e445c571b661.
2013-10-06Merge pull request #311 from fsateler/curl-cookie-jarAndrew Dolgov
Enable cookies when fetching feeds with curl
2013-10-06getFeedArticles: use date_entered for fresh feed same as queryFeedHeadlines ↵Andrew Dolgov
(closes #780)
2013-10-06remove a few parser warnings from generated feedsAndrew Dolgov
2013-10-06sanitize: remove doctype properly, add experimental workaround against ↵Andrew Dolgov
unnecessary html elements in sanitized data
2013-10-05discard gzipped buffer in cache starred image sender methodAndrew Dolgov
2013-10-04Enable cookies when fetching feeds with curlFelipe Sateler
If a feed requires cookies, curl needs to have them active in order to access it. This is done by setting the COOKIE_JAR option. Since we do not need the actual cookie jar, send it to /dev/null, curl will still have a valid in-memory cookie jar.
2013-10-04fix http 304 header being calculated incorrectly for published and starred feedsAndrew Dolgov
2013-10-02Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-10-02add notification to subscribe dialog when multiple feeds are detectedAndrew Dolgov
2013-09-30mention site mirror in readmeAndrew Dolgov
2013-09-30add (undocumented) _CURL_HTTP_PROXYAndrew Dolgov
2013-09-30use favicon in some auxiliar dialogsAndrew Dolgov
2013-09-27Revert "Firefox accessibility.typeaheadfind is triggered for multikey ↵Andrew Dolgov
shortcuts." breaks copy/paste in chrome This reverts commit d7e4897b8ee6506ececf0a3bd4aa7c44c4dc4c6a.
2013-09-27Merge pull request #301 from derekschrock/patch-1Andrew Dolgov
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
2013-09-27make language detection optional (closes #779)Andrew Dolgov
2013-09-26Merge pull request #307 from wltb/masterAndrew Dolgov
Feedparser: Add important check for unknown feed type detection
2013-09-27Feedparser: Add important check for unknown feed type detectionwltb
2013-09-26Merge pull request #305 from wltb/fp_mult_errorsAndrew Dolgov
Feedparser: Store libXML fatal error messages in an array
2013-09-26Feedparser: Store libXML fatal error messages in an array, repair error ↵wltb
reporting
2013-09-25fix style in feedparserAndrew Dolgov
2013-09-25Merge pull request #304 from wltb/feedparser_xml9Andrew Dolgov
Feedparser: Change error handling a bit
2013-09-24Feedparser: Only format fatal errorswltb
2013-09-24Feedparser: Change handling of libxml error 9 (cycle all errors)wltb
2013-09-23Merge pull request #303 from falu/masterAndrew Dolgov
updated hungarian translation for v1.10
2013-09-23Delete messages.moFalu
2013-09-23updated hungarian translation for v1.10Falu
2013-09-21release 1.10Andrew Dolgov
2013-09-20Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.Derek Schrock
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered. Returning false will cause the default event from occuring and prevent the event from bubbling up.
2013-09-18Merge pull request #300 from Menti/masterAndrew Dolgov
Translated four strings into Spanish
2013-09-18Translated four strings into SpanishDavidM
2013-09-17add update script to convert myisam tables to innodb (bump version)Andrew Dolgov
2013-09-17Merge pull request #299 from rangerer/label_countersAndrew Dolgov
optimized query for label counters
2013-09-17optimized query for label countersRoland Angerer
2013-09-17include title when detecting article languageAndrew Dolgov
2013-09-15replace suppress debugging kludge with a more flexible function (fixesAndrew Dolgov
logging with update.php --feeds being stopped after first feed)
2013-09-12counter: remove text-shadowAndrew Dolgov
2013-09-11updater: add button to call updateself dialog even if no next version detectedAndrew Dolgov
2013-09-10specify engine=innodb for all tt-rss tablesAndrew Dolgov
2013-09-09prevent automatic selection of headlines row first child when scrolling in ↵Andrew Dolgov
3panel mode because it screws with keyboard navigation (closes #752)
2013-09-06cache starred: only try to chmod cache directory if it is not writableAndrew Dolgov
2013-09-04fix wrong url() paths to toolbar.png in cssAndrew Dolgov
2013-09-02filters: add a link to the wiki page to the rule create/edit dialogAndrew Dolgov
2013-09-02add i18n to the search syntax linkAndrew Dolgov
2013-09-02fix xgettext extraction of plural forms, replace wrong ngettext() calls with ↵Andrew Dolgov
_ngettext(), rebase translations
2013-09-02use plurals for comment/comments link in article, properly translate ↵Andrew Dolgov
comments string, add feed title to article in zoom mode
2013-09-02Merge pull request #298 from rangerer/update_daemon_logAndrew Dolgov
passing --log option to update daemon processes
2013-09-02pass logfile to child tasks if locking is possible, lock logfile before ↵Andrew Dolgov
writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile