1. ced557b Removed db_options configuration item for implementation later. Changed 5 new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. by Tim Nolte · 10 years ago
  2. 8c69150 Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  3. 29de165 Fix #3904 by Andrey Andreev · 10 years ago
  4. 38b5eb0 Fix #3903 by Andrey Andreev · 10 years ago
  5. 89ed9fa Merge branch 'develop' into feature/mysqli-ssl by Tim Nolte · 10 years ago
  6. 2ac4177 Added new MySQLi parameters/info to default database config file. Fixed missing new MySQLi parameters from database configuration documentation examples. by Tim Nolte · 10 years ago
  7. c09ab9d Fixed missing MySQLi driver parameter DOCBLOCK descriptions. Updated database configuration documentation to include a list of the new MySQLi driver parameters. by Tim Nolte · 10 years ago
  8. b763948 Fix #3890 by Andrey Andreev · 10 years ago
  9. e321631 [ci skip] Add a note to 3.0.0 upgrade instructions by Andrey Andreev · 10 years ago
  10. 938c7e4 [ci skip] Remove 'global_xss_filtering' from CI_Security docs by Andrey Andreev · 10 years ago
  11. cf4cb7d [ci skip] Improve 3.0 upgrade instructions rendering by Andrey Andreev · 10 years ago
  12. da71f5a Merge pull request #3868 from ftwbzhao/feature/migration by Andrey Andreev · 10 years ago
  13. 8d132bb update function latest by ftwbzhao · 10 years ago
  14. 3a4f9cd [ci skip] Update tutorial by Andrey Andreev · 10 years ago
  15. b8cd5e6 Fix a bug in the CSV export DB utility by Andrey Andreev · 10 years ago
  16. b8978ee optimize migrations class reference by ftwbzhao · 10 years ago
  17. 4d21461 Fixed some grammar. by NAghajani · 10 years ago
  18. 0bb5cd4 [ci skip] Remove example usage of MD5 for passwords by Andrey Andreev · 10 years ago
  19. d90a65c param missing. by Ticema · 10 years ago
  20. 56514f1 Update changelog.rst by Leandro Mangini Antunes · 10 years ago
  21. dee92a0 Update changelog.rst by Leandro Mangini Antunes · 10 years ago
  22. 7d19161 [ci skip] Fix an erroneous doc link by Andrey Andreev · 10 years ago
  23. abbd31f Merge pull request #3842 from ftwbzhao/feature/lasttime by Andrey Andreev · 10 years ago
  24. 60b6966 Adding validation not documented. by Rodolfo Silva · 10 years ago
  25. fbde279 Fix #3846 by Andrey Andreev · 10 years ago
  26. c836f2a update userguide by ftwbzhao · 10 years ago
  27. 70f738a Revert "Issue/PR #3836" by Andrey Andreev · 10 years ago
  28. 170ae28 Issue/PR #3836 by Andrey Andreev · 10 years ago
  29. 433c1a7 Merge pull request #3835 from ftwbzhao/feature/userguide by Andrey Andreev · 10 years ago
  30. f532736 update apc link by ftwbzhao · 10 years ago
  31. 8cb6f36 [ci skip] Fix timezones list in date helper docs by Andrey Andreev · 10 years ago
  32. 06a69ec [ci skip] Fix a doc link causing a Sphinx compile warning by Andrey Andreev · 10 years ago
  33. 73b9e85 Fix #3823 by Andrey Andreev · 10 years ago
  34. 12617cf Fix typos in user guide. by Master Yoda · 10 years ago
  35. 0f85090 Add list_fields() support for SQLite3 by Andrey Andreev · 10 years ago
  36. b137d23 Fix #3816 by Andrey Andreev · 10 years ago
  37. 7eedc63 Fix migration_version by kenjis · 10 years ago
  38. d593535 A changelog update 3. by Ivan Tcholakov · 10 years ago
  39. 28fc4c7 A changelog update 2. by Ivan Tcholakov · 10 years ago
  40. 67c1e22 A changelog update. by Ivan Tcholakov · 10 years ago
  41. d3913f5 Fix #3787 by Andrey Andreev · 10 years ago
  42. 5d8e2a6 Fix #3771 by Andrey Andreev · 10 years ago
  43. 8af8746 Fix #3773 by Andrey Andreev · 10 years ago
  44. c14aa9b Close #3761 by Andrey Andreev · 10 years ago
  45. ebfc48a add changelog for #3744 by ftwbzhao · 10 years ago
  46. e36d048 Fix #3733 by Andrey Andreev · 10 years ago
  47. 1db6da3 Edit dbforge drop_table line 230 by LouisMilotte · 10 years ago
  48. 680e529 fixing typo by Sentabi · 10 years ago
  49. d75847e [ci skip] Update version numbers by Andrey Andreev · 10 years ago
  50. 68bad62 Mitigate potential DoS attacks against hash_pbkdf2() by Andrey Andreev · 10 years ago
  51. a8c499d [ci skip] Update security recommendations by Andrey Andreev · 10 years ago
  52. c0b2ae2 [ci skip] Update version number by Andrey Andreev · 10 years ago
  53. 6eb599a [ci skip] Fix a broken link in the changelog by Andrey Andreev · 10 years ago
  54. 6f30b1a Fix an example in the tutorial. Signed-off-by:Master Yoda <jim_parry@bcit.ca> by Master Yoda · 10 years ago
  55. bd2a7e4 Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck" by Master Yoda · 10 years ago
  56. 737a566 [ci skip] Forbid DB session usage with cache_on enabled by Andrey Andreev · 10 years ago
  57. b011716 [ci skip] Remove an obsolete note about references by Andrey Andreev · 10 years ago
  58. f4cb8f9 [ci skip] Fix a typo in session docs by Andrey Andreev · 10 years ago
  59. 8158bc3 Fixed a typo in uri.rst documentation by Rafael Schwemmer · 10 years ago
  60. ff806f9 [ci skip] Polish changes from PR #3669 by Andrey Andreev · 10 years ago
  61. 2f16405 update documentation in database/query_builder.rst, change 2 tabs + 4 spaces to 3 tabs. by yaoshanliang · 10 years ago
  62. 19c2847 add changelog and documentation for adding an optional parameter to ``count_all_results()`` by yaoshanliang · 10 years ago
  63. ac9e63a Merge pull request #3662 from avenirer/patch-8 by Andrey Andreev · 10 years ago
  64. cc77888 Close #3663 by Andrey Andreev · 10 years ago
  65. f67b6fd Update html_helper.rst by Adrian Voicu · 10 years ago
  66. 0cfe1c3 Update html_helper.rst by Adrian Voicu · 10 years ago
  67. 8e2f83d Update html_helper.rst by Adrian Voicu · 10 years ago
  68. 875d5a1 additional info on heading() function by Adrian Voicu · 10 years ago
  69. 4fa5c4d [ci skip] Add a note about password storage in CI_Encryption docs by Andrey Andreev · 10 years ago
  70. e7a3096 [ci skip] Update CI_Encryption docs by Andrey Andreev · 10 years ago
  71. 9977605 Merge pull request #3650 from jim-parry/fix/housekeeping by Andrey Andreev · 10 years ago
  72. ec7372d removed ending S from csv_from_results and xml_from_results DButil Class reference section in userguide by Mattias Hedman · 10 years ago
  73. d46085b Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into fix/housekeeping by Master Yoda · 10 years ago
  74. 7762c59 Housekeeping. by Master Yoda · 10 years ago
  75. e1a5bb3 Fix #3627: Keep timed locks for more than 5 seconds by Andrey Andreev · 10 years ago
  76. d829a5f Small typo by sv3tli0 · 10 years ago
  77. 9187ed3 [ci skip] Formally deprecate 'global_xss_filtering' by Andrey Andreev · 10 years ago
  78. 23824b8 Merge pull request #3604 from Ignasimg/patch-1 by Andrey Andreev · 10 years ago
  79. ba213cd fix wrong step count by Fu Xu · 10 years ago
  80. 54b42d6 Update input.rst by Ignasimg · 10 years ago
  81. 7325fce Update changelog.rst by Ignasimg · 10 years ago
  82. f1ca865 [ci skip] Add a note about pbkdf2 in security guide by Andrey Andreev · 10 years ago
  83. 1701ad2 [ci skip] Fix wrong example link in news tutorial by Andrey Andreev · 10 years ago
  84. 42c01bd [ci skip] Fix a changelog entry by Andrey Andreev · 10 years ago
  85. 18c33ee [ci skip] Update static pages tutorial by Andrey Andreev · 10 years ago
  86. 0b5569f Added support for raw_input_stream property. by Ignasimg · 10 years ago
  87. cd99fb6 [ci skip] Tiny detail in 3.0.0 upgrade path by Andrey Andreev · 10 years ago
  88. c749bfb [ci skip] Fix where_in() docs by Andrey Andreev · 10 years ago
  89. 6c7c891 Remove 'autoinit' DB setting by Andrey Andreev · 10 years ago
  90. c545c01 Make set_status_header() a dummy under CLI by Andrey Andreev · 10 years ago
  91. ff7563e Fix #3603 by Andrey Andreev · 10 years ago
  92. 0ae4e6c Fix #3593 by Andrey Andreev · 10 years ago
  93. 48e79c7 [ci skip] Add missing changelog entry from last commit by Andrey Andreev · 10 years ago
  94. aadd8bd [ci skip] Fix a doc typo by Andrey Andreev · 10 years ago
  95. b7cea9c [ci skip] Add notes about session locks for Redis, Memcached by Andrey Andreev · 10 years ago
  96. ed99086 [ci skip] Fix a typo in the docs by Andrey Andreev · 10 years ago
  97. e263efa [ci skip] Correct db config docs about 'autoinit' by Andrey Andreev · 10 years ago
  98. f1fde17 [ci skip] Add a upgrade notes about default_controller, 404_override by Andrey Andreev · 10 years ago
  99. 6732fae Update form_helper.rst by Adrian Voicu · 10 years ago
  100. 8f0a8d6 some missed explanation on set_value() by Adrian Voicu · 10 years ago