From 03492e62116f05da97fc4ee30d11793f4cdbbdc8 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 4 Mar 2014 15:49:33 -0800 Subject: [PATCH 1/5] [ticket/12248] Make extension details homepage a clickable link http://tracker.phpbb.com/browse/PHPBB3-12248 PHPBB3-12248 --- phpBB/adm/style/acp_ext_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 18786d80f9..3e7a7af6e4 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -31,7 +31,7 @@
-

{META_HOMEPAGE}

+

{META_HOMEPAGE}

From d0b07503ad86d8c2fac5c7396348988e1587a684 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 5 Mar 2014 14:45:45 -0800 Subject: [PATCH 2/5] [ticket/12248] Remove p tag in favor of strong tag PHPBB3-12248 --- phpBB/adm/style/acp_ext_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index 3e7a7af6e4..f14243dad0 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -31,7 +31,7 @@
-

{META_HOMEPAGE}

+
{META_HOMEPAGE}
From 4e770c2b429cab9aad69a390d1cd4d2c67b7062a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 5 Mar 2014 14:53:31 -0800 Subject: [PATCH 3/5] [ticket/12248] Fix meta_author tags (IDs must be unique) PHPBB3-12248 --- phpBB/adm/style/acp_ext_details.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index f14243dad0..c43a229515 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -69,25 +69,25 @@
-
-
{meta_authors.AUTHOR_NAME}
+
+
{meta_authors.AUTHOR_NAME}
-
-
{meta_authors.AUTHOR_EMAIL}
+
+
{meta_authors.AUTHOR_EMAIL}
-
-
{meta_authors.AUTHOR_HOMEPAGE}
+
+
{meta_authors.AUTHOR_HOMEPAGE}
-
-
{meta_authors.AUTHOR_ROLE}
+
+
{meta_authors.AUTHOR_ROLE}
From 2e49efc12d84b5a0111d61e7066bea77bcb4e5c1 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 5 Mar 2014 14:54:04 -0800 Subject: [PATCH 4/5] [ticket/12248] Use id instead of name attribute in a tags PHPBB3-12248 --- phpBB/adm/style/acp_ext_delete_data.html | 2 +- phpBB/adm/style/acp_ext_details.html | 2 +- phpBB/adm/style/acp_ext_disable.html | 2 +- phpBB/adm/style/acp_ext_enable.html | 2 +- phpBB/adm/style/acp_ext_list.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phpBB/adm/style/acp_ext_delete_data.html b/phpBB/adm/style/acp_ext_delete_data.html index 5b38d9b8d0..0f3adb7cfe 100644 --- a/phpBB/adm/style/acp_ext_delete_data.html +++ b/phpBB/adm/style/acp_ext_delete_data.html @@ -1,6 +1,6 @@ - +

{L_EXTENSIONS_ADMIN}

diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index c43a229515..b6552bbbd4 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -1,6 +1,6 @@ - + « {L_BACK} diff --git a/phpBB/adm/style/acp_ext_disable.html b/phpBB/adm/style/acp_ext_disable.html index 4fa0893be7..d650544ff7 100644 --- a/phpBB/adm/style/acp_ext_disable.html +++ b/phpBB/adm/style/acp_ext_disable.html @@ -1,6 +1,6 @@ - +

{L_EXTENSIONS_ADMIN}

diff --git a/phpBB/adm/style/acp_ext_enable.html b/phpBB/adm/style/acp_ext_enable.html index 670904a2ce..42523f1f58 100644 --- a/phpBB/adm/style/acp_ext_enable.html +++ b/phpBB/adm/style/acp_ext_enable.html @@ -1,6 +1,6 @@ - +

{L_EXTENSIONS_ADMIN}

diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index 09cf6a31f5..2fcc6eab31 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -1,6 +1,6 @@ - +

{L_EXTENSIONS_ADMIN}

From 898976f8a113b61acef03506143be36ad69e6507 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 5 Mar 2014 15:05:40 -0800 Subject: [PATCH 5/5] [ticket/12248] Remove unused label for attributes and related id tags PHPBB3-12248 --- phpBB/adm/style/acp_ext_details.html | 52 ++++++++++++++-------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/phpBB/adm/style/acp_ext_details.html b/phpBB/adm/style/acp_ext_details.html index b6552bbbd4..af28acdc54 100644 --- a/phpBB/adm/style/acp_ext_details.html +++ b/phpBB/adm/style/acp_ext_details.html @@ -10,39 +10,39 @@ {L_EXT_DETAILS}
-
-
{META_DISPLAY_NAME}
+
+
{META_DISPLAY_NAME}
-
-
{META_NAME}
+
+
{META_NAME}
-
-

{META_DESCRIPTION}

+
+

{META_DESCRIPTION}

-
-

{META_VERSION}

+
+

{META_VERSION}

-
-
{META_HOMEPAGE}
+
+
{META_HOMEPAGE}
-
-

{META_TIME}

+
+

{META_TIME}

-
-

{META_LICENCE}

+
+

{META_LICENCE}

@@ -51,14 +51,14 @@ {L_REQUIREMENTS} class="requirements_not_met"> -
-

{META_REQUIRE_PHPBB}

+
+

{META_REQUIRE_PHPBB}

class="requirements_not_met"> -
-

{META_REQUIRE_PHP}

+
+

{META_REQUIRE_PHP}

@@ -69,25 +69,25 @@
-
-
{meta_authors.AUTHOR_NAME}
+
+
{meta_authors.AUTHOR_NAME}
-
-
{meta_authors.AUTHOR_EMAIL}
+
+
{meta_authors.AUTHOR_EMAIL}
-
-
{meta_authors.AUTHOR_HOMEPAGE}
+
+
{meta_authors.AUTHOR_HOMEPAGE}
-
-
{meta_authors.AUTHOR_ROLE}
+
+
{meta_authors.AUTHOR_ROLE}