aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions
Commit message (Expand)AuthorAgeFilesLines
...
* [ticket/13073] Switch $input with $expected and add paths with lettersMarc Alexander2014-09-191-7/+9
* [ticket/13073] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-191-0/+38
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
* Merge pull request #2724 from VSEphpbb/ticket/12841Joas Schilling2014-08-091-0/+142
|\
| * [ticket/12841] Make config position default to afterMatt Friedman2014-07-281-2/+2
| * [ticket/12841] Update comments in tests making after defaultMatt Friedman2014-07-271-1/+1
| * [ticket/12841] prefix function name with phpbb_Matt Friedman2014-07-241-1/+1
| * [ticket/12841] Add a tests for the new functionMatt Friedman2014-07-111-0/+142
* | Merge pull request #2671 from Nicofuma/ticket/12775Andreas Fischer2014-07-111-1/+2
|\ \ | |/ |/|
| * [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-1/+2
* | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-1/+2
|\ \ | |/ |/|
| * [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+2
* | [ticket/12662] Update tests that utilize get_username_stringPayBas2014-06-251-4/+4
|/
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+0
* [ticket/10073] Add tests for new validate_email()Joas Schilling2014-05-291-0/+102
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-41/+35
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-7/+10
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2725-75/+175
* [ticket/12510] Convert & to & in build_url() when no params are stripped.Cesar G2014-05-061-0/+5
* Merge remote-tracking branch 'github-prototech/ticket/11508' into develop-asc...Nils Adermann2014-05-021-0/+77
|\
| * [ticket/11508] Fix build_url test.Cesar G2014-04-221-2/+2
| * [ticket/11508] Fix build_url test.Cesar G2014-04-221-3/+3
| * [ticket/11508] Add tests.Cesar G2014-04-221-0/+77
* | Merge remote-tracking branch 'github-exreaction/ticket/8323' into develop-asc...Nils Adermann2014-05-022-0/+96
|\ \
| * \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-0525-44/+1773
| |\ \
| * | | [ticket/8323] Comments on phpbb_get_banned_user_ids input for testNathan Guse2012-12-131-0/+3
| * | | [ticket/8323] More readability in test caseNathan Guse2012-12-111-3/+14
| * | | [ticket/8323] dataProvider for the test; better test dataNathan Guse2012-12-072-7/+23
| * | | [ticket/8323] Unit test for phpbb_get_banned_user_idsNathan Guse2012-12-072-0/+66
* | | | [ticket/12097] Bug fix and adding unit testNicofuma2014-04-261-0/+39
| |_|/ |/| |
* | | [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
* | | [ticket/11959] Move phpbb_generate_string_list() to functions_content.php.Cesar G2014-03-291-1/+1
* | | [ticket/11959] Add unit tests.Cesar G2014-03-191-0/+60
* | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-0/+103
|\ \ \
| * | | [ticket/12202] Use an array in the data provider instead of exploding manuallyJoas Schilling2014-03-141-38/+44
| * | | [ticket/12202] Fix testsNathaniel Guse2014-03-091-5/+5
| * | | [ticket/12202] Test for parse_cfg_fileNathan Guse2014-03-091-0/+97
* | | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-063-32/+0
* | | | Merge remote-tracking branch 'bantu/ticket/12056-develop' into developJoas Schilling2013-12-041-0/+1
|\ \ \ \
| * | | | [ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()".Andreas Fischer2013-12-041-0/+1
* | | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-041-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | [ticket/12056] Fix failure due to "Creating default object from empty value".Andreas Fischer2013-12-041-1/+2
* | | | [ticket/11700] Don't prefix dbms classnames with \Nils Adermann2013-09-161-1/+1
* | | | [ticket/11700] Fix expected class name output from dbms convertNils Adermann2013-09-161-1/+1
* | | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| |_|/ |/| |
* | | Merge branch 'develop-olympus' into developNathan Guse2013-07-051-0/+75
|\ \ \ | |/ /
| * | [ticket/11619] Some tests for get_remote_file().Andreas Fischer2013-07-031-0/+75
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-1112-0/+890
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'marc1706/ticket/11579' into develop-olympusAndreas Fischer2013-06-1112-0/+890
| |\ \
| | * | [ticket/11579] Add method for validating emails for valid MX and mark as slowMarc Alexander2013-06-051-3/+29