1. c576995 [ci skip] 3.1.10 release by Andrey Andreev · 6 years ago 3.1.10
  2. 8ede1a2 replacing the old HTML user guide with a Sphinx-managed user guide by Derek Jones · 13 years ago
  3. ad67aae Updated documentation for TLS and SSL support in Email library. by Radu Potop · 13 years ago
  4. 246cd17 Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into akuzemchak-develop by Eric Barnes · 13 years ago
  5. 869e372 Changed the add_package_path documentation to show the second param for view path loading. by Eric Barnes · 13 years ago
  6. 61bb501 update user guide for replacing 'br/' with 'br /' by Bo-Yi Wu · 13 years ago
  7. 11c5f16 Enables real page numbers for URI segment in Pagination library by Aaron Kuzemchak · 13 years ago
  8. c696253 Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify by Eric Barnes · 13 years ago
  9. 597aff7 Merge pull request #255 from kylefarris/master by Greg Aker · 13 years ago
  10. d9c3a6f Added documentation for some other rule someone added but didn't document. by Kyle Farris · 13 years ago
  11. ccbbea1 Fixed issue #26. Added max_filename_increment as a config setting. by Adam Jackett · 13 years ago
  12. 87c74c8 Updated Security library documentation with details on how to whitelist URIs from CSRF protection by Alex Bilbie · 13 years ago
  13. 212fb07 Resolved issue 167 - Input Class Userguide Update by Ben Edmunds · 13 years ago
  14. e1e828b Merge branch 'release/v2.0.3' into develop by Derek Jones · 13 years ago
  15. b8c038a updated version number in user guide, removed some stray merge markers found in the change log by Derek Jones · 13 years ago
  16. e0df079 Fixed conflict in changelog. by Phil Sturgeon · 13 years ago
  17. c4f0246 Merging - fingers crossed by Pascal Kriete · 13 years ago
  18. c8cbff7 Merged conflict. by Phil Sturgeon · 13 years ago
  19. 8731f64 Added ->load->get_var() to check against ->load->_ci_cached_vars[]. by Phil Sturgeon · 13 years ago
  20. 9091051 Changed Cart library to return the if inserted successfully. This will be fine for anyone using () == true. http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2055829-last-rowid-of-cart by Phil Sturgeon · 13 years ago
  21. 7dafce4 explains how use a parameter/argument (optional) in your callback rule declaration by MarcosCoelho · 13 years ago
  22. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  23. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  24. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  25. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  26. 2ca826b completed doc change for user_agent length increase by Derek Jones · 13 years ago
  27. 806b824 completed doc change for user_agent length increase by Derek Jones · 13 years ago
  28. b2e728f Merged base_url changes. by philsturgeon · 13 years ago
  29. 3837ae7 Added 'is_unique' which is a brilliant feature I came up with all by myself. Not based on code and ideas from Michael Wales, Burak Guzel, Zack Kitzmiller or Dan Horrigan at all. If they say any differently they are lying. by Phil Sturgeon · 14 years ago
  30. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  31. c0b133c default value of $total_rows in Pagination class should be number. And fix User Guide Pagination Class's Example which uses string to number variable. by kenjis · 14 years ago
  32. 50671cf Altered Session to use a longer match against the user_agent string. See upgrade notes if using database sessions.</li by Greg Aker · 14 years ago
  33. 882b76b Fixed a bug (Reactor #231) where Sessions Library database table example SQL did not contain an index on last_activity. See <a href="installation/upgrade_203.html">Upgrade Notes</a> by Greg Aker · 14 years ago
  34. e08c527 Updating Documentation on package view loading by Greg Aker · 14 years ago
  35. 3403366 changeset: 2202:06a75a1bd622 by Greg Aker · 14 years ago
  36. c0d129c update Prev/Next Topic link on user_guide/libraries/zip.html by kenjis · 14 years ago
  37. 0d3432b fix title and update Prev/Next Topic link on user_guide/libraries/javascript.html by kenjis · 14 years ago
  38. e63ee8e update Prev/Next Topic link on user_guide/libraries/caching.html by kenjis · 14 years ago
  39. 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
  40. 9d0e617 Added is_cli_request() method to documentation for Input class. by Phil Sturgeon · 14 years ago
  41. 2e1f180 Fixed type in the JavaScript documentation for animate(). by Phil Sturgeon · 14 years ago
  42. a36f637 Merged changes. by Phil Sturgeon · 14 years ago
  43. 65f6ad4 Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Phil Sturgeon · 14 years ago
  44. 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
  45. e8f5890 Added full docs for new ENVIRONMENT constant. by katzgrau · 14 years ago
  46. d1c21a4 Added changelog note for multi-environment support for configs by katzgrau · 14 years ago
  47. 71018b3 Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Phil Sturgeon · 14 years ago
  48. 60ed1a3 Added $this->output->set_content_type() and method chaining to other methods. by Phil Sturgeon · 14 years ago
  49. 58f5f0f Adding a link to the User Agent Class docs from the user_agent function of the input class by katzgrau · 14 years ago
  50. 9b77fe3 Updated input documentation to use NULL instead of empty string for new post() and get() changes. by Phil Sturgeon · 14 years ago
  51. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  52. d8d1e24 Secure cookies can now be made with the set_cookie() helper and Input Class method. by Phil Sturgeon · 14 years ago
  53. d98325d Automated merge with https://bitbucket.org/seandowney/codeigniter-reactor by Phil Sturgeon · 14 years ago
  54. feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
  55. ff1cfa1 Updated the post method and added the new functionality to the get method also by vascopj · 14 years ago
  56. 3c6e485 cleaned up some redundant code in the Loader->library function by Kellas Reeves · 14 years ago
  57. ef112c0 Added decimal, less_than and greater_than rules to the Form validation Class. by Phil Sturgeon · 14 years ago
  58. 76696d7 Added docs for config->base_url() changes. by anaxamaxan@blackdog.local · 14 years ago
  59. d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
  60. d91d0f7 Fixed breadcrumb and removed errand parentheses. by Eric Barnes · 14 years ago
  61. a898fb5 some doc cleanup for the javascript class by Derek Jones · 14 years ago
  62. 9d3ad26 some cleanup for the javascript class docs by Derek Jones · 14 years ago
  63. d709c39 Wrong branch, and the drivers were not alphabetical. by Pascal Kriete · 14 years ago
  64. 3b405bf Adding an experimental note to the javascript docs. Decided to not link it in the navigation. by Pascal Kriete · 14 years ago
  65. 1c97d56 Added csrf to security docs by Eric Barnes · 14 years ago
  66. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  67. 898949f updated copyrights to 2011 by Derek Jones · 14 years ago
  68. 42aa95b Added documentation for environments by joelcox · 14 years ago
  69. dac1b46 Altered User agent library so that is_browser(), is_mobile() and is_robot() can optionally check for a specific browser or mobile device. by Phil Sturgeon · 14 years ago
  70. 2000f10 js and css was loaded via absolute url instead of pointing relative. Fixes #289 by Eric Barnes · 14 years ago
  71. 2e3b0a9 js and css was loaded via absolute url instead of pointing relative. Fixes #289 by Eric Barnes · 14 years ago
  72. 3d2cde8 Fixed version in file uploading docs. Fixes: #255 by Eric Barnes · 14 years ago
  73. 5808bad Fixed version in file uploading docs. Fixes: #255 by Eric Barnes · 14 years ago
  74. bde25d9 Initial commit of Caching Driver. by Greg Aker · 14 years ago
  75. 081ac9d Adding is_ajax_request() method to CI_Input by Greg Aker · 14 years ago
  76. ec2f571 Adding request_headers() and get_request_header() methods to the input class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist. by Greg Aker · 14 years ago
  77. a705698 some doc fixes to show __construct instead of CI_Controller by Pascal Kriete · 14 years ago
  78. b32b82a Fix #225 typo in cart lib docs by Greg Aker · 14 years ago
  79. c1ce1ce Fix #219 broken images in the documentation by Greg Aker · 14 years ago
  80. 16fcb2e Updating code examples in user guide to use CI_Controller instead of Controller by Greg Aker · 14 years ago
  81. b77e5e2 Removed the validation library deprectation warning. It's no longer valid for 2.0. by Pascal Kriete · 14 years ago
  82. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  83. 2ef3759 modified the security helper to assist in preventing directory traversal when using sanitize_filename() for user input by Derek Jones · 14 years ago
  84. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  85. 34cf0a8 typo fix by Derek Allard · 14 years ago
  86. a33b93c user guide typo fixes #128 by Derek Jones · 14 years ago
  87. eaa71ba Added a new config item to the Session class (sess_expire_on_close) to allow sessions to auto-expire when the browser window is closed. by Derek Jones · 14 years ago
  88. 95e05a0 added a teeny bit stronger wording to encourage use of database for sessions where validation is necessary or undesirable actions could occur by a user manipulating their cookies by Derek Jones · 14 years ago
  89. 09c7793 Significant changes to the Encryption library by Derek Jones · 14 years ago
  90. 52ace43 added link for encryption key in Session class to the explanation in the Encryption lib by Derek Jones · 14 years ago
  91. 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
  92. d8153f5 guide typo by Derek Allard · 14 years ago
  93. 6dba102 guide typo by Derek Allard · 14 years ago
  94. 32cada7 example fix by Derek Allard · 14 years ago
  95. c419c2a Automated merge with http://hg.ellislab.com/CodeIgniter2 by Derek Allard · 14 years ago
  96. 9a42f58 example fix by Derek Allard · 14 years ago
  97. e9d723f 201007 file upload bug fix by Derek Jones · 14 years ago
  98. e01fd0f suppress page list by Derek Allard · 14 years ago
  99. 96bb75c Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the pagination library. by Derek Allard · 14 years ago
  100. c778e79 userguide links by Derek Allard · 14 years ago