aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16123] Specify ban_id in validate email fixtureMarc Alexander2019-09-081-0/+3
| | | | PHPBB3-16123
* [ticket/16123] Purge cache to ensure up to date ban list in testsMarc Alexander2019-09-071-1/+3
| | | | PHPBB3-16123
* [ticket/16123] Add tests to cover different ban reasonsMarc Alexander2019-09-072-3/+28
| | | | PHPBB3-16123
* Merge pull request #5556 from 3D-I/ticket/16004Marc Alexander2019-04-071-0/+11
|\ | | | | | | [ticket/16004] Add check-in for Emojis in Username
| * [ticket/16004] Add tests/functions/validate_username_test.php3D-I2019-04-011-0/+11
| | | | | | | | PHPBB3-16004
* | [ticket/15975] Remove user notification data upon user deletion3D-I2019-02-231-0/+2
|/ | | | PHPBB3-15975
* [ticket/15716] Remove OAuth data upon user deletionJakub Senko2018-09-061-0/+4
| | | | PHPBB3-15716
* Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2Marc Alexander2018-01-072-1/+3
|\
| * Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-0/+2
| |\ | | | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| | * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-0/+2
| | | | | | | | | | | | PHPBB3-15055
| * | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| |/ | | | | | | PHPBB3-14972
* | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-011-0/+12
|\ \ | |/ |/|
| * [ticket/security/211] Add test for line breaks in URLMarc Alexander2017-07-271-0/+4
| | | | | | | | SECURITY-211
| * [ticket/security/211] Do not match javascript URIs with URL regexesMarc Alexander2017-07-261-0/+8
| | | | | | | | SECURITY-211
* | [ticket/15172] Add symfony_request to some testsRubén Calvo2017-09-102-3/+5
| | | | | | | | PHPBB3-15172
* | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-171-1/+0
|\ \
| * | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+0
| | | | | | | | | | | | PHPBB3-14739
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-131-0/+1
|\ \ \ | |/ / |/| / | |/
| * [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-131-0/+1
| | | | | | | | PHPBB3-14825
* | [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | | | | | PHPBB3-10809
* | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-3120-40/+0
| | | | | | | | PHPBB3-14576
* | [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-041-0/+1
| | | | | | | | PHPBB3-14250
* | [ticket/13564] Fix user_delete_test on masterMarc Alexander2015-06-041-4/+5
| | | | | | | | PHPBB3-13564
* | Merge branch '3.1.x'Joas Schilling2015-06-042-0/+158
|\ \ | |/
| * [ticket/13564] Add tests for unlinking account upon deleting userMarc Alexander2015-04-252-0/+158
| | | | | | | | PHPBB3-13564
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-2/+7
| | | | | | | | PHPBB3-13762
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | Merge branch '3.1.x'Marc Alexander2015-02-181-0/+222
|\ \ | |/
| * [ticket/13433] Add make_clickable() test for emailsrxu2015-02-181-0/+222
| | | | | | | | PHPBB3-13433
* | Merge branch 'develop-ascraeus' into developMarc Alexander2015-01-241-0/+4
|\ \ | |/
| * [ticket/13543] Fix broken slow testJoas Schilling2015-01-241-0/+4
| | | | | | | | PHPBB3-13543
* | [ticket/13499] Move `get_remote_file()` to `functions_compatibility.php`Gaëtan Muller2015-01-151-1/+1
|/ | | | PHPBB3-13499
* [ticket/12926] Support for IDN (IRI)rxu2014-11-271-2/+82
| | | | | | Add international domain name support for URLs. PHPBB3-12926
* Merge pull request #3116 from rxu/ticket/13297Joas Schilling2014-11-221-0/+100
|\ | | | | | | [ticket/13297] Add unicode modifier to url/email regular expression patterns
| * [ticket/13297] Add unicode modifier to url/email regular expression patterns.rxu2014-11-091-0/+100
| | | | | | | | PHPBB3-13297
* | [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+1
| | | | | | | | PHPBB3-13338
* | [ticket/13338] Move insert_config_array_test to functions_acp, add deps.Andreas Fischer2014-11-171-142/+0
| | | | | | | | PHPBB3-13338
* | [ticket/13280] Add new testsTristan Darricau2014-11-121-0/+5
| | | | | | | | PHPBB3-13280
* | [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"Tristan Darricau2014-11-121-6/+0
|/ | | | | | | This reverts commit a1b58d05d158ff7afd789c1b27821e17198f8d58, reversing changes made to 0e772afb9db640e54e84cfccaddcf74f3edbb3fb. PHPBB3-13280
* [ticket/13280] Add additional sanitizer for ampersands in server superglobalMarc Alexander2014-11-031-8/+7
| | | | PHPBB3-13280
* [ticket/13280] Correctly format user page for build_url()Marc Alexander2014-11-031-1/+8
| | | | PHPBB3-13280
* [ticket/13073] Switch $input with $expected and add paths with lettersMarc Alexander2014-09-191-7/+9
| | | | PHPBB3-13073
* [ticket/13073] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-191-0/+38
| | | | | | | We're now calling get_preg_expression() instead of hardcoding the regex into the helper route method. PHPBB3-13073
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* Merge pull request #2724 from VSEphpbb/ticket/12841Joas Schilling2014-08-091-0/+142
|\ | | | | | | | | | | | | | | | | | | | | | | [ticket/12841] Allow extensions to position new config vars * VSEphpbb/ticket/12841: [ticket/12841] Make config position default to after [ticket/12841] Update comments in tests making after default [ticket/12841] prefix function name with phpbb_ [ticket/12841] Add a tests for the new function [ticket/12841] Fix white space issues reported by sniffer [ticket/12841] Allow extensions to position new config vars
| * [ticket/12841] Make config position default to afterMatt Friedman2014-07-281-2/+2
| | | | | | | | PHPBB3-12841
| * [ticket/12841] Update comments in tests making after defaultMatt Friedman2014-07-271-1/+1
| | | | | | | | PHPBB3-12841
| * [ticket/12841] prefix function name with phpbb_Matt Friedman2014-07-241-1/+1
| | | | | | | | PHPBB3-12841
| * [ticket/12841] Add a tests for the new functionMatt Friedman2014-07-111-0/+142
| | | | | | | | PHPBB3-12841
* | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-111-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12775] Replace functions_container with a container_builder class. * Nicofuma/ticket/12775: (34 commits) [ticket/12775] Set dbal.conn.driver as synthetic during installation [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.yml [ticket/12775] Inject the connection when created in the container [ticket/12775] Extract the vars later in install/install_update.php [ticket/12775] Rename config_php_handler to config_php_file container_builder [ticket/12775] Set defined_vars as a property of config_php_file [ticket/12775] Fix doc blocks in the container builder [ticket/12775] Remove useless includes of config.php [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file class [ticket/12775] Fix comments [ticket/12775] Update doc blocks [ticket/12775] Fix container_builder [ticket/12775] Rename config_php to config_php_file [ticket/12775] Renamed to \phpbb\di\container_builder [ticket/12775] Remove the last include of functions_container [ticket/12775] Fix unit tests [ticket/12775] Add tests for \phpbb\config_php [ticket/12775] Add tests for the container factory [ticket/12775] Use a field instead of a local var in load_config_var() [ticket/12775] Update container and config in install/ ...