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
/
install
/
index.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/11852] Split filesystem and path_helper into 2 classes
Joas Schilling
2013-09-26
1
-2
/
+2
*
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-17
1
-1
/
+2
|
\
|
*
[ticket/11832] Fix INCLUDE(JS/CSS)
Nathan Guse
2013-09-13
1
-1
/
+2
*
|
[ticket/11700] Correctly load extensions with nonprefixed namespaces
Nils Adermann
2013-09-17
1
-1
/
+1
*
|
[ticket/11700] Fix installation after develop merge
Nils Adermann
2013-09-16
1
-3
/
+3
*
|
[ticket/11700] Fix tests after merging new develop code
Nils Adermann
2013-09-16
1
-9
/
+0
*
|
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
1
-16
/
+56
|
\
\
|
|
/
|
*
[ticket/11791] Load adm/ events from styles/adm/event/
Nathan Guse
2013-09-02
1
-1
/
+1
|
*
Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628
Nathan Guse
2013-08-28
1
-16
/
+51
|
|
\
|
|
*
[ticket/11574] Change order of files and database update
Joas Schilling
2013-07-29
1
-1
/
+1
|
|
*
[ticket/11574] Fix more issues in the updater
Igor Wiedler
2013-07-14
1
-1
/
+5
|
|
*
Merge remote-tracking branch 'upstream/develop' into ticket/11574
Igor Wiedler
2013-07-14
1
-4
/
+4
|
|
|
\
|
|
*
|
[ticket/11574] Fix table prefix in database updater
Igor Wiedler
2013-07-14
1
-1
/
+1
|
|
*
|
[ticket/11574] Include normalizer so it loads form the correct directory
Joas Schilling
2013-07-13
1
-0
/
+1
|
|
*
|
[ticket/11574] Use request object rather then request_var function
Joas Schilling
2013-07-13
1
-3
/
+3
|
|
*
|
[ticket/11574] Load new language files whenever possible
Joas Schilling
2013-07-13
1
-5
/
+17
|
|
*
|
[ticket/11574] Require new files in install/index.php and add a class loader
Joas Schilling
2013-07-13
1
-6
/
+25
|
*
|
|
[ticket/11628] Remove template_path option on set_custom_style
Nathaniel Guse
2013-07-24
1
-1
/
+1
|
*
|
|
[ticket/11628] Remove third parameter ($names) from set_custom_style
Nathaniel Guse
2013-07-24
1
-1
/
+1
|
*
|
|
[ticket/11628] Remove phpbb_style (move methods to phpbb_template)
Nathaniel Guse
2013-07-24
1
-2
/
+1
|
*
|
|
[ticket/11628] Remove style path provider
Nathaniel Guse
2013-07-24
1
-3
/
+1
|
*
|
|
[ticket/11628] Remove style resource locator
Nathaniel Guse
2013-07-24
1
-2
/
+1
|
|
|
/
|
|
/
|
*
|
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
1
-9
/
+9
*
|
|
[ticket/11700] Instantiate the class loader with namespace rather than prefix
Nils Adermann
2013-07-14
1
-1
/
+1
|
/
/
*
|
[ticket/11698] Moving all autoloadable files to phpbb/
Nils Adermann
2013-07-14
1
-2
/
+2
*
|
[feature/twig] Remove resource locator dependency from template
Nathaniel Guse
2013-07-01
1
-1
/
+1
*
|
[feature/twig] Use phpbb_template_twig in tests
Nathan Guse
2013-06-12
1
-1
/
+1
|
/
*
[ticket/11560] Fix jQuery link in installer
Vjacheslav Trushkin
2013-05-22
1
-0
/
+1
*
[ticket/11010] resolving latest comments
Senky
2013-05-21
1
-1
/
+0
*
[ticket/11010] Add HTML5 input types to installer
Vjacheslav Trushkin
2013-05-20
1
-0
/
+16
*
[ticket/11335] Replace "$phpEx" with $phpEx
Nathaniel Guse
2013-04-24
1
-2
/
+2
*
[ticket/11335] (more class loader) Make php_ext 'php' not '.php'
Nathan Guse
2013-04-24
1
-2
/
+2
*
[ticket/11305] Define hook finder as a service on the container.
Oleg Pudeyev
2013-01-02
1
-1
/
+1
*
[ticket/11305] Create a normal container during final installation step.
Oleg Pudeyev
2013-01-02
1
-3
/
+0
*
[ticket/11305] Extract hook finder from cache service.
Oleg Pudeyev
2013-01-02
1
-1
/
+2
*
Merge PR #1130 branch 'EXreaction/ticket/11259' into develop
Oleg Pudeyev
2012-12-29
1
-6
/
+10
|
\
|
*
[ticket/11259] htmlspecialchars($phpbb_admin_path)
Nathan Guse
2012-12-10
1
-2
/
+2
|
*
[ticket/11259] adm_relative_path -> phpbb_adm_relative_path
Nathan Guse
2012-12-09
1
-3
/
+3
|
*
[ticket/11259] Make phpbb_admin_path available everywhere
Nathan Guse
2012-12-09
1
-6
/
+10
*
|
[feature/template-events] Convert a single style name to array of them.
Oleg Pudeyev
2012-11-17
1
-1
/
+1
|
/
*
Merge pull request #1056 from igorw/feature/compiled-dic
Nils Adermann
2012-11-11
1
-11
/
+10
|
\
|
*
[ticket/11152] Move container functions to a separate function file
Igor Wiedler
2012-11-10
1
-0
/
+1
|
*
[feature/compiled-dic] Remove re-creation of class loader in install
David King
2012-11-10
1
-3
/
+0
|
*
[feature/compiled-dic] Remove redundant method call
David King
2012-11-10
1
-1
/
+0
|
*
[feature/compiled-dic] Compile the DI Container into a cached class
David King
2012-11-10
1
-7
/
+9
*
|
[ticket/10780] Make L_COLON available in the installer.
Andreas Fischer
2012-11-10
1
-0
/
+1
*
|
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)
Igor Wiedler
2012-11-09
1
-2
/
+2
|
/
*
[ticket/10933] Dependency inject template context.
Oleg Pudeyev
2012-11-02
1
-1
/
+1
*
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-10-06
1
-1
/
+1
|
\
|
*
[ticket/11135] Full replacement of credit link to https
Vinny
2012-10-05
1
-1
/
+1
[next]