aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-258-618/+4
|\ | | | | | | | | | | | | | | [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-028-618/+4
| | | | | | | | PHPBB3-10809
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-0/+36
|\ \
| * | [prep-release-3.1.10] Add migration for 3.1.10-RC1Marc Alexander2016-09-241-0/+36
| | |
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-1/+1
|\ \ \ | |/ /
| * | [ticket/14796] Use log_table class member instead of table constantForumhulp.com2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | Was still using the old LOG_TABLE constant in the delete method. PHPBB3-14796
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-4/+14
|\ \ \ | |/ /
| * | Merge pull request #4432 from Senky/ticket/14762Marc Alexander2016-09-241-4/+14
| |\ \ | | | | | | | | | | | | [ticket/14762] Add core event to session.php
| | * | [ticket/14762] Add core event to session.phpJakub Senko2016-09-181-4/+14
| | | | | | | | | | | | | | | | PHPBB3-14762
* | | | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+rxu2016-09-222-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14793
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-4/+108
|\ \ \ \ | |/ / /
| * | | Merge pull request #4406 from rmcgirr83/ticket/14581Marc Alexander2016-09-171-4/+108
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14581] Add core events to content_visibility
| | * | | [ticket/14581] Add core events to content_visibilityRichard McGirr2016-08-101-4/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events added for both changing the content visibility for both posts and topics, executing right before and after the SQL UPDATE query for setting the visibillity. https://tracker.phpbb.com/browse/PHPBB3-14581 PHPBB3-14581
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'DavidIQ2016-09-161-1/+1
| | | | |
* | | | | Merge branch '3.1.x' into 3.2.xAndreas Fischer2016-09-151-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/14782] Use the $select variable in "Your Posts" search
| * | | | [ticket/14782] Use the $select variable in "Your Posts" searchDavidIQ2016-09-131-1/+1
| | | | |
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-061-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4426 from bantu/ticket/14109Marc Alexander2016-09-061-1/+3
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
| | * | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.Andreas Fischer2016-08-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for proper overall database operation. In previous versions, InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are defined. PHPBB3-14109
* | | | | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-013-0/+48
| | | | | | | | | | | | | | | | | | | | PHPBB3-10961
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-66/+117
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * | | | Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-311-66/+117
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * | | [ticket/14703] Fix the docblockrxu2016-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | [ticket/14703] Fix existance checking if multiple parent module_langname foundrxu2016-07-241-9/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-241-5/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | [ticket/14703] Select the parent module id from the several foundrxu2016-07-231-3/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-101-71/+79
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | [ticket/14703] Fix parent module selection for custom modules removalrxu2016-07-031-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | [ticket/14703] Fix parent module selection for custom extension modulesrxu2016-07-031-1/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14703
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3659 from Elsensee/ticket/12230Marc Alexander2016-08-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12230] Disable newly registered group when post limit is set to 0
| | * | | | [ticket/12230] Remove users from new users group when post limit is 0Oliver Schramm2016-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12230
* | | | | | [ticket/14742] Increase user feedback by improving progress barOliver Schramm2016-08-202-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now count and display each step that was done by increasing the task count. PHPBB3-14742
* | | | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-206-59/+55
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migrator.php
| * | | | | [ticket/14742] Reset migration_data_state before revertingOliver Schramm2016-08-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | [ticket/14742] Change constants to use Symfony valuesOliver Schramm2016-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid errors when comparing verbosity levels in a CLI output handler that is using Symfony's OutputInterface for example. PHPBB3-14742
| * | | | | [ticket/14742] Pause after each update_data step tooOliver Schramm2016-08-201-50/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742
| * | | | | [ticket/14742] Improve readability of the codeOliver Schramm2016-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-205-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-161-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4413 from wesleyfok/ticket/14745Marc Alexander2016-08-161-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14745] Removed unneeded HTML ampersand
| | * | | | | [ticket/14745] Removed unneeded HTML ampersandWesley Fok2016-08-151-1/+1
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
* | | | | | [ticket/14742] Further improve progress bar in db updaterOliver Schramm2016-08-121-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-121-15/+58
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/14742] Enhance measured time for migrationsOliver Schramm2016-08-121-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | [ticket/14742] Improve verbosity of migrator outputOliver Schramm2016-08-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | [ticket/14742] Fix progress bar in database updaterOliver Schramm2016-08-112-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of the new way, schema update steps are handled, the already misleading progress bar was even more misleading. This should fix it. PHPBB3-14742
* | | | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-2/+28
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/14742] Avoid loop while reverting schemaOliver Schramm2016-08-111-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742