aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16283] Update requirements for 3.3.03D-I2020-01-011-3/+1
| | | | PHPBB3-16283
* [ticket/16283] Update requirements for 3.3.03D-I2019-12-311-1/+1
| | | | PHPBB3-16283
* [ticket/16261] Missing check whether the index exists in install - PHP 7.43D-I2019-12-221-1/+1
| | | | PHPBB3-16261
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-1/+0
| | | | PHPBB3-16167
* [ticket/15437] Rename jquery.min.js to jquery-3.4.1.min.jsMarc Alexander2019-10-201-1/+1
| | | | PHPBB3-15437
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-063-34/+2
| | | | PHPBB3-16051
* [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-111-1/+1
| | | | PHPBB3-16052
* [ticket/14948] Update requirements and travis build matrixMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-1/+0
| | | | PHPBB3-12624
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-082-2/+2
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14769] Fix CLI installer configuration compatibility with SF 3Tristan Darricau2019-05-061-5/+4
| | | | PHPBB3-14769
* [ticket/security/233] Make smtp_password and smtp_username dynamicMarc Alexander2019-04-211-0/+2
| | | | SECURITY-233
* [ticket/15869] Allow multibyte characters in more variablesrubencm2018-12-023-9/+9
| | | | PHPBB3-15869
* [ticket/15869] Allow multibyte characters in hostname during installationrubencm2018-12-012-4/+4
| | | | PHPBB3-15869
* Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-102-93/+0
|\ | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-232-93/+0
| | | | | | | | SECURITY-227
* | [ticket/15817] Fix installtion failed with Oraclehubaishan2018-10-011-1/+1
|/ | | | | | Fix installtion failed with Oracle PHPBB3-15817
* [ticket/15751] Fix warning when update with CLIRubén Calvo2018-08-091-2/+5
| | | | PHPBB3-15751
* [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
| | | | PHPBB3-15563
* [prep-release-3.2.2] Add 3.1.12 to build and fix display of download boxMarc Alexander2018-01-072-5/+6
|
* Merge pull request #5077 from marc1706/ticket/15353Marc Alexander2018-01-072-4/+4
|\ | | | | | | [ticket/15353] Do not use empty to not offer empty archive for download
| * [ticket/15353] Do not use empty to not offer empty archive for downloadMarc Alexander2018-01-062-4/+4
| | | | | | | | PHPBB3-15353
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-0110-12/+12
|/ | | | PHPBB3-14972
* [ticket/15353] Use empty where applicableMarc Alexander2017-10-122-4/+4
| | | | PHPBB3-15353
* [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-103-10/+44
| | | | PHPBB3-15353
* [ticket/15346] Add log message if extension is not enableableRubén Calvo2017-09-051-0/+1
| | | | PHPBB3-15346
* [ticket/15346] Check if extension is enableable during installRubén Calvo2017-09-031-0/+7
| | | | PHPBB3-15346
* [ticket/15293] Prevent continuing to database update on incomplete file updateMarc Alexander2017-07-234-11/+54
| | | | PHPBB3-15293
* [ticket/15243] Check permissions before installing with SQLiteRubén Calvo2017-06-151-0/+9
| | | | PHPBB3-15243
* Merge pull request #4675 from marc1706/ticket/15044Máté Bartus2017-01-291-0/+134
|\ | | | | | | [ticket/15044] Create search index during installation
| * [ticket/15044] Add module task for creating search index during installMarc Alexander2017-01-241-0/+134
| | | | | | | | PHPBB3-15044
* | [ticket/15050] Remove extra whitespaceMarc Alexander2017-01-271-2/+2
| | | | | | PHPBB3-15050
* | [ticket/15050] Use new file when new file already existsMarc Alexander2017-01-251-25/+46
|/ | | | | | | | | | Instead of trying to diff the new file against a pre-existing file, we're just going to use the new file. It's impossible to know whether the pre-existing file is newer or older than the new file. As the system will rely on the files being in the "new" state it's better to simply use the file in "new" state. PHPBB3-15050
* [ticket/15015] Use correct explain string for enable email settingsMarc Alexander2017-01-221-1/+1
| | | | PHPBB3-15015
* [ticket/15012] Use valid constructor in ftp_file_updaterMarc Alexander2017-01-141-1/+1
| | | | PHPBB3-15012
* [prep-release-3.2.0] Correctly compare extensions versionMarc Alexander2017-01-072-2/+2
|
* [ticket/14920] Force installer to only populate core migrationsMarc Alexander2016-12-171-0/+1
| | | | PHPBB3-14920
* [ticket/14894] Use correct config name for conflicts archive extensionMarc Alexander2016-12-091-1/+1
| | | | PHPBB3-14894
* Merge pull request #4565 from marc1706/ticket/14896Máté Bartus2016-12-081-5/+11
|\ | | | | | | [ticket/14896] Do not overwrite login when finishing install
| * [ticket/14896] Do not overwrite login when finishing installMarc Alexander2016-12-071-5/+11
| | | | | | | | | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896
* | [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
|/ | | | PHPBB3-14897
* [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-031-10/+5
| | | | PHPBB3-14492
* [ticket/14492] Fix redirection to help phpBB pageMarc Alexander2016-12-031-2/+14
| | | | PHPBB3-14492
* [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-031-1/+2
| | | | PHPBB3-14492
* [ticket/14492] Install all extensions if 'all' is specified for extensionsMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-031-4/+4
| | | | PHPBB3-14492
* [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-032-2/+39
| | | | PHPBB3-14492
* [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-032-8/+31
| | | | PHPBB3-14492
* [ticket/14492] Unify version check for installing default extensionsMarc Alexander2016-12-031-2/+2
| | | | PHPBB3-14492