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
*
[ticket/11306] Introduce phpbb_create_default_container
Igor Wiedler
2013-01-02
1
-12
/
+1
*
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Oleg Pudeyev
2012-12-06
1
-0
/
+1
|
\
|
*
[feature/controller] Rename kernel pass class properly
David King
2012-11-16
1
-1
/
+1
|
*
[feature/controller-new] Call pass to subscribe the Kernel event listener
David King
2012-11-16
1
-0
/
+1
|
*
[ticket/11206] Remove includes to non-existent files from download/file.php
Igor Wiedler
2012-11-16
1
-2
/
+0
*
|
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Igor Wiedler
2012-11-12
1
-16
/
+22
|
\
\
|
|
/
|
*
[ticket/11193] Instantiate a single collection_pass for all collections
Nils Adermann
2012-11-11
1
-1
/
+1
|
*
[ticket/11152] Remove old container processor calls
Igor Wiedler
2012-11-11
1
-7
/
+0
|
*
[ticket/11152] Rename collection to collection_pass
Igor Wiedler
2012-11-11
1
-1
/
+1
|
*
[ticket/11152] Create separate function for debug-dependent container
Igor Wiedler
2012-11-10
1
-1
/
+1
|
*
[ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection
Igor Wiedler
2012-11-10
1
-1
/
+1
|
*
[ticket/11152] Move container functions to a separate function file
Igor Wiedler
2012-11-10
1
-1
/
+2
|
*
[feature/compiled-dic] Fix cron task loading
David King
2012-11-10
1
-2
/
+3
|
*
[feature/compiled-dic] Move this to the other PR
David King
2012-11-10
1
-3
/
+1
|
*
[feature/compiled-dic] Compile the DI Container into a cached class
David King
2012-11-10
1
-9
/
+22
*
|
Merge remote-tracking branch 'upstream/develop' into ticket/11015
Igor Wiedler
2012-11-12
1
-151
/
+238
|
\
\
|
|
/
|
*
[ticket/11101] Delay execution of container processors
Igor Wiedler
2012-09-08
1
-7
/
+7
|
*
Merge remote-tracking branch 'github-igorw/feature/dic' into develop
Nils Adermann
2012-09-01
1
-19
/
+32
|
|
\
|
|
*
[feature/dic] Coding style: Braces
Igor Wiedler
2012-08-25
1
-1
/
+2
|
|
*
[feature/dic] Load services from extensions
Igor Wiedler
2012-07-21
1
-1
/
+6
|
|
*
[feature/dic] Introduce DI processors instead of abusing compiler passes
Igor Wiedler
2012-07-21
1
-4
/
+4
|
|
*
[feature/dic] Configure container via config.php, use compiler pass
Igor Wiedler
2012-07-21
1
-4
/
+10
|
|
*
[feature/dic] Rewrite cron system to use DIC
Igor Wiedler
2012-04-09
1
-13
/
+14
|
|
*
[feature/dic] Make use of calls to cut down on boilerplate
Igor Wiedler
2012-03-31
1
-6
/
+1
|
|
*
[feature/dic] Use DIC in download/file and install/index
Igor Wiedler
2012-03-31
1
-17
/
+22
|
*
|
[feature/attach-dl] Changed $files_added checks
Fyorl
2012-08-20
1
-2
/
+2
|
*
|
[feature/attach-dl] Renamed $post_id to $post_msg_id
Fyorl
2012-08-17
1
-7
/
+7
|
*
|
[feature/attach-dl] Fixed a comment
Fyorl
2012-08-15
1
-1
/
+1
|
*
|
[feature/attch-dl] $forum_id cast to int
Fyorl
2012-08-15
1
-1
/
+1
|
*
|
[feature/attach-dl] Fixed $file_added to $files_added
Fyorl
2012-08-15
1
-1
/
+1
|
*
|
[feature/attach-dl] Moved definition of $archive_name
Fyorl
2012-08-15
1
-1
/
+1
|
*
|
[feature/attach-dl] Swapped the order of an if statement
Fyorl
2012-08-15
1
-3
/
+3
|
*
|
[feature/attach-dl] Added $archive_path
Fyorl
2012-08-14
1
-3
/
+4
|
*
|
[feature/attach-dl] Used COMMA_SEPARATOR instead of actual comma
Fyorl
2012-08-14
1
-1
/
+1
|
*
|
[feature/attach-dl] Renamed $count to $files_added
Fyorl
2012-08-14
1
-4
/
+4
|
*
|
[feature/attach-dl] Removed sprintf() use
Fyorl
2012-08-14
1
-1
/
+1
|
*
|
[feature/attach-dl] Removed need for array_keys()
Fyorl
2012-08-14
1
-2
/
+2
|
*
|
[feature/attach-dl] Removed reliance on current($row)
Fyorl
2012-08-14
1
-4
/
+4
|
*
|
[feature/attach-dl] Renamed to phpbb_download_handle_forum_auth
Fyorl
2012-08-14
1
-2
/
+2
|
*
|
[feature/attach-dl] Moved PM authentication handling into own function
Fyorl
2012-08-14
1
-28
/
+5
|
*
|
[feature/attach-dl] Remove attachments that have invalid extensions
Fyorl
2012-08-14
1
-4
/
+30
|
*
|
[feature/attach-dl] Moved filename cleaning into own function
Fyorl
2012-08-14
1
-8
/
+1
|
*
|
[feature/attach-dl] Added docblock for renamed download_check_forum_auth
Fyorl
2012-08-14
1
-2
/
+2
|
*
|
[feature/attach-dl] Remove the archive after it's downloaded
Fyorl
2012-08-10
1
-0
/
+1
|
*
|
[feature/attach-dl] Removed strtolower and added comments
Fyorl
2012-08-10
1
-1
/
+5
|
*
|
[feature/attach-dl] Do not check for passworted forum when it's a PM.
Andreas Fischer
2012-08-10
1
-2
/
+4
|
*
|
[feature/attach-dl] Send 404 if we get empty row from privmsg|posts|topic table
Andreas Fischer
2012-08-10
1
-0
/
+6
|
*
|
[feature/attach-dl] Increase download counters closely before streaming archive
Andreas Fischer
2012-08-10
1
-1
/
+1
|
*
|
[feature/attach-dl] Consider that post_id can mean private message id as well.
Andreas Fischer
2012-08-10
1
-4
/
+13
|
*
|
[feature/attach-dl] Move logic for passworded forums to a function.
Andreas Fischer
2012-08-10
1
-47
/
+2
[next]