1. 3e2045b Polish changes from PR #3678 by Andrey Andreev · 10 years ago
  2. e3d2bb4 Merge pull request #3678 from djwoods/unit-test/form-validation by Andrey Andreev · 10 years ago
  3. 5639a57 Merge pull request #3700 from gadelat/develop by Andrey Andreev · 10 years ago
  4. 51fe87a use isset instead of array_key_exist by Gabriel Potkány · 10 years ago
  5. 343a3e9 Merge pull request #3696 from logsdon/develop by Andrey Andreev · 10 years ago
  6. 362ff3a Remove comment by Joshua Logsdon · 10 years ago
  7. 993e340 Return empty $var immediately by Joshua Logsdon · 10 years ago
  8. 3549be4 Fix language overriding for calendar library by Gabriel Potkány · 10 years ago
  9. b112a3e Merge pull request #3698 from jim-parry/fix/links by Andrey Andreev · 10 years ago
  10. 8f5c178 Fix #3694: Packages not overriding stock libraries by Andrey Andreev · 10 years ago
  11. bd2a7e4 Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck" by Master Yoda · 10 years ago
  12. 28625e5 array_fill() throws an error if count($var) is 0 by Joshua Logsdon · 10 years ago
  13. cf77671 Corrected invalid matches, differs, and set_data test cases by David Woods · 10 years ago
  14. 7ad5920 Merge pull request #3690 from mafooo/redis_cache_save_fix by Andrey Andreev · 10 years ago
  15. 01015d9 Fixed redis cache save logic by Mathew White · 10 years ago
  16. 737a566 [ci skip] Forbid DB session usage with cache_on enabled by Andrey Andreev · 10 years ago
  17. b011716 [ci skip] Remove an obsolete note about references by Andrey Andreev · 10 years ago
  18. 94b7586 [ci skip] Whitespace cleanup following PR #3682 by Andrey Andreev · 10 years ago
  19. 317cad9 Changed scenario based tests to unit tests by David Woods · 10 years ago
  20. a375c35 Merge pull request #3682 from ahnh/UnitTest_ipaddress by Andrey Andreev · 10 years ago
  21. 46a67d3 updated based on comment Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  22. 78978b2 updated based on comment Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  23. c51e9e5 Merge origin/develop into UnitTest_ipaddress by Heesung Ahn · 10 years ago
  24. f4cb8f9 [ci skip] Fix a typo in session docs by Andrey Andreev · 10 years ago
  25. c44a656 minor update Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  26. 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
  27. 5b88473 Switched spaces to tabs on the few lines that were missed from previous refactors by David Woods · 10 years ago
  28. 70e220a Fixed bug of clearing POST array before every test. by David Woods · 10 years ago
  29. 63c288c Corrected incorrect assertion in test_rule_valid_base64 by David Woods · 10 years ago
  30. 64af3bb Corrected match, differs, base64, and valid_url test cases. by David Woods · 10 years ago
  31. 90a6cad Merge pull request #3680 from schwemmer/patch-1 by Andrey Andreev · 10 years ago
  32. 8158bc3 Fixed a typo in uri.rst documentation by Rafael Schwemmer · 10 years ago
  33. fe5099a Polish some recent changes in test cases by Andrey Andreev · 10 years ago
  34. ce4237a Corrected an invalid test case by David Woods · 10 years ago
  35. 8384dd9 Removed bug fixes from this branch. Will recommit them on a separate branch by David Woods · 10 years ago
  36. c7029e2 Reformatted unit tests for easier debugging by David Woods · 10 years ago
  37. 3551473 Merge pull request #3676 from ahnh/UnitTest_CI_Input_fetch_from_array by Andrey Andreev · 10 years ago
  38. dc1ae6b Fixed bugs in form_validation for methods matches, differs, and valid_base64. by David Woods · 10 years ago
  39. f3ac71e Created setup and construct for Form_Validation unit test by David Woods · 10 years ago
  40. 33992f5 Updated fetch_from_array unit test by Heesung Ahn · 10 years ago
  41. ff806f9 [ci skip] Polish changes from PR #3669 by Andrey Andreev · 10 years ago
  42. 00e3437 Merge pull request #3669 from yaoshanliang/develop by Andrey Andreev · 10 years ago
  43. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  44. 787dc9d Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by yaoshanliang · 10 years ago
  45. 7f310d6 [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config by Andrey Andreev · 10 years ago
  46. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  47. 561b820 Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by yaoshanliang · 10 years ago
  48. f589307 Merge pull request #3671 from mZer0ne/patch-3 by Andrey Andreev · 10 years ago
  49. 0b2c833 Update user_agents.php by Oleg Filippov · 10 years ago
  50. dd8c0ed [ci skip] Add a note about sess_save_path in config.php by Andrey Andreev · 10 years ago
  51. 9971e7b add a judgment of whether reset select by yaoshanliang · 10 years ago
  52. 5f8c0c1 add a judgment of whether reset select by yaoshanliang · 10 years ago
  53. ac9e63a Merge pull request #3662 from avenirer/patch-8 by Andrey Andreev · 10 years ago
  54. 1d19520 [ci skip] Remove NS usage in CI_Session by Andrey Andreev · 10 years ago
  55. cc77888 Close #3663 by Andrey Andreev · 10 years ago
  56. f67b6fd Update html_helper.rst by Adrian Voicu · 10 years ago
  57. 0cfe1c3 Update html_helper.rst by Adrian Voicu · 10 years ago
  58. 8e2f83d Update html_helper.rst by Adrian Voicu · 10 years ago
  59. 875d5a1 additional info on heading() function by Adrian Voicu · 10 years ago
  60. 64d1d82 Merge pull request #3659 from bjjay/bjjay-patch-1 by Andrey Andreev · 10 years ago
  61. 34b92c6 Throw an exception on invalid session driver config by Andrey Andreev · 10 years ago
  62. b6d1746 Correct a comment link typo by bjjay · 10 years ago
  63. 4fa5c4d [ci skip] Add a note about password storage in CI_Encryption docs by Andrey Andreev · 10 years ago
  64. 0b1fd2c Add array typehint to CI_Email::__construct() by Andrey Andreev · 10 years ago
  65. 50c58a6 Merge pull request #3655 from ahnh/CI_Security_Unit_Test by Andrey Andreev · 10 years ago
  66. a152513 Fixed indentation Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  67. 34eca8a Update Security Unit test Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  68. 22ade0d Merge origin/develop into CI_Security_Unit_Test by Heesung Ahn · 10 years ago
  69. c7533fc Update Security Unit test Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  70. afc2016 Merge pull request #3653 from bjjay/bjjay-patch by Andrey Andreev · 10 years ago
  71. 8d6c8fe Reduce once MB_ENABLED checking by bjjay · 10 years ago
  72. e7a3096 [ci skip] Update CI_Encryption docs by Andrey Andreev · 10 years ago
  73. 9977605 Merge pull request #3650 from jim-parry/fix/housekeeping by Andrey Andreev · 10 years ago
  74. e8c912c Merge pull request #3651 from darkwhispering/develop by Andrey Andreev · 10 years ago
  75. 54bf154 Housekeeping. by Master Yoda · 10 years ago
  76. c1dc446 Housekeeping. by Master Yoda · 10 years ago
  77. ec7372d removed ending S from csv_from_results and xml_from_results DButil Class reference section in userguide by Mattias Hedman · 10 years ago
  78. d46085b Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into fix/housekeeping by Master Yoda · 10 years ago
  79. 7762c59 Housekeeping. by Master Yoda · 10 years ago
  80. 3b526f4 Merge pull request #3644 from ahnh/CI_Security_test by Andrey Andreev · 10 years ago
  81. 588a0e3 adding more img tags Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  82. 7b0e60b Merge origin/develop into CI_Security_test by Heesung Ahn · 10 years ago
  83. 137aa20 Fix #3642 by Andrey Andreev · 10 years ago
  84. e1a5bb3 Fix #3627: Keep timed locks for more than 5 seconds by Andrey Andreev · 10 years ago
  85. fd08d02 Remove an unused var in CI_Log by Andrey Andreev · 10 years ago
  86. 09d4de9 Merge pull request #3639 from sv3tli0/patch-1 by Andrey Andreev · 10 years ago
  87. d829a5f Small typo by sv3tli0 · 10 years ago
  88. 4b25348 test_strip_omage_tags Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> by Heesung Ahn · 10 years ago
  89. 43ba5a2 [ci skip] Fix a typo in config.php by Andrey Andreev · 10 years ago
  90. 9187ed3 [ci skip] Formally deprecate 'global_xss_filtering' by Andrey Andreev · 10 years ago
  91. 52caf59 Make CI_Input:: read-only as well by Andrey Andreev · 10 years ago
  92. 7d365dc Fix #3633 by Andrey Andreev · 10 years ago
  93. 88fd8e4 Eh ... really fix that notice (#3604) by Andrey Andreev · 10 years ago
  94. d0ac8b1 Fix an E_NOTICE caused by #3604 by Andrey Andreev · 10 years ago
  95. 23824b8 Merge pull request #3604 from Ignasimg/patch-1 by Andrey Andreev · 10 years ago
  96. 1e35792 Update Input.php by Ignasimg · 10 years ago
  97. db20caa Merge pull request #3629 from fuxu/fix-wrong-step-count by Andrey Andreev · 10 years ago
  98. ba213cd fix wrong step count by Fu Xu · 10 years ago
  99. b5925ec Fix .travis.yml for PHP7 and try to fix a DB test by Andrey Andreev · 10 years ago
  100. 54b42d6 Update input.rst by Ignasimg · 10 years ago