aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14038] Switch to spacer spansMichael Miday2015-08-302-1/+10
|
* [ticket/14038] Stylize & differintiateMichael Miday2015-08-304-7/+62
|
* [ticket/14038] Give links some visual loveMichael Miday2015-08-302-1/+3
|
* Merge branch '3.1.x'Tristan Darricau2015-08-281-4/+2
|\ | | | | | | | | | | * 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| * Merge pull request #3764 from Zoddo/ticket/13988Tristan Darricau2015-08-281-4/+2
| |\ | | | | | | | | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| | * [ticket/13988] Use absolute path for image attachments in feedsCarstenF2015-07-151-4/+2
| | | | | | | | | | | | | | | | | | Previously, atom feeds use relative links for image attachments PHPBB3-13988
* | | Merge branch '3.1.x'Tristan Darricau2015-08-281-9/+0
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14106] Fix topics sorting in MCP for topics merging.
| * | Merge pull request #3835 from rxu/ticket/14106Tristan Darricau2015-08-281-9/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14106] Fix topics sorting in MCP for topics merging. * rxu/ticket/14106: [ticket/14106] Fix topics sorting in MCP for topics merging.
| | * | [ticket/14106] Fix topics sorting in MCP for topics merging.rxu2015-08-161-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The "bug" in the deleted code comment is non-existent now. The PR is for 3.1 only. PHPBB3-14106
| * | | Merge pull request #3802 from Oyabun1/ticket/14058Tristan Darricau2015-08-281-1/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14058] Contact us form missing email subject field in subsilver2 * Oyabun1/ticket/14058: [ticket/14058] Contact us form missing email subject field in subsilver2
| | * | | [ticket/14058] Contact us form missing email subject field in subsilver2Oyabun12015-07-311-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-14058
* | | | | Merge branch '3.1.x'Tristan Darricau2015-08-281-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/14070] Properly pass whether config should be ignored for avatars
| * | | | Merge pull request #3809 from marc1706/ticket/14070Tristan Darricau2015-08-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14070] Properly pass whether config should be ignored for avatars * marc1706/ticket/14070: [ticket/14070] Properly pass whether config should be ignored for avatars
| | * | | | [ticket/14070] Properly pass whether config should be ignored for avatarsMarc Alexander2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14070
* | | | | | Merge pull request #3858 from Nicofuma/ticket/14125Máté Bartus2015-08-283-14/+56
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/14125] Add --env option to all CLI commands
| * | | | | | [ticket/14125] Add --env option to all CLI commandsTristan Darricau2015-08-243-14/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14125
* | | | | | | Merge pull request #3470 from Nicofuma/ticket/13645Máté Bartus2015-08-2838-764/+1417
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/13645] Move the feeds to controllers
| * | | | | | | [ticket/13645] Fix docblocksTristan Darricau2015-08-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13645
| * | | | | | | [ticket/13645] Proper OOP for feedsTristan Darricau2015-08-2315-320/+506
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13645
| * | | | | | | [ticket/13645] Move the feeds to controllersNicofuma2015-08-2327-449/+914
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13645
* | | | | | | | Merge pull request #3859 from Nicofuma/ticket/13897Máté Bartus2015-08-281-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13897] Make dependency to the filesystem optional in error handler
| * | | | | | | | [ticket/13897] Make dependency to the filesystem optional in error handlerTristan Darricau2015-08-251-1/+9
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13897
* | | | | | | | 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
* | | | | | | | Merge pull request #3863 from VSEphpbb/ticket/14128Tristan Darricau2015-08-271-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14128] Fix img bbcode regression, lost postimage class * VSEphpbb/ticket/14128: [ticket/14128] Fix img bbcode regression, lost postimage class
| * | | | | | | | [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14128
* | | | | | | | | Merge pull request #3840 from hanakin/ticket/12719Tristan Darricau2015-08-266-59/+611
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12719] Convert to Normalize & SUITCSS * hanakin/ticket/12719: [ticket/12719] normalize 3.0.3 and firefox 40 fx [ticket/12719] Remove old reset [ticket/12719] Fix hamburger menu icon [ticket/12719] Fix pagination [ticket/12719] Fix Buttons [ticket/12719] Add normalize & base
| * | | | | | | | | [ticket/12719] normalize 3.0.3 and firefox 40 fxMichael Miday2015-08-262-79/+180
| | | | | | | | | |
| * | | | | | | | | [ticket/12719] Remove old resetMichael Miday2015-08-261-49/+0
| | | | | | | | | |
| * | | | | | | | | [ticket/12719] Fix hamburger menu iconMichael Miday2015-08-201-1/+1
| | | | | | | | | |
| * | | | | | | | | [ticket/12719] Fix paginationMichael Miday2015-08-201-6/+6
| | | | | | | | | |
| * | | | | | | | | [ticket/12719] Fix ButtonsMichael Miday2015-08-201-3/+5
| | | | | | | | | |
| * | | | | | | | | [ticket/12719] Add normalize & baseMichael Miday2015-08-204-0/+498
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phpbb3-12719
* | | | | | | | | | [ticket/12505] Fix variable usage in migration filen-aleha2015-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12505
* | | | | | | | | | [ticket/12505] Add migrationn-aleha2015-08-241-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12505
* | | | | | | | | | [ticket/12505] Set deprecations for constants to 3.2n-aleha2015-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12505
* | | | | | | | | | [ticket/12505] Remove outdated media extensionsn-aleha2015-08-242-26/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update constants and data schema for new installations. Mark outdated media constants as deprecated. PHPBB3-12505
* | | | | | | | | | [ticket/12505] Remove outdated media handling from acpn-aleha2015-08-242-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated media handling from acp PHPBB3-12505
* | | | | | | | | | [ticket/12505] Remove outdated media handling from prosilvern-aleha2015-08-241-77/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12505
* | | | | | | | | | [ticket/12505] Remove outdated media handing in attachmentsn-aleha2015-08-242-33/+0
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove code for handling media in RealPlayer, QuickTime, and Windows Media Player. PHPBB3-12505
* | | | | | | | | Merge pull request #3652 from Elsensee/ticket/12143Tristan Darricau2015-08-2318-68/+196
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12143] Make it possible to use translated group names for non-special groups * Elsensee/ticket/12143: [ticket/12143] Fix tests after rebase [ticket/12143] Avoid no output from get_group_name() [ticket/12143] Fix those tests [ticket/12143] Add some tests [ticket/12143] Oops, fixed array index [ticket/12143] Replace group name output [ticket/12143] Add group helper class to translate groupnames [ticket/12143] Add is_set method to language service
| * | | | | | | | [ticket/12143] Avoid no output from get_group_name()Oliver Schramm2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12143
| * | | | | | | | [ticket/12143] Fix those testsOliver Schramm2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I always have to fix them.. :( PHPBB3-12143
| * | | | | | | | [ticket/12143] Oops, fixed array indexOliver Schramm2015-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12143
| * | | | | | | | [ticket/12143] Replace group name outputOliver Schramm2015-08-0515-68/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
| * | | | | | | | [ticket/12143] Add group helper class to translate groupnamesOliver Schramm2015-08-052-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can translate groupnames now even though these groups aren't special PHPBB3-12143
| * | | | | | | | [ticket/12143] Add is_set method to language serviceOliver Schramm2015-08-051-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need that. PHPBB3-12143
* | | | | | | | | Merge pull request #3842 from CHItA/ticket/14097Tristan Darricau2015-08-231-3/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14097] Improve error and failure handling in the installer * CHItA/ticket/14097: [ticket/14097] Remove auto refresh on install failure [ticket/14097] Improve error and failure handling in the installer
| * | | | | | | | | [ticket/14097] Remove auto refresh on install failureMate Bartus2015-08-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14097
| * | | | | | | | | [ticket/14097] Improve error and failure handling in the installerMate Bartus2015-08-171-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14097