1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00
Commit Graph

7029 Commits

Author SHA1 Message Date
Andrew Dolgov
8384af6cc1 Merge pull request #326 from rwetzlmayr/fixes
getFeedArticles(): Use valid query to get count of matching articles.
2013-11-12 08:44:16 -08:00
Robert Wetzlmayr
60168a8d9a getFeedArticles(): Use valid query to get count of matching articles. 2013-11-12 13:46:56 +01:00
Andrew Dolgov
0c7e49936a quickAddFilter: if text is currently highlighted, use that instead of active article title for placeholder text 2013-11-12 14:21:28 +04:00
Andrew Dolgov
43d790f054 pubsubhubbub: disable feed url checking when subscribing for the time being, expand error messages a bit 2013-11-11 23:02:37 +04:00
Andrew Dolgov
d8179cb9d9 pubsubhubbub: use atom rel=self link (when available) when subscribing
to push-enabled feeds
2013-11-11 22:52:15 +04:00
Andrew Dolgov
cb868cbe84 add af_threewordphase 2013-11-09 22:25:36 +04:00
Andrew Dolgov
273c33e512 api: allow sorting headlines by title 2013-11-09 16:42:41 +04:00
Andrew Dolgov
4ad04ee227 report all libxml errors in updater debug output
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-29 12:15:26 +04:00
Andrew Dolgov
88edaa9344 daemon: cache parser object while processing a batch of feeds withsame url on first success 2013-10-25 14:42:43 +04:00
Andrew Dolgov
0f6b926393 only try to set fucking cookie jar if open_basedir restriction is not in effect 2013-10-23 13:34:47 +04:00
Andrew Dolgov
1130125a3a add af_fsckportal 2013-10-23 11:53:35 +04:00
Andrew Dolgov
b8fd08d6db do not unpack all visible headlines in collapsed mode because those are unpacked on expand 2013-10-21 16:55:36 +04:00
Andrew Dolgov
41489735b5 Merge pull request #323 from levito/patch-6
enclose floating elements in public feeds
2013-10-20 22:10:09 -07:00
Veit Lehmann
24432dd5b3 enclose floating elements in public feeds
http://tt-rss.org/forum/viewtopic.php?f=10&t=2670&p=15780#p15780
2013-10-21 04:51:43 +02:00
Andrew Dolgov
24940c3dc9 catchup group: deselect everything before processing 2013-10-20 18:45:24 +04:00
Andrew Dolgov
bc3db0af06 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-10-20 09:09:23 +04:00
Andrew Dolgov
29f7ec0ae3 printTagSelect: work correctly on tags with spaces 2013-10-20 09:09:16 +04:00
Andrew Dolgov
eba6f29cc0 Merge pull request #321 from HeikoAdams/master
Updated german translation
2013-10-19 04:20:57 -07:00
Heiko Adams
b506d8eb14 Updated german translation 2013-10-19 10:45:13 +02:00
Andrew Dolgov
3f7d1b58e6 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-10-17 13:40:26 +04:00
Andrew Dolgov
87065739cd add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear 2013-10-17 13:38:48 +04:00
Andrew Dolgov
3e928c06cd Merge pull request #314 from aedrin/patch-1
Add missing translations in SINGLE_USER_MODE
2013-10-15 09:14:13 -07:00
aedrin
68349f55df Add missing translations in SINGLE_USER_MODE
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-15 18:06:44 +02:00
Andrew Dolgov
788cf0a1b1 api: fix setArticleLabel expecting wrong format for label_id 2013-10-12 09:55:35 +04:00
Andrew Dolgov
e44ea76268 af_redditimgur: add workaround for imgur switching to protocol-less links for images 2013-10-11 13:41:30 +04:00
Andrew Dolgov
0a08d1b246 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-10-09 16:58:56 +04:00
Andrew Dolgov
b66be03a48 add experimental hack to speed up ccache category calculation 2013-10-09 16:58:31 +04:00
Andrew Dolgov
6d45a15286 do not try to load user plugins on schema < 100 2013-10-08 22:35:36 +04:00
Andrew Dolgov
e198cca75b Revert "sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data"
This reverts commit f44d59992e.
2013-10-06 15:59:28 +04:00
Andrew Dolgov
29a57cdc4d Merge pull request #311 from fsateler/curl-cookie-jar
Enable cookies when fetching feeds with curl
2013-10-06 04:39:54 -07:00
Andrew Dolgov
924a89ebf3 getFeedArticles: use date_entered for fresh feed same as queryFeedHeadlines (closes #780) 2013-10-06 15:38:58 +04:00
Andrew Dolgov
0ee126ee8f remove a few parser warnings from generated feeds 2013-10-06 11:28:06 +04:00
Andrew Dolgov
f44d59992e sanitize: remove doctype properly, add experimental workaround against unnecessary html elements in sanitized data 2013-10-06 11:08:15 +04:00
Andrew Dolgov
ae3851b1b5 discard gzipped buffer in cache starred image sender method 2013-10-05 20:28:26 +04:00
Felipe Sateler
d9eacf54a0 Enable cookies when fetching feeds with curl
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-04 17:56:46 -03:00
Andrew Dolgov
84c53d0e1d fix http 304 header being calculated incorrectly for published and starred feeds 2013-10-04 09:10:44 +04:00
Andrew Dolgov
8b16eeb1a3 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-10-02 15:57:21 +04:00
Andrew Dolgov
8f7a020e1b add notification to subscribe dialog when multiple feeds are detected 2013-10-02 15:24:08 +04:00
Andrew Dolgov
0894ac8d44 mention site mirror in readme 2013-09-30 13:34:48 +04:00
Andrew Dolgov
05f14a7d19 add (undocumented) _CURL_HTTP_PROXY 2013-09-30 13:27:14 +04:00
Andrew Dolgov
d0ee0f52b7 use favicon in some auxiliar dialogs 2013-09-30 00:01:34 +04:00
Andrew Dolgov
3728377344 Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
breaks copy/paste in chrome

This reverts commit d7e4897b8e.
2013-09-27 15:14:20 +04:00
Andrew Dolgov
a2836637b9 Merge pull request #301 from derekschrock/patch-1
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
2013-09-27 02:53:15 -07:00
Andrew Dolgov
5ddd2705ca make language detection optional (closes #779) 2013-09-27 13:45:21 +04:00
Andrew Dolgov
a10de509f3 Merge pull request #307 from wltb/master
Feedparser: Add important check for unknown feed type detection
2013-09-26 21:15:42 -07:00
wltb
2c6f3c2eb3 Feedparser: Add important check for unknown feed type detection 2013-09-27 00:13:55 +02:00
Andrew Dolgov
a25c91a4e0 Merge pull request #305 from wltb/fp_mult_errors
Feedparser: Store libXML fatal error messages in an array
2013-09-26 11:43:08 -07:00
wltb
54f23d38a6 Feedparser: Store libXML fatal error messages in an array, repair error reporting 2013-09-26 19:56:45 +02:00
Andrew Dolgov
4d49863f65 fix style in feedparser 2013-09-25 14:26:45 +04:00
Andrew Dolgov
f227d0af28 Merge pull request #304 from wltb/feedparser_xml9
Feedparser: Change error handling a bit
2013-09-25 03:25:34 -07:00