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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
[ticket/11152] Create separate function for debug-dependent container
Igor Wiedler
2012-11-10
1
-8
/
+24
|
*
|
[ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection
Igor Wiedler
2012-11-10
1
-3
/
+12
|
*
|
[ticket/11152] Convert cron_task_collection to generic di_service_collection
Igor Wiedler
2012-11-10
1
-7
/
+7
|
*
|
[ticket/11152] Use relative root path in container, one dumped container per ...
Igor Wiedler
2012-11-10
1
-10
/
+12
|
*
|
[ticket/11152] Move container functions to a separate function file
Igor Wiedler
2012-11-10
2
-105
/
+119
|
*
|
[feature/compiled-dic] Rename $phpEx to $php_ext in new code
David King
2012-11-10
1
-26
/
+14
|
*
|
[feature/compiled-dic] Use an absolute path for core.root_path parameter
David King
2012-11-10
1
-21
/
+19
|
*
|
[feature/compiled-dic] Purge cache to make ext services available right away
David King
2012-11-10
1
-5
/
+5
|
*
|
[feature/compiled-dic] Fix root path when container is created after install
David King
2012-11-10
1
-1
/
+19
|
*
|
[feature/compiled-dic] Fix cron tasks again
David King
2012-11-10
3
-104
/
+15
|
*
|
[feature/compiled-dic] Fix cron task loading
David King
2012-11-10
3
-10
/
+127
|
*
|
[feature/compiled-dic] Remove HttpKernel-related stuff
David King
2012-11-10
2
-166
/
+0
|
*
|
[feature/compiled-dic] Remove unused function parameter
David King
2012-11-10
1
-1
/
+1
|
*
|
[feature/compiled-dic] Remove unused service definition
David King
2012-11-10
1
-1
/
+0
|
*
|
[feature/compiled-dic] Split if() over multiple lines for improved readability
David King
2012-11-10
2
-2
/
+10
|
*
|
[feature/compiled-dic] Compile the DI Container into a cached class
David King
2012-11-10
13
-225
/
+456
*
|
|
Merge remote-tracking branch 'Fyorl/ticket/10939' into develop
Andreas Fischer
2012-11-10
7
-30
/
+56
|
\
\
\
|
*
|
|
[ticket/10939] Added documentation for phpbb_request::file
Fyorl
2012-11-10
1
-1
/
+2
|
*
|
|
[ticket/10939] Modified the default return for $request->file
Fyorl
2012-08-15
1
-1
/
+1
|
*
|
|
[ticket/10939] Modified acp_groups.php to not use $_FILES
Fyorl
2012-08-15
1
-2
/
+4
|
*
|
|
[ticket/10939] Modified ucp_groups.php to not use $_FILES
Fyorl
2012-08-15
1
-2
/
+3
|
*
|
|
[ticket/10939] Modified functions_user.php to not use $_FILES
Fyorl
2012-08-15
1
-4
/
+6
|
*
|
|
[ticket/10939] Modified message_parser.php to not use $_FILES
Fyorl
2012-08-15
1
-2
/
+3
|
*
|
|
[ticket/10939] Modified functions_upload to not use $_FILES
Fyorl
2012-08-15
1
-20
/
+25
|
*
|
|
[ticket/10939] Added $_FILES handling to phpbb_request
Fyorl
2012-08-15
2
-0
/
+14
*
|
|
|
Merge remote-tracking branch 'EXreaction/ticket/11189' into develop
Andreas Fischer
2012-11-10
16
-45
/
+43
|
\
\
\
\
|
*
|
|
|
[ticket/11189] Replace DEBUG_EXTRA with DEBUG
Nathaniel Guse
2012-11-10
16
-44
/
+42
|
*
|
|
|
[ticket/11189] Always log critical errors when in cron or in image output
Nathaniel Guse
2012-11-10
1
-1
/
+1
*
|
|
|
|
Merge pull request #881 from Fyorl/ticket/10970
Nils Adermann
2012-11-10
2
-16
/
+51
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[ticket/10970] Added extra documentation to parse_dynamic_path.
Fyorl
2012-11-10
1
-1
/
+2
|
*
|
|
|
[ticket/10970] Added newline in docblock
Fyorl
2012-08-19
1
-0
/
+1
|
*
|
|
|
[ticket/10970] Removed unused $vars
Fyorl
2012-08-10
1
-2
/
+0
|
*
|
|
|
[ticket/10970] Fixed a problem with prepending root paths
Fyorl
2012-07-24
1
-1
/
+5
|
*
|
|
|
[ticket/10970] Added missing initialisations and modified the regex
Fyorl
2012-07-24
1
-2
/
+5
|
*
|
|
|
[ticket/10970] Added support for forms such as {FOO}bar.{EXT}
Fyorl
2012-07-08
1
-21
/
+9
|
*
|
|
|
[ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctly
Fyorl
2012-07-08
1
-15
/
+55
*
|
|
|
|
Merge remote-tracking branch 'igorw/ticket/11183' into develop
Andreas Fischer
2012-11-10
4
-63
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
[ticket/11183] Remove $load_extensions and weird dl() calls
Igor Wiedler
2012-11-10
4
-63
/
+10
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
[ticket/10780] Use L_COLON on LDAP page.
Andreas Fischer
2012-11-10
1
-8
/
+8
*
|
|
|
|
[ticket/10780] Use L_COLON on search backend ACP pages.
Andreas Fischer
2012-11-10
4
-13
/
+13
*
|
|
|
|
[ticket/10780] Use colon from language in ucp_pm_compose.php where possible.
Andreas Fischer
2012-11-10
1
-2
/
+2
*
|
|
|
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2012-11-09
1
-1
/
+1
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Merge remote-tracking branch 'github-igorw/ticket/11181-olympus' into develop...
Nils Adermann
2012-11-09
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
Igor Wiedler
2012-11-09
1
-1
/
+1
*
|
|
|
|
|
Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into develop
Oleg Pudeyev
2012-11-09
1
-0
/
+6
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ticket/11177] return no results when query has only negation
Dhruv
2012-11-09
1
-0
/
+6
*
|
|
|
|
|
|
[ticket/11050] make all properties protected in all search backends
Dhruv
2012-11-09
4
-10
/
+10
*
|
|
|
|
|
|
[ticket/11050] get_common_words() returns empty array for sphinx
Dhruv
2012-11-09
1
-2
/
+2
*
|
|
|
|
|
|
[ticket/11050] fix tidied search query docblock language
Dhruv
2012-11-09
4
-4
/
+8
*
|
|
|
|
|
|
[ticket/11050] fix min/max length docblock language
Dhruv
2012-11-09
3
-3
/
+3
[prev]
[next]