1. bb6a687 minor capitalization by Derek Allard · 14 years ago
  2. 8d027fa fixed missing </p> in guide by Derek Allard · 14 years ago
  3. 2735b3e fixed whitespace, massaged Zip read_dir() docs by Derek Jones · 15 years ago
  4. 26872de Added an option to remove the preceding trail of empty folders when creating a Zip archive. by Phil Sturgeon · 15 years ago
  5. 42526cf corrected references to Input class since the Security methods are now their own library. Fixes #31 by Derek Jones · 15 years ago
  6. f82e51c Update to File Upload library to return boolean on do_xss_clean(). by Greg Aker · 15 years ago
  7. ef88a90 Removing deprecated Validation class. by Greg Aker · 15 years ago
  8. b705475 fixed syntax error in documentation example for XML-RPC send_response() method by Derek Jones · 15 years ago
  9. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  10. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago
  11. 7ec3650 added documentation for philsturgeon's submission of download() for the FTP library by Derek Jones · 15 years ago
  12. 66a3fc0 Added a $xss_clean class variable to the XMLRPC library, enabling control over the use of the Security library's xss_clean() method. by Robin Sowell · 15 years ago
  13. 1cf1149 got rid of some redundancy in the preliminary jQuery lib docs by Derek Jones · 15 years ago
  14. cf57955 full on scaffolding removal by Derek Jones · 15 years ago
  15. 2ede2f6 added docs for application Packages, added third_party folder to the application folder by Derek Jones · 15 years ago
  16. 0d69ee3 updated Upload class docs to be accurate with the * filter for allowed_types by Derek Jones · 15 years ago
  17. 9898b89 added Security class docs, cleaned up Input class for changes to both by Derek Jones · 15 years ago
  18. 5034e3f added docs for Output class property by Derek Jones · 15 years ago
  19. ee71c80 added ability to enable/disable individual sections of the Profiler by Derek Jones · 15 years ago
  20. c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
  21. b8354c1 adding initial docs for javascript and jquery libs by Derek Jones · 15 years ago
  22. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  23. 7b5b0e2 expanded abilities of Table library by Derek Jones · 15 years ago
  24. 0ce73ef The Unit Test Class now has an optional "notes" field available to it, and allows for discrete display of test result items using $this->unit->set_test_items(). by Derek Allard · 15 years ago
  25. 27ed2cc user guide clarification on large image processing by Derek Allard · 15 years ago
  26. b5f211b doc updates, corrections and clarifications. by Derek Allard · 15 years ago
  27. 028cbb5 extra period in a sentence (the horror!) :) by Derek Allard · 15 years ago
  28. 563885b fixed an incorrectly labelled config key example by Derek Allard · 15 years ago
  29. 1ca94e8 Documented append_output() in the Output Class. by Derek Allard · 15 years ago
  30. a7b2e45 added a parse_string() method to the Parser by Derek Allard · 15 years ago
  31. 7f3719f updated copyrights by Derek Jones · 15 years ago
  32. 82d6ec4 Added "is_object" into the list of unit tests capable of being run. by Derek Allard · 15 years ago
  33. f3c4f27 a series of clarifications of the docs by Derek Allard · 15 years ago
  34. 2aab785 Documented a second argument in the decode() function for the Encryption Class by Derek Allard · 15 years ago
  35. efb37ca missing version point in cart doc by Derek Allard · 15 years ago
  36. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  37. 817163a Modified show_error() to allow sending of HTTP server response codes. by Derek Jones · 15 years ago
  38. 03d783b bug fix and typo fixes by Derek Allard · 16 years ago
  39. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  40. d13f012 note on a page about deprecation by Derek Allard · 16 years ago
  41. f4ed69e Updated the view cart info in light of the changes to the cart class. by Rick Ellis · 16 years ago
  42. a34a2b2 Updated the "update cart" information, as it was incorrect. by Rick Ellis · 16 years ago
  43. fd50315 by Rick Ellis · 16 years ago
  44. 0837e24 by Rick Ellis · 16 years ago
  45. 4e5d749 by Rick Ellis · 16 years ago
  46. 134bdde Tweaked nav by Rick Ellis · 16 years ago
  47. edac17e Tweaked nav by Rick Ellis · 16 years ago
  48. ac69d42 Added Cart Class to docs by Rick Ellis · 16 years ago
  49. 616dab8 Added the ability to pass $config['file_name'] for the File Uploading Class and rename the uploaded file. by Derek Allard · 16 years ago
  50. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  51. 2976ade doc link fixes by Derek Allard · 16 years ago
  52. 5115725 fixed documentation to reference set_rules() vs set_rule() by Derek Allard · 16 years ago
  53. 162c022 format_characters() not convert_characters() by Derek Allard · 16 years ago
  54. 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
  55. 3f45bbd fixed a broken link, fixed a typo by Derek Allard · 16 years ago
  56. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  57. bfafdc5 fixed some typos by Rick Ellis · 16 years ago
  58. c37ed39 fixed some typos by Rick Ellis · 16 years ago
  59. ac91bd7 Fixed some typos by Rick Ellis · 16 years ago
  60. 3260989 Fixed a typo by Rick Ellis · 16 years ago
  61. d64b9f8 by Rick Ellis · 16 years ago
  62. e3945e9 example typo fix by Derek Allard · 16 years ago
  63. 3386c84 Added set_status_header() function to docs by Rick Ellis · 16 years ago
  64. c9e14da Added description of the max_filename parameter by Rick Ellis · 16 years ago
  65. d95ebca added $protect_braced_quotes to Typography class, to prevent curly-quoting single and double quoted string within {curly "braces"} by Derek Jones · 16 years ago
  66. 69db8ef Fixed incorrect parenthesis in form_open() function. (#5135) by Derek Allard · 16 years ago
  67. 968b616 typos, html validation by Derek Allard · 16 years ago
  68. 277451a Added the ability to set translatable field names by Rick Ellis · 16 years ago
  69. 3bc791f typography tweaks by Rick Ellis · 16 years ago
  70. 7eb56d6 by Rick Ellis · 16 years ago
  71. 9907df4 Continued working on typography class and docs by Rick Ellis · 16 years ago
  72. 088e42c removed superfluous "the" by Derek Allard · 16 years ago
  73. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  74. cb36e34 grammar changes by Derek Allard · 16 years ago
  75. 1706f60 by Rick Ellis · 16 years ago
  76. 66bc2ad by Rick Ellis · 16 years ago
  77. b1eee35 by Rick Ellis · 16 years ago
  78. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  79. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  80. 5bcb838 Fixed a typo by Rick Ellis · 16 years ago
  81. a6543fa by Rick Ellis · 16 years ago
  82. 753ff32 typo in xmlrpc by Derek Allard · 16 years ago
  83. 782f88b added user_data field to sessions userguide page by Derek Allard · 16 years ago
  84. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  85. 8a5cd93 by Rick Ellis · 16 years ago
  86. 38f6916 by Rick Ellis · 16 years ago
  87. 757ccf8 by Rick Ellis · 16 years ago
  88. bb01b06 image_heigth to image_height by Derek Allard · 16 years ago
  89. c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 16 years ago
  90. 9dff4c4 added a note re: caching by Derek Allard · 16 years ago
  91. 07ad6d1 fixed an example by Derek Allard · 16 years ago
  92. cc1be0f Moved the <label> output ability from the language library to a language helper (hotfix for 1.6.3) by Derek Jones · 16 years ago
  93. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 16 years ago
  94. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 16 years ago
  95. ac389d2 documentation fix, horizontal to vertical by Derek Allard · 16 years ago
  96. db25721 Added the ability to automatically output language items as form labels in the Language class. by Derek Allard · 16 years ago
  97. d3ee041 Added get_post() to the Input class. Documented get() in the Input class. by Derek Allard · 16 years ago
  98. 1249107 Added "Using Associative Arrays In a Request Parameter" example to the XMLRPC userguide page. by Derek Allard · 16 years ago
  99. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 16 years ago
  100. bd44009 made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation by Derek Jones · 16 years ago