Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-07 | Update Text helper highlight_phrase() tests and add one for custom tags | Andrey Andreev | 1 | -5/+7 | |
2013-07-19 | Simplify directory_map test skip | vlakoff | 1 | -1/+1 | |
2013-07-19 | Proper directory_map test skip | vlakoff | 1 | -2/+2 | |
* added the needed trailing backslash * use is_dir() instead of opendir() as it doesn't throw error on failure | |||||
2013-07-19 | [ci skip] Skip directory_map() test when opendir() fails to open a VFS dir | Andrey Andreev | 1 | -0/+7 | |
2013-07-19 | Fix an argument in test_directory_helper | vlakoff | 1 | -1/+1 | |
2013-07-19 | Fix test_directory_map | vlakoff | 1 | -4/+6 | |
See #2475 and point 2 of #2334 | |||||
2013-02-19 | Fix form_upload() test | Andrey Andreev | 1 | -1/+1 | |
2013-01-28 | Fix auto_link() for the Nth time | Andrey Andreev | 1 | -5/+6 | |
- anchor() is for local links and breaks ones that don't have a protocol prefix - Allow :// links (no actual protocol specified) - Further simplified the URL regular expression | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 4 | -3/+2 | |
2012-11-26 | Update Language helper test case | Andrey Andreev | 1 | -1/+1 | |
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 1 | -1/+3 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-06 | directory_map() ... the final one | Andrey Andreev | 1 | -1/+1 | |
2012-11-06 | Fix directory_map() tests | Andrey Andreev | 1 | -3/+3 | |
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -0/+15 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
2012-10-26 | Deprecated form helper function form_prep(). | Andrey Andreev | 1 | -7/+32 | |
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630 | |||||
2012-10-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into ↵ | dchill42 | 6 | -0/+159 | |
load_config_units | |||||
2012-10-19 | Manually apply an improved version of PR #1797 (auto_link() URL helper) | Andrey Andreev | 1 | -0/+2 | |
2012-10-18 | Marked tests that can't easily be tests as skipped | Alex Bilbie | 3 | -4/+4 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
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-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 4 | -18/+10 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-05 | Add unit test | Andrey Andreev | 1 | -0/+23 | |
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -1/+3 | |
Close #1757. Thanks @BennyC! | |||||
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -1/+16 | |
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-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-09 | Cleanup/optimize tests/codeigniter/ | Andrey Andreev | 1 | -1/+1 | |
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-06 | remove regex in favor of strpos | Joffrey Jaffeux | 1 | -2/+1 | |
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-04-04 | Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter ↵ | Phil Sturgeon | 1 | -0/+252 | |
into form-helper-tests | |||||
2012-03-28 | Remove include or require declaration from all helpers test | Taufan Aditya | 13 | -46/+62 | |
2012-03-16 | Add unit tests for form_helper.php | tiyowan | 1 | -0/+252 | |
* Does not test form_open() and form_open_multipart() * Does not test set_value(), set_select(), set_checkbox() and set_radio() * Above are in progress and will be added once certain issues are resolved | |||||
2012-03-16 | Add unit test for strip_slashes() in string_helper.php | tiyowan | 1 | -0/+15 | |
2012-03-15 | Change unit tests to provide one hundred percent code coverage | Hamza Bhatti | 1 | -2/+4 | |
- Add value to test is_countable() conditional in test_singular() - Add value to test is_countable() conditional in test_plural() | |||||
2012-03-14 | Add fix for Windows OS | Hamza Bhatti | 1 | -1/+1 | |
2012-03-12 | Add unit tests for path helper | Hamza Bhatti | 1 | -0/+29 | |