| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14636] Restore BC with request_var | Oliver Schramm | 2016-08-20 | 1 | -0/+2 |
| | | | | | PHPBB3-14636 | ||||
| * | 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 | ||||
| * | | | Merge pull request #4404 from JoshyPHP/ticket/14740 | Marc Alexander | 2016-08-16 | 4 | -5/+49 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14740] Added support for quoted attributes in BBCode definitions | ||||
| | * | | | [ticket/14740] Added support for quoted attributes in BBCode definitions | JoshyPHP | 2016-08-10 | 4 | -5/+49 |
| | | | | | | | | | | | | | | | | | PHPBB3-14740 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-13 | 0 | -0/+0 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Merge pull request #4409 from Elsensee/ticket/14742 | Marc Alexander | 2016-08-13 | 11 | -34/+201 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/14742] Improvements to migrator | ||||
| * | \ \ \ | Merge pull request #4410 from Elsensee/ticket/14742-32x | Marc Alexander | 2016-08-13 | 11 | -37/+275 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | [ticket/14742-32x] Improvements to migrator | ||||
| | * | | | | [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 | 3 | -4/+38 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | [ticket/14742] Add test for (not) reverting if | Oliver Schramm | 2016-08-11 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| | | * | | | [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 | 2 | -8/+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 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| | * | | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-11 | 8 | -18/+133 |
| | |\ \ \ \ |/ / / / / | | _ / / | | / / | |||||
| | * | | | [ticket/14742] Add test for reverse_update_data() | Oliver Schramm | 2016-08-11 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| | * | | | [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 | 2 | -2/+12 |
| | |/ / | | | | | | | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742 | ||||
| * | | | Merge pull request #4402 from marc1706/ticket/14735 | Máté Bartus | 2016-08-05 | 3 | -101/+106 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14735] Update composer dependencies to latest versions | ||||
| | * | | | [ticket/14735] Add php nightly to travis build config | Marc Alexander | 2016-08-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-14735 | ||||
| | * | | | [ticket/14735] Update composer dependencies to latest versions | Marc Alexander | 2016-08-05 | 2 | -101/+103 |
| |/ / / | | | | | | | | | | | | | | | | | | | This will update Symfony to 2.8.9, fast-image-size to 1.1.1, and text-formatter to 0.6.1. PHPBB3-14735 | ||||
| * | | | Merge pull request #4401 from JoshyPHP/ticket/14734 | Marc Alexander | 2016-08-05 | 2 | -1/+2 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14734] Use SVG emoji | ||||
| | * | | | [ticket/14734] Use SVG emoji | JoshyPHP | 2016-08-05 | 2 | -1/+2 |
| |/ / / | | | | | | | | | | PHPBB3-14734 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-04 | 1 | -21/+27 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: build/build.xml | ||||
| | * | | Merge pull request #4400 from Elsensee/ticket/14731 | Marc Alexander | 2016-08-04 | 1 | -23/+29 |
| | |\ \ | | | | | | | | | | | | | [ticket/14731] Skip composer when exporting old versions | ||||
| | | * | | [ticket/14731] Skip composer when exporting old versions | Oliver Schramm | 2016-08-04 | 1 | -23/+29 |
| | |/ / | | | | | | | | | | PHPBB3-14731 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-03 | 2 | -0/+9 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_email.html | ||||
| | * | | Merge pull request #4324 from Senky/ticket/14516 | Marc Alexander | 2016-08-03 | 3 | -0/+12 |
| | |\ \ | | |/ | |/| | | | | [ticket/14516] Add memberlist_email_before event | ||||
| | | * | [ticket/14516] Add memberlist_email_before event | Jakub Senko | 2016-07-17 | 3 | -0/+12 |
| | | | | | | | | | | | | | PHPBB3-14516 | ||||
| * | | | Merge pull request #4399 from wesleyfok/ticket/14729 | Marc Alexander | 2016-08-03 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14729] Make reports take config base class | ||||
| | * | | | [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 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-01 | 1 | -7/+17 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #4397 from Elsensee/ticket/14721 | Marc Alexander | 2016-08-01 | 1 | -7/+17 |
| | |\ \ | | | | | | | | | | | | | [ticket/14721] Avoid renaming deleted users | ||||
| | | * | | [ticket/14721] Avoid renaming deleted users | Oliver Schramm | 2016-08-01 | 1 | -7/+17 |
| | |/ / | | | | | | | | | | PHPBB3-14721 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-31 | 0 | -0/+0 |
| |\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php | ||||
| | * | | Merge pull request #4301 from 3D-I/PHPBB3-14596 | Marc Alexander | 2016-07-31 | 2 | -4/+4 |
| | |\ \ | | | | | | | | | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 7 | ||||
| | | * | | [ticket/14596] Deny installation of Ascraeus under PHP 7 | 3Di | 2016-07-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-14596 | ||||
| | | * | | [ticket/14596] Deny installation of Ascraeus under PHP 7 | 3Di | 2016-04-23 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | PHPBB3-14596 | ||||
| * | | | | Merge pull request #4395 from CHItA/ticket/14633 | Oliver Schramm | 2016-07-30 | 2 | -0/+21 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14633] Check for XML extension support on install | ||||
| | * | | | | [ticket/14633] Check for XML extension support on install | Máté Bartus | 2016-07-30 | 2 | -0/+21 |
| |/ / / / | | | | | | | | | | | | | PHPBB3-14633 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Andreas Fischer | 2016-07-29 | 1 | -2/+2 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions | ||||
| | * | | | Merge pull request #4336 from Senky/ticket/14652 | Andreas Fischer | 2016-07-29 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in core.index_modify_birthdays_list vars descriptions * Senky/ticket/14652: [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions | ||||
| | | * | | | [ticket/14652] Fix typos in core.index_modify_birthdays_list vars descriptions | Jakub Senko | 2016-05-29 | 1 | -2/+2 |
| | | | |/ | | |/| | | | | | | | | | PHPBB3-14652 | ||||
