Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13614] Removed code that relies on phpbb_pcre_utf8_support() | JoshyPHP | 2015-05-11 | 1 | -11/+1 |
| | | | | | | Removed all calls to phpbb_pcre_utf8_support() as well as unreachable code. PHPBB3-13614 | ||||
* | [ticket/12926] Support for IDN (IRI) | rxu | 2014-11-27 | 1 | -1/+1 |
| | | | | | | Add international domain name support for URLs. PHPBB3-12926 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 7 | -21/+49 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()". | Andreas Fischer | 2013-12-04 | 1 | -0/+1 |
| | | | | PHPBB3-12056 | ||||
* | [ticket/10162] Add test cases for top level domain names longer than 6 chars. | Andreas Fischer | 2012-05-30 | 1 | -0/+3 |
| | | | | PHPBB3-10162 | ||||
* | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 7 | -7/+7 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/9066] Move regex into get_preg_expression function and add tests | Joas Schilling | 2011-11-14 | 1 | -0/+35 |
| | | | | PHPBB3-9066 | ||||
* | [ticket/9751] Password requirement "Must contain letters and numbers" fails | rxu | 2011-04-01 | 1 | -0/+81 |
| | | | | PHPBB3-9751 | ||||
* | [ticket/10011] Tests don't work on PHP < 5.3 | Erik Frèrejean | 2011-01-31 | 5 | -5/+5 |
| | | | | | | | | Due to the usage of `__DIR__` for the file includes the tests can't be ran on systems with PHP < 5.3. Replace all occurances of `__DIR__` with `dirname(__FILE__)`. PHPBB3-10011 | ||||
* | [ticket/9933] Add $use_unicode parameter to get_censor_preg_expression(). | Andreas Fischer | 2011-01-16 | 1 | -2/+12 |
| | | | | | | | | | Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true. In unit tests we can now pass in $use_unicode as false and also test the code path that is taken when PCRE does not support unicode. PHPBB3-9933 | ||||
* | [ticket/9987] Rename test files to include a _test suffix | Igor Wiedler | 2011-01-10 | 5 | -0/+0 |
| | | | | PHPBB3-9987 | ||||
* | [ticket/9933] Create unit test for word censor regular expression. | rxu | 2011-01-07 | 1 | -0/+40 |
| | | | | PHPBB3-9933 | ||||
* | [task/phpunit-xml] Use phpunit.xml for test suite | Igor Wiedler | 2011-01-04 | 5 | -54/+4 |
| | | | | PHPBB3-9967 | ||||
* | [ticket/9715] Extend email unit tests | Cullen Walsh | 2010-07-11 | 1 | -1/+42 |
| | | | | | | Adding more email tests for a wider range of valid email formats. PHPBB3-9715 | ||||
* | [ticket/9626] Adding tests for the URL regular expression. | Andreas Fischer | 2010-05-25 | 2 | -0/+36 |
| | | | | PHPBB3-9626 | ||||
* | [ticket/9626] Add missing class prefix. | Andreas Fischer | 2010-05-25 | 4 | -6/+6 |
| | | | | PHPBB3-9626 | ||||
* | [ticket/9626] A few tests for the email regular expression. | Andreas Fischer | 2010-05-25 | 2 | -0/+80 |
| | | | | PHPBB3-9626 | ||||
* | [ticket/9626] More IPv6 regex tests. | Andreas Fischer | 2010-05-25 | 1 | -4/+62 |
| | | | | PHPBB3-9626 | ||||
* | [ticket/9626] Adding tests for the IPv4 regular expression. | Andreas Fischer | 2010-05-25 | 2 | -0/+74 |
| | | | | PHPBB3-9626 | ||||
* | [ticket/9626] Adding tests for regular expressions. | Andreas Fischer | 2010-05-25 | 2 | -0/+125 |
Adding tests for the IPv6 regular expression returned by get_preg_expression() PHPBB3-9626 |