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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
[feature/attach-dl] Exploit topic_id of attachment => no posts table query
Andreas Fischer
2012-08-10
1
-16
/
+8
|
*
|
[feature/attach-dl] Use class_exists/require instead of require_once.
Andreas Fischer
2012-08-10
1
-1
/
+5
|
*
|
[feature/attach-dl] Do not fetch orphaned attachments when downloading archives
Andreas Fischer
2012-08-10
1
-2
/
+2
|
*
|
[feature/attach-dl] Fix query indentation.
Andreas Fischer
2012-08-10
1
-4
/
+4
|
*
|
[feature/attach-dl] Make sure physical_filename is basenamed everywhere.
Andreas Fischer
2012-08-10
1
-2
/
+2
|
*
|
[feature/attach-dl] Remove commented statement.
Andreas Fischer
2012-08-10
1
-1
/
+1
|
*
|
[feature/attach-dl] Remove backticks from SQL query.
Andreas Fischer
2012-08-10
1
-2
/
+2
|
*
|
[feature/attach-dl] Refactor the remaining code into their sections.
Andreas Fischer
2012-08-10
1
-54
/
+37
|
*
|
[feature/attach-dl] Get rid of second query. Fetch all required info at once.
Andreas Fischer
2012-08-10
1
-33
/
+7
|
*
|
[feature/attach-dl] Manually clean the topic title/post subject
Fyorl
2012-08-07
1
-15
/
+5
|
*
|
[feature/attach-dl] Fixed a bug with single attachments
Fyorl
2012-08-07
1
-1
/
+1
|
*
|
[feature/attach-dl] Added identifiers to attachment archive name
Fyorl
2012-08-07
1
-2
/
+41
|
*
|
[feature/attach-dl] Removed superfluous ternary statement
Fyorl
2012-08-07
1
-3
/
+3
|
*
|
[feature/attach-dl] Get rid of unnecessary if block. Refactor switch block.
Andreas Fischer
2012-08-07
1
-34
/
+28
|
*
|
[feature/attach-dl] Also initialise $attachments as an array.
Andreas Fischer
2012-08-07
1
-1
/
+1
|
*
|
[feature/attach-dl] Use extension_allowed() again.
Andreas Fischer
2012-08-07
1
-5
/
+2
|
*
|
[feature/attach-dl] Remove extra loop over attachments to get primary keys.
Andreas Fischer
2012-08-07
1
-9
/
+10
|
*
|
[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
|
|
/
*
|
[ticket/11015] Make DBAL classes autoloadable
Igor Wiedler
2012-07-21
1
-2
/
+1
|
/
*
[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
[prev]
[next]