aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-3/+3
| | | | | | Coding guidelines fixes PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-1/+1
| | | | | | Clarification of comment PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-1/+1
| | | | | | Change code order to improve efficiency. PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-5/+4
| | | | | | Re-order code for efficiency PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-2/+2
| | | | | | Improve ACP language strings PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-212-9/+5
| | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
* [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-5/+5
| | | | | | Add tests and improve style template PHPBB3-9837
* [ticket/9837] Small fixesMáté Bartus2019-11-211-1/+1
| | | | PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-211-0/+4
| | | | | | Basic functionality mock up. PHPBB3-9837
* [ticket/9837] Display unapproved posts to originatorv12mike2019-11-212-7/+7
| | | | | | Fix whitespace issues PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to posterv12mike2019-11-211-1/+1
| | | | | | Improve acp explanation string PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-216-17/+16
| | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
* [ticket/9837] Display unapproved posts to postersv12mike2019-11-213-10/+11
| | | | | | Add tests and improve style template PHPBB3-9837
* [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-215-5/+38
| | | | | | Improvements for feature following review PHPBB3-9837
* [ticket/9837] Small fixesMáté Bartus2019-11-213-5/+6
| | | | PHPBB3-9837
* [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-214-2/+24
| | | | | | Basic functionality mock up. PHPBB3-9837
* Merge pull request #5722 from mrgoldy/ticket/16195Marc Alexander2019-11-011-1/+1
|\ | | | | | | [ticket/16195] Copy forum permissions' missing paragraph
| * [ticket/16195] Add missing paragraphmrgoldy2019-10-301-1/+1
| | | | | | | | PHPBB3-16195
* | Merge pull request #5720 from hanakin/ticket/16188Marc Alexander2019-11-011-7/+0
|\ \ | | | | | | | | | [ticket/16188] fix acp responsive stats
| * | [ticket/16188] Remove responsive tables in acphanakin2019-10-311-30/+0
| | | | | | | | | | | | PHPBB3-16188
| * | [ticket/16188] fix acp responsive statshanakin2019-10-271-7/+30
| | | | | | | | | | | | PHPBB3-16188
* | | Merge pull request #5719 from rubencm/ticket/15958Marc Alexander2019-11-012-6/+6
|\ \ \ | | | | | | | | | | | | [ticket/15958] Standarize create forums default options
| * | | [ticket/15958] Standarize create forums default optionsrubencm2019-10-242-6/+6
| | | | | | | | | | | | | | | | PHPBB3-15958
* | | | Merge pull request #5724 from rubencm/ticket/16190Marc Alexander2019-11-014-169/+25
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16190] Deprecate phpbb's checkdnsrr wrapper
| * | | | [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-314-169/+25
| | |_|/ | |/| | | | | | | | | | PHPBB3-16190
* | | | Merge pull request #5723 from rubencm/ticket/16196Marc Alexander2019-11-012-17/+12
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/16196] Remove paragonie/random_compat
| * | | [ticket/16196] Remove paragonie/random_compatrubencm2019-10-302-17/+12
| |/ / | | | | | | | | | PHPBB3-16196
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-3/+8
|\ \ \
| * \ \ Merge pull request #5709 from mrgoldy/ticket/16181Marc Alexander2019-10-281-3/+8
| |\ \ \ | | | | | | | | | | | | | | | [ticket/16181] Enforce string for OAuth provider id
| | * | | [ticket/16181] Fix typo in commentMarc Alexander2019-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16181
| | * | | [ticket/16181] Fix spelling mistake in associatedmrgoldy2019-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16181
| | * | | [ticket/16181] Enforce string data typemrgoldy2019-10-081-3/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-16181
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-282-13/+42
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5682 from 3D-I/ticket/16151Marc Alexander2019-10-282-13/+42
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16151] Enable Emojis and rich text in forum name
| | * | | | [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-10-282-25/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to a new function() PHPBB3-16151
| | * | | | [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-09-081-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16151
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-4/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5672 from OxCom/ticket/16146Marc Alexander2019-10-281-4/+17
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16146] New core event: after move forum
| | * | | | | [ticket/16146] Fix typos in event descriptionMarc Alexander2019-10-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16146
| | * | | | | [ticket/16146] fix event name in commentoxcom2019-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16146
| | * | | | | [ticket/16146] New core event: after move forumoxcom2019-09-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16146
* | | | | | | [ticket/16192] Fix CLI extension not enableable messagesMatt Friedman2019-10-271-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16192
* | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-262-6/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #5695 from 3D-I/ticket/16161Marc Alexander2019-10-262-6/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16161] Enable BBcodes without closing tag
| | * | | | | | [ticket/16161] Enable BBcodes without closing tag3D-I2019-09-222-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16161
* | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-264-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-264-4/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16150] Make post subject link an absolute url
| | * | | | | | [ticket/16150] Make post subject links reliablev12mike2019-09-083-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
| | * | | | | | [ticket/16150] Make post subject link an absolute urlv12mike2019-09-071-1/+1
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous version was relative to a &start= which was sometimes wrong. PHPBB3-16150
* | | | | | | [3.3.x] Update version numbers to 3.3.0-b2-devMarc Alexander2019-10-233-3/+3
| | | | | | |