1. f525f10 Merge branch 'release/2.1.0' by Pascal Kriete · 13 years ago
  2. 9c63d0b Bumped CodeIgniter version to 2.1.0. by Phil Sturgeon · 13 years ago
  3. 44cdece Bumped URL Helper version number. by Phil Sturgeon · 13 years ago
  4. e1e828b Merge branch 'release/v2.0.3' into develop by Derek Jones · 13 years ago
  5. b8c038a updated version number in user guide, removed some stray merge markers found in the change log by Derek Jones · 13 years ago
  6. dbac73b Added increment_string() docs and changelog. by Phil Sturgeon · 13 years ago
  7. c4f0246 Merging - fingers crossed by Pascal Kriete · 13 years ago
  8. d01e4a6 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  9. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  10. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  11. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  12. b2e728f Merged base_url changes. by philsturgeon · 14 years ago
  13. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  14. 1d3021a Fix #235 error in form_helper docs. by Greg Aker · 14 years ago
  15. 826429c Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag. by Greg Aker · 14 years ago
  16. 49e3125 update Prev/Next Topic link on user_guide/helpers/cookie_helper.html by kenjis · 14 years ago
  17. 33095c2 update Prev/Next Topic link on user_guide/helpers/captcha_helper.html by kenjis · 14 years ago
  18. 4c6ceb0 update Prev/Next Topic link on user_guide/helpers/array_helper.html by kenjis · 14 years ago
  19. 1f62229 Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1 by Pascal Kriete · 14 years ago
  20. 8fd08a1 Updated captcha helper example in the documentation to use the correct db field. by Phil Sturgeon · 14 years ago
  21. a170cc1 Fixed the function name in captcha helper. Fixes #51 by Eric Barnes · 14 years ago
  22. 0e3263b Updated version number in User Guide html. by Phil Sturgeon · 14 years ago
  23. 76696d7 Added docs for config->base_url() changes. by anaxamaxan@blackdog.local · 14 years ago
  24. 700205a updating copyrights to 2011 by Derek Jones · 14 years ago
  25. 898949f updated copyrights to 2011 by Derek Jones · 14 years ago
  26. 3b889a9 Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorrectly formatted date string. by Greg Aker · 14 years ago
  27. 1180efd Fix: #211 DATE_RFC822 format in documentation was incorrect. Should include a 2 digit year, not four. see: http://www.w3.org/Protocols/rfc822/#z28 by Greg Aker · 14 years ago
  28. a705698 some doc fixes to show __construct instead of CI_Controller by Pascal Kriete · 14 years ago
  29. 68e30fd Removing the compatitibility helper. by Pascal Kriete · 14 years ago
  30. 16fcb2e Updating code examples in user guide to use CI_Controller instead of Controller by Greg Aker · 14 years ago
  31. e1f6e9d Fix #220 -- Missing semi-colon in captcha helper userguide on SQL command. by Greg Aker · 14 years ago
  32. 3a082fd added elements() to the Array Helper to return elements from an array with specified keys only. Differs from array_intersect_assoc() in that a default value can be provided for keys that do not exist in the supplied array by Derek Jones · 14 years ago
  33. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  34. cbe3247 Adding an ellipsize function to the text helper, and associated documentation to the user guide. by Greg Aker · 14 years ago
  35. 4433f42 adding sanitize_filename() into the security helper by Derek Allard · 15 years ago
  36. a0905f3 img() will now generate an empty string as an alt attribute if one is not provided. by Derek Allard · 15 years ago
  37. d6d70e3 fixed casing of EllisLab by Derek Jones · 15 years ago
  38. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago
  39. d265871 expanded philsturgeon's bugfix to parse_url() and updated docs and changelog by Derek Jones · 15 years ago
  40. 1a19592 added docs for convert_accented_characters() in the Text Helper by Derek Jones · 15 years ago
  41. 9898b89 added Security class docs, cleaned up Input class for changes to both by Derek Jones · 15 years ago
  42. c6da503 completely removed Plugins from CodeIgniter by Derek Jones · 15 years ago
  43. 8917af7 changing docs refs to future release 2.0.0 by Derek Jones · 15 years ago
  44. b41032d moved CAPTCHA plugin to a helper by Derek Jones · 15 years ago
  45. 472dd21 Added alpha, and sha1 string types to random_string() in the String Helper. by Derek Allard · 15 years ago
  46. 15fd1a6 clarifying redirect helper by Derek Allard · 15 years ago
  47. fcbb026 optional precision argument in byte_format() by Derek Allard · 15 years ago
  48. 98a447a changing the second parameter in directory_map to an integer that controls recursion depth. by Pascal Kriete · 15 years ago
  49. 7f3719f updated copyrights by Derek Jones · 15 years ago
  50. 788b00f non-backwards compatible change to get_dir_file_info() for performance reasons, as well as fixing recursive bug by Derek Jones · 15 years ago
  51. 8719a5c Deprecated the dohash() function in favour of do_hash() for naming consistency. by Derek Allard · 15 years ago
  52. 6f7b0aa some user guide corrections in code examples a minor grammar tweak by Derek Allard · 15 years ago
  53. 928158b adding accept-charset to form_open() by Derek Allard · 15 years ago
  54. bbedc76 prep for 1.7.2 release by Derek Jones · 15 years ago
  55. 1f23711 example fix by Derek Allard · 15 years ago
  56. 43204cc example fix by Derek Allard · 15 years ago
  57. ac2e841 Clarified required parameters (again) by Derek Allard · 15 years ago
  58. 1574e95 Clarified required parameters. by Derek Allard · 15 years ago
  59. de8f409 Updating the smiley helper to work with more than one field. by Pascal Kriete · 15 years ago
  60. 1414987 nav links in html helper by Derek Allard · 16 years ago
  61. 96dafa8 Directory helper's directory_map tweaked to allow inclusion of hidden files. by Robin Sowell · 16 years ago
  62. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  63. bb2e025 Tweaked form_dropdown to note it requires a multi-item array to trigger the automatic 'multiselect'. by Robin Sowell · 16 years ago
  64. 8ab36a5 example fix by Derek Allard · 16 years ago
  65. 2639929 added form_multiselect() to form helper to make it easier to create multiselect fields, and to make it a bit more semantically correct to boot by Derek Jones · 16 years ago
  66. eeff981 fixed an example in url_title with capitalization by Derek Allard · 16 years ago
  67. 733310d Prep for 1.7.1 release by Derek Jones · 16 years ago
  68. 904094a Changed the default "type" of form_button() to "button" from "submit" in the form helper. by Derek Allard · 16 years ago
  69. 78a5fc9 Added the ability to have optgroups in form_dropdown() within the form helper. by Derek Allard · 16 years ago
  70. 7d3773a link_tag() not link() in example by Derek Allard · 16 years ago
  71. 877ec2a added a note explicitly outlining id as a settable option in form_dropdown() by Derek Allard · 16 years ago
  72. 40a2fc8 added $lowercase parameter to url_title() to allow forced lowercase by Derek Jones · 16 years ago
  73. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  74. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  75. d3fc76f Added a doctype() function to the HTML helper. by Derek Allard · 16 years ago
  76. 0d17a27 Fixed a typo by Rick Ellis · 16 years ago
  77. c37ed39 fixed some typos by Rick Ellis · 16 years ago
  78. ee070ce by Rick Ellis · 16 years ago
  79. 13d37ed Description was bas-ackward by Rick Ellis · 16 years ago
  80. 4ebfb43 Fixed extra text in img() function description of the userguide by Derek Allard · 16 years ago
  81. cce3159 clarification by Derek Allard · 16 years ago
  82. bc2bfa8 Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date helper. by Derek Allard · 16 years ago
  83. e0fc57b removed random invisible character (ASCII 194) from HTML and PHP files by Derek Jones · 16 years ago
  84. 5365393 typo fix by Derek Allard · 16 years ago
  85. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  86. 7cdef03 Made a Loader changes so that the new validation class will work. by Rick Ellis · 16 years ago
  87. 928c55c further whitespace fixes by Derek Allard · 16 years ago
  88. 587b37a Added descriptions for current_url() and uri_segments() by Rick Ellis · 16 years ago
  89. 3a6ab8d guide example fix for form_hidden by Derek Allard · 17 years ago
  90. c169fdc fixed a series of "next" and "previous" topic links that pointed to the wrong pages. by Derek Allard · 17 years ago
  91. 13da683 adds vs add typo fix by Derek Allard · 17 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 · 17 years ago
  93. 727ec31 Documented the language file use of byte_format() in the number helper. by Derek Allard · 17 years ago
  94. e96c12c Minor example fix in Number helper Added 1.6.4 to changelog page by Derek Allard · 17 years ago
  95. 1ca3fc4 changed user guide version to 1.6.3 by Derek Jones · 17 years ago
  96. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  97. 33f6c68 added terabytes to number helper by Derek Allard · 17 years ago
  98. 8039d4c Charset information in the userguide has been moved above title for internationalization purposes (#4614) by Derek Allard · 17 years ago
  99. 88d4ce5 fix curly quotes in form_button example by Derek Allard · 17 years ago
  100. 66c474d date examples by Derek Allard · 17 years ago