From 97864d69ee66134f04936137e2357caf99cd9f30 Mon Sep 17 00:00:00 2001
From: rxu
Date: Thu, 17 Feb 2011 23:31:05 +0700
Subject: [feature/attachment-management-no-reassignment] Attachments
management
This feature allows to manage attachments in posts and PMs via ACP.
PHPBB3-9721
---
phpBB/adm/style/acp_attachments.html | 68 ++++++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
(limited to 'phpBB/adm')
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index 22f271ea82..c11d3c7117 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -371,6 +371,74 @@
+
+
+
+
--
cgit v1.2.1
From d811820bc11bac61076d5a92d741d22df9944af8 Mon Sep 17 00:00:00 2001
From: rxu
Date: Mon, 11 Apr 2011 19:59:50 +0800
Subject: [feature/attachment-management-no-reassignment] Further feature
adjustments.
-add database update entry;
- add files statistics checks;
- improve files deletion procedure;
- improve reversed order for pagination;
- adjust template file;
- add missing comma for orphan key in info module;
- change module mode name;
- fix module explanation text;
- add files comments output;
- change attachments per page amount from posts to topics per page value.
PHPBB3-9721
---
phpBB/adm/style/acp_attachments.html | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
(limited to 'phpBB/adm')
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index c11d3c7117..4a75a9b63b 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -371,7 +371,7 @@
-
+
-
+ {S_FORM_TOKEN}
--
cgit v1.2.1
From baba66a22991e93908a8b4e7f8bfa104b3588450 Mon Sep 17 00:00:00 2001
From: rxu
Date: Sun, 24 Apr 2011 23:33:51 +0800
Subject: [feature/attachment-management-no-reassignment] Handle privacy and
some more.
- restrict files info for PM attachments;
- add an option to resync files stats if wrong;
- replace post_id sorting with post type (PM/regular post) one;
- some language fixes.
PHPBB3-9721
---
phpBB/adm/style/acp_attachments.html | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
(limited to 'phpBB/adm')
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index 4a75a9b63b..d938135440 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -396,7 +396,10 @@
|
- {attachments.REAL_FILENAME} {attachments.COMMENT} {attachments.L_DOWNLOAD_COUNT} {L_IN} {L_PRIVATE_MESSAGE}{L_TOPIC}: {attachments.TOPIC_TITLE} |
+
+ {L_EXTENSION_GROUP}: {attachments.EXT_GROUP_NAME}{L_NO_EXT_GROUP} {attachments.L_DOWNLOAD_COUNT} {L_IN} {L_PRIVATE_MESSAGE}
+ {attachments.REAL_FILENAME} {attachments.COMMENT} {attachments.L_DOWNLOAD_COUNT} {L_TOPIC}: {attachments.TOPIC_TITLE}
+ |
{attachments.FILETIME} {L_POST_BY_AUTHOR} {attachments.ATTACHMENT_POSTER} |
{attachments.FILESIZE} |
|
@@ -414,6 +417,7 @@
{L_DISPLAY_LOG}: {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}
+
-
-
{S_FORM_TOKEN}
-
+
+
+
--
cgit v1.2.1