aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-041-0/+1
|\
| * [ticket/14838] Do not query full attachments table in feedsMarc Alexander2017-01-031-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/14895Tristan Darricau2016-12-111-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 listMatt Friedman2016-12-071-0/+1
| | | | | | | | | | | | PHPBB3-14895
* | | [ticket/14910] Fixes typo PLease to Please in EXTENSION_NOT_INSTALLEDChristian Schnegelberger2016-12-111-1/+1
|/ / | | | | | | PHPBB3-14910
* | [ticket/12610] Add a better error message when an extension is missingTristan Darricau2016-12-041-0/+1
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Improve outputTristan Darricau2016-12-031-5/+4
| | | | | | | | PHPBB3-12610
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-032-9/+24
| | | | | | | | PHPBB3-12610
* | [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-032-0/+3
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Define extensions to install in config not via cli argumentMarc Alexander2016-12-031-1/+0
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Allow specifying extensions to update & installMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Remove not needed language entryMarc Alexander2016-12-031-1/+0
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-031-3/+5
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Add basic layout for enabling viglinkMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Re-enable extensions if updated during updateMarc Alexander2016-12-031-0/+2
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Install all packaged extensions by defaultMarc Alexander2016-12-031-1/+1
| | | | | | | | PHPBB3-14492
* | [ticket/14492] Add basic task for installing viglink extensionMarc Alexander2016-12-031-0/+1
| | | | | | | | PHPBB3-14492
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-0/+1
|\ \ | |/
| * [ticket/14842] Don't display filesize limit if there is noneJakub Senko2016-11-151-0/+1
| | | | | | | | PHPBB3-14842
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-3/+0
| | | | | | | | PHPBB3-14739
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-251-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 supportJakub Senko2016-08-021-1/+0
| | | | | | | | | | | | PHPBB3-10809
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-061-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #4426 from bantu/ticket/14109Marc Alexander2016-09-061-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 Fischer2016-08-281-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/14764Marc Alexander2016-09-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14764] Wrong link to database update script has been fixed
| * | | | [ticket/14764] Implements feedback to wording in install db updaterCrizzo2016-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14764
| * | | | [ticket/14764] Wrong link to database update script has been fixedCrizzo2016-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14764
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-311-0/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * | | Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-311-0/+3
| |\ \ \ | | |/ / | |/| | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * | [ticket/14703] Select the parent module id from the several foundrxu2016-07-231-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14703
| | * | [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-101-0/+2
| | | | | | | | | | | | | | | | PHPBB3-14703
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-211-2/+8
|\ \ \ \ | |/ / /
| * | | Merge pull request #4411 from Senky/ticket/12925Marc Alexander2016-08-211-2/+8
| |\ \ \ | | | | | | | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label
| | * | | [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-151-2/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-12925
* | | | | [ticket/14742] Display message if reverting schema is in progressOliver Schramm2016-08-111-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-0/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | [ticket/14742] Pause after each schema changeOliver Schramm2016-08-111-0/+1
| |/ / | | | | | | | | | | | | | | | It is certainly better than running them all at once 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-07-181-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14596
| | * | [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-04-231-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14596
* | | | [ticket/14633] Check for XML extension support on installMáté Bartus2016-07-301-0/+2
| | | | | | | | | | | | | | | | PHPBB3-14633
* | | | Merge pull request #4344 from Senky/ticket2/14586Marc Alexander2016-07-201-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14586] Add OAuth1 support
| * | | | [ticket/14586] Add OAuth1 supportJakub Senko2016-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14586
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-172-462/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #4378 from Crizz0/ticket/14704Marc Alexander2016-07-172-462/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14704] Removes unused function and language files in base.php
| | * | | | [ticket/14704] Removes unused function and language files in base.phpCrizzo2016-07-032-462/+0
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-14704
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-071-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php
| * | | | Merge pull request #4342 from Senky/ticket/14654Marc Alexander2016-07-072-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14654] Change Imagemagick to ImageMagick