aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-1/+1
| | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577
* [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-242-0/+2
| | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
* [ticket/14496] Destroy update_list_time cache variable on introMarc Alexander2016-02-261-0/+1
| | | | PHPBB3-14496
* [ticket/14496] Cache last update of update list instead of using filemtimeMarc Alexander2016-02-261-1/+2
| | | | PHPBB3-14496
* [3.1.x] Increase dev version for 3.1.9Joas Schilling2016-02-131-1/+1
|
* [prep-release-3.1.8] Update version to 3.1.8-RC1Joas Schilling2016-02-132-2/+2
|
* [3.1.x] Update version to 3.1.8-devJoas Schilling2015-12-121-1/+1
|
* [prep-release-3.1.7] Update version to 3.1.7-RC1Joas Schilling2015-12-122-2/+2
|
* [ticket/8920] Add a MCP PM reports view permissionZoddo2015-08-301-1/+2
| | | | | | | | | Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
* [3.1.x] Update version to 3.1.7-devJoas Schilling2015-08-231-1/+1
|
* [prep-release-3.1.6] Update version to 3.1.6-RC1Joas Schilling2015-08-232-2/+2
|
* [3.1.x] Update dev version to 3.1.6-RC1Joas Schilling2015-06-111-1/+1
|
* [prep-release-3.1.5] Update version to 3.1.5-RC1Joas Schilling2015-06-092-2/+2
|
* [ticket/13685] This should take care of the restbrunoais2015-06-081-1/+1
| | | | PHPBB3-13685
* [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-072-4/+4
| | | | PHPBB3-13685
* [3.1.x] Update development version to 3.1.5-devJoas Schilling2015-04-101-1/+1
|
* Update version to 3.1.4-RC1Joas Schilling2015-04-092-2/+2
|
* [ticket/8494] Ignore errors from the database schema preparationJoas Schilling2015-03-011-6/+4
| | | | | | | This allows installing phpBB twice in the same database with a different prefix PHPBB3-8494
* [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
| | | | PHPBB3-13597
* [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-021-1/+1
| | | | PHPBB3-13569
* Merge branch 'prep-release-3.1.3' into develop-ascraeusJoas Schilling2015-01-311-1/+1
|\
| * [prep-release-3.1.3] Update version to 3.1.3-RC2Joas Schilling2015-01-311-1/+1
|/
* [prep-release-3.1.3] Update version to 3.1.2-RC1Joas Schilling2015-01-262-2/+2
|
* Merge pull request #3242 from lavigor/ticket/13442Joas Schilling2015-01-091-1/+1
|\ | | | | | | [ticket/13442] UTF-8 symbols for database host
| * [ticket/13442] UTF-8 symbols for database hostlavigor2015-01-021-1/+1
| | | | | | | | | | | | Added support for cyrillic domains as database hosts. PHPBB3-13442
* | Merge pull request #3229 from n-aleha/ticket/13098Joas Schilling2014-12-271-1/+1
|\ \ | | | | | | | | | [ticket/13098] Repair Yahoo contact field
| * | [ticket/13098] Repair Yahoo contact fieldn-aleha2014-12-121-1/+1
| |/ | | | | | | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098
* | [ticket/13370] Allow calling class method in convertor framework directly.Cesar G2014-12-091-1/+1
|/ | | | | | | | This change allows the usage of array($class, 'method')) directly instead of having to use the functionX syntax as follows: array('function1' => array($class, 'method'))) PHPBB3-13370
* [prep-release-3.1.2] Update the development version to 3.1.3-RC1-devJoas Schilling2014-11-251-1/+1
|
* [prep-release-3.1.2] Increase version number to 3.1.2Joas Schilling2014-11-241-1/+1
|
* [prep-release-3.1.2] Update version to 3.1.2-RC1Joas Schilling2014-11-222-2/+2
|
* Merge branch 'prep-release-3.1.1' into develop-ascraeusNils Adermann2014-11-022-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.1: [ticket/13271] Disable CC sender feature for anonymous users [prep-release-3.1.1] Add 3.1.1 CHANGELOG [prep-release-3.1.1] Add 3.1.1 migration file [ticket/13263] Make sure default style exists and clean up code [ticket/13263] Only install/set prosilver if no style available [ticket/13263] Use prosilver as default style if user's style doesn't exist [ticket/security-164] Correctly format page_name [ticket/security-164] Sanitize all global variables in symfony_request class [ticket/13248] Use functional framework login method in tests [ticket/13248] Correctly pass provider name [ticket/13248] Always use provider collection for getting provider [ticket/13248] Allow specifying different auth provider in provider collection [ticket/13248] Use auth provider collection for getting provider [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1 [ticket/13267] Update Automatic Update instructions to include vendor directory [ticket/13268] Properly append ternary result in get_existing_indexes() [prep-release-3.1.1] Update version number to 3.1.1 Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * [prep-release-3.1.1] Update version number to 3.1.1Nils Adermann2014-11-012-2/+2
| |
| * Merge commit '078e0c1e440f7f906b670348e8da00141e245876' into prep-release-3.1.0Nils Adermann2014-10-251-24/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '078e0c1e440f7f906b670348e8da00141e245876': [ticket/13211] Move console migrator output handler back to console folder [ticket/13211] Also use log wrapper output handler for console migrations [ticket/13211] Move console migrator output handler to db folder [ticket/13211] Add log wrapper for writing database updater to log file [ticket/13126] Add missing use statement [ticket/13126] Fix tests [ticket/13126] Change messages verbosity levels [ticket/13126] Move migrator_output_handler to an interface [ticket/13126] Extends migrator_output_handler instead of using a closure [ticket/13126] Improve the feedback when running the migrations
* | | [develop-ascraeus] Update version number to 3.1.1-RC1-devNils Adermann2014-10-251-1/+1
| | |
* | | Merge pull request #3060 from marc1706/ticket/13211Nils Adermann2014-10-251-24/+2
|\ \ \ | |/ / |/| / | |/ [ticket/13211] Add log wrapper for writing database updater to log file
| * [ticket/13211] Add log wrapper for writing database updater to log fileMarc Alexander2014-10-241-1/+1
| | | | | | | | PHPBB3-13211
| * Merge remote-tracking branch 'Nicofuma/ticket/13126' into ticket/13211Marc Alexander2014-10-241-24/+2
| |\
| | * [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-161-12/+1
| | | | | | | | | | | | PHPBB3-13126
| | * [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-24/+13
| | | | | | | | | | | | PHPBB3-13126