aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #3864 from Zoddo/ticket/8920Marc Alexander2015-10-111-3/+4
| |\ | | | | | | | | | [ticket/8920] Add a MCP PM reports view permission
| | * [ticket/8920] Add a MCP PM reports view permissionZoddo2015-08-301-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Anybody who has the permission to read reports in one forum can read PM reports. Solving this problem by adding a new permission to read PM reports. PHPBB3-8920
* | | Merge pull request #3903 from Zoddo/ticket/13101Marc Alexander2015-10-101-1/+0
|\ \ \ | | | | | | | | | | | | [ticket/13101] Remove MSN/WLM custom profile field
| * | | [ticket/13101] Remove existing MSN/WLM custom profile fieldZoddo2015-10-101-1/+0
| | | | | | | | | | | | | | | | PHPBB3-13101
* | | | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-101-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14157] Allow to set the alt/title attribute on post icons
| * | | | [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14157
* | | | | Merge pull request #3871 from Zoddo/ticket/10165Marc Alexander2015-10-072-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/10165] Add a "Send test email" feature
| * | | | | [ticket/10165] Add more information when sending the test emailZoddo2015-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10165
| * | | | | [ticket/10165] Add a "Send test email" featureZoddo2015-09-092-0/+12
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-10165
* | | | | Merge pull request #3904 from Zoddo/ticket/14162Marc Alexander2015-10-072-0/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14162] Add CLI commands to manage migrations
| * | | | | [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This command lists all installed and uninstalled migrations. Note: The class is named `list_command`, because `list` is a reserved word and can't be used as class name in PHP. PHPBB3-14162
| * | | | | [ticket/14162] Add CLI command db:revertZoddo2015-09-202-0/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162
* | | | | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-042-3/+3
| |/ / / |/| | | | | | | | | | | PHPBB3-14205
* | | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-162-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ...
| * | | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-092-0/+4
| | | | | | | | | | | | | | | | PHPBB3-13904
* | | | Merge pull request #3870 from Zoddo/ticket/9485Tristan Darricau2015-09-091-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9485] Add a "View post" link in the moderation logs * Zoddo/ticket/9485: [ticket/9485] Fix tests [ticket/9485] Add post_id to relevant $phpbb_log->add() [ticket/9485] Add a "View post" link in the moderation logs
| * | | | [ticket/9485] Add a "View post" link in the moderation logsZoddo2015-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-9485
* | | | | Merge pull request #3876 from VSEphpbb/ticket/14138Tristan Darricau2015-09-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/14138] Use span tags instead of abbr * VSEphpbb/ticket/14138: [ticket/14138] Use span tags instead of abbr
| * | | | [ticket/14138] Use span tags instead of abbrMatt Friedman2015-09-011-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-14138
* | | | Merge branch '3.1.x'Tristan Darricau2015-09-021-2/+7
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | * 3.1.x: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output
| * | Merge pull request #3855 from VSEphpbb/ticket/14123Tristan Darricau2015-09-021-2/+7
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | [ticket/14123] Add descriptive help to the CLI help output * VSEphpbb/ticket/14123: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output
| | * [ticket/14123] Fix typoMatt Friedman2015-08-281-2/+2
| | | | | | | | | | | | PHPBB3-14123
| | * [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-281-81/+6
| | | | | | | | | | | | PHPBB3-14123
| | * [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-231-1/+81
| | | | | | | | | | | | PHPBB3-14123
* | | Merge pull request #3858 from Nicofuma/ticket/14125Máté Bartus2015-08-281-0/+3
|\ \ \ | | | | | | | | [ticket/14125] Add --env option to all CLI commands
| * | | [ticket/14125] Add --env option to all CLI commandsTristan Darricau2015-08-241-0/+3
| | | | | | | | | | | | | | | | PHPBB3-14125
* | | | Merge pull request #3470 from Nicofuma/ticket/13645Máté Bartus2015-08-281-0/+2
|\ \ \ \ | | | | | | | | | | [ticket/13645] Move the feeds to controllers
| * | | | [ticket/13645] Proper OOP for feedsTristan Darricau2015-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13645
| * | | | [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-0/+1
| |/ / / | | | | | | | | | | | | PHPBB3-13645
* | | | Merge branch '3.1.x'Tristan Darricau2015-08-271-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * 3.1.x: [ticket/14127] Fix the BBCode FAQ about auto-linking w/o protocol
| * | | [ticket/14127] Fix the BBCode FAQ about auto-linking w/o protocolZoddo2015-08-251-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | This error was accidentally introduced in the patch for PHPBB3-13967 (PR #3729) PHPBB3-14127
* | | [ticket/12505] Remove outdated media handling from acpn-aleha2015-08-241-6/+0
| | | | | | | | | | | | | | | | | | Remove outdated media handling from acp PHPBB3-12505
* | | [ticket/12505] Remove outdated media handing in attachmentsn-aleha2015-08-241-1/+0
| |/ |/| | | | | | | | | | | Remove code for handling media in RealPlayer, QuickTime, and Windows Media Player. PHPBB3-12505
* | Merge remote-tracking branch 'Nicofuma/ticket/12692'Marc Alexander2015-08-071-0/+17
|\ \
| * | [ticket/12692] Fix tests and update styleTristan Darricau2015-08-061-3/+8
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Cleanup language fileTristan Darricau2015-07-091-8/+7
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Fix languages vars and services orderTristan Darricau2015-07-091-4/+4
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Fix languages filesTristan Darricau2015-07-091-7/+1
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Add outputTristan Darricau2015-07-091-0/+6
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Move the language strings to cli.phpTristan Darricau2015-07-091-3/+10
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Update doc blocksTristan Darricau2015-07-091-1/+1
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Add a console command to manage the thumbnailsTristan Darricau2015-07-091-0/+6
| | | | | | | | | | | | PHPBB3-12692
* | | [ticket/14052] Translate installer commandsTristan Darricau2015-07-271-0/+8
| | | | | | | | | | | | PHPBB3-14052
* | | Merge pull request #3514 from CHItA/ticket/13740Tristan Darricau2015-07-272-3/+307
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13740] Refactoring installer * CHItA/ticket/13740: (75 commits) [ticket/13740] Reduce number of references in nav provider [ticket/13740] Move handle_language_select calls to the controllers [ticket/13740] Fix infinite config.php check loop [ticket/13740] Move default data settings out of constructors [ticket/13740] Deduplicate container builder's checks [ticket/13740] Use JSON for installer config [ticket/13740] Fix comment [ticket/13740] Use language service in console application [ticket/13740] Fix CS in compatibilty_globals.php [ticket/13740] Fix message element creation in JS [ticket/13740] Replace more spaces with tabs [ticket/13740] Fix CS [ticket/13740] Filter basic directory change attempts in lang change [ticket/13740] Use tabs instead of spaces in JS file [ticket/13740] Add success message when install finished [ticket/13740] Fix $script_path in obtain_data [ticket/13740] Fix is_phpbb_installed() method [ticket/13740] Login admin when install finished [ticket/13740] Enhance server output buffer bypass [ticket/13740] Secure installer config against corrupted config data ...
| * | | [ticket/13740] Add success message when install finishedMate Bartus2015-07-231-0/+2
| | | | | | | | | | | | | | | | PHPBB3-13740
| * | | [ticket/13740] Keep language file's namesMate Bartus2015-07-223-820/+821
| | | | | | | | | | | | | | | | PHPBB3-13740
| * | | [ticket/13740] Exit from installation if phpBB is already installedMate Bartus2015-07-201-1/+2
| | | | | | | | | | | | | | | | PHPBB3-13740
| * | | [ticket/13740] Add navigation bar support for the installerCHItA2015-07-081-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
| * | | [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-081-0/+15
| | | | | | | | | | | | | | | | PHPBB3-13740
| * | | [ticket/13740] Add backend support for install progress trackingMateBartus2015-07-081-0/+23
| | | | | | | | | | | | | | | | PHPBB3-13740