Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-01-04 | 1 | -0/+1 |
|\ | |||||
| * | [ticket/14838] Do not query full attachments table in feeds | Marc Alexander | 2017-01-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | The fetch_attachments() will also now throw a runtime exception if a feed tries to do this nonetheless. PHPBB3-14838 | ||||
* | | Merge pull request #4564 from VSEphpbb/ticket/14895 | Tristan Darricau | 2016-12-11 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14895] CLI should use SymfonyStyle * VSEphpbb/ticket/14895: [ticket/14895] Fix broken tests [ticket/14895] Fix issues in CLI classes [ticket/14895] Use SymfonyStyle in all CLI [ticket/14895] Use SymfonyIO styling [ticket/14895] CLI reparser:list should display proper list | ||||
| * | | [ticket/14895] CLI reparser:list should display proper list | Matt Friedman | 2016-12-07 | 1 | -0/+1 |
| | | | | | | | | | | | | PHPBB3-14895 | ||||
* | | | [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLED | Christian Schnegelberger | 2016-12-11 | 1 | -1/+1 |
|/ / | | | | | | | PHPBB3-14910 | ||||
* | | [ticket/12610] Add a better error message when an extension is missing | Tristan Darricau | 2016-12-04 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Improve output | Tristan Darricau | 2016-12-03 | 1 | -5/+4 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 2 | -9/+24 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/14492] Add language variables for updating extensions | Marc Alexander | 2016-12-03 | 2 | -0/+3 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Define extensions to install in config not via cli argument | Marc Alexander | 2016-12-03 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Allow specifying extensions to update & install | Marc Alexander | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Remove not needed language entry | Marc Alexander | 2016-12-03 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Use guzzle for submitting data to stats service | Marc Alexander | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Update language variables and trigger details text | Marc Alexander | 2016-12-03 | 1 | -3/+5 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Add basic layout for enabling viglink | Marc Alexander | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Re-enable extensions if updated during update | Marc Alexander | 2016-12-03 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Install all packaged extensions by default | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Add basic task for installing viglink extension | Marc Alexander | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-11-20 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | [ticket/14842] Don't display filesize limit if there is none | Jakub Senko | 2016-11-15 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14842 | ||||
* | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 1 | -3/+0 |
| | | | | | | | | PHPBB3-14739 | ||||
* | | Merge pull request #4265 from Senky/ticket/10809 | Tristan Darricau | 2016-09-25 | 1 | -1/+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 support | Jakub Senko | 2016-08-02 | 1 | -1/+0 |
| | | | | | | | | | | | | PHPBB3-10809 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-06 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #4426 from bantu/ticket/14109 | Marc Alexander | 2016-09-06 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | [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/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | Merge pull request #4435 from Crizz0/ticket/14764 | Marc Alexander | 2016-09-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14764] Wrong link to database update script has been fixed | ||||
| * | | | | [ticket/14764] Implements feedback to wording in install db updater | Crizzo | 2016-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14764 | ||||
| * | | | | [ticket/14764] Wrong link to database update script has been fixed | Crizzo | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14764 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-31 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php | ||||
| * | | | Merge pull request #4377 from rxu/ticket/14703 | Marc Alexander | 2016-08-31 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |/| | | | | | | [ticket/14703] Fix parent module selection for custom extension modules | ||||
| | * | | [ticket/14703] Select the parent module id from the several found | rxu | 2016-07-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Refine the parent module selection for custom extension modules | rxu | 2016-07-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-21 | 1 | -2/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #4411 from Senky/ticket/12925 | Marc Alexander | 2016-08-21 | 1 | -2/+8 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label | ||||
| | * | | | [ticket/12925] Pluralize permanent delete checkbox label | Jakub Senko | 2016-08-15 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-12925 | ||||
* | | | | | [ticket/14742] Display message if reverting schema is in progress | Oliver Schramm | 2016-08-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
* | | | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-11 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | [ticket/14742] Pause after each schema change | Oliver Schramm | 2016-08-11 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742 | ||||
| * | | Merge pull request #4301 from 3D-I/PHPBB3-14596 | Marc Alexander | 2016-07-31 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | [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 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-14596 | ||||
* | | | | [ticket/14633] Check for XML extension support on install | Máté Bartus | 2016-07-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-14633 | ||||
* | | | | Merge pull request #4344 from Senky/ticket2/14586 | Marc Alexander | 2016-07-20 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14586] Add OAuth1 support | ||||
| * | | | | [ticket/14586] Add OAuth1 support | Jakub Senko | 2016-05-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14586 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-17 | 2 | -462/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #4378 from Crizz0/ticket/14704 | Marc Alexander | 2016-07-17 | 2 | -462/+0 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14704] Removes unused function and language files in base.php | ||||
| | * | | | | [ticket/14704] Removes unused function and language files in base.php | Crizzo | 2016-07-03 | 2 | -462/+0 |
| | | |/ / | | |/| | | | | | | | | | | | | PHPBB3-14704 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-07 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php | ||||
| * | | | | Merge pull request #4342 from Senky/ticket/14654 | Marc Alexander | 2016-07-07 | 2 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14654] Change Imagemagick to ImageMagick |