aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-0/+2
| | | | PHPBB3-15055
* [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/ ...
| * [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-1/+2
| | | | | | | | PHPBB3-12775
* | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+2
| | | | | | | | PHPBB3-12099
* | [ticket/12662] Update tests that utilize get_username_stringPayBas2014-06-251-4/+4
|/ | | | PHPBB3-12662
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+0
| | | | PHPBB3-12747
* [ticket/10073] Add tests for new validate_email()Joas Schilling2014-05-291-0/+102
| | | | PHPBB3-10073
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-41/+35
| | | | PHPBB3-10073
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-7/+10
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2725-75/+175
| | | | PHPBB3-12594
* [ticket/12510] Convert & to & in build_url() when no params are stripped.Cesar G2014-05-061-0/+5
| | | | PHPBB3-12510
* Merge remote-tracking branch 'github-prototech/ticket/11508' into ↵Nils Adermann2014-05-021-0/+77
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-prototech/ticket/11508: [ticket/11508] Fix build_url test. [ticket/11508] Add functional test for jumpbox. [ticket/11508] Use $phpbb_path_helper. [ticket/11508] Allow equal sign in parameter value. [ticket/11508] Remove unnecessary implode. [ticket/11508] Remove unnecessary isset check. [ticket/11508] Fix build_url test. [ticket/11508] Curly brace should be on its own line... [ticket/11508] The question mark is expected even if there are no parameters. [ticket/11508] Add tests. [ticket/11508] Do not add the '?' unless there are parameters. [ticket/11508] Change separator parameter to a simple true|false $is_amp. [ticket/11508] Move helper functions to path_helper class. [ticket/11508] Move the stripping param code to separate function as well. [ticket/11508] Build the jumpbox hidden fields using the _form action_ [ticket/11508] Split parts of build_url() into reusable functions.
| * [ticket/11508] Fix build_url test.Cesar G2014-04-221-2/+2
| | | | | | | | PHPBB3-11508
| * [ticket/11508] Fix build_url test.Cesar G2014-04-221-3/+3
| | | | | | | | PHPBB3-11508