aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5756 from mrgoldy/ticket/16239Marc Alexander2019-12-061-1/+2
|\ | | | | | | [ticket/16239] Remove deprecated phpbb\db\tools
| * [ticket/16239] Update DB tools in UI test casemrgoldy2019-11-301-1/+2
| | | | | | | | PHPBB3-16239
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-1/+1
|\ \
| * | [ticket/16247] Add test not tested3D-I2019-12-051-1/+1
| | | | | | | | | | | | PHPBB3-16247
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-281-0/+16
|\ \ \ | |/ /
| * | [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-0/+16
| | | | | | | | | | | | PHPBB3-16228
* | | [ticket/16223] Use constructor arguments instead of func_get_args()Marc Alexander2019-11-251-1/+1
| | | | | | | | | | | | PHPBB3-16223
* | | [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-253-1/+55
| | | | | | | | | | | | PHPBB3-16223
* | | [ticket/16223] Add test for memcached driverMarc Alexander2019-11-251-0/+46
| |/ |/| | | | | PHPBB3-16223
* | Merge pull request #5686 from v12mike/ticket/9837Marc Alexander2019-11-223-4/+449
|\ \ | | | | | | | | | [ticket/9837] Display unapproved posts to their authors
| * | [ticket/9837] Remove not needed lines in testMarc Alexander2019-11-211-3/+0
| | | | | | | | | | | | PHPBB3-9837
| * | [ticket/9837] Make unapproved posts visible to authorv12mike2019-11-211-2/+2
| | | | | | | | | | | | | | | | | | review comments PHPBB3-9837
| * | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-212-75/+76
| | | | | | | | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837
| * | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-212-2/+89
| | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
| * | [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-0/+360
| | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837
* | | [ticket/16167] Adjust tests for actual duplicate emailMarc Alexander2019-11-181-0/+2
| | | | | | | | | | | | PHPBB3-16167
* | | [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-182-3/+0
| | | | | | | | | | | | PHPBB3-16167
* | | [ticket/12574] Remove not used user_typeMarc Alexander2019-11-171-1/+0
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Remove passwords manager & container requirement from oauthMarc Alexander2019-11-161-2/+23
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Remove special cases for PHP < 5.3.7Marc Alexander2019-11-163-164/+50
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-1/+13
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-32/+5
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Fix incorrect setup() method declaration & ldap extensionMarc Alexander2019-11-161-1/+1
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Adjust login tests for ldapMarc Alexander2019-11-162-120/+26
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Use correct config entry for connecting to ldapMarc Alexander2019-11-161-1/+1
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Don't add extension to php config & set default usernameMarc Alexander2019-11-161-0/+1
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Run LDAP test as slow test and install ldap extensionMarc Alexander2019-11-161-0/+3
| | | | | | | | | | | | PHPBB3-12574
* | | [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-0/+197
| | | | | | | | | | | | | | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* | | Merge pull request #5584 from mrgoldy/ticket/16008Marc Alexander2019-11-161-6/+7
|\ \ \ | | | | | | | | | | | | [ticket/16008] Clean up OAuth system
| * | | [ticket/16008] Clean up phpBB OAuth systemmrgoldy2019-11-031-6/+7
| | | | | | | | | | | | | | | | PHPBB3-16008
* | | | Merge pull request #5726 from marc1706/ticket/12559Marc Alexander2019-11-081-0/+113
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/12559] Add forum setting to limit subforum legend
| * | | [ticket/12559] Use short array syntaxMarc Alexander2019-11-041-12/+12
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Add functional test for limiting subforums in legendMarc Alexander2019-11-011-0/+113
| |/ / | | | | | | | | | PHPBB3-12559
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-011-9/+4
|\ \ \ | | |/ | |/|
| * | Merge branch '3.2.x' into ticket/161533D-I2019-10-2814-34/+192
| |\ \
| * | | [ticket/16153] Functional test 23D-I2019-09-111-7/+4
| | | | | | | | | | | | | | | | PHPBB3-16153
| * | | [ticket/16153] Functional test3D-I2019-09-111-3/+1
| | | | | | | | | | | | | | | | PHPBB3-16153
* | | | [ticket/16189] Deprecate inet_ntop and inet_pton wrappersrubencm2019-11-011-56/+0
| |_|/ |/| | | | | | | | PHPBB3-16189
* | | [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-313-69/+2
| | | | | | | | | | | | PHPBB3-16190
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-265-9/+9
|\ \ \ | | |/ | |/|
| * | Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-265-9/+9
| |\ \ | | | | | | | | | | | | [ticket/16150] Make post subject link an absolute url
| | * | [ticket/16150] Make post subject links reliablev12mike2019-09-085-9/+9
| | |/ | | | | | | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-0/+73
|\ \ \ | |/ /
| * | Merge pull request #5667 from EA117/ticket/16141Marc Alexander2019-10-201-0/+73
| |\ \ | | | | | | | | | | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
| | * | [ticket/16141] Add assertion for memory limit divided by twoMarc Alexander2019-10-191-0/+5
| | | | | | | | | | | | | | | | PHPBB3-16141
| | * | [ticket/16141] Add tests for plupload's get_chunk_size()Marc Alexander2019-10-191-0/+68
| | |/ | | | | | | | | | PHPBB3-16141
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-1/+20
|\ \ \ | |/ /
| * | [ticket/16078] Use while loop for visit retriesMarc Alexander2019-10-201-7/+10
| | | | | | | | | | | | PHPBB3-16078
| * | [ticket/16078] Try using retries for timeout issueMarc Alexander2019-10-191-1/+17
| | | | | | | | | | | | | | | | | | | | | The timeout only seems to occur on the first test so let's see what a retry can do to help with this issue. PHPBB3-16078
* | | Merge pull request #5708 from marc1706/ticket/16051Marc Alexander2019-10-133-17/+1
|\ \ \ | | | | | | | | | | | | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0