Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-08 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -0/+20 | |
feature/db_subdrivers | |||||
2012-07-06 | Fix a join() test ... doh | Andrey Andreev | 1 | -1/+1 | |
2012-07-06 | Fix a few join() bugs | Andrey Andreev | 1 | -0/+20 | |
2012-07-05 | Merge upstream branch | Andrey Andreev | 1 | -10/+10 | |
2012-07-04 | Optimize standard_date() | Andrey Andreev | 1 | -10/+10 | |
2012-07-02 | Fix standard_date() tests | Andrey Andreev | 1 | -4/+4 | |
2012-06-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 2 | -4/+9 | |
feature/db_subdrivers | |||||
2012-06-26 | Merge pull request #1539 from toopay/test-suite | Andrey Andreev | 1 | -3/+8 | |
Allow extra SPL autoloader | |||||
2012-06-26 | Comply styleguide | Taufan Aditya | 1 | -1/+1 | |
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Allow extra SPL autoloader | Taufan Aditya | 1 | -4/+9 | |
2012-06-26 | Alter test pdo/mysql config | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Work-around for a failover test (currently DSNs are only built on class ↵ | Andrey Andreev | 1 | -1/+1 | |
initialization) | |||||
2012-06-23 | Rename pdodriver property to subdriver and make it available to all drivers | Andrey Andreev | 4 | -13/+13 | |
2012-06-20 | Fix issue #1510 | Andrey Andreev | 1 | -4/+2 | |
2012-06-16 | Fix local_to_gmt() | Andrey Andreev | 1 | -3/+3 | |
2012-06-14 | Some optimizations to the date helper tests | Andrey Andreev | 1 | -4/+4 | |
2012-06-14 | test_now_gmt() -> test_now_utc() | Andrey Andreev | 1 | -5/+4 | |
2012-06-14 | Alter now() tests | Andrey Andreev | 1 | -0/+12 | |
2012-06-14 | Comment out _set_uri_string() test as it is no longer callable from outside ↵ | Andrey Andreev | 1 | -0/+5 | |
the class | |||||
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 | |
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 | |
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 24 | -184/+180 | |
2012-06-09 | Cleanup/optimize tests/codeigniter/ | Andrey Andreev | 30 | -593/+463 | |
2012-06-09 | Cleanup and optimize helper tests for speed | Andrey Andreev | 14 | -319/+317 | |
2012-06-09 | Modified date helper tests for better accuracy | Andrey Andreev | 1 | -7/+4 | |
2012-06-08 | Merge pull request #1433 from jjaffeux/test-encryption-class | Andrey Andreev | 2 | -0/+86 | |
Test encryption class | |||||
2012-06-07 | update vfsStream pear url | cinan | 1 | -4/+4 | |
2012-06-07 | Merge https://github.com/EllisLab/CodeIgniter into test-encryption-class | Joffrey Jaffeux | 2 | -1/+32 | |
2012-06-07 | tests for encryption class | Joffrey Jaffeux | 2 | -0/+86 | |
2012-06-07 | Merge pull request #1436 from jjaffeux/tests-text-helper | Andrey Andreev | 1 | -1/+17 | |
Tests text helper | |||||
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 1 | -14/+0 | |
2012-06-06 | use an ip of the range 192.18.0.0/15 | Joffrey Jaffeux | 1 | -2/+2 | |
2012-06-06 | remove regex in favor of strpos | Joffrey Jaffeux | 1 | -2/+1 | |
2012-06-06 | ip_version() now returns int instead of string | Joffrey Jaffeux | 1 | -2/+2 | |
2012-06-06 | correction of the test and longer test string | Joffrey Jaffeux | 1 | -3/+3 | |
2012-06-06 | typo word_wraped -> word_wrapped | Joffrey Jaffeux | 1 | -4/+4 | |
2012-06-06 | add test for word_wrap default charlim | Joffrey Jaffeux | 1 | -2/+11 | |
2012-06-06 | test for word_wrap() | Joffrey Jaffeux | 1 | -0/+8 | |
2012-06-06 | change ellipsizing to ellipsize | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | follow styling guide | Joffrey Jaffeux | 1 | -2/+4 | |
2012-06-06 | add tests for ipv6 and new method ip_version() | Joffrey Jaffeux | 1 | -0/+27 | |
2012-06-05 | remove _test_line() | Joffrey Jaffeux | 1 | -8/+1 | |
2012-06-05 | Add test when loading language file and not using the second parameter ↵ | Joffrey Jaffeux | 1 | -2/+10 | |
(language) | |||||
2012-06-04 | Added a "non-DB" phpunit.xml for local testing | Phil Sturgeon | 1 | -0/+25 | |
Any developer can use this without having to set up DB's and have PostgreSQL installed by running: phpunit --configuration=tests/phpunit.xml This just skips DB stuff, so code coverage will look lower than it is. | |||||
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -4/+4 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 2 | -5/+5 | |
2012-06-02 | Fixed bug created in `test_where_custom_string()` in ↵ | Alex Bilbie | 1 | -1/+1 | |
/tests/codeigniter/database/query_builder/where_test.php by d6d1150959c95e43d310d0bc45f8bd674ff6460c | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 4 | -9/+9 | |
2012-05-27 | Adding more flexibilities to mock-common | Taufan Aditya | 1 | -64/+103 | |