From 2cab43b7c91ebe3a342d9febe8beee074c143789 Mon Sep 17 00:00:00 2001 From: Ralf Thees Date: Thu, 23 Aug 2018 16:56:07 +0200 Subject: [PATCH 1/3] chng --- config/settings.ini.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.ini.php b/config/settings.ini.php index 3a30bc3869..353b1fa1f4 100644 --- a/config/settings.ini.php +++ b/config/settings.ini.php @@ -49,7 +49,7 @@ default_timezone = UTC ; directory (String) ; URL of the global directory. -directory = https://dir.friendi.social +directory = https://dir.friendica.social ; forbidden_nicknames (Comma-separated list) ; Prevents users from registering the specified nicknames on this node. From 5201e9009dbabae9b598a3ee5399ff228696fe0e Mon Sep 17 00:00:00 2001 From: Ralf Thees Date: Wed, 17 Oct 2018 22:53:24 +0200 Subject: [PATCH 2/3] Inserted missing hidden input with form_security_token --- view/theme/frio/templates/group_edit.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/templates/group_edit.tpl b/view/theme/frio/templates/group_edit.tpl index 174c292e0f..5b7f1a6437 100644 --- a/view/theme/frio/templates/group_edit.tpl +++ b/view/theme/frio/templates/group_edit.tpl @@ -26,7 +26,8 @@
- + +
{{include file="field_input.tpl" field=$gname label=false}}
From 4ddf59e0162641b9da5b0dc28081765253841a9c Mon Sep 17 00:00:00 2001 From: Ralf Thees Date: Thu, 25 Oct 2018 09:33:01 +0200 Subject: [PATCH 3/3] indents now with tabs --- view/theme/frio/templates/group_edit.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/templates/group_edit.tpl b/view/theme/frio/templates/group_edit.tpl index 5b7f1a6437..9d663b3edd 100644 --- a/view/theme/frio/templates/group_edit.tpl +++ b/view/theme/frio/templates/group_edit.tpl @@ -26,8 +26,8 @@
- - + +
{{include file="field_input.tpl" field=$gname label=false}}