aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | [ticket/15611] Fix misaligned text in responsive user profileDaniel2018-04-031-0/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects misaligned header text when viewing a user profile in prosilver mobile layout by force clearing the columns. PHPBB3-15611
* | | | | | | | | | | Merge pull request #5214 from ioannisbat/patch-1Tristan Darricau2018-07-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15638] Add word-break for overflowing. * github.com:/phpbb/phpbb: [ticket/15638] Add word-break for overflowing.
| * | | | | | | | | | | [ticket/15638] Add word-break for overflowing.Ioannis Batas2018-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15638
* | | | | | | | | | | | Merge pull request #5217 from Zoddo/ticket/15656Tristan Darricau2018-07-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15656] Add "View post" link in the mod logs on the ACP * github.com:/phpbb/phpbb: [ticket/15656] Add "View post" link in the mod logs on the ACP
| * | | | | | | | | | | | [ticket/15656] Add "View post" link in the mod logs on the ACPZoddo2018-05-011-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This link was added to the MCP view in GH-3870 (PHPBB3-9485) but I completely forgot the ACP… Consistency is back! PHPBB3-15656
* | | | | | | | | | | | Merge pull request #5229 from hubaishan/ticket/15613Tristan Darricau2018-07-081-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15613] Fix Notification dropdown said to be not RTL compliant * github.com:/phpbb/phpbb: [ticket/15613] Fix Notification dropdown said to be not RTL compliant
| * | | | | | | | | | | | [ticket/15613] Fix Notification dropdown said to be not RTL complianthubaishan2018-05-271-1/+0
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Notification dropdown said to be not RTL compliant PHPBB3-15613
* | | | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xTristan Darricau2018-07-085-11/+67
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | / / / | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.2.3: [ticket/15676] Use paragraphs and classes as suggested by hanakin [ticket/15676] Use twig syntax [ticket/15676] Simplify link text and use privacy link in cookie notice [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACY
| * | | | | | | | | | Merge pull request #5231 from marc1706/ticket/15676Tristan Darricau2018-07-085-11/+67
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACY * github.com:/phpbb/phpbb: [ticket/15676] Use paragraphs and classes as suggested by hanakin [ticket/15676] Use twig syntax [ticket/15676] Simplify link text and use privacy link in cookie notice [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACY
| | * | | | | | | | | | [ticket/15676] Use paragraphs and classes as suggested by hanakinMarc Alexander2018-06-202-7/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15676
| | * | | | | | | | | | [ticket/15676] Use twig syntaxMarc Alexander2018-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15676
| | * | | | | | | | | | [ticket/15676] Simplify link text and use privacy link in cookie noticeMarc Alexander2018-05-313-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15676
| | * | | | | | | | | | [ticket/15676] Display privacy notice in footer & allow overriding U_PRIVACYMarc Alexander2018-05-315-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15676
* | | | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #5233 from rxu/ticket/15678Marc Alexander2018-06-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15678] Fix PHP warning in filesystem.php
| | * | | | | | | | | | | [ticket/15678] Fix PHP warning in filesystem.phprxu2018-06-011-1/+1
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15678
* | | | | | | | | | | | Merge pull request #5259 from rubencm/ticket/15695Marc Alexander2018-06-191-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/15695] Fix gen_rand_string returning less characters than expected
| * | | | | | | | | | | [ticket/15695] Fix gen_rand_string returning less characters than expectedRubén Calvo2018-06-181-4/+6
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15695
* | | | | | | | | | | Merge pull request #5245 from rubencm/ticket/15693Marc Alexander2018-06-172-4/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15693] Fix get_rand_string()
| * | | | | | | | | | | [ticket/15693] Update tests to reflect changes to gen_rand_string()Marc Alexander2018-06-172-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15693
| * | | | | | | | | | | [ticket/15693] Fix get_rand_string()Rubén Calvo2018-06-151-2/+2
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15693
* | | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-06-1710-11/+229
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #5218 from senky/ticket/15657Marc Alexander2018-06-171-2/+43
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15657] Add MCP queue events
| | * | | | | | | | | [ticket/15657] Add MCP queue eventsJakub Senko2018-05-031-2/+43
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15657
| * | | | | | | | | Merge pull request #5246 from marc1706/ticket/15633Marc Alexander2018-06-171-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15633] Double space to single space
| | * | | | | | | | | [ticket/15633] Double space to single spacescootergrisen2018-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Value of GROUP_MAX_RECIPIENTS_EXPLAIN key contains double space. This removes one of the spaces. PHPBB3-15633
| * | | | | | | | | | Merge pull request #5190 from Crizz0/ticket/15627Marc Alexander2018-06-171-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15627] Reword the YES_ACCURATE_PM_BUTTON incl explaination
| | * | | | | | | | | | [ticket/15627] Reword the YES_ACCURATE_PM_BUTTON incl explainationChristian Schnegelberger2018-04-111-2/+2
| | | |_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15627
| * | | | | | | | | | Merge pull request #5158 from kasimi/ticket/15586Marc Alexander2018-06-177-6/+183
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes
| | * | | | | | | | | [ticket/15586] Added tests for adding modules the automatic waykasimi2018-03-116-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15586
| | * | | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modeskasimi2018-03-111-6/+0
| | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15586
* | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-06-121-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #5191 from Crizz0/ticket/15630Marc Alexander2018-06-121-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15630] ACP_COOKIE_SETTINGS_EXPLAIN change <b> to <strong>
| | * | | | | | | | | [ticket/15548] Fix dead link in ACP_COOKIE_SETTINGS_EXPLAIN language entryrxu2018-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15548
| | * | | | | | | | | [ticket/15630] ACP_COOKIE_SETTINGS_EXPLAIN change <b> to <strong>Christian Schnegelberger2018-04-141-1/+1
| | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15630
* | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-06-121-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #5192 from Crizz0/ticket/15629Marc Alexander2018-06-121-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15629] Add info to RECAPTCHA_LANG and change to en-GB
| | * | | | | | | | | [ticket/15629] Add info to RECAPTCHA_LANG and change to en-GBChristian Schnegelberger2018-04-141-1/+1
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15629
* | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-06-121-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Merge pull request #5226 from rubencm/ticket/15504Marc Alexander2018-06-121-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15504] Fix warning message
| | * | | | | | | | [ticket/15504] Fix warning messageRubén Calvo2018-05-251-2/+2
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15504
* | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-05-310-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | / / / / / / / | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge pull request #5182 from marc1706/ticket/15604Marc Alexander2018-05-314-5/+5
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | / / / / | | | |/ / / / | | |/| | | | [ticket/15604] Use HTTPS links for download SQL server drivers
* | | | | | | Merge pull request #5182 from marc1706/ticket/15604Derky2018-03-301-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | [ticket/15604] Use HTTPS links for download SQL server drivers
| * | | | | | [ticket/15604] Use HTTPS links & curl for SQL server driver downloadMarc Alexander2018-03-291-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15604
* | | | | | [3.2.x] Update version numbers to 3.2.4-devMarc Alexander2018-03-263-3/+3
| | | | | |
* | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-03-2610-13/+264
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | [prep-release-3.2.3] Update changelog after merging PRMarc Alexander2018-03-261-0/+1
| | | | |
| * | | | Merge pull request #5163 from VSEphpbb/ticket/15595Marc Alexander2018-03-262-6/+164
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15595] Fix module exists tool when ignoring parent check
| | * | | | [ticket/15595] Fix module exists tool when parent is falseMatt Friedman2018-03-192-6/+164
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-15595