1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
Commit Graph

7063 Commits

Author SHA1 Message Date
Andrew Dolgov
416a9b1c9c Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-12-18 14:26:32 +04:00
Andrew Dolgov
c04fbe3711 release 1.11 2013-12-18 14:26:04 +04:00
Andrew Dolgov
537eca4000 rssfuncs: fix typo 2013-12-18 14:22:24 +04:00
Andrew Dolgov
bd8ae98bde daemon: include functions before config to enable define_default support 2013-12-18 14:00:44 +04:00
Andrew Dolgov
f08426e3d3 when checking feeds to update, respect only default update setting stored in default profile 2013-12-18 13:55:50 +04:00
Andrew Dolgov
81c8a93eaf define define_default() in installer 2013-12-18 13:25:22 +04:00
Andrew Dolgov
0aed2f88a9 rebase translations 2013-12-18 12:21:09 +04:00
Andrew Dolgov
8111a6c525 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-12-18 12:20:57 +04:00
Andrew Dolgov
af2aa0747f config: remove closing php tag 2013-12-18 12:20:47 +04:00
Andrew Dolgov
616579293d rebase translations 2013-12-18 12:17:39 +04:00
Andrew Dolgov
c17a8e6c27 Merge pull request #334 from Menti/master
Updated Spanish translation
2013-12-15 00:57:52 -08:00
Andrew Dolgov
83f5651e75 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-12-15 12:35:51 +04:00
Andrew Dolgov
e23aedd402 parser: add basic support for media:thumbnail 2013-12-15 12:35:30 +04:00
DavidM
e8b44562a7 Updated Spanish translation 2013-12-14 19:11:19 +01:00
Andrew Dolgov
2ce40d7810 Merge pull request #333 from HeikoAdams/master
Updated german translation
2013-12-11 21:15:55 -08:00
Heiko Adams
565dbab735 Updated german translation 2013-12-11 22:52:51 +01:00
Andrew Dolgov
70fc5a5eab rebase translations 2013-12-09 09:23:12 +04:00
Andrew Dolgov
62959486ca Merge pull request #332 from akapar/master
Added Turkish translation
2013-12-08 21:17:54 -08:00
akapar
42a5abdce2 Added Turkish translation
Modified functions.php to include Turkish language
2013-12-08 20:47:29 +02:00
Andrew Dolgov
11aa65e1e1 Merge pull request #331 from akapar/master
Added Turkish translation
2013-12-08 10:01:05 -08:00
akapar
390bfaf30a Added Turkish translation 2013-12-08 19:46:33 +02:00
akapar
5b74e66d47 Added Turkish translation 2013-12-08 19:36:55 +02:00
akapar
048d36dd5e Create messages.po
Turkish translation for Tiny Tiny RSS
2013-12-08 19:01:15 +02:00
Andrew Dolgov
9864c1362a add no_url_hashes plugin 2013-12-05 23:42:20 +04:00
Andrew Dolgov
429ff9afb0 api: add article language to getArticle/getHeadlines 2013-12-04 01:30:54 +04:00
Andrew Dolgov
bf5bcb8e27 queryFeedHeadlines: remove obsolete content_preview 2013-11-29 13:54:30 +04:00
Andrew Dolgov
25237aea43 api: fix getLabels never returning existing checked labels correctly 2013-11-27 21:54:27 +04:00
Andrew Dolgov
21bb3c064a api: add note support for getHeadlines/getArticle (bump api version) 2013-11-23 20:22:02 +04:00
Andrew Dolgov
5bcb7b61b0 syndicated feeds: default to change exported guid 2013-11-20 20:12:29 +04:00
Andrew Dolgov
7d36c24c20 Merge pull request #327 from lotrfan/media_group
Follow the spec for <media:group>s
2013-11-18 00:10:42 -08:00
Jeffrey Tolar
ed449a9aaa Follow the spec for <media:group>s
Each <media:group> section specifies multiple representations of the
same content.
2013-11-17 17:58:43 -06:00
Andrew Dolgov
15d8bd7dbf fix catchup older than X for labels category 2013-11-16 11:00:56 +04:00
Andrew Dolgov
c6d970b857 search to sql: use str_getcsv instead of explode to support quoted long string tokens 2013-11-14 15:10:33 +04:00
Andrew Dolgov
5a450b8760 add workaround for languagedetect idiotic shit of some kind 2013-11-13 20:36:15 +04:00
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