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

7289 Commits

Author SHA1 Message Date
Andrew Dolgov
c6f9438a6e Merge pull request #382 from dzaikos/ios-inertial-scrolling
Enable inertial scrolling for iOS devices.
2014-06-26 10:53:04 +04:00
Dave Zaikos
a47e631c1b Added webkit-specific overflow scrolling for iOS devices to allow for inertial scrolling. 2014-06-25 16:18:11 -04:00
Andrew Dolgov
ace47aefa7 Merge pull request #381 from bram85/master
Fix for testing filters getting stuck sometimes.
2014-06-19 14:56:42 +04:00
Bram Schoenmakers
7b3110c9c9 Fix for testing filters getting stuck sometimes.
Sometimes when testing a filter the database becomes unresponsive, stuck
in a long query.

Solution: properly join ttrss_entries and ttrss_user_entries instead of
working with their carthesian product.
2014-06-19 10:29:48 +02:00
Andrew Dolgov
32ae0fc2a2 rebase translations 2014-06-18 16:09:28 +04:00
Andrew Dolgov
4b19d4ac91 properly show cached images in syndicated feeds 2014-06-18 14:55:41 +04:00
Andrew Dolgov
66c6f91c14 af_comics: add extra fabulous comics 2014-06-16 12:24:51 +04:00
Andrew Dolgov
2b0d34247b Merge pull request #379 from Joschasa/getNextUnreadFeed_skip_nested
Skip nested Cats/Feeds when calling getNextUnreadFeed()
2014-06-15 11:12:20 +04:00
André Glüpker
d922b09c43 Skip nested Feed when calling getNextUnreadFeed()
This function is only called when using "Mark all as read".
So every time, this function gets called right now, all nested
categories get marked as read as well, so we don't want to jump to them.
Instead we want to the next category with same or higher tier.
2014-06-14 12:37:05 +02:00
Andrew Dolgov
1fa5c5409d catchup_feed: only mark articles as read with non-negative score in fresh feed 2014-06-10 11:39:17 +04:00
Andrew Dolgov
78744d48d7 add FEEDS_SORT_BY_UNREAD to blacklist (removed) 2014-06-10 08:54:18 +04:00
Andrew Dolgov
e79b401e97 getPreviousFeed: wrap to last feed to be consistent with getNextFeed 2014-06-09 13:23:27 +04:00
Andrew Dolgov
5d08bdeb8f add missing .mo files 2014-06-03 04:59:29 +00:00
Andrew Dolgov
ef3d0895c5 fix new .po files headers; rebase translations 2014-06-03 04:59:16 +00:00
brendan braybrook
0c474b390b helps to know what month it is.. 2014-06-03 04:57:36 +00:00
brendan braybrook
64d64b8654 include message headers 2014-06-03 04:57:27 +00:00
Andrew Dolgov
1f16ede01d Revert "Revert "fix unicode problem from vim""
This reverts commit 0172de4244.
2014-06-03 04:56:49 +00:00
Andrew Dolgov
c2aa0593bb Revert "Revert "include new lang codes""
This reverts commit df13793f1c.
2014-06-03 04:56:40 +00:00
Andrew Dolgov
b575108740 Revert "Revert "new translations""
This reverts commit e0215e1c02.
2014-06-03 04:56:28 +00:00
Andrew Dolgov
e0215e1c02 Revert "new translations"
This reverts commit 087e6e0ee1.
2014-06-03 04:53:44 +00:00
Andrew Dolgov
df13793f1c Revert "include new lang codes"
This reverts commit e385861ca5.
2014-06-03 04:53:26 +00:00
Andrew Dolgov
0172de4244 Revert "fix unicode problem from vim"
This reverts commit f33e373e59.
2014-06-03 04:53:18 +00:00
Andrew Dolgov
f1fc911ecf Merge pull request #377 from bbraybrook/extra_langs
new translations
2014-06-02 23:06:44 +04:00
brendan braybrook
f33e373e59 fix unicode problem from vim 2014-06-02 18:40:29 +00:00
brendan braybrook
e385861ca5 include new lang codes 2014-06-02 17:37:08 +00:00
brendan braybrook
087e6e0ee1 new translations 2014-06-02 17:21:43 +00:00
Andrew Dolgov
34899cf9e8 add hidden tunable _DISABLE_INACTIVE_FEEDS 2014-05-22 08:10:24 +00:00
Andrew Dolgov
dbfb3f3c8d Merge pull request #376 from morhelluin/master
Update translation for fr_FR
2014-05-22 02:01:20 +04:00
Étienne Gilli
dd5666822a Update translation for fr_FR
New translations, fuzzy messages and typos corrections
2014-05-21 23:54:24 +02:00
Andrew Dolgov
ddc9f12e89 Merge pull request #375 from wltb/hooks
Add subscribe hook, give more information to fetch_feed hook
2014-05-19 16:36:15 +04:00
wltb
01465325b4 Add subscribe hook, give more information to fetch_feed hook 2014-05-19 14:06:52 +02:00
Andrew Dolgov
a283bf2643 Merge pull request #374 from dzaikos/plugin-hook-enclosures
Plugin hook enclosures
2014-05-14 12:09:01 +04:00
Dave Zaikos
c6ce584dd5 Changed how the enclosures array is checked for content so an empty array is not processed. Fixes a change from the previous branch commit. 2014-05-12 13:54:04 -04:00
Dave Zaikos
2bb11658a8 Added HOOK_FORMAT_ENCLOSURES plugin hook.
Runs HTML and enclosures array through a plugin hook when rendering an article's enclosures in format_article_enclosures(). Allows plugins to override handling of how enclosures are presented by either filtering the array of enclosures, or generating the HTML to add to the article content.
2014-05-12 00:59:27 -04:00
Andrew Dolgov
1fd733c8ff fetch_file_contents: do not set referrer when using curl 2014-05-09 11:33:21 +00:00
Andrew Dolgov
bace5e9e6f prevent cdmClicked ctrl-click handler working on article body 2014-05-08 06:41:21 +00:00
Andrew Dolgov
a0dfd7ef88 fix several login parameters not being passed through OTP form 2014-05-03 18:37:08 +00:00
Andrew Dolgov
eb30c61834 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2014-04-30 08:49:54 +00:00
Andrew Dolgov
15d0528a9f rssfuncs: mention local cache filename for easier debugging 2014-04-30 08:49:46 +00:00
Andrew Dolgov
b8bb6b6694 Merge pull request #370 from Hao-Wu/master
Update translation for zh_CN.
2014-04-29 15:58:45 +04:00
Hao-Wu
bfce2b8e4b Update translation for zh_CN.
Fix translation errors, and add translations for new texts.
2014-04-29 19:32:47 +08:00
Andrew Dolgov
edd882ede4 search_sphinx: abort if system client library exists 2014-04-23 05:01:13 +00:00
Andrew Dolgov
af2c15f3d3 mention config.php settings in search_sphinx plugin description 2014-04-23 04:53:09 +00:00
Rob Hoelz
9a6456fa12 Stop after first search plugin
The sanity check should have caught any extra ones, but it doesn't
hurt to be careful
2014-04-23 04:50:09 +00:00
Rob Hoelz
baaf4c3043 Make search mechanism pluggable
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching.  It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged.  This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active.  The Sphinx search behavior has been
broken out into a plugin.
2014-04-23 04:49:54 +00:00
Andrew Dolgov
87ddd5e1f9 Merge pull request #369 from zedascouves/patch-1
Updated translation for pt_PT.
2014-04-18 14:50:58 +04:00
Duarte Velez Grilo
c2d6503d9a Updated translation for pt_PT.
Still a work in progress...
2014-04-18 12:30:47 +02:00
Andrew Dolgov
532e1afeea mysql schema: remove theme_id index pointing nowhere 2014-04-16 05:02:25 +00:00
Andrew Dolgov
cda0418af1 Merge pull request #365 from alok0/master
Fix permission on 'cache/upload' after upgrade
2014-04-13 10:07:51 +04:00
alok
b16e8ba8ef Fix permission on cache/upload after upgrade
The daemon complains about cache/upload after the updater upgrades the installation. This should fix the permissions.
2014-04-12 23:06:01 -04:00