aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
| | | | | | Replace all new phpbb_template( with new phpbb_template_twig( PHPBB3-11598
* [ticket/11560] Fix jQuery link in installerVjacheslav Trushkin2013-05-221-0/+1
| | | | PHPBB3-11560
* [ticket/11010] resolving latest commentsSenky2013-05-211-1/+0
| | | | PHPBB3-11010
* [ticket/11010] Add HTML5 input types to installerVjacheslav Trushkin2013-05-201-0/+16
| | | | | | Add new HTML5 input types to installer PHPBB3-11010
* [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-2/+2
| | | | PHPBB3-11335
* [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-2/+2
| | | | PHPBB3-11335
* [ticket/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-021-1/+1
| | | | PHPBB3-11305
* [ticket/11305] Create a normal container during final installation step.Oleg Pudeyev2013-01-021-3/+0
| | | | | | | | | | | The final step calls a bunch of code which expects a full phpBB runtime environment. Also, by this step everything should be configured and database schema set up. Therefore, in the final step replace installer container with a normal phpBB container. PHPBB3-11305
* [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-021-1/+2
| | | | | | | Unlike most other things in cache service, hook finder does not need a database connection. PHPBB3-11305
* Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-291-6/+10
|\ | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11259: [ticket/11259] htmlspecialchars($phpbb_admin_path) [ticket/11259] adm_relative_path -> phpbb_adm_relative_path [ticket/11259] Also make adm_relative_path available in the container [ticket/11259] Make phpbb_admin_path available everywhere Conflicts: phpBB/install/index.php phpBB/install/install_update.php
| * [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-101-2/+2
| | | | | | | | PHPBB3-11259
| * [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-091-3/+3
| | | | | | | | | | | | We can assume they properly format their config settings, right? PHPBB3-11259
| * [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-6/+10
| | | | | | | | PHPBB3-11259
* | [feature/template-events] Convert a single style name to array of them.Oleg Pudeyev2012-11-171-1/+1
|/ | | | | | | This allows template code to know the entire style hierarchy for templates being rendered. PHPBB3-9550
* Merge pull request #1056 from igorw/feature/compiled-dicNils Adermann2012-11-111-11/+10
|\ | | | | [feature/compiled-dic] Compile the DI Container into a cached class
| * [ticket/11152] Move container functions to a separate function fileIgor Wiedler2012-11-101-0/+1
| | | | | | | | PHPBB3-11152
| * [feature/compiled-dic] Remove re-creation of class loader in installDavid King2012-11-101-3/+0
| | | | | | | | PHPBB3-11152
| * [feature/compiled-dic] Remove redundant method callDavid King2012-11-101-1/+0
| | | | | | | | PHPBB3-11152
| * [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-7/+9
| | | | | | | | PHPBB3-11152
* | [ticket/10780] Make L_COLON available in the installer.Andreas Fischer2012-11-101-0/+1
| | | | | | | | PHPBB3-10780
* | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-091-2/+2
|/ | | | PHPBB3-11181
* [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+1
| | | | PHPBB3-10933
* Merge branch 'develop-olympus' into developAndreas Fischer2012-10-061-1/+1
|\ | | | | | | | | | | | | | | * develop-olympus: [ticket/11135] Full replacement of credit link to https Conflicts: phpBB/install/convertors/convert_phpbb20.php
| * [ticket/11135] Full replacement of credit link to httpsVinny2012-10-051-1/+1
| | | | | | | | PHPBB3-11135
* | [feature/dic] Adjust installer script to work with partially configured ↵Igor Wiedler2012-07-261-9/+3
| | | | | | | | | | | | container PHPBB3-10739
* | [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-1/+6
| | | | | | | | PHPBB3-10739
* | [feature/dic] Introduce DI processors instead of abusing compiler passesIgor Wiedler2012-07-211-4/+4
| | | | | | | | PHPBB3-10739
* | [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-211-4/+11
| | | | | | | | PHPBB3-10739
* | Merge branch 'develop' into feature/dicIgor Wiedler2012-07-211-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (441 commits) [feature/new-tz-handling] Don't use global user but make it a parameter [feature/new-tz-handling] Fix size of suggestion button in chrome [feature/new-tz-handling] Fall back to UTC, if the timezone is invalid [feature/new-tz-handling] Add previous selected value to validation if valid [feature/new-tz-handling] Display suggestion when a different value is selected [ticket/10998] Add border-radius to forum rules block - prosilver [feature/new-tz-handling] Remove additional marking of selected items [feature/new-tz-handling] Move update helper function to new class [feature/new-tz-handling] Fix unit test [feature/new-tz-handling] Delete old variable which is not used anymore [feature/new-tz-handling] Rename $user->tz back to $user->timezone [feature/pagination-as-list] New parameter for name of start var [feature/pagination-as-list] Updates for nils comments [feature/pagination-as-list] Rename and deprecate functions [feature/pagination-as-list] Various fixes and improvements [ticket/10968] Render pagination within the template [feature/new-tz-handling] Remove "timezone might be numeric" [feature/new-tz-handling] Add function to update the timezone [feature/new-tz-handling] Correctly update user and board timezones on update [ticket/10996] Use correct DBMS name in Travis config for PostgreSQL ... Conflicts: phpBB/common.php phpBB/composer.json phpBB/composer.lock tests/cron/task_provider_test.php
| * | [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-1/+1
| | | | | | | | | | | | | | | | | | Renaming phpbb_style_template to phpbb_template PHPBB3-10756
| * | [ticket/10756] Removing path provider from template classVjacheslav Trushkin2012-04-191-1/+1
| | | | | | | | | | | | | | | | | | Removing path provider from template class because it is not used by template class PHPBB3-10756
| * | [ticket/10754] Changing $style to $phpbb_styleVjacheslav Trushkin2012-04-031-3/+3
| | | | | | | | | | | | | | | | | | Renaming global variable $style to $phpbb_style PHPBB3-10754
* | | [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-091-10/+11
| | | | | | | | | | | | PHPBB3-10739
* | | [feature/dic] Make use of calls to cut down on boilerplateIgor Wiedler2012-03-311-5/+1
| | | | | | | | | | | | PHPBB3-10739
* | | [feature/dic] Use DIC in download/file and install/indexIgor Wiedler2012-03-311-8/+16
|/ / | | | | | | PHPBB3-10739
* | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-2/+1
| | | | | | | | PHPBB3-10609
* | [feature/class-prefix] Rename user and session to phpbb_*Igor Wiedler2012-03-311-2/+1
| | | | | | | | PHPBB-10609
* | [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-2/+2
| | | | | | | | | | | | Moving template initialization out of style constructor PHPBB3-10632
* | [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-1/+3
| | | | | | | | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632
* | Merge branch 'develop' into feature/merging-style-componentsVjacheslav Trushkin2012-03-311-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (175 commits) [feature/ajax] Remove strange non-breaking spaces from approve button [feature/ajax] Add entirely unrelated but nice newlines [feature/ajax] Unify phpbb_json_response instantiation [feature/ajax] Fix acp_styles activate_deactivate ajax callback name [feature/ajax] Send correct activate/deactivate JSON response in acp_profile [ticket/10270] Alter background colors for posts [feature/ajax] Remove not working module enable/disable ajax code [feature/ajax] Replace static call to phpbb_request with OO [feature/ajax] Remove quick-reply AJAX handling until we have something good [ticket/10270] Changing close button for ajax popups [ticket/10270] Disabling links in disappearing content [ticket/10291] Fixed an AJAX bug on quick reply form submit. [ticket/10273] Fixed accepting / denying posts AJAX. [ticket/10272] Removed code that was prevent event propogation in AJAX. [ticket/10291] Fixed a bug in the quick reply AJAX. [feature/ajax] Handle acp_modules error cases with JSON response [feature/ajax] Fix filter check, quick mod tools data-attribute [feature/ajax] Use the error handler [feature/ajax] Generic error handling with a phpbb.alert box [feature/ajax] Change filter semantics, some minor adjustments ... Conflicts: phpBB/adm/style/acp_styles.html phpBB/includes/acp/acp_styles.php
| * \ Merge remote-tracking branch 'upstream/develop' into feature/event-dispatcherIgor Wiedler2012-03-301-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (35 commits) [ticket/10730] Added label tag around "select" text in post splitting UI [ticket/10732] Add config_dev.php and config_test.php to .gitignore [ticket/10586] Added space in if statement [ticket/10586] Tidy up comments [task/php5.3] Updated range of tested PHP versions [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed to PHP 5.3.2 [task/php5.3] Changed minimum PHP requirement for Ascraeus to 5.3.2 [ticket/10129] Remove apostrophes and plurals in ACP user management -> permissions language file as per ticket. [ticket/10703] Added a condition to check if ext directory exists [ticket/10708] Check converted passwords for multi-byte characters [ticket/10586] Tests finally work (thanks naderman) [ticket/10586] Correctly purge board cache and don't rename install directory [ticket/10586] trying to get tests to work [ticket/10586] more work on getting tests to pass [ticket/10586] Tests are coming along, just a little more to go [ticket/10586] Rename install directory back to install/ after tests [ticket/10586] browse tests now work, but mine dont. at least we are making progress [ticket/10586] initial work on copying fixtures. Note that this depends on 10706 [ticket/10586] Adding the extensions used by the tests [ticket/10586] Now tests run, but fail. But here is what I have. ...
| * | | [feature/event-dispatcher] Add empty dispatcher to installer and db updaterIgor Wiedler2012-03-281-0/+1
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/event-dispatcher] Delete hard dependency on composer.Oleg Pudeyev2012-03-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Applications should not depend on package managers. PHPBB3-9550
| * | | [feature/event-dispatcher] Use real EventDispatcher through composerIgor Wiedler2012-03-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * replace the copy-pasta EventDispatcher with the real one from Symfony2 * use composer for managing this dependency, use composer autoloading PHPBB3-9550
* | | | Merge remote-tracking branch 'upstream/develop' into ↵Vjacheslav Trushkin2012-03-291-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/merging-style-components * upstream/develop: (65 commits) [ticket/10730] Added label tag around "select" text in post splitting UI [ticket/10732] Add config_dev.php and config_test.php to .gitignore [ticket/10586] Added space in if statement [ticket/10586] Tidy up comments [task/php5.3] Updated range of tested PHP versions [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed to PHP 5.3.2 [task/php5.3] Changed minimum PHP requirement for Ascraeus to 5.3.2 [ticket/10723] Stop Travis running all tests on sqlite [ticket/10703] Added a condition to check if ext directory exists [task/travis] Refactor php version check for dbunit install [task/travis] Exclude functional and slow tests [ticket/10719] Revert "Skip functional tests on PHP 5.2" [task/travis-develop2] Update version from 5.3 to 5.3.2 [task/travis] Dropping support for 5.2 in develop branch [task/travis] Some more small travis fixes [task/travis] Rename travis phpunit config files [task/travis] Fixing some travis issues [ticket/10684] Adjust function and parameter name, minor changes. [task/travis] Add automated testing to readme [task/travis] Removing development information ... Conflicts: phpBB/install/database_update.php
| * | | [task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed ↵David King2012-03-251-2/+2
| |/ / | | | | | | | | | | | | | | | to PHP 5.3.2 PHPBB3-10693
* | | [feature/merging-style-components] Updating style initializationVjacheslav Trushkin2012-03-151-2/+2
| | | | | | | | | | | | | | | | | | Changing template initialization to style initialization. PHPBB3-10632
* | | [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-3/+2
| | | | | | | | | | | | | | | | | | Creating phpbb_style class, changing template initialization to style initialization PHPBB3-10632
* | | [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-3/+3
|/ / | | | | | | | | | | Changing template classes prefixes from phpbb_template to phpbb_style (for classes that will work with styles) or phpbb_style_template (for classes that are specific to templates) PHPBB3-10632
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916