From c2fd7b1d1279d378ce4d3b8632a2f577a4fc3d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 4 May 2015 11:35:30 +0200 Subject: [PATCH 1/2] no link if there is no detailpage property set - fixes #15953 --- settings/templates/apps.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index fb25917ee5..c94e025603 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -54,7 +54,13 @@ script( {{/if}} -

{{name}}

+

+ {{#if detailpage}} + {{name}} + {{else}} + {{name}} + {{/if}} +

{{version}}
{{#if profilepage}}{{/if}}
t('by')); ?> {{author}} From 711282422902bd6d2fa5c47d28d4a83fdc1b0470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 4 May 2015 11:37:30 +0200 Subject: [PATCH 2/2] fix l10n strings --- settings/templates/apps.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index c94e025603..6bbde71df9 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -41,10 +41,7 @@ script(

t('Experimental applications ahead')) ?>

- t('Experimental apps are not checked for security ' . - 'issues, new or known to be unstable and under heavy ' . - 'development. Installing them can cause data loss or security ' . - 'breaches.')) ?> + t('Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches.')) ?>

{{/if}} @@ -146,10 +143,7 @@ script(

- t('Experimental apps are not checked for security ' . - 'issues, new or known to be unstable and under heavy ' . - 'development. Installing them can cause data loss or security ' . - 'breaches.')) ?> + t('Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches.')) ?>