Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-16 | Added security helper unit test | Alex Bilbie | 1 | -0/+64 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-16 | Added language helper unit test | Alex Bilbie | 1 | -0/+14 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-16 | Added download helper test | Alex Bilbie | 1 | -0/+10 | |
Note, test isn't implemented Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-16 | Added captcha helper test | Alex Bilbie | 1 | -0/+10 | |
Note, test isn't implemented Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-16 | Cookie helper testsuite | Alex Bilbie | 1 | -0/+59 | |
2012-10-09 | Overloaded is_cli_request in Input mock for Session test | dchill42 | 1 | -11/+6 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-05 | Add unit test | Andrey Andreev | 1 | -0/+23 | |
2012-10-04 | Fix escape_like_str() tests | Andrey Andreev | 1 | -2/+2 | |
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -1/+3 | |
Close #1757. Thanks @BennyC! | |||||
2012-09-03 | Added Calendar library unit test | Alex Bilbie | 1 | -0/+204 | |
2012-08-30 | Finished the final tests (except do_upload) | Alex Bilbie | 1 | -7/+46 | |
2012-08-30 | Added initial upload library tests | Alex Bilbie | 1 | -0/+231 | |
2012-08-28 | Minor session test improvements | dchill42 | 1 | -65/+117 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-07-31 | Coding standard cleanup and added userdata resync on sess_regenerate() | dchill42 | 1 | -12/+61 | |
2012-07-31 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | dchill42 | 2 | -1/+47 | |
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ↵ | dchill42 | 1 | -0/+304 | |
to test framework | |||||
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes ↵ | Eric Barnes | 1 | -0/+31 | |
through out various helpers. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -1/+16 | |
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-04 | Optimize standard_date() | Andrey Andreev | 1 | -10/+10 | |
2012-07-02 | Fix standard_date() tests | Andrey Andreev | 1 | -4/+4 | |
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 | |
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-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-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 | 1 | -0/+71 | |
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 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 1 | -4/+4 | |
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 |