summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-17Follow the spec for <media:group>sJeffrey Tolar
Each <media:group> section specifies multiple representations of the same content.
2013-11-16fix catchup older than X for labels categoryAndrew Dolgov
2013-11-14search to sql: use str_getcsv instead of explode to support quoted long ↵Andrew Dolgov
string tokens
2013-11-13add workaround for languagedetect idiotic shit of some kindAndrew Dolgov
2013-11-12Merge pull request #326 from rwetzlmayr/fixesAndrew Dolgov
getFeedArticles(): Use valid query to get count of matching articles.
2013-11-12getFeedArticles(): Use valid query to get count of matching articles.Robert Wetzlmayr
2013-11-12quickAddFilter: if text is currently highlighted, use that instead of active ↵Andrew Dolgov
article title for placeholder text
2013-11-11pubsubhubbub: disable feed url checking when subscribing for the time being, ↵Andrew Dolgov
expand error messages a bit
2013-11-11pubsubhubbub: use atom rel=self link (when available) when subscribingAndrew Dolgov
to push-enabled feeds
2013-11-09add af_threewordphaseAndrew Dolgov
2013-11-09api: allow sorting headlines by titleAndrew Dolgov
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
force utf8 encoding if devforceupdate is on parser: try to convert non-unicode feeds with specified encoding to utf8 before trying to remove dangling utf8 characters in case of utf8-related libxml errors because doing so produces garbage content
2013-10-25daemon: cache parser object while processing a batch of feeds withsame url ↵Andrew Dolgov
on first success
2013-10-23only try to set fucking cookie jar if open_basedir restriction is not in effectAndrew Dolgov
2013-10-23add af_fsckportalAndrew Dolgov
2013-10-21do not unpack all visible headlines in collapsed mode because those are ↵Andrew Dolgov
unpacked on expand
2013-10-20Merge pull request #323 from levito/patch-6Andrew Dolgov
enclose floating elements in public feeds
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