Age | Commit message (Expand) | Author | Files | Lines |
2015-03-30 | Fix for parsing error in PHP 5.2 and 5.3 | David Woods | 1 | -1/+2 |
2015-03-30 | Fix logged path to match checked path in loader | mwhitneysdsu | 1 | -1/+1 |
2015-03-30 | Corrected unit tests for set_select, set_radio, and set_checkbox | David Woods | 1 | -32/+27 |
2015-03-30 | [ci skip] Fix a broken link in the changelog | Andrey Andreev | 1 | -1/+1 |
2015-03-30 | [ci skip] Whitespace cleanup following PRs #3713 #3714 | Andrey Andreev | 2 | -16/+15 |
2015-03-30 | Merge pull request #3713 from ahnh/UnitTest_Lang_test | Andrey Andreev | 1 | -0/+26 |
2015-03-30 | Merge pull request #3714 from ahnh/UnitTest_Loader | Andrey Andreev | 1 | -0/+46 |
2015-03-30 | Merge origin/develop into UnitTest_Loader | Heesung Ahn | 1 | -1/+1 |
2015-03-30 | changed to lowercase array. | Heesung Ahn | 1 | -1/+1 |
2015-03-30 | Merge origin/develop into UnitTest_Lang_test | Heesung Ahn | 1 | -1/+1 |
2015-03-30 | changed to lowercase array and space. | Heesung Ahn | 1 | -3/+3 |
2015-03-30 | Fix #3717 | Andrey Andreev | 1 | -1/+1 |
2015-03-30 | Merge origin/develop into UnitTest_Loader | Heesung Ahn | 1 | -6/+9 |
2015-03-30 | updated array style and removed assert true | Heesung Ahn | 1 | -2/+5 |
2015-03-30 | Merge origin/develop into UnitTest_Lang_test | Heesung Ahn | 1 | -6/+9 |
2015-03-30 | added spaces | Heesung Ahn | 1 | -1/+1 |
2015-03-30 | Merge pull request #3710 from toulet/develop | Andrey Andreev | 1 | -6/+9 |
2015-03-30 | Use tabs instead of spaces | Cyrille TOULET | 1 | -11/+11 |
2015-03-30 | Added more unit tests to CI_Form_validation | David Woods | 1 | -0/+147 |
2015-03-29 | Improved unit test code coverage. | Heesung Ahn | 1 | -0/+46 |
2015-03-29 | removed space | Heesung Ahn | 1 | -1/+1 |
2015-03-29 | Increased code coverage | Heesung Ahn | 1 | -1/+24 |
2015-03-29 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -8/+11 |
2015-03-29 | Merge branch 'develop' of git://github.com/bcit-ci/CodeIgniter into develop | Cyrille TOULET | 1 | -1/+1 |
2015-03-29 | Merge pull request #3709 from jim-parry/docfix/mar27 | Andrey Andreev | 1 | -1/+1 |
2015-03-28 | Added more units tests for Form_validation | David Woods | 1 | -2/+108 |
2015-03-27 | Fix an "strpos(): Empty needle" warning | Cyrille TOULET | 1 | -2/+2 |
2015-03-27 | Fix an example in the tutorial. | Master Yoda | 1 | -1/+1 |
2015-03-26 | Fix #3703 | Andrey Andreev | 1 | -1/+1 |
2015-03-26 | Minor fixes in CI_Security::entity_decode() | Andrey Andreev | 1 | -4/+4 |
2015-03-26 | Remove an unnecessary check | Andrey Andreev | 2 | -7/+2 |
2015-03-26 | Add FSCommand and seekSegmentTime to evil HTML attributes list | Andrey Andreev | 2 | -1/+3 |
2015-03-26 | Apply #2737 fix to CI_Xmlrpcs | Andrey Andreev | 1 | -13/+14 |
2015-03-26 | Improve Session GC for files driver | Andrey Andreev | 1 | -2/+4 |
2015-03-26 | Polish changes from PR #3678 | Andrey Andreev | 1 | -91/+63 |
2015-03-26 | Merge pull request #3678 from djwoods/unit-test/form-validation | Andrey Andreev | 1 | -0/+373 |
2015-03-26 | Merge pull request #3700 from gadelat/develop | Andrey Andreev | 1 | -1/+1 |
2015-03-25 | use isset instead of array_key_exist | Gabriel Potkány | 1 | -1/+1 |
2015-03-25 | Merge pull request #3696 from logsdon/develop | Andrey Andreev | 1 | -0/+5 |
2015-03-25 | Remove comment | Joshua Logsdon | 1 | -1/+0 |
2015-03-25 | Return empty $var immediately | Joshua Logsdon | 1 | -6/+6 |
2015-03-25 | Fix language overriding for calendar library | Gabriel Potkány | 1 | -1/+1 |
2015-03-25 | Merge pull request #3698 from jim-parry/fix/links | Andrey Andreev | 25 | -82/+74 |
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 |
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by sp... | Master Yoda | 25 | -82/+74 |
2015-03-24 | array_fill() throws an error if count($var) is 0 | Joshua Logsdon | 1 | -0/+6 |
2015-03-22 | Corrected invalid matches, differs, and set_data test cases | David Woods | 1 | -34/+61 |
2015-03-22 | Merge pull request #3690 from mafooo/redis_cache_save_fix | Andrey Andreev | 1 | -1/+1 |
2015-03-22 | Fixed redis cache save logic | Mathew White | 1 | -1/+1 |
2015-03-21 | [ci skip] Forbid DB session usage with cache_on enabled | Andrey Andreev | 2 | -1/+6 |