Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-17 | 1 | -4/+108 |
|\ | |||||
| * | Merge pull request #4406 from rmcgirr83/ticket/14581 | Marc Alexander | 2016-09-17 | 1 | -4/+108 |
| |\ | | | | | | | | | | [ticket/14581] Add core events to content_visibility | ||||
| | * | [ticket/14581] Add core events to content_visibility | Richard McGirr | 2016-08-10 | 1 | -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.x | Marc Alexander | 2016-09-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS' | DavidIQ | 2016-09-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '3.1.x' into 3.2.x | Andreas Fischer | 2016-09-15 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * 3.1.x: [ticket/14782] Use the $select variable in "Your Posts" search | ||||
| * | | [ticket/14782] Use the $select variable in "Your Posts" search | DavidIQ | 2016-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-06 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #4426 from bantu/ticket/14109 | Marc Alexander | 2016-09-06 | 1 | -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 Fischer | 2016-08-28 | 1 | -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 applicable | Jakub Senko | 2016-09-01 | 3 | -0/+48 |
| | | | | | | | | | | | | | | | | PHPBB3-10961 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-31 | 1 | -66/+117 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php | ||||
| * | | | Merge pull request #4377 from rxu/ticket/14703 | Marc Alexander | 2016-08-31 | 1 | -66/+117 |
| |\ \ \ | | |/ / | |/| | | | | | | [ticket/14703] Fix parent module selection for custom extension modules | ||||
| | * | | [ticket/14703] Fix the docblock | rxu | 2016-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Fix existance checking if multiple parent module_langname found | rxu | 2016-07-24 | 1 | -9/+26 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Add test for the case multiple parent module_langname found | rxu | 2016-07-24 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Select the parent module id from the several found | rxu | 2016-07-23 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Refine the parent module selection for custom extension modules | rxu | 2016-07-10 | 1 | -71/+79 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Fix parent module selection for custom modules removal | rxu | 2016-07-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Fix parent module selection for custom extension modules | rxu | 2016-07-03 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #3659 from Elsensee/ticket/12230 | Marc Alexander | 2016-08-28 | 1 | -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 0 | Oliver Schramm | 2016-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12230 | ||||
* | | | | | [ticket/14742] Increase user feedback by improving progress bar | Oliver Schramm | 2016-08-20 | 2 | -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-32x | Oliver Schramm | 2016-08-20 | 6 | -59/+55 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migrator.php | ||||
| * | | | | [ticket/14742] Reset migration_data_state before reverting | Oliver Schramm | 2016-08-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Change constants to use Symfony values | Oliver Schramm | 2016-08-20 | 1 | -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 too | Oliver Schramm | 2016-08-20 | 1 | -50/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Improve readability of the code | Oliver Schramm | 2016-08-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Fix comments in migrator | Oliver Schramm | 2016-08-20 | 5 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-16 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #4413 from wesleyfok/ticket/14745 | Marc Alexander | 2016-08-16 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14745] Removed unneeded HTML ampersand | ||||
| | * | | | | [ticket/14745] Removed unneeded HTML ampersand | Wesley Fok | 2016-08-15 | 1 | -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 updater | Oliver Schramm | 2016-08-12 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
* | | | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-12 | 1 | -15/+58 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [ticket/14742] Enhance measured time for migrations | Oliver Schramm | 2016-08-12 | 1 | -5/+24 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Improve verbosity of migrator output | Oliver Schramm | 2016-08-12 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
* | | | | | [ticket/14742] Fix progress bar in database updater | Oliver Schramm | 2016-08-11 | 2 | -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-32x | Oliver Schramm | 2016-08-11 | 1 | -2/+28 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [ticket/14742] Avoid loop while reverting schema | Oliver Schramm | 2016-08-11 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Make $last_run_migration protected | Oliver Schramm | 2016-08-11 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Fix schema update | Oliver Schramm | 2016-08-11 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First make it work, then avoid a loop PHPBB3-14742 | ||||
* | | | | | [ticket/14742] Display message if reverting schema is in progress | Oliver Schramm | 2016-08-11 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
* | | | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-11 | 6 | -18/+76 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [ticket/14742] Small fixes to migrator | Oliver Schramm | 2016-08-11 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Avoid loop while reverting data | Oliver Schramm | 2016-08-11 | 6 | -12/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742 | ||||
| * | | | | [ticket/14742] Pause after each schema change | Oliver Schramm | 2016-08-11 | 1 | -2/+11 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742 | ||||
* | | | | [ticket/14734] Use SVG emoji | JoshyPHP | 2016-08-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-14734 | ||||
* | | | | [ticket/14729] Make reports take config base class | Wesley Fok | 2016-08-03 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the report controller and helper classes accept the more generic phpbb/config/config base class in their constructors, instead of the specific database implementation phpbb/config/db. PHPBB3-14729 | ||||
* | | | | [ticket/14633] Check for XML extension support on install | Máté Bartus | 2016-07-30 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | PHPBB3-14633 |