Package: tt-rss / 21~git20210204.b4cbc79+dfsg-1

Metadata

Package Version Patches format
tt-rss 21~git20210204.b4cbc79+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
config.php dist.patch | (download)

config.php-dist | 19 10 + 9 - 0 !
1 file changed, 10 insertions(+), 9 deletions(-)

 change default config
 patch default config to load database information from
 external file, use /var/cache/tt-rss as cache dir and
 /var/lib/tt-rss as locking directory.
remove tt rss layer.patch | (download)

classes/feeds.php | 1 0 + 1 - 0 !
classes/handler/public.php | 4 0 + 4 - 0 !
include/login_form.php | 1 0 + 1 - 0 !
index.php | 1 0 + 1 - 0 !
install/index.php | 1 0 + 1 - 0 !
prefs.php | 1 0 + 1 - 0 !
6 files changed, 9 deletions(-)

 remove custom tt-rss-layer for dojo
 This patch removes the custom tt-rss-layer for dojo and uses
 the standard dojo build instead. This may result in slower
 performance of tt-rss in some older browsers, but is much
 easier to maintain.
fix db updater script.patch | (download)

classes/dbupdater.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use correct path in dbupdater.php
 In Debian the tt-rss database files are stored in
 /usr/share/tt-rss.
remove default ttrss forum feed.patch | (download)

classes/pref/users.php | 7 0 + 7 - 0 !
schema/ttrss_schema_mysql.sql | 3 0 + 3 - 0 !
schema/ttrss_schema_pgsql.sql | 3 0 + 3 - 0 !
3 files changed, 13 deletions(-)

 remove default tt-rss forum feed
 Avoids contacting tt-rss servers as soon as new installation is done. This may
 be seen by users as a privacy violation as they may wish to remain anonymous
 while using tt-rss.
use debian php gettext.patch | (download)

include/functions.php | 2 1 + 1 - 0 !
include/sessions.php | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use debian's php-gettext library instead of internal one
 Debian's php-gettext ships with gettext.inc. However, tt-rss renames this to
 gettext.inc.php in its internal copy. So, in addition to linking the gettext
 library directory to Debian's copy, also update the code.