From c1035c98e455548fe14fbf5443bb98137d4e3d5d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 31 Jan 2016 23:49:17 +0100 Subject: [ticket/14492] Rename files to help_phpbb and fix css tabbing PHPBB3-14492 --- phpBB/adm/style/acp_help_phpbb.html | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 phpBB/adm/style/acp_help_phpbb.html (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html new file mode 100644 index 0000000000..a984b25b25 --- /dev/null +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -0,0 +1,52 @@ + + + + +

{L_SEND_STATISTICS}

+ +
+
+

Send statistics

+

{L_EXPLAIN_SEND_STATISTICS}

+
+ +
+
+ +
+ {providers.NAME} + +
+
{providers.values.KEY}
+
{providers.values.VALUE}
+
+ +
+ +
+
+
+
+
+ + +
+
{L_SEND_STATISTICS}
+
+
+
+

VigLink

+

{L_EXPLAIN_ENABLE_VIGLINK}

+
+
+ + +
+
Enable
+
+
+
+ + -- cgit v1.2.1 From 9fb2a5d5f8ed4c23689843178a4a06a151d146e6 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 1 Feb 2016 00:01:26 +0100 Subject: [ticket/14492] Update language variables and trigger details text PHPBB3-14492 --- phpBB/adm/style/acp_help_phpbb.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index a984b25b25..347d39af86 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -2,7 +2,7 @@ -

{L_SEND_STATISTICS}

+

{L_ACP_HELP_PHPBB}

@@ -10,7 +10,7 @@

{L_EXPLAIN_SEND_STATISTICS}

@@ -33,7 +33,7 @@ -
{L_SEND_STATISTICS}
+
{L_SEND_STATISTICS_LONG}
-- cgit v1.2.1 From cc7a0aa4fb2d6c8efd5c78df7d68328c9f8d4d32 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 1 Feb 2016 13:55:36 +0100 Subject: [ticket/14492] Use guzzle for submitting data to stats service PHPBB3-14492 --- phpBB/adm/style/acp_help_phpbb.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index 347d39af86..cbbe42e8c7 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -4,6 +4,7 @@

{L_ACP_HELP_PHPBB}

+

Send statistics

@@ -47,6 +48,13 @@
Enable
+
+

+ +

+ {S_FORM_TOKEN} +
+
-- cgit v1.2.1 From c07ecb060dd04c76d8bd166a0a8a7226a8167f06 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 2 Feb 2016 12:19:55 +0100 Subject: [ticket/14492] Add events for modifying help phpBB page PHPBB3-14492 --- phpBB/adm/style/acp_help_phpbb.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index cbbe42e8c7..a9406e2c2e 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -6,6 +6,7 @@
+

Send statistics

{L_EXPLAIN_SEND_STATISTICS}

@@ -31,23 +32,13 @@
- - + checked="checked" /> +
{L_SEND_STATISTICS_LONG}
-
-

VigLink

-

{L_EXPLAIN_ENABLE_VIGLINK}

-
-
- - -
-
Enable
-
-
+

-- cgit v1.2.1 From 80a63a9a94af042da37227ed747eba0feeac1049 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 20 Feb 2016 11:58:36 +0100 Subject: [ticket/14492] Add missing input name PHPBB3-14492 --- phpBB/adm/style/acp_help_phpbb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index a9406e2c2e..d2f5e76916 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -32,7 +32,7 @@

- checked="checked" /> + checked="checked" />
{L_SEND_STATISTICS_LONG}
-- cgit v1.2.1 From 89fef2ce13a183c7b963032274f455a09a05f325 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 21 Feb 2016 22:14:58 +0100 Subject: [ticket/14492] Send statistics via ajax request Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492 --- phpBB/adm/style/acp_help_phpbb.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index d2f5e76916..48a4595913 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -4,7 +4,7 @@

{L_ACP_HELP_PHPBB}

- +
@@ -12,9 +12,9 @@

{L_EXPLAIN_SEND_STATISTICS}

-
+
@@ -41,11 +41,21 @@

+ +

{S_FORM_TOKEN}
+
+
+

+ + +

+
+
-- cgit v1.2.1 From dfe42e96035ed63e92f8c14a553c3631c1ea08e4 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Sat, 10 Dec 2016 21:50:09 +0100 Subject: [ticket/14908] Uses lang-variable instead of english text PHPBB3-14908 --- phpBB/adm/style/acp_help_phpbb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_help_phpbb.html') diff --git a/phpBB/adm/style/acp_help_phpbb.html b/phpBB/adm/style/acp_help_phpbb.html index 48a4595913..478ecc162a 100644 --- a/phpBB/adm/style/acp_help_phpbb.html +++ b/phpBB/adm/style/acp_help_phpbb.html @@ -8,7 +8,7 @@
-

Send statistics

+

{L_SEND_STATISTICS}

{L_EXPLAIN_SEND_STATISTICS}

-- cgit v1.2.1