1. 83dfab9 Merge pull request #4544 from fulopm/develop by Andrey Andreev · 9 years ago
  2. 4f55507 [ci skip] Deprecate prep_for_form() in Form_validation by Andrey Andreev · 9 years ago
  3. c1721f1 Merge pull request #4506 from mixinix/patch-1 by Andrey Andreev · 9 years ago
  4. 858e8b7 Merge pull request #4502 from brutalcrozt/develop by Andrey Andreev · 9 years ago
  5. 22df06b [ci skip] Fix a documentation error on output cache times by Andrey Andreev · 9 years ago
  6. 6bb9170 Merge pull request #4353 from paranic/patch-1 by Andrey Andreev · 9 years ago
  7. 3e75ff6 Merge pull request #4304 from scherepn/fix-doc-build-errors by Andrey Andreev · 9 years ago
  8. 5734cb3 Merge pull request #4273 from suhindra/develop by Andrey Andreev · 9 years ago
  9. c34f16d Merge pull request #4271 from galdiolo/patch-12 by Andrey Andreev · 9 years ago
  10. e837851 Merge pull request #4126 from zoaked/patch-1 by Andrey Andreev · 9 years ago
  11. 2845dec cal_cel_other by Дмитрий · 9 years ago
  12. c283443 [ci skip] Improve FV language string instructions by Andrey Andreev · 9 years ago
  13. 20573bd [ci skip] Correct session database setup docs by Andrey Andreev · 9 years ago
  14. 61ac7bd [ci skip] Reduce/improve wording of xss_clean() description by Andrey Andreev · 9 years ago
  15. 52a2def [ci skip] Remove a bad advice from the Security lib docs by Andrey Andreev · 9 years ago
  16. ec6a403 [ci skip] Fix a doc typo by Andrey Andreev · 9 years ago
  17. 4db3793 [ci skip] Encryption doc fix by Andrey Andreev · 9 years ago
  18. 5ea646a [ci skip] Add a note about CI_Form_validation::set_data() by Andrey Andreev · 9 years ago
  19. 87ed402 Fix sample code by kenjis · 10 years ago
  20. a5ea506 Added "is_resource" into the list of unit tests capable of being run. by ftwbzhao · 10 years ago
  21. 3022d17 [ci skip] Add remaining changes from PR #3826 by Andrey Andreev · 10 years ago
  22. 938c7e4 [ci skip] Remove 'global_xss_filtering' from CI_Security docs by Andrey Andreev · 10 years ago
  23. 8d132bb update function latest by ftwbzhao · 10 years ago
  24. b8978ee optimize migrations class reference by ftwbzhao · 10 years ago
  25. 4d21461 Fixed some grammar. by NAghajani · 10 years ago
  26. 0bb5cd4 [ci skip] Remove example usage of MD5 for passwords by Andrey Andreev · 10 years ago
  27. d90a65c param missing. by Ticema · 10 years ago
  28. abbd31f Merge pull request #3842 from ftwbzhao/feature/lasttime by Andrey Andreev · 10 years ago
  29. 60b6966 Adding validation not documented. by Rodolfo Silva · 10 years ago
  30. c836f2a update userguide by ftwbzhao · 10 years ago
  31. 433c1a7 Merge pull request #3835 from ftwbzhao/feature/userguide by Andrey Andreev · 10 years ago
  32. f532736 update apc link by ftwbzhao · 10 years ago
  33. 12617cf Fix typos in user guide. by Master Yoda · 10 years ago
  34. 7eedc63 Fix migration_version by kenjis · 10 years ago
  35. bd2a7e4 Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck" by Master Yoda · 10 years ago
  36. 737a566 [ci skip] Forbid DB session usage with cache_on enabled by Andrey Andreev · 10 years ago
  37. f4cb8f9 [ci skip] Fix a typo in session docs by Andrey Andreev · 10 years ago
  38. 8158bc3 Fixed a typo in uri.rst documentation by Rafael Schwemmer · 10 years ago
  39. 4fa5c4d [ci skip] Add a note about password storage in CI_Encryption docs by Andrey Andreev · 10 years ago
  40. e7a3096 [ci skip] Update CI_Encryption docs by Andrey Andreev · 10 years ago
  41. d46085b Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into fix/housekeeping by Master Yoda · 10 years ago
  42. 7762c59 Housekeeping. by Master Yoda · 10 years ago
  43. e1a5bb3 Fix #3627: Keep timed locks for more than 5 seconds by Andrey Andreev · 10 years ago
  44. 9187ed3 [ci skip] Formally deprecate 'global_xss_filtering' by Andrey Andreev · 10 years ago
  45. 23824b8 Merge pull request #3604 from Ignasimg/patch-1 by Andrey Andreev · 10 years ago
  46. 54b42d6 Update input.rst by Ignasimg · 10 years ago
  47. 0b5569f Added support for raw_input_stream property. by Ignasimg · 10 years ago
  48. ff7563e Fix #3603 by Andrey Andreev · 10 years ago
  49. b7cea9c [ci skip] Add notes about session locks for Redis, Memcached by Andrey Andreev · 10 years ago
  50. 8bd46fa no more xss filtering on input by kakysha · 10 years ago
  51. 789b1fe Add 'sess_regenerate_destroy' setting by Andrey Andreev · 10 years ago
  52. eccac6e [ci skip] Update session docs by Andrey Andreev · 10 years ago
  53. 6e8a202 [ci skip] Suggest 0700 instead of 0600 for session save_path dir by Andrey Andreev · 10 years ago
  54. cd3d9db [ci skip] Fix #3515 by Andrey Andreev · 10 years ago
  55. b339df3 [ci skip] Document CI_Session::unset_userdata() BC break by Andrey Andreev · 10 years ago
  56. b4834cc [ci skip] Clarify get_cookie(), CI_Input::cookie() docs by Andrey Andreev · 10 years ago
  57. 49f483d change in to in_list by Lance Vincent · 10 years ago
  58. 0b0117c Form Validation - In Method by Lance Vincent · 10 years ago
  59. eca885d Form Validation - In Method by Lance Vincent · 10 years ago
  60. 9f4eda7 [ci skip] Another adjustment to ci_sessions example by Andrey Andreev · 10 years ago
  61. 08a92bc Session writeup error? Signed-off-by:Master Yoda <jim_parry@bcit.ca> by Master Yoda · 10 years ago
  62. 3053b81 [ci skip] Fix docs about ci_sessions table by Andrey Andreev · 10 years ago
  63. 0da5012 Pagination: Add 'use_global_url_suffix' setting by Andrey Andreev · 10 years ago
  64. a2dee7d Fix Sphinx compilation errors by vlakoff · 10 years ago
  65. d8e25e9 [ci skip] Some polishing to the latest doc changes by Andrey Andreev · 10 years ago
  66. 9a0e660 [ci skip] Manually apply PR #3461 by Andrey Andreev · 10 years ago
  67. e3d66af [ci skip] Fix a typo in Card library docs by Andrey Andreev · 10 years ago
  68. 54e71b8 [ci skip] feature/session: Update session lib doc title by Andrey Andreev · 10 years ago
  69. 052c02f [ci skip] feature/session (#3073): Extend a note about DB drivers and locking by Andrey Andreev · 10 years ago
  70. 973a654 feature/session (#3073): Update config file and session docs by Andrey Andreev · 10 years ago
  71. 40651eb Remove CI_Form_validation::xss_clean() by Andrey Andreev · 10 years ago
  72. 08191be User Guide Tuning by James L Parry · 10 years ago
  73. d31a4e6 fixed indentation/linkref errors by David Wosnitza · 10 years ago
  74. 0972c21 [ci skip] Polish changes from PR #3361 by Andrey Andreev · 10 years ago
  75. f3f06f2 [ci skip] Polish changes from PR #3365 by Andrey Andreev · 10 years ago
  76. b906149 DB forge/utilities polishing (docs) following #3375, #3378 by Andrey Andreev · 10 years ago
  77. 21c3c22 [ci skip] Update on the changes from PR #3388 by Andrey Andreev · 10 years ago
  78. 61f17be Merge pull request #3388 from jim-parry/fix/deprecation by Andrey Andreev · 10 years ago
  79. 309d701 Zip library changes related to PR #3341 by Andrey Andreev · 10 years ago
  80. a94c397 Merge pull request #3341 from garrettair/gzcompress-arguments by Andrey Andreev · 10 years ago
  81. 694d400 Flag the smiley helper and shopping cart as deprecated. by James L Parry · 10 years ago
  82. d187847 Updated Zip Library documentation to mention compression features. by garrettair · 10 years ago
  83. ef29f83 Some optimizations & polishing following PR #3381 by Andrey Andreev · 10 years ago
  84. ff89a4e Added changelog entry updated documentation Fixed code style. by Ahmad Anbar · 10 years ago
  85. 307663f Fixed the convention violations. by James L Parry · 10 years ago
  86. def2c8f Fixed the convention violations. by James L Parry · 10 years ago
  87. dd73ea5 Enhance Template Parser Class Writeup in User Guide by James L Parry · 10 years ago
  88. c4a5957 Enhance Pagination Class Writeup in User Guide by James L Parry · 10 years ago
  89. d36f852 Enhance Language Class Writeup in User Guide (closes #674) by James L Parry · 10 years ago
  90. 2d7e058 Comment polish by Gabriel Potkány · 10 years ago
  91. 0e924ce Ability to pass array of language files to Language Library similar to Loader Library by Gabriel Potkány · 10 years ago
  92. a781204 Fix Sphinx compilation warnings by vlakoff · 10 years ago
  93. cbde7d4 removed extra quote by Ahmad Anbar · 10 years ago
  94. 60726ef Add 'named callable' rules to Form validation library by Andrey Andreev · 10 years ago
  95. 4596574 Fix #2963 by Andrey Andreev · 10 years ago
  96. 487ccc9 Add CI_Security::get_random_bytes() for CSRF & XSS token generation by Andrey Andreev · 10 years ago
  97. 6c52096 [ci skip] Polish changes from PR #3176 by Andrey Andreev · 10 years ago
  98. 8ef8281 Alter Pull #3176 - CSRF Whitelist by caseyh · 10 years ago
  99. 2f4c3bc CSRF whitelist supports regex by Casey Hancock · 10 years ago
  100. 5b3fe7c Fix a few typos and add a backport (compat) for hex2bin() by Andrey Andreev · 11 years ago