aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
Commit message (Expand)AuthorAgeFilesLines
* [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
* [ticket/11850] Need symfony request and filesystem setup globally for sessionNathan Guse2013-09-301-0/+2
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-2/+2
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-1/+2
|\
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-1/+2
* | [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-1/+1
* | [ticket/11700] Fix installation after develop mergeNils Adermann2013-09-161-3/+3
* | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-9/+0
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-16/+56
|\ \ | |/
| * [ticket/11791] Load adm/ events from styles/adm/event/Nathan Guse2013-09-021-1/+1
| * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628Nathan Guse2013-08-281-16/+51
| |\
| | * [ticket/11574] Change order of files and database updateJoas Schilling2013-07-291-1/+1
| | * [ticket/11574] Fix more issues in the updaterIgor Wiedler2013-07-141-1/+5
| | * Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-4/+4
| | |\
| | * | [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-141-1/+1
| | * | [ticket/11574] Include normalizer so it loads form the correct directoryJoas Schilling2013-07-131-0/+1
| | * | [ticket/11574] Use request object rather then request_var functionJoas Schilling2013-07-131-3/+3
| | * | [ticket/11574] Load new language files whenever possibleJoas Schilling2013-07-131-5/+17
| | * | [ticket/11574] Require new files in install/index.php and add a class loaderJoas Schilling2013-07-131-6/+25
| * | | [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-241-1/+1
| * | | [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-241-1/+1
| * | | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-2/+1
| * | | [ticket/11628] Remove style path providerNathaniel Guse2013-07-241-3/+1
| * | | [ticket/11628] Remove style resource locatorNathaniel Guse2013-07-241-2/+1
| | |/ | |/|
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-9/+9
* | | [ticket/11700] Instantiate the class loader with namespace rather than prefixNils Adermann2013-07-141-1/+1
|/ /
* | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-2/+2
* | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+1
* | [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
|/
* [ticket/11560] Fix jQuery link in installerVjacheslav Trushkin2013-05-221-0/+1
* [ticket/11010] resolving latest commentsSenky2013-05-211-1/+0
* [ticket/11010] Add HTML5 input types to installerVjacheslav Trushkin2013-05-201-0/+16
* [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-2/+2
* [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-2/+2
* [ticket/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-021-1/+1
* [ticket/11305] Create a normal container during final installation step.Oleg Pudeyev2013-01-021-3/+0
* [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-021-1/+2
* Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-291-6/+10
|\
| * [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-101-2/+2
| * [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-091-3/+3
| * [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-6/+10
* | [feature/template-events] Convert a single style name to array of them.Oleg Pudeyev2012-11-171-1/+1
|/
* Merge pull request #1056 from igorw/feature/compiled-dicNils Adermann2012-11-111-11/+10
|\
| * [ticket/11152] Move container functions to a separate function fileIgor Wiedler2012-11-101-0/+1
| * [feature/compiled-dic] Remove re-creation of class loader in installDavid King2012-11-101-3/+0
| * [feature/compiled-dic] Remove redundant method callDavid King2012-11-101-1/+0
| * [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-7/+9
* | [ticket/10780] Make L_COLON available in the installer.Andreas Fischer2012-11-101-0/+1
* | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-091-2/+2
|/
* [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+1