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. 9a30299 Update: user guide Previous Topic and Next Topic url errors. by Bo-Yi Wu · 13 years ago
  4. 61bb501 update user guide for replacing 'br/' with 'br /' by Bo-Yi Wu · 13 years ago
  5. e3f3394 Removed reference is IS_CLI in the documentation, which should have been $this->input->is_cli_request() by Phil Sturgeon · 13 years ago
  6. 221d7ee Merge pull request #361 from Stolz/master by Greg Aker · 13 years ago
  7. c93ec88 Added reference for CUBRID database as supported in CI. by mmestrovic · 13 years ago
  8. 9d9ab3a Added missing profiler section (session_data) by Stolz · 13 years ago
  9. fbac8b4 add html_escape() function to escape HTML. by kenjis · 13 years ago
  10. b8c038a updated version number in user guide, removed some stray merge markers found in the change log by Derek Jones · 13 years ago
  11. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 13 years ago
  12. 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
  13. 4941487 Just edited the ridiculous bit about DOS in the CLI page. by Anaxamaxan · 14 years ago
  14. 25d495b Removed the GET, POST, and COOKIE Data from security since we now allow $_GET data. Fixes #48 by Eric Barnes · 14 years ago
  15. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  16. 48d6d58 Fixed #74. by Razican · 14 years ago
  17. 636b058 Fixed #243 - Changed php version in the style guide to match requirements. by Eric Barnes · 14 years ago
  18. e6e6e64 changeset: 2204:37301a84c8be by Greg Aker · 14 years ago
  19. c31b372 Added ENVIRONMENT to reserved constants. Fixes #196 by Eric Barnes · 14 years ago
  20. 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
  21. 8d63cc6 Added CLI documentation. by Phil Sturgeon · 14 years ago
  22. 4dfca5e Hat tip to the reactor team in the credits by Pascal Kriete · 14 years ago
  23. a4d5926 Removed closing php in creating libraries. Fixes: #129 by Eric Barnes · 14 years ago
  24. bb458e3 Wrong title for environments page. Fixes: #135 by Eric Barnes · 14 years ago
  25. f21a464 Added location of config for changing logging threshold. Fixes #120 by Eric Barnes · 14 years ago
  26. b424664 Fixed missing parentheses and added scope to examples. Fixes #103 by Eric Barnes · 14 years ago
  27. 65f6ad4 Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor by Phil Sturgeon · 14 years ago
  28. 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
  29. e8f5890 Added full docs for new ENVIRONMENT constant. by katzgrau · 14 years ago
  30. 283d3c8 Fixed docs specifying cache location (sys/cache v app/cache) by Kenny Katzgrau · 14 years ago
  31. feba2de Whitespace tweaks to put code examples in line with our guidelines by Pascal Kriete · 14 years ago
  32. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  33. aaec1e4 Renaming the unicode class to utf8 so we don't run the risk of violating the Unicode Consortium's trademark. by Pascal Kriete · 14 years ago
  34. 6c1d3fa Small tweak to the _remap documentation (see #208). by Pascal Kriete · 14 years ago
  35. 9cc3d50 Fix #231 removing some PHP 4 doc notes from the creating libraries documentation by Greg Aker · 14 years ago
  36. 90d10bb Fix #233 Change Controller to CI_Controller in the models documentation by Greg Aker · 14 years ago
  37. 072f68a Fix #230 where the validation class was referenced in the docs, not the form_validation class. by Greg Aker · 14 years ago
  38. e79d41a Userguide tweaks to show proper PHP 5 examples and removing the compat helper from the menu. by Pascal Kriete · 14 years ago
  39. a705698 some doc fixes to show __construct instead of CI_Controller by Pascal Kriete · 14 years ago
  40. cd6f2b8 Automated merge with http://hg.ellislab.com/CodeIgniterNoPhp4/ by Pascal Kriete · 14 years ago
  41. d588c5a Updating requirements in userguide by Greg Aker · 14 years ago
  42. 55cf6b3 Updating the reserved names docs to remove php 4 references. by Pascal Kriete · 14 years ago
  43. 7d8e820 Automated merge with http://hg.ellislab.com/CodeIgniter2 by Pascal Kriete · 14 years ago
  44. 3431ae3 Adding a second parameter to _remap that contains an array of the leftover segments. by Pascal Kriete · 14 years ago
  45. d6fdb4d Adding unicode to the list of core classes. by Pascal Kriete · 14 years ago
  46. 16fcb2e Updating code examples in user guide to use CI_Controller instead of Controller by Greg Aker · 14 years ago
  47. 63277b8 Fix #62 Adding CI_ prefix to Controller. by Greg Aker · 14 years ago
  48. e4054b8 Automated merge with http://hg.ellislab.com/CodeIgniter2 by Derek Jones · 14 years ago
  49. ce43396 Fix #83 where multiple libraries could not be loaded at once by passing an array to the load->library() function. by Greg Aker · 14 years ago
  50. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  51. 3351fbc fixed code sample by Derek Jones · 14 years ago
  52. d763349 fixed a bug where the Output class would send incorrect cached data for controllers implementing their own _output() methods by Derek Jones · 14 years ago
  53. e77162b fixed some grammar errors in the Views documentation. Fixes #154 by Derek Jones · 14 years ago
  54. 59aa935 Fixed a bug #129 where Model documentation referenced parent::Model instead of parent::CI_Model. by Greg Aker · 14 years ago
  55. 2ddc949 Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. by Derek Allard · 14 years ago
  56. 2f304d6 altering a few examples to be more CI driven then EE driven in styleguide by Derek Allard · 14 years ago
  57. 13fbacd guide clarification by Derek Allard · 14 years ago
  58. 757dda6 Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due to a function being moved from the input to security class. by Greg Aker · 15 years ago
  59. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  60. d25e66a Change in the loader and driver docs to force ucfirst() on driver directory names to ensure compatibility on case sensitive file systems. by Greg Aker · 15 years ago
  61. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago
  62. ac9e0cd Updating docs for extending core libraries to reference the application/core directory by Greg Aker · 15 years ago
  63. cf57955 full on scaffolding removal by Derek Jones · 15 years ago
  64. 9898b89 added Security class docs, cleaned up Input class for changes to both by Derek Jones · 15 years ago
  65. ee71c80 added ability to enable/disable individual sections of the Profiler by Derek Jones · 15 years ago
  66. acf21e7 initial docs for Drivers by Derek Jones · 15 years ago
  67. c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
  68. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  69. b5f211b doc updates, corrections and clarifications. by Derek Allard · 15 years ago
  70. c47eb1e Added "default" to the list Reserved Names by Derek Allard · 15 years ago
  71. e28c7ae fixing a routing example by Derek Allard · 15 years ago
  72. 7f3719f updated copyrights by Derek Jones · 15 years ago
  73. f3c4f27 a series of clarifications of the docs by Derek Allard · 15 years ago
  74. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  75. 5a8a455 changes some EE references to CI in the styleguide by Derek Allard · 15 years ago
  76. 2cdc05d example fix by Derek Allard · 15 years ago
  77. 652612d note of clarity by Derek Allard · 15 years ago
  78. 086ee5a add is_php() to Common.php by Derek Jones · 15 years ago
  79. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 15 years ago
  80. 03d783b bug fix and typo fixes by Derek Allard · 16 years ago
  81. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  82. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  83. 254c0e4 added "index" to the list of reserved controller names. by Derek Allard · 16 years ago
  84. 2976ade doc link fixes by Derek Allard · 16 years ago
  85. 03d0a57 added a note on the scaffolding page that it has been deprecated. by Derek Allard · 16 years ago
  86. 4b6d493 changed some code in examples from <?php to &lt;?php in the event that a local install tries to interpret the example as code by Derek Allard · 16 years ago
  87. 9babd66 added file format guidelines by Derek Jones · 16 years ago
  88. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  89. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  90. 8b15c61 fixed breadcrumb in Style Guide page by Derek Jones · 16 years ago
  91. 5c2fba5 fixed the version numbers in the download by Derek Jones · 16 years ago
  92. ba5c4ce typo fix by Rick Ellis · 16 years ago
  93. a7cf027 postgre to postgres in a few documentation pages by Derek Allard · 16 years ago
  94. 28c90a3 made note on view page of optional third parameter by Derek Allard · 16 years ago
  95. 17c0120 Fixed a typo by Rick Ellis · 16 years ago
  96. f5c7a6f Did some reorganizing by Rick Ellis · 16 years ago
  97. f06446e by Rick Ellis · 16 years ago
  98. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  99. cb36e34 grammar changes by Derek Allard · 16 years ago
  100. 5a9fd7a by Rick Ellis · 16 years ago