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

Metadata

Package Version Patches format
tt-rss 21~git20210204.b4cbc79+dfsg-2 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.
0001 remove default ttrss forum feed website.patch | (download)

classes/pref/users.php | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 "pref-users: cleanup index"

0002 remove default ttrss forum feed database.patch | (download)

schema/ttrss_schema_mysql.sql | 3 0 + 3 - 0 !
schema/ttrss_schema_pgsql.sql | 3 0 + 3 - 0 !
2 files changed, 6 deletions(-)

 "schema: remove default subscription of admin to the forums rss feed"

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.