aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
...
| * [prep-release-3.1.11] Update version numbers to 3.1.11-RC1Marc Alexander2017-06-252-2/+2
| |
| * [prep-release-3.1.10] Update version numbers for 3.1.10Marc Alexander2016-10-021-1/+1
| |
| * [3.1.x] Increase version for 3.1.11 developmentMarc Alexander2016-09-241-1/+1
| |
| * [prep-release-3.1.10] Update version to 3.1.10-RC1Marc Alexander2016-09-242-2/+2
| |
| * [ticket/14742] Make $last_run_migration protectedOliver Schramm2016-08-111-7/+0
| | | | | | | | PHPBB3-14742
| * Merge pull request #4301 from 3D-I/PHPBB3-14596Marc Alexander2016-07-311-2/+2
| |\ | | | | | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 7
| | * [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-04-231-2/+2
| | | | | | | | | | | | PHPBB3-14596
| * | [ticket/14654] Change Imagemagick to ImageMagickJakub Senko2016-06-111-1/+1
| |/ | | | | | | PHPBB3-14654
| * [3.1.x] Increase version for 3.1.10 developmentJoas Schilling2016-04-091-1/+1
| |
| * [prep-release-3.1.9] Update version to 3.1.9-RC1Joas Schilling2016-04-092-2/+2
| |
| * [ticket/14408] Remove span tags from fileRichard McGirr2016-04-041-2/+0
| | | | | | | | PHPBB3-14408
* | [3.2.x] Update version number to 3.2.3-devMarc Alexander2017-12-281-1/+1
| |
* | [prep-release-3.2.2] Update version to 3.2.2Marc Alexander2017-12-281-1/+1
| |
* | [prep-release-3.2.2] Update version to 3.2.2-RC1Marc Alexander2017-12-282-2/+2
| |
* | [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-131-1/+1
| | | | | | | | PHPBB3-15322
* | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-1/+1
| | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
* | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-161-1/+1
|\ \ | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | PHPBB3-15171
* | | [ticket/15372] Add permission to schema and copy from f_readDavid Colón2017-10-261-2/+3
|/ /
* | [ticket/15314] Fix convert class constructorrxu2017-08-111-1/+1
| | | | | | | | PHPBB3-15314
* | [3.2.x] Update version numbers for 3.2.2-devMarc Alexander2017-07-111-1/+1
| |
* | [prep-release-3.2.1] Update version numbers for 3.2.1-RC1Marc Alexander2017-06-253-3/+3
| |
* | [ticket/15176] Add setting for user activity display limit.lr942017-04-161-0/+1
| | | | | | | | | | | | | | | | | | Up to phpBB 3.2 the maximum number of posts a user must have to have his activity shown is 5000. This limit is hardcoded in functions_display.php. It would be useful if board administrators could choose to disable the limit or to set an higher value. PHPBB3-15176
* | Merge pull request #4650 from marc1706/ticket/11076-rheaTristan Darricau2017-01-221-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/11076] State current and minimum required versions in old PHP notice * marc1706/ticket/11076-rhea: [ticket/11076] Also state min PHP version when visiting forum website [ticket/11076] Also add notice about unsupported version to installer
| * | [ticket/11076] Also add notice about unsupported version to installerMarc Alexander2017-01-201-0/+5
| | | | | | | | | | | | PHPBB3-11076
* | | Merge pull request #4658 from kasimi/ticket/15035Marc Alexander2017-01-211-0/+14
|\ \ \ | |/ / |/| | | | | [ticket/15035] Add phpinfo.php to 3.2.x install directory
| * | [ticket/15035] Add phpinfo.php to 3.2.x install directorykasimi2017-01-201-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | In 3.1.x there's a phpinfo.php in the /install folder which seems to be removed in 3.2.x, perhaps by accident? https://github.com/phpbb/phpbb/commits/3.2.x/phpBB/install/phpinfo.php Let's add it back for easier troubleshooting potential issues during installation. PHPBB3-15035
* | | [3.2.x] Update development version to 3.2.1-devMarc Alexander2017-01-071-1/+1
| | |
* | | [prep-release-3.2.0] Fix links to convertorMarc Alexander2017-01-071-7/+7
| | |
* | | [prep-release-3.2.0] Update version numbers and add 3.2.0 migrationMarc Alexander2017-01-073-3/+3
| | |
* | | [3.2.x] Update version numbers to 3.2.0-RC3-devMarc Alexander2016-12-103-3/+3
| | |
* | | [prep-release-3.2.0-RC2] Update version numbers to 3.2.0-RC2Marc Alexander2016-12-091-1/+1
| | |
* | | [prep-release-3.2.0-RC2] Update version numbers to 3.2.0-RC2Marc Alexander2016-12-092-2/+2
| | |
* | | [ticket/14492] Add missing config to schema_data.sqlMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14492] Pass u_action to acp form and add stats configMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | PHPBB3-14492
* | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-163-4/+0
|/ / | | | | | | PHPBB3-14739
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-252-5/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support
| * | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-022-5/+0
| | | | | | | | | | | | PHPBB3-10809
* | | [ticket/14746] Make msg_handler in installer independent from containerOliver Schramm2016-08-191-7/+16
|/ / | | | | | | PHPBB3-14746
* | [ticket/14671] Remove schema.json fileSumanai2016-07-021-3390/+0
| | | | | | PHPBB3-14671
* | [Release 3.2.0-RC1] Update version to 3.2.0-RC2-devTristan Darricau2016-06-271-1/+1
| |
* | [prep-release-3.2.0-RC1] Update schema.jsonTristan Darricau2016-06-191-22/+22
| |
* | [prep-release-3.2.0-RC1] Update version to 3.2.0-RC1Tristan Darricau2016-06-193-3/+3
| |
* | [ticket/14607] Add missing auto_increment to report_idMarc Alexander2016-05-011-1/+3390
| | | | | | | | PHPBB3-14607
* | Merge branch 'prep-release-3.2.0-b2' into 3.2.xTristan Darricau2016-04-281-3389/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | * prep-release-3.2.0-b2: [prep-release-3.2.0-b2] Add schema.json [prep-release-3.2.0-b2] Add changelog for 3.2.0-b2 [prep-release-3.2.0-b2] Add migration for 3.2.0-b2 [prep-release-3.2.0-b2] Update version to 3.2.0-b2
| * | [prep-release-3.2.0-b2] Add schema.jsonTristan Darricau2016-03-031-3389/+1
| | |
| * | [prep-release-3.2.0-b2] Update version to 3.2.0-b2Tristan Darricau2016-03-023-3/+3
| | |
* | | Merge pull request #4274 from marc1706/ticket/14495Tristan Darricau2016-04-022-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14495] Specify correct version numbers in 3.2.x * marc1706/ticket/14495: [ticket/14495] Specify correct version numbers in 3.2.x
| * | | [ticket/14495] Specify correct version numbers in 3.2.xMarc Alexander2016-04-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT apply these changes into master when merging it. This means that you'll have to checkout the latest files from upstream after merging this into master (possibly while resolving likely merge conflicts). PHPBB3-14495
* | | | Merge branch 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| Conflicts: phpBB/includes/acp/acp_modules.php