Commit Graph

7382 Commits (4baa1afa430aa87c49cc02e111c6b3de8491d1a3)
 

Author SHA1 Message Date
Andrew Dolgov 2b0d34247b Merge pull request #379 from Joschasa/getNextUnreadFeed_skip_nested
Skip nested Cats/Feeds when calling getNextUnreadFeed()
10 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.
10 years ago
Andrew Dolgov 1fa5c5409d catchup_feed: only mark articles as read with non-negative score in fresh feed 10 years ago
Andrew Dolgov 78744d48d7 add FEEDS_SORT_BY_UNREAD to blacklist (removed) 10 years ago
Andrew Dolgov e79b401e97 getPreviousFeed: wrap to last feed to be consistent with getNextFeed 10 years ago
Andrew Dolgov 5d08bdeb8f add missing .mo files 10 years ago
Andrew Dolgov ef3d0895c5 fix new .po files headers; rebase translations 10 years ago
brendan braybrook 0c474b390b helps to know what month it is.. 10 years ago
brendan braybrook 64d64b8654 include message headers 10 years ago
Andrew Dolgov 1f16ede01d Revert "Revert "fix unicode problem from vim""
This reverts commit 0172de4244.
10 years ago
Andrew Dolgov c2aa0593bb Revert "Revert "include new lang codes""
This reverts commit df13793f1c.
10 years ago
Andrew Dolgov b575108740 Revert "Revert "new translations""
This reverts commit e0215e1c02.
10 years ago
Andrew Dolgov e0215e1c02 Revert "new translations"
This reverts commit 087e6e0ee1.
10 years ago
Andrew Dolgov df13793f1c Revert "include new lang codes"
This reverts commit e385861ca5.
10 years ago
Andrew Dolgov 0172de4244 Revert "fix unicode problem from vim"
This reverts commit f33e373e59.
10 years ago
Andrew Dolgov f1fc911ecf Merge pull request #377 from bbraybrook/extra_langs
new translations
10 years ago
brendan braybrook f33e373e59 fix unicode problem from vim 10 years ago
brendan braybrook e385861ca5 include new lang codes 10 years ago
brendan braybrook 087e6e0ee1 new translations 10 years ago
Andrew Dolgov 34899cf9e8 add hidden tunable _DISABLE_INACTIVE_FEEDS 10 years ago
Andrew Dolgov dbfb3f3c8d Merge pull request #376 from morhelluin/master
Update translation for fr_FR
10 years ago
Étienne Gilli dd5666822a Update translation for fr_FR
New translations, fuzzy messages and typos corrections
10 years ago
Andrew Dolgov ddc9f12e89 Merge pull request #375 from wltb/hooks
Add subscribe hook, give more information to fetch_feed hook
10 years ago
wltb 01465325b4 Add subscribe hook, give more information to fetch_feed hook 10 years ago
Andrew Dolgov a283bf2643 Merge pull request #374 from dzaikos/plugin-hook-enclosures
Plugin hook enclosures
10 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. 10 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.
10 years ago
Andrew Dolgov 1fd733c8ff fetch_file_contents: do not set referrer when using curl 10 years ago
Andrew Dolgov bace5e9e6f prevent cdmClicked ctrl-click handler working on article body 10 years ago
Andrew Dolgov a0dfd7ef88 fix several login parameters not being passed through OTP form 10 years ago
Andrew Dolgov eb30c61834 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 10 years ago
Andrew Dolgov 15d0528a9f rssfuncs: mention local cache filename for easier debugging 10 years ago
Andrew Dolgov b8bb6b6694 Merge pull request #370 from Hao-Wu/master
Update translation for zh_CN.
10 years ago
Hao-Wu bfce2b8e4b Update translation for zh_CN.
Fix translation errors, and add translations for new texts.
10 years ago
Andrew Dolgov edd882ede4 search_sphinx: abort if system client library exists 10 years ago
Andrew Dolgov af2c15f3d3 mention config.php settings in search_sphinx plugin description 10 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
10 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.
10 years ago
Andrew Dolgov 87ddd5e1f9 Merge pull request #369 from zedascouves/patch-1
Updated translation for pt_PT.
10 years ago
Duarte Velez Grilo c2d6503d9a Updated translation for pt_PT.
Still a work in progress...
10 years ago
Andrew Dolgov 532e1afeea mysql schema: remove theme_id index pointing nowhere 10 years ago
Andrew Dolgov cda0418af1 Merge pull request #365 from alok0/master
Fix permission on 'cache/upload' after upgrade
10 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.
10 years ago
Andrew Dolgov 82474d4ffa add .mo file for pt_PT 10 years ago
Andrew Dolgov 8067dc8ca5 bump schema version to fix resetpass_token created as a wrong type in 124 10 years ago
Andrew Dolgov 575f2b24be Merge pull request #364 from anders-larsson/fix_mysqlschema_124
Fix mysql update 124 data type for resetpass_token
10 years ago
Anders Larsson 44a45a6351 Fix mysql update 124 data type for resetpass_token
Currently mysql schema update 124 sets resetpass_token type to boolean
instead of VARCHAR(250). This prevents reset password functionality from
working correctly.
10 years ago
Andrew Dolgov da4f103e63 Merge pull request #363 from hrk/patch-1
Fix: remove obsolete theme_id column
10 years ago
Luca Santarelli 15a365a882 Fix: remove obsolete theme_id column
The theme_id column was removed in schema version 83 update script, but not in the initialization one.
10 years ago
Andrew Dolgov 5e28bc1aad rebase translations 10 years ago