Andrew Dolgov
c6f9438a6e
Merge pull request #382 from dzaikos/ios-inertial-scrolling
...
Enable inertial scrolling for iOS devices.
11 years ago
Dave Zaikos
a47e631c1b
Added webkit-specific overflow scrolling for iOS devices to allow for inertial scrolling.
11 years ago
Andrew Dolgov
ace47aefa7
Merge pull request #381 from bram85/master
...
Fix for testing filters getting stuck sometimes.
11 years ago
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.
11 years ago
Andrew Dolgov
32ae0fc2a2
rebase translations
11 years ago
Andrew Dolgov
4b19d4ac91
properly show cached images in syndicated feeds
11 years ago
Andrew Dolgov
66c6f91c14
af_comics: add extra fabulous comics
11 years ago
Andrew Dolgov
2b0d34247b
Merge pull request #379 from Joschasa/getNextUnreadFeed_skip_nested
...
Skip nested Cats/Feeds when calling getNextUnreadFeed()
11 years ago
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.
11 years ago
Andrew Dolgov
1fa5c5409d
catchup_feed: only mark articles as read with non-negative score in fresh feed
11 years ago
Andrew Dolgov
78744d48d7
add FEEDS_SORT_BY_UNREAD to blacklist (removed)
11 years ago
Andrew Dolgov
e79b401e97
getPreviousFeed: wrap to last feed to be consistent with getNextFeed
11 years ago
Andrew Dolgov
5d08bdeb8f
add missing .mo files
11 years ago
Andrew Dolgov
ef3d0895c5
fix new .po files headers; rebase translations
11 years ago
brendan braybrook
0c474b390b
helps to know what month it is..
11 years ago
brendan braybrook
64d64b8654
include message headers
11 years ago
Andrew Dolgov
1f16ede01d
Revert "Revert "fix unicode problem from vim""
...
This reverts commit 0172de4244
.
11 years ago
Andrew Dolgov
c2aa0593bb
Revert "Revert "include new lang codes""
...
This reverts commit df13793f1c
.
11 years ago
Andrew Dolgov
b575108740
Revert "Revert "new translations""
...
This reverts commit e0215e1c02
.
11 years ago
Andrew Dolgov
e0215e1c02
Revert "new translations"
...
This reverts commit 087e6e0ee1
.
11 years ago
Andrew Dolgov
df13793f1c
Revert "include new lang codes"
...
This reverts commit e385861ca5
.
11 years ago
Andrew Dolgov
0172de4244
Revert "fix unicode problem from vim"
...
This reverts commit f33e373e59
.
11 years ago
Andrew Dolgov
f1fc911ecf
Merge pull request #377 from bbraybrook/extra_langs
...
new translations
11 years ago
brendan braybrook
f33e373e59
fix unicode problem from vim
11 years ago
brendan braybrook
e385861ca5
include new lang codes
11 years ago
brendan braybrook
087e6e0ee1
new translations
11 years ago
Andrew Dolgov
34899cf9e8
add hidden tunable _DISABLE_INACTIVE_FEEDS
11 years ago
Andrew Dolgov
dbfb3f3c8d
Merge pull request #376 from morhelluin/master
...
Update translation for fr_FR
11 years ago
Étienne Gilli
dd5666822a
Update translation for fr_FR
...
New translations, fuzzy messages and typos corrections
11 years ago
Andrew Dolgov
ddc9f12e89
Merge pull request #375 from wltb/hooks
...
Add subscribe hook, give more information to fetch_feed hook
11 years ago
wltb
01465325b4
Add subscribe hook, give more information to fetch_feed hook
11 years ago
Andrew Dolgov
a283bf2643
Merge pull request #374 from dzaikos/plugin-hook-enclosures
...
Plugin hook enclosures
11 years ago
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.
11 years ago
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.
11 years ago
Andrew Dolgov
1fd733c8ff
fetch_file_contents: do not set referrer when using curl
11 years ago
Andrew Dolgov
bace5e9e6f
prevent cdmClicked ctrl-click handler working on article body
11 years ago
Andrew Dolgov
a0dfd7ef88
fix several login parameters not being passed through OTP form
11 years ago
Andrew Dolgov
eb30c61834
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
11 years ago
Andrew Dolgov
15d0528a9f
rssfuncs: mention local cache filename for easier debugging
11 years ago
Andrew Dolgov
b8bb6b6694
Merge pull request #370 from Hao-Wu/master
...
Update translation for zh_CN.
11 years ago
Hao-Wu
bfce2b8e4b
Update translation for zh_CN.
...
Fix translation errors, and add translations for new texts.
11 years ago
Andrew Dolgov
edd882ede4
search_sphinx: abort if system client library exists
11 years ago
Andrew Dolgov
af2c15f3d3
mention config.php settings in search_sphinx plugin description
11 years ago
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
11 years ago
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.
11 years ago
Andrew Dolgov
87ddd5e1f9
Merge pull request #369 from zedascouves/patch-1
...
Updated translation for pt_PT.
11 years ago
Duarte Velez Grilo
c2d6503d9a
Updated translation for pt_PT.
...
Still a work in progress...
11 years ago
Andrew Dolgov
532e1afeea
mysql schema: remove theme_id index pointing nowhere
11 years ago
Andrew Dolgov
cda0418af1
Merge pull request #365 from alok0/master
...
Fix permission on 'cache/upload' after upgrade
11 years ago
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.
11 years ago