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

7313 Commits

Author SHA1 Message Date
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
Andrew Dolgov
82474d4ffa add .mo file for pt_PT 2014-04-06 13:40:26 +00:00
Andrew Dolgov
8067dc8ca5 bump schema version to fix resetpass_token created as a wrong type in 124 2014-04-06 13:40:16 +00:00
Andrew Dolgov
575f2b24be Merge pull request #364 from anders-larsson/fix_mysqlschema_124
Fix mysql update 124 data type for resetpass_token
2014-04-06 17:37:03 +04:00
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.
2014-04-06 15:08:43 +02:00
Andrew Dolgov
da4f103e63 Merge pull request #363 from hrk/patch-1
Fix: remove obsolete theme_id column
2014-04-04 00:10:34 +04:00
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.
2014-04-03 21:56:50 +02:00
Andrew Dolgov
5e28bc1aad rebase translations 2014-04-02 08:22:40 +00:00
Andrew Dolgov
50e04efdc8 expand filtertree display to make filters easier to distinguish 2014-04-02 08:15:33 +00:00
Andrew Dolgov
98c7f6299a af_comics_cad: do not process news posts 2014-04-02 05:17:02 +00:00
Andrew Dolgov
463bcb7769 fix af_habr 2014-04-01 14:44:13 +00:00
Andrew Dolgov
eb1921efee add af_habr 2014-03-31 14:39:57 +04:00
Andrew Dolgov
8993937d13 fix alignment of a feed error icon in headlines subtoolbar 2014-03-26 14:30:54 +04:00
Andrew Dolgov
943f3b6e4d disable hlfeed badge in widescreen mode 2014-03-23 15:27:40 +04:00
Andrew Dolgov
1c776ade2a add pt_PT language 2014-03-21 15:56:26 +04:00
Andrew Dolgov
ff5cc7d763 Revert "Update functions.php"
This reverts commit d8cdb08f78.
2014-03-21 15:55:28 +04:00
Andrew Dolgov
c4379f62fa Merge pull request #360 from zedascouves/patch-2
Update functions.php
2014-03-21 14:53:33 +03:00
Duarte Velez Grilo
d8cdb08f78 Update functions.php
Added new entry for pt_PT as requested. Thanks!
2014-03-21 12:46:05 +01:00
Andrew Dolgov
5ca649d234 Merge pull request #358 from zedascouves/patch-1
Create messages.po
2014-03-21 14:40:46 +03:00
Andrew Dolgov
3e0e48906a Merge pull request #359 from DigitalDJ/master
Fix end tag for small feed icons when using combined display mode
2014-03-21 14:39:07 +03:00
Grant Pannell
a0d9bc160f Fix end tag for small feed icons when using combined display mode 2014-03-21 20:47:34 +10:30
Duarte Velez Grilo
3d7ce18d74 Create messages.po
This is a first version of the translations for pt_PT, based on pt_BR.
2014-03-21 10:55:23 +01:00
Andrew Dolgov
a983a827a3 release 1.12 2014-03-21 08:23:22 +04:00
Andrew Dolgov
c4165c82c3 Merge pull request #355 from HeikoAdams/master
Update german translation
2014-03-20 00:03:49 +03:00
Heiko Adams
e344096cc9 Update german translation 2014-03-19 21:03:02 +01:00
Andrew Dolgov
96ebdb70b3 rebase translations 2014-03-19 15:44:22 +04:00
Andrew Dolgov
e126fe6a68 exception_error: always stringify ext_info 2014-03-14 15:14:13 +04:00