- d75847e [ci skip] Update version numbers by Andrey Andreev · 10 years ago
- 68bad62 Mitigate potential DoS attacks against hash_pbkdf2() by Andrey Andreev · 10 years ago
- 2e9ae00 [ci skip] Whitespace cleanup following PR #3716 by Andrey Andreev · 10 years ago
- 8a09183 Merge pull request #3722 from achraf52/patch-1 by Andrey Andreev · 10 years ago
- 7234c02 Merge pull request #3716 from djwoods/form_validation_tests by Andrey Andreev · 10 years ago
- da7a220 Fixed typo by Achraf Almouloudi · 10 years ago
- c6ac559 Style changes and variable name changes by David Woods · 10 years ago
- 0be4c80 [ci skip] Fix a wrong docblock link by Andrey Andreev · 10 years ago
- a8c499d [ci skip] Update security recommendations by Andrey Andreev · 10 years ago
- 914ae04 Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by Andrey Andreev · 10 years ago
- c0b2ae2 [ci skip] Update version number by Andrey Andreev · 10 years ago
- e734005 Merge pull request #3718 from mwhitneysdsu/mwhitneysdsu/develop by Andrey Andreev · 10 years ago
- e04f4f7 Fix whitespace in previous commit by mwhitneysdsu · 10 years ago
- 7f6f3e3 Fix for parsing error in PHP 5.2 and 5.3 by David Woods · 10 years ago
- 7a46bde Fix logged path to match checked path in loader by mwhitneysdsu · 10 years ago
- 29704f8 Corrected unit tests for set_select, set_radio, and set_checkbox by David Woods · 10 years ago
- 6eb599a [ci skip] Fix a broken link in the changelog by Andrey Andreev · 10 years ago
- 9281343 [ci skip] Whitespace cleanup following PRs #3713 #3714 by Andrey Andreev · 10 years ago
- 0f38e74 Merge pull request #3713 from ahnh/UnitTest_Lang_test by Andrey Andreev · 10 years ago
- 6074175 Merge pull request #3714 from ahnh/UnitTest_Loader by Andrey Andreev · 10 years ago
- 4c57d29 Merge origin/develop into UnitTest_Loader by Heesung Ahn · 10 years ago
- 90e07bd changed to lowercase array. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- 38344dc Merge origin/develop into UnitTest_Lang_test by Heesung Ahn · 10 years ago
- fc67a70 changed to lowercase array and space. by Heesung Ahn · 10 years ago
- fd31057 Fix #3717 by Andrey Andreev · 10 years ago
- 1dfd2f9 Merge origin/develop into UnitTest_Loader by Heesung Ahn · 10 years ago
- d1f39fd updated array style and removed assert true by Heesung Ahn · 10 years ago
- 23fe205 Merge origin/develop into UnitTest_Lang_test by Heesung Ahn · 10 years ago
- aa11370 added spaces Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- 5bd58a9 Merge pull request #3710 from toulet/develop by Andrey Andreev · 10 years ago
- cbf3a55 Use tabs instead of spaces by Cyrille TOULET · 10 years ago
- 4b02f1d Added more unit tests to CI_Form_validation by David Woods · 10 years ago
- 7df6771 Improved unit test code coverage. by Heesung Ahn · 10 years ago
- 4924115 removed space Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- cbc21b9 Increased code coverage Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- ead327f Fix an "strpos(): Empty needle" warning by Cyrille TOULET · 10 years ago
- dabdbe4 Merge branch 'develop' of git://github.com/bcit-ci/CodeIgniter into develop by Cyrille TOULET · 10 years ago
- 138d0f5 Merge pull request #3709 from jim-parry/docfix/mar27 by Andrey Andreev · 10 years ago
- 5bc1dc5 Added more units tests for Form_validation Up to 65% coverage by David Woods · 10 years ago
- 32e7ba3 Fix an "strpos(): Empty needle" warning by Cyrille TOULET · 10 years ago
- 6f30b1a Fix an example in the tutorial. Signed-off-by:Master Yoda <jim_parry@bcit.ca> by Master Yoda · 10 years ago
- 7abc08a Fix #3703 by Andrey Andreev · 10 years ago
- 068ab20 Minor fixes in CI_Security::entity_decode() by Andrey Andreev · 10 years ago
- 0340489 Remove an unnecessary check by Andrey Andreev · 10 years ago
- aebd039 Add FSCommand and seekSegmentTime to evil HTML attributes list by Andrey Andreev · 10 years ago
- 998608e Apply #2737 fix to CI_Xmlrpcs by Andrey Andreev · 10 years ago
- 2f79f9a Improve Session GC for files driver by Andrey Andreev · 10 years ago
- 3e2045b Polish changes from PR #3678 by Andrey Andreev · 10 years ago
- e3d2bb4 Merge pull request #3678 from djwoods/unit-test/form-validation by Andrey Andreev · 10 years ago
- 5639a57 Merge pull request #3700 from gadelat/develop by Andrey Andreev · 10 years ago
- 51fe87a use isset instead of array_key_exist by Gabriel Potkány · 10 years ago
- 343a3e9 Merge pull request #3696 from logsdon/develop by Andrey Andreev · 10 years ago
- 362ff3a Remove comment by Joshua Logsdon · 10 years ago
- 993e340 Return empty $var immediately by Joshua Logsdon · 10 years ago
- 3549be4 Fix language overriding for calendar library by Gabriel Potkány · 10 years ago
- b112a3e Merge pull request #3698 from jim-parry/fix/links by Andrey Andreev · 10 years ago
- 8f5c178 Fix #3694: Packages not overriding stock libraries by Andrey Andreev · 10 years ago
- bd2a7e4 Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck" by Master Yoda · 10 years ago
- 28625e5 array_fill() throws an error if count($var) is 0 by Joshua Logsdon · 10 years ago
- cf77671 Corrected invalid matches, differs, and set_data test cases by David Woods · 10 years ago
- 7ad5920 Merge pull request #3690 from mafooo/redis_cache_save_fix by Andrey Andreev · 10 years ago
- 01015d9 Fixed redis cache save logic by Mathew White · 10 years ago
- 737a566 [ci skip] Forbid DB session usage with cache_on enabled by Andrey Andreev · 10 years ago
- b011716 [ci skip] Remove an obsolete note about references by Andrey Andreev · 10 years ago
- 94b7586 [ci skip] Whitespace cleanup following PR #3682 by Andrey Andreev · 10 years ago
- 317cad9 Changed scenario based tests to unit tests by David Woods · 10 years ago
- a375c35 Merge pull request #3682 from ahnh/UnitTest_ipaddress by Andrey Andreev · 10 years ago
- 46a67d3 updated based on comment Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- 78978b2 updated based on comment Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- c51e9e5 Merge origin/develop into UnitTest_ipaddress by Heesung Ahn · 10 years ago
- f4cb8f9 [ci skip] Fix a typo in session docs by Andrey Andreev · 10 years ago
- c44a656 minor update Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- 0fc46ca Updated CI_Input unit test and fixed error "undefined offset" caused by using the same variable name, $i, twice for for loop inside for loop. by Heesung Ahn · 10 years ago
- 5b88473 Switched spaces to tabs on the few lines that were missed from previous refactors by David Woods · 10 years ago
- 70e220a Fixed bug of clearing POST array before every test. by David Woods · 10 years ago
- 63c288c Corrected incorrect assertion in test_rule_valid_base64 by David Woods · 10 years ago
- 64af3bb Corrected match, differs, base64, and valid_url test cases. by David Woods · 10 years ago
- 90a6cad Merge pull request #3680 from schwemmer/patch-1 by Andrey Andreev · 10 years ago
- 8158bc3 Fixed a typo in uri.rst documentation by Rafael Schwemmer · 10 years ago
- fe5099a Polish some recent changes in test cases by Andrey Andreev · 10 years ago
- ce4237a Corrected an invalid test case by David Woods · 10 years ago
- 8384dd9 Removed bug fixes from this branch. Will recommit them on a separate branch by David Woods · 10 years ago
- c7029e2 Reformatted unit tests for easier debugging by David Woods · 10 years ago
- 3551473 Merge pull request #3676 from ahnh/UnitTest_CI_Input_fetch_from_array by Andrey Andreev · 10 years ago
- dc1ae6b Fixed bugs in form_validation for methods matches, differs, and valid_base64. by David Woods · 10 years ago
- f3ac71e Created setup and construct for Form_Validation unit test by David Woods · 10 years ago
- 33992f5 Updated fetch_from_array unit test by Heesung Ahn · 10 years ago
- ff806f9 [ci skip] Polish changes from PR #3669 by Andrey Andreev · 10 years ago
- 00e3437 Merge pull request #3669 from yaoshanliang/develop by Andrey Andreev · 10 years ago
- 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
- 787dc9d Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by yaoshanliang · 10 years ago
- 7f310d6 [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config by Andrey Andreev · 10 years ago
- 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
- 561b820 Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by yaoshanliang · 10 years ago
- f589307 Merge pull request #3671 from mZer0ne/patch-3 by Andrey Andreev · 10 years ago
- 0b2c833 Update user_agents.php by Oleg Filippov · 10 years ago
- dd8c0ed [ci skip] Add a note about sess_save_path in config.php by Andrey Andreev · 10 years ago
- 9971e7b add a judgment of whether reset select by yaoshanliang · 10 years ago
- 5f8c0c1 add a judgment of whether reset select by yaoshanliang · 10 years ago
- ac9e63a Merge pull request #3662 from avenirer/patch-8 by Andrey Andreev · 10 years ago