index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
download
/
file.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/attach-dl] Correct comment for post_id and topic_id case.
Andreas Fischer
2012-08-07
1
-1
/
+1
*
[feature/attach-dl] phpbb_check_attach_extensions: Get rid of pass-by-reference
Andreas Fischer
2012-08-07
1
-9
/
+2
*
[feature/attach-dl] Move !download_allowed() check up.
Andreas Fischer
2012-08-07
1
-6
/
+5
*
[feature/attach-dl] Putting more old code under "else if ($download_id)".
Andreas Fischer
2012-08-07
1
-82
/
+101
*
[feature/attach-dl] Putting some old code under "else if ($download_id)".
Andreas Fischer
2012-08-07
1
-4
/
+10
*
[feature/attach-dl] Also merge topic_id query. a.topic_id can be used.
Andreas Fischer
2012-08-07
1
-15
/
+22
*
[feature/attach-dl] Combine download_id and post_id queries.
Andreas Fischer
2012-08-07
1
-14
/
+3
*
[feature/attach-dl] Store query result always in $attachments first.
Andreas Fischer
2012-08-07
1
-5
/
+6
*
[feature/attach-dl] Exploit the "if ... else if ..." for the error message.
Andreas Fischer
2012-08-07
1
-6
/
+5
*
[feature/attach-dl] Use table aliases in all three cases.
Andreas Fischer
2012-08-07
1
-6
/
+6
*
[feature/attach-dl] Remove unnecessary LIMIT from primary key query.
Andreas Fischer
2012-08-07
1
-1
/
+1
*
[feature/attach-dl] Use "else if" for precedence in case of multiple arguments.
Andreas Fischer
2012-08-07
1
-24
/
+12
*
[feature/attach-dl] Only include compress class when needed
Fyorl
2012-08-04
1
-1
/
+1
*
[feature/attach-dl] Used sql_fetchrowset
Fyorl
2012-08-04
1
-19
/
+6
*
[feature/attach-dl] Added a function for checking allowed extensions
Fyorl
2012-08-04
1
-15
/
+9
*
[feature/attach-dl] Ensure only one operation is performed
Fyorl
2012-08-04
1
-0
/
+12
*
[feature/attach-dl] Added function for incrementing download counter
Fyorl
2012-08-04
1
-8
/
+2
*
[feature/attach-dl] Initialised arrays if they're used
Fyorl
2012-08-04
1
-2
/
+2
*
[feature/attach-dl] Added table prefix to columns
Fyorl
2012-08-04
1
-1
/
+1
*
[feature/attach-dl] Modified SQL query format and used sql_in_set
Fyorl
2012-08-04
1
-26
/
+15
*
[feature/attach-dl] Downloading all attachments fully implemented
Fyorl
2012-08-04
1
-62
/
+213
*
[feature/event-dispatcher] Add missing dispatcher to file.php
Igor Wiedler
2012-03-28
1
-0
/
+4
*
[feature/event-dispatcher] Delete hard dependency on composer.
Oleg Pudeyev
2012-03-18
1
-2
/
+0
*
[feature/event-dispatcher] Use real EventDispatcher through composer
Igor Wiedler
2012-03-11
1
-0
/
+2
*
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
1
-2
/
+1
*
[feature/extension-manager] The class loader no longer knows about extensions
Nils Adermann
2011-09-29
1
-3
/
+6
*
[feature/extension-manager] Load the extension manager on all pages
Nils Adermann
2011-09-29
1
-0
/
+3
*
[feature/extension-manager] Extension Manager & Finder
Nils Adermann
2011-09-29
1
-1
/
+1
*
[ticket/10359] Fix phpbb_request regression in download/file.php
Igor Wiedler
2011-09-08
1
-0
/
+4
*
[feature/request-class] Add server(), header() and is_ajax() to request
Igor Wiedler
2011-07-15
1
-1
/
+1
*
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-06-15
1
-6
/
+1
|
\
|
*
[ticket/10218] Moving global deregistration, etc. to startup.php
Yuriy Rusko
2011-06-14
1
-6
/
+1
*
|
Merge branch 'develop-olympus' into develop
Oleg Pudeyev
2011-05-10
1
-1
/
+1
|
\
\
|
|
/
|
*
[ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.
Andreas Fischer
2011-05-11
1
-1
/
+1
*
|
[ticket/9684] Remove code in some more files especially includes/
Joas Schilling
2011-04-07
1
-2
/
+1
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-02-24
1
-0
/
+9
|
\
\
|
|
/
|
*
[ticket/10041] Use send_status_line more in download/file.php
Oleg Pudeyev
2011-02-23
1
-0
/
+12
*
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2011-02-12
1
-1
/
+1
|
\
\
|
|
/
|
*
[ticket/10038] Use request_var() in the avatar code path of download/file.php
Andreas Fischer
2011-02-12
1
-1
/
+1
*
|
[task/config-class] Do not create multiple cache driver instances.
Nils Adermann
2011-01-12
1
-2
/
+2
*
|
[task/config-class] Always specify the config table to use.
Nils Adermann
2011-01-12
1
-1
/
+1
*
|
[task/config-class] Implemented a config class to replace the global array.
Nils Adermann
2011-01-10
1
-1
/
+4
*
|
[task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.
Nils Adermann
2011-01-09
1
-3
/
+3
*
|
[task/acm-refactor] Refactor the ACM classes to have a common interface.
Igor Wiedler
2011-01-09
1
-3
/
+9
*
|
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
*
|
[ticket/9627] Prefix function names with 'phpbb_'.
Andreas Fischer
2010-10-23
1
-1
/
+1
*
|
[ticket/9627] Do not increase download counter if file is requested partially.
Andreas Fischer
2010-10-23
1
-2
/
+2
*
|
Merge branch 'ticket/bantu/9792' into develop
Igor Wiedler
2010-10-04
1
-395
/
+3
|
\
\
|
|
/
|
/
|
|
*
[ticket/9792] Move function definitions out of download/file.php
Andreas Fischer
2010-08-30
1
-394
/
+2
*
|
[ticket/9609] Change header() calls setting HTTP status to send_status_line().
Andreas Fischer
2010-09-11
1
-7
/
+7
|
/
[next]