1. f532736 update apc link by ftwbzhao · 10 years ago
  2. e36d048 Fix #3733 by Andrey Andreev · 10 years ago
  3. 1db6da3 Edit dbforge drop_table line 230 by LouisMilotte · 10 years ago
  4. 680e529 fixing typo by Sentabi · 10 years ago
  5. d75847e [ci skip] Update version numbers by Andrey Andreev · 10 years ago
  6. 68bad62 Mitigate potential DoS attacks against hash_pbkdf2() by Andrey Andreev · 10 years ago
  7. a8c499d [ci skip] Update security recommendations by Andrey Andreev · 10 years ago
  8. c0b2ae2 [ci skip] Update version number by Andrey Andreev · 10 years ago
  9. 6eb599a [ci skip] Fix a broken link in the changelog by Andrey Andreev · 10 years ago
  10. 6f30b1a Fix an example in the tutorial. Signed-off-by:Master Yoda <jim_parry@bcit.ca> by Master Yoda · 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. 737a566 [ci skip] Forbid DB session usage with cache_on enabled by Andrey Andreev · 10 years ago
  13. b011716 [ci skip] Remove an obsolete note about references by Andrey Andreev · 10 years ago
  14. f4cb8f9 [ci skip] Fix a typo in session docs by Andrey Andreev · 10 years ago
  15. 8158bc3 Fixed a typo in uri.rst documentation by Rafael Schwemmer · 10 years ago
  16. ff806f9 [ci skip] Polish changes from PR #3669 by Andrey Andreev · 10 years ago
  17. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  18. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  19. ac9e63a Merge pull request #3662 from avenirer/patch-8 by Andrey Andreev · 10 years ago
  20. cc77888 Close #3663 by Andrey Andreev · 10 years ago
  21. f67b6fd Update html_helper.rst by Adrian Voicu · 10 years ago
  22. 0cfe1c3 Update html_helper.rst by Adrian Voicu · 10 years ago
  23. 8e2f83d Update html_helper.rst by Adrian Voicu · 10 years ago
  24. 875d5a1 additional info on heading() function by Adrian Voicu · 10 years ago
  25. 4fa5c4d [ci skip] Add a note about password storage in CI_Encryption docs by Andrey Andreev · 10 years ago
  26. e7a3096 [ci skip] Update CI_Encryption docs by Andrey Andreev · 10 years ago
  27. 9977605 Merge pull request #3650 from jim-parry/fix/housekeeping by Andrey Andreev · 10 years ago
  28. ec7372d removed ending S from csv_from_results and xml_from_results DButil Class reference section in userguide by Mattias Hedman · 10 years ago
  29. d46085b Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into fix/housekeeping by Master Yoda · 10 years ago
  30. 7762c59 Housekeeping. by Master Yoda · 10 years ago
  31. e1a5bb3 Fix #3627: Keep timed locks for more than 5 seconds by Andrey Andreev · 10 years ago
  32. d829a5f Small typo by sv3tli0 · 10 years ago
  33. 9187ed3 [ci skip] Formally deprecate 'global_xss_filtering' by Andrey Andreev · 10 years ago
  34. 23824b8 Merge pull request #3604 from Ignasimg/patch-1 by Andrey Andreev · 10 years ago
  35. ba213cd fix wrong step count by Fu Xu · 10 years ago
  36. 54b42d6 Update input.rst by Ignasimg · 10 years ago
  37. 7325fce Update changelog.rst by Ignasimg · 10 years ago
  38. f1ca865 [ci skip] Add a note about pbkdf2 in security guide by Andrey Andreev · 10 years ago
  39. 1701ad2 [ci skip] Fix wrong example link in news tutorial by Andrey Andreev · 10 years ago
  40. 42c01bd [ci skip] Fix a changelog entry by Andrey Andreev · 10 years ago
  41. 18c33ee [ci skip] Update static pages tutorial by Andrey Andreev · 10 years ago
  42. 0b5569f Added support for raw_input_stream property. by Ignasimg · 10 years ago
  43. cd99fb6 [ci skip] Tiny detail in 3.0.0 upgrade path by Andrey Andreev · 10 years ago
  44. c749bfb [ci skip] Fix where_in() docs by Andrey Andreev · 10 years ago
  45. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  46. c545c01 Make set_status_header() a dummy under CLI by Andrey Andreev · 10 years ago
  47. ff7563e Fix #3603 by Andrey Andreev · 10 years ago
  48. 0ae4e6c Fix #3593 by Andrey Andreev · 10 years ago
  49. 48e79c7 [ci skip] Add missing changelog entry from last commit by Andrey Andreev · 10 years ago
  50. aadd8bd [ci skip] Fix a doc typo by Andrey Andreev · 10 years ago
  51. b7cea9c [ci skip] Add notes about session locks for Redis, Memcached by Andrey Andreev · 10 years ago
  52. ed99086 [ci skip] Fix a typo in the docs by Andrey Andreev · 10 years ago
  53. e263efa [ci skip] Correct db config docs about 'autoinit' by Andrey Andreev · 10 years ago
  54. f1fde17 [ci skip] Add a upgrade notes about default_controller, 404_override by Andrey Andreev · 10 years ago
  55. 6732fae Update form_helper.rst by Adrian Voicu · 10 years ago
  56. 8f0a8d6 some missed explanation on set_value() by Adrian Voicu · 10 years ago
  57. 8bd46fa no more xss filtering on input by kakysha · 10 years ago
  58. 789b1fe Add 'sess_regenerate_destroy' setting by Andrey Andreev · 10 years ago
  59. 396eb89 Polish changes following PR #3573 by Andrey Andreev · 10 years ago
  60. b4b9bd3 Update transactions.rst by Rafael Schwemmer · 10 years ago
  61. 7df6634 [ci skip] Remove some whitespace by Andrey Andreev · 10 years ago
  62. fa76607 Merge pull request #3562 from avenirer/patch-1 by Andrey Andreev · 10 years ago
  63. 79533ca Merge pull request #3551 from gadelat/voids by Andrey Andreev · 10 years ago
  64. b47763a Update form_helper.rst by Adrian Voicu · 10 years ago
  65. 92889dd update changelog for set_value() by Adrian Voicu · 10 years ago
  66. 7efcd70 Add pulldown menu to user guide. by jim · 10 years ago
  67. eccac6e [ci skip] Update session docs by Andrey Andreev · 10 years ago
  68. 40bbd60 Adjusted return type for CI_DB_utility::backup to suggestions by Gabriel Potkány · 10 years ago
  69. cea5fb7 Adjusted returns/return types to suggestions by Gabriel Potkány · 10 years ago
  70. 1fb5000 Fixed inconsistent return types by Gabriel Potkány · 10 years ago
  71. 6e8a202 [ci skip] Suggest 0700 instead of 0600 for session save_path dir by Andrey Andreev · 10 years ago
  72. cd3d9db [ci skip] Fix #3515 by Andrey Andreev · 10 years ago
  73. 7fd0c2d [ci skip] Fix indentation in erro handling docs by Andrey Andreev · 10 years ago
  74. b339df3 [ci skip] Document CI_Session::unset_userdata() BC break by Andrey Andreev · 10 years ago
  75. 5da18e9 Incorporated suggested changes. Signed-off-by:Master Yoda <jim_parry@bcit.ca> by Master Yoda · 10 years ago
  76. 8b669f5 Clarified the template folder for errors. by Master Yoda · 10 years ago
  77. 56560be fix typo by Claudio Galdiolo · 10 years ago
  78. b4834cc [ci skip] Clarify get_cookie(), CI_Input::cookie() docs by Andrey Andreev · 10 years ago
  79. 8f72ecb updated formatting on changelog entry for in_list by Lance Vincent · 10 years ago
  80. 49f483d change in to in_list by Lance Vincent · 10 years ago
  81. 0b0117c Form Validation - In Method by Lance Vincent · 10 years ago
  82. eca885d Form Validation - In Method by Lance Vincent · 10 years ago
  83. 756e70b Fixed #3516 by Razican · 10 years ago
  84. 9f4eda7 [ci skip] Another adjustment to ci_sessions example by Andrey Andreev · 10 years ago
  85. 4b8bd2d Merge pull request #3510 from jim-parry/develop by Andrey Andreev · 10 years ago
  86. c02a4e6 Correct path in documentation by vlakoff · 10 years ago
  87. 08a92bc Session writeup error? Signed-off-by:Master Yoda <jim_parry@bcit.ca> by Master Yoda · 10 years ago
  88. 7201c9b Small fixes in documentation by vlakoff · 10 years ago
  89. 8f11e50 Fix unrecognized :doc: link by vlakoff · 10 years ago
  90. 58bed5a [ci skip] Update docs to account for 2.2.1 release by Andrey Andreev · 10 years ago
  91. 93d98b6 Update documentation about PHP files closing by vlakoff · 10 years ago
  92. 1c6522c [ci skip] Update security guide by Andrey Andreev · 10 years ago
  93. 9337f28 Fix Sphinx broken path by vlakoff · 10 years ago
  94. 3053b81 [ci skip] Fix docs about ci_sessions table by Andrey Andreev · 10 years ago
  95. 2c24561 Revert 7c4d10660a0a47446474bf97e3cb65f80693f1ee by Andrey Andreev · 10 years ago
  96. 0da5012 Pagination: Add 'use_global_url_suffix' setting by Andrey Andreev · 10 years ago
  97. 90726b8 [ci skip] Change some log messages' level by Andrey Andreev · 10 years ago
  98. 19c6c3d Merge pull request #3427 from gadelat/logdate by Andrey Andreev · 10 years ago
  99. a2dee7d Fix Sphinx compilation errors by vlakoff · 10 years ago
  100. c3414ba Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop by Andrey Andreev · 10 years ago