1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

13831 Commits

Author SHA1 Message Date
Fyorl
53aadd60a6 [feature/attach-dl] Renamed $post_id to $post_msg_id
PHPBB3-11042
2012-08-17 16:16:02 +01:00
Fyorl
884a213d55 [feature/attach-dl] Fixed a comment
PHPBB3-11042
2012-08-15 06:11:30 +08:00
Fyorl
227ae48255 [feature/attach-dl] Optimised an sql query
PHPBB3-11042
2012-08-15 06:10:53 +08:00
Fyorl
5827250a94 [feature/attach-dl] Fixed the logic in an sql statement
PHPBB3-11042
2012-08-15 06:08:18 +08:00
Fyorl
f6e8d938cb [feature/attch-dl] $forum_id cast to int
PHPBB3-11042
2012-08-15 06:06:28 +08:00
Fyorl
617a5132d8 [feature/attach-dl] Fixed $file_added to $files_added
PHPBB3-11042
2012-08-15 06:05:31 +08:00
Fyorl
6376cfe766 [feature/attach-dl] Moved definition of $archive_name
PHPBB3-11042
2012-08-15 06:04:12 +08:00
Fyorl
bf3f381c7c [feature/attach-dl] Swapped the order of an if statement
PHPBB3-11042
2012-08-15 06:01:56 +08:00
Fyorl
9729fa9a3e [feature/attach-dl] Cast variables to int
PHPBB3-11042
2012-08-14 14:43:36 +01:00
Fyorl
c6449b4825 [feature/attach-dl] Added $archive_path
PHPBB3-11042
2012-08-14 13:31:33 +01:00
Fyorl
2bcff6982a [feature/attach-dl] Used COMMA_SEPARATOR instead of actual comma
PHPBB3-11042
2012-08-14 13:26:03 +01:00
Fyorl
c4b28a3936 [feature/attach-dl] Renamed $count to $files_added
PHPBB3-11042
2012-08-14 13:24:59 +01:00
Fyorl
be27afa1c7 [feature/attach-dl] Removed sprintf() use
PHPBB3-11042
2012-08-14 13:24:02 +01:00
Fyorl
ef2e7ca791 [feature/attach-dl] Removed need for array_keys()
PHPBB3-11042
2012-08-14 13:23:21 +01:00
Fyorl
39676d513e [feature/attach-dl] Added multiple attachment downloads to PMs
PHPBB3-11042
2012-08-14 13:21:00 +01:00
Fyorl
5c9b3208f5 [feature/attach-dl] Removed reliance on current($row)
PHPBB3-11042
2012-08-14 13:02:12 +01:00
Fyorl
003f8b514b [feature/attach-dl] Renamed to phpbb_download_handle_forum_auth
PHPBB3-11042
2012-08-14 12:49:56 +01:00
Fyorl
b96c72c156 [feature/attach-dl] Moved PM authentication handling into own function
PHPBB3-11042
2012-08-14 12:47:10 +01:00
Fyorl
b05f36b197 [feature/attach-dl] Removed limit
PHPBB3-11042
2012-08-14 12:03:59 +01:00
Fyorl
d08c1c23dc [feature/attach-dl] Remove attachments that have invalid extensions
PHPBB3-11042
2012-08-14 12:03:07 +01:00
Fyorl
20ecd046da [feature/attach-dl] Moved filename cleaning into own function
PHPBB3-11042
2012-08-14 11:42:23 +01:00
Fyorl
e8830c3369 [feature/attach-dl] Added docblock for renamed download_check_forum_auth
PHPBB3-11042
2012-08-14 11:36:16 +01:00
Fyorl
6da47555e0 [feature/attach-dl] Remove the archive after it's downloaded
PHPBB3-11042
2012-08-10 13:19:41 +01:00
Fyorl
dd7be79fc3 [feature/attach-dl] Removed strtolower and added comments
PHPBB3-11042
2012-08-10 13:08:12 +01:00
Andreas Fischer
6dd0bd0bce [feature/attach-dl] Do not check for passworted forum when it's a PM.
PHPBB3-11042
2012-08-10 03:29:47 +02:00
Andreas Fischer
62305bec6d [feature/attach-dl] Send 404 if we get empty row from privmsg|posts|topic table
PHPBB3-11042
2012-08-10 03:28:53 +02:00
Andreas Fischer
ccb0baa20a [feature/attach-dl] Increase download counters closely before streaming archive
PHPBB3-11042
2012-08-10 03:24:15 +02:00
Andreas Fischer
e5a3bc03b4 [feature/attach-dl] Consider that post_id can mean private message id as well.
PHPBB3-11042
2012-08-10 03:14:55 +02:00
Andreas Fischer
7bd81cd0cd [feature/attach-dl] Move logic for passworded forums to a function.
PHPBB3-11042
2012-08-10 03:07:38 +02:00
Andreas Fischer
9b7b794beb [feature/attach-dl] Exploit topic_id of attachment => no posts table query
PHPBB3-11042
2012-08-10 03:02:00 +02:00
Andreas Fischer
11129a5950 [feature/attach-dl] Use class_exists/require instead of require_once.
PHPBB3-11042
2012-08-10 02:36:38 +02:00
Andreas Fischer
93f630e9b1 [feature/attach-dl] Do not fetch orphaned attachments when downloading archives
PHPBB3-11042
2012-08-10 02:36:38 +02:00
Andreas Fischer
0226bc43dd [feature/attach-dl] Fix query indentation.
PHPBB3-11042
2012-08-10 02:36:38 +02:00
Andreas Fischer
dd43af0ab6 [feature/attach-dl] Make sure physical_filename is basenamed everywhere.
PHPBB3-11042
2012-08-10 02:08:04 +02:00
Andreas Fischer
c221294fb2 [feature/attach-dl] Remove commented statement.
PHPBB3-11042
2012-08-10 02:06:27 +02:00
Andreas Fischer
aa6effbb0c [feature/attach-dl] Remove backticks from SQL query.
PHPBB3-11042
2012-08-10 02:04:39 +02:00
Andreas Fischer
8f3c1d8ea1 [feature/attach-dl] Refactor the remaining code into their sections.
Refactor the remaining code into their sections instead of checking things
over and over again.

PHPBB3-11042
2012-08-10 02:00:39 +02:00
Andreas Fischer
a7694dd512 [feature/attach-dl] Get rid of second query. Fetch all required info at once.
PHPBB3-11042
2012-08-10 01:54:41 +02:00
Fyorl
f0804f2db6 [feature/attach-dl] Manually clean the topic title/post subject
PHPBB3-11042
2012-08-07 19:24:13 +01:00
Fyorl
c4655b32f3 [feature/attach-dl] Fixed a bug with single attachments
PHPBB3-11042
2012-08-07 18:21:29 +01:00
Fyorl
10f0fc0713 [feature/attach-dl] Added identifiers to attachment archive name
Attachment archives now include the post/topic id and the subject.
Attachments downloaded from a topic are prefixed with their post
id.

PHPBB3-11042
2012-08-07 18:19:58 +01:00
Fyorl
773c513ac0 [feature/attach-dl] Moved include of compress class inside function
PHPBB3-11042
2012-08-07 16:59:57 +01:00
Fyorl
a0bc902612 [feature/attach-dl] Removed superfluous ternary statement
PHPBB3-11042
2012-08-07 16:56:13 +01:00
Fyorl
32f7338361 [feature/attach-dl] Merge changes from bantu/feature/attach-dl
PHPBB3-11042
2012-08-07 16:10:01 +01:00
Andreas Fischer
8d914e05ae [feature/attach-dl] Get rid of unnecessary if block. Refactor switch block.
PHPBB3-11042
2012-08-07 17:03:46 +02:00
Andreas Fischer
3de4a7e78d [feature/attach-dl] Also initialise $attachments as an array.
PHPBB3-11042
2012-08-07 16:55:31 +02:00
Andreas Fischer
4b06a220af [feature/attach-dl] Use extension_allowed() again.
PHPBB3-11042
2012-08-07 13:51:07 +02:00
Andreas Fischer
d6e8fbf94a [feature/attach-dl] Remove extra loop over attachments to get primary keys.
PHPBB3-11042
2012-08-07 13:43:31 +02:00
Andreas Fischer
8a8f48528a [feature/attach-dl] Correct comment for post_id and topic_id case.
PHPBB3-11042
2012-08-07 13:40:53 +02:00
Fyorl
3d68a6953e [feature/attach-dl] Moved download links to bottom of topic
PHPBB3-11042
2012-08-07 12:03:47 +01:00