1. 3351fbc fixed code sample by Derek Jones · 14 years ago
  2. 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
  3. e77162b fixed some grammar errors in the Views documentation. Fixes #154 by Derek Jones · 14 years ago
  4. 59aa935 Fixed a bug #129 where Model documentation referenced parent::Model instead of parent::CI_Model. by Greg Aker · 14 years ago
  5. 2ddc949 Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. by Derek Allard · 14 years ago
  6. 2f304d6 altering a few examples to be more CI driven then EE driven in styleguide by Derek Allard · 15 years ago
  7. 13fbacd guide clarification by Derek Allard · 15 years ago
  8. 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
  9. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  10. 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
  11. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago
  12. ac9e0cd Updating docs for extending core libraries to reference the application/core directory by Greg Aker · 15 years ago
  13. cf57955 full on scaffolding removal by Derek Jones · 15 years ago
  14. 9898b89 added Security class docs, cleaned up Input class for changes to both by Derek Jones · 15 years ago
  15. ee71c80 added ability to enable/disable individual sections of the Profiler by Derek Jones · 15 years ago
  16. acf21e7 initial docs for Drivers by Derek Jones · 15 years ago
  17. c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
  18. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  19. b5f211b doc updates, corrections and clarifications. by Derek Allard · 15 years ago
  20. c47eb1e Added "default" to the list Reserved Names by Derek Allard · 15 years ago
  21. e28c7ae fixing a routing example by Derek Allard · 15 years ago
  22. 7f3719f updated copyrights by Derek Jones · 15 years ago
  23. f3c4f27 a series of clarifications of the docs by Derek Allard · 15 years ago
  24. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  25. 5a8a455 changes some EE references to CI in the styleguide by Derek Allard · 15 years ago
  26. 2cdc05d example fix by Derek Allard · 15 years ago
  27. 652612d note of clarity by Derek Allard · 15 years ago
  28. 086ee5a add is_php() to Common.php by Derek Jones · 15 years ago
  29. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 16 years ago
  30. 03d783b bug fix and typo fixes by Derek Allard · 16 years ago
  31. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  32. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  33. 254c0e4 added "index" to the list of reserved controller names. by Derek Allard · 16 years ago
  34. 2976ade doc link fixes by Derek Allard · 16 years ago
  35. 03d0a57 added a note on the scaffolding page that it has been deprecated. by Derek Allard · 16 years ago
  36. 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
  37. 9babd66 added file format guidelines by Derek Jones · 16 years ago
  38. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  39. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  40. 8b15c61 fixed breadcrumb in Style Guide page by Derek Jones · 16 years ago
  41. 5c2fba5 fixed the version numbers in the download by Derek Jones · 16 years ago
  42. ba5c4ce typo fix by Rick Ellis · 16 years ago
  43. a7cf027 postgre to postgres in a few documentation pages by Derek Allard · 16 years ago
  44. 28c90a3 made note on view page of optional third parameter by Derek Allard · 16 years ago
  45. 17c0120 Fixed a typo by Rick Ellis · 16 years ago
  46. f5c7a6f Did some reorganizing by Rick Ellis · 16 years ago
  47. f06446e by Rick Ellis · 16 years ago
  48. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  49. cb36e34 grammar changes by Derek Allard · 16 years ago
  50. 5a9fd7a by Rick Ellis · 16 years ago
  51. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  52. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  53. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  54. cff895f by Derek Allard · 17 years ago
  55. 7acca32 added "ed" to "borrowed" (d'uh) by Derek Allard · 17 years ago
  56. 0f2121d modified credits page to "ExpressionEngine Development Team". by Derek Allard · 17 years ago
  57. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 17 years ago
  58. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  59. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 17 years ago
  60. 95d0660 added routing example by Derek Allard · 17 years ago
  61. 36a8395 Fixed an example in Model docs by Derek Allard · 17 years ago
  62. c8b2174 documented load->model in the Loader docs by Derek Allard · 17 years ago
  63. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  64. 307cd61 clarified instructions for using display_override hook by Derek Jones · 17 years ago
  65. 278fe03 added $ in front of 'lang' variable in list by Derek Jones · 17 years ago
  66. 84ff799 added lang as a reserved var by Derek Allard · 17 years ago
  67. 6a217c3 added a few user-defined functions to the reserved list, minor format modifications by Derek Jones · 17 years ago
  68. ee0a7f0 Added a Reserved Names page to the userguide, and migrated reserved controller names into it. by Derek Allard · 17 years ago
  69. e50d1a8 added code sample showing the necessity of referencing the extended class in your application controllers instead of the core Controller class when extending the Controller by Derek Jones · 17 years ago
  70. 55bc1a8 changed an absolute path relative by Derek Allard · 17 years ago
  71. d379734 added a note about security and filtering raw post data by Derek Allard · 17 years ago
  72. 6b7b11f updated version number in user guide to 1.6.2 by Derek Jones · 17 years ago
  73. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  74. e370a35 example error fix by Derek Allard · 17 years ago
  75. 2f95597 changed guide examples to not use ?=, and instead use ?php echo by Derek Allard · 17 years ago
  76. 7c53be4 Added the ability to set CRLF settings via config in the Email class. by Derek Allard · 17 years ago
  77. 1ea127a doc fixes by Derek Allard · 17 years ago
  78. ce66d15 validation error fixes by Derek Allard · 17 years ago
  79. 2e44e0b fixed a mistake in note for extending classes by Derek Jones · 17 years ago
  80. 0787043 Added Path Helper to table of contents and updated copyright dates for all user guide pages by Derek Jones · 17 years ago
  81. 197d10b by Derek Allard · 17 years ago
  82. 26b63aa change 1.6.1 to 1.6.0.1 by Derek Allard · 17 years ago
  83. 8ec4cfe Added Exceptions and Log to system class list by Derek Allard · 17 years ago
  84. 067f2cc change version number from 1.6.0 to 1.6.1 by Derek Allard · 17 years ago
  85. 496bda6 fixed spelling by Derek Jones · 17 years ago
  86. 40effd8 updated requirements to reflect MySQL version by Derek Jones · 17 years ago
  87. 452c049 removed 'active_r' from model docs by Derek Jones · 17 years ago
  88. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  89. 74df78c fixed link to quick reference PDF by Derek Jones · 17 years ago
  90. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  91. 78c3fa8 assorted guide fixes and additions by Derek Allard · 17 years ago
  92. afd99ac Added attributes into <html> of userguide for valid html. by Derek Allard · 17 years ago
  93. 270c0aa documentation for multiple views by Derek Allard · 17 years ago
  94. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  95. 57211eb clarified capitalization of model class names by Derek Jones · 17 years ago
  96. bafe651 typos by Derek Allard · 17 years ago
  97. 39b622d Many new Active Record functions, and another whack of stuff by Derek Allard · 17 years ago
  98. 7184f34 example fix by Derek Allard · 17 years ago
  99. a19b942 modified an example that may cause confusion. by Derek Allard · 17 years ago
  100. 1dd09d0 userguide fixes, typos, examples. by Derek Allard · 17 years ago