aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-101-1/+4
| |\ \
| | * | [ticket/security/210] Adjust regex and add tests for IPv6Marc Alexander2017-07-101-1/+4
| | | | | | | | | | | | | | | | SECURITY-210
| * | | Merge branch 'ticket/security/210' into ticket/security/210-rheaMarc Alexander2017-07-091-0/+52
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * [ticket/security/210] Prevent using IP addresses or ports for remote avatarMarc Alexander2017-07-091-0/+52
| | | | | | | | | | | | SECURITY-210
| | * Merge pull request #4657 from marc1706/ticket/7336Tristan Darricau2017-04-281-7/+12
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7336] Index first post when splitting topics * github.com:phpbb/phpbb: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| | * \ Merge pull request #4780 from marc1706/ticket/8116Tristan Darricau2017-04-212-0/+140
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8116] Add pagination for IP tables and post info * github.com:phpbb/phpbb: [ticket/8116] Add missing new line [ticket/8116] Correctly get other users who posted under IP [ticket/8116] Improve code and add tests for helper functions [ticket/8116] Add pagination for IP tables on post info
* | | \ \ Merge pull request #35 from phpbb/ticket/security-203-rheaMarc Alexander2017-07-161-31/+74
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea
| * | | | Merge branch 'ticket/security-203' into ticket/security-203-rheaMarc Alexander2016-12-281-31/+74
| |\ \ \ \
| | * | | | [ticket/security-203] Do not add null values to versions infoMarc Alexander2016-12-271-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also stopped using reference for validate_versions() method argument. SECURTIY-203
| | * | | | [ticket/security-203] Fully validate version check data in version helperMarc Alexander2016-12-261-34/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will also take care of SECURITY-204 as it's the same underlying issue. Admins still need to ensure they don't visit malicious sites for URLs provided by extensions. SECURITY-203
* | | | | | Merge remote-tracking branch 'javiexin/ticket/15068' into 3.2.xMarc Alexander2017-05-291-0/+31
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'ticket/15068' of https://github.com/javiexin/phpbb into ↵javiexin2017-05-21446-1978/+15035
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ticket/15068
| * | | | | | | [ticket/15068] Add template vars retrieval from the template objectjaviexin2017-05-211-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tests. PHPBB3-15068
* | | | | | | | [ticket/15222] Fix a typo in generate_text_for_display_test.phprxu2017-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15222
* | | | | | | | Merge branch 'ticket/8116' into ticket/8116-rheaMarc Alexander2017-04-192-0/+140
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | [ticket/8116] Add missing new lineMarc Alexander2017-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8116
| * | | | | | | [ticket/8116] Improve code and add tests for helper functionsMarc Alexander2017-03-292-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8116
* | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-04-191-7/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| * \ \ \ \ \ \ \ Merge pull request #4657 from marc1706/ticket/7336Tristan Darricau2017-04-191-7/+12
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/7336] Index first post when splitting topics * github.com:phpbb/phpbb: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| | * | | | | | [ticket/7336] Add tests for indexing first post after splitting topicsMarc Alexander2017-01-161-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7336
* | | | | | | | [ticket/15163] Escape curly braces in smilies HTML attributesJoshyPHP2017-04-183-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15163
* | | | | | | | [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-168-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14990
* | | | | | | | [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14990
* | | | | | | | [ticket/14938] Add missing language class to extension manager mockMarc Alexander2017-04-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14938
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-161-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-161-0/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
| | * | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-101-0/+2
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. Make optional the template object on metadata_manager creation. Fix extension_manager_mock to have config and user components. PHPBB3-14938
* | | | | | | | Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-161-3/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching
| * | | | | | | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix constructor in test cases. PHPBB3-15087
* | | | | | | | | Merge pull request #4612 from javiexin/ticket/14950Marc Alexander2017-04-151-1/+50
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14950] Add possibility to delete a template block
| * | | | | | | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new mode to alter_block_array to allow for the deletion of a certain block of template variables. The selection method is the same as for the other modes for alter_block_array. The passed in vararray is ignored, and an out of bounds index is considered an error. Added tests for the new function, fixed. PHPBB3-14950
| * | | | | | | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new mode to alter_block_array to allow for the deletion of a certain block of template variables. The selection method is the same as for the other modes for alter_block_array. The passed in vararray is ignored, and an out of bounds index is considered an error. Added tests for the new function, fixed. PHPBB3-14950
| * | | | | | | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new mode to alter_block_array to allow for the deletion of a certain block of template variables. The selection method is the same as for the other modes for alter_block_array. The passed in vararray is ignored, and an out of bounds index is considered an error. Added tests for the new function, fixed. PHPBB3-14950
| * | | | | | | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-071-0/+42
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new mode to alter_block_array to allow for the deletion of a certain block of template variables. The selection method is the same as for the other modes for alter_block_array. The passed in vararray is ignored, and an out of bounds index is considered an error. Added tests for the new function. PHPBB3-14950
* | | | | | | | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-101-0/+297
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | | PHPBB3-15142
| * | | | | | | [ticket/15142] Add ext branch update testsMatt Friedman2017-03-241-0/+292
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15142
* | | | | | | Merge pull request #4714 from vinny/ticket/14732Marc Alexander2017-03-081-5/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14732] Remove PHP Code syntax highlighting references
| * | | | | | | [ticket/14732] Remove references from testsVinny2017-02-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14732
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-231-2/+129
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-231-2/+129
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14943] Fix template loop access by index
| | * | | | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added more tests. PHPBB3-14943
| | * | | | | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-2/+119
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added tests. PHPBB3-14943
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-191-0/+37
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-191-0/+37
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14944] Add search for template loop indexes by key
| | * | | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. Remove default parameter value. PHPBB3-14944
| | * | | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-081-0/+37
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. PHPBB3-14944
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | |
| * | | | | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * | | | | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-232-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429
| | * | | | | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-8/+8
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429