summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-21enclose floating elements in public feedsVeit Lehmann
http://tt-rss.org/forum/viewtopic.php?f=10&t=2670&p=15780#p15780
2013-10-20catchup group: deselect everything before processingAndrew Dolgov
2013-10-20Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-10-20printTagSelect: work correctly on tags with spacesAndrew Dolgov
2013-10-19Merge pull request #321 from HeikoAdams/masterAndrew Dolgov
Updated german translation
2013-10-19Updated german translationHeiko Adams
2013-10-17Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-10-17add context menu for cdmFeedTitle; change mark as read prompt for grouped ↵Andrew Dolgov
headlines more clear
2013-10-15Merge pull request #314 from aedrin/patch-1Andrew Dolgov
Add missing translations in SINGLE_USER_MODE
2013-10-15Add missing translations in SINGLE_USER_MODEaedrin
In SINGLE_USER_MODE, some strings were untranslated. For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on)
2013-10-12api: fix setArticleLabel expecting wrong format for label_idAndrew Dolgov
2013-10-11af_redditimgur: add workaround for imgur switching to protocol-less links ↵Andrew Dolgov
for images
2013-10-09Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
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