- c0b2ae2 [ci skip] Update version number by Andrey Andreev · 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
- 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
- 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
- 1d19520 [ci skip] Remove NS usage in CI_Session by Andrey Andreev · 10 years ago
- cc77888 Close #3663 by Andrey Andreev · 10 years ago
- f67b6fd Update html_helper.rst by Adrian Voicu · 10 years ago
- 0cfe1c3 Update html_helper.rst by Adrian Voicu · 10 years ago
- 8e2f83d Update html_helper.rst by Adrian Voicu · 10 years ago
- 875d5a1 additional info on heading() function by Adrian Voicu · 10 years ago
- 64d1d82 Merge pull request #3659 from bjjay/bjjay-patch-1 by Andrey Andreev · 10 years ago
- 34b92c6 Throw an exception on invalid session driver config by Andrey Andreev · 10 years ago
- b6d1746 Correct a comment link typo by bjjay · 10 years ago
- 4fa5c4d [ci skip] Add a note about password storage in CI_Encryption docs by Andrey Andreev · 10 years ago
- 0b1fd2c Add array typehint to CI_Email::__construct() by Andrey Andreev · 10 years ago
- 50c58a6 Merge pull request #3655 from ahnh/CI_Security_Unit_Test by Andrey Andreev · 10 years ago
- a152513 Fixed indentation Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- 34eca8a Update Security Unit test Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- 22ade0d Merge origin/develop into CI_Security_Unit_Test by Heesung Ahn · 10 years ago
- c7533fc Update Security Unit test Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
- afc2016 Merge pull request #3653 from bjjay/bjjay-patch by Andrey Andreev · 10 years ago