1. 08a245f CSRF field is only added when post method is used and action is internal. Closes #165 by Joël Cox · 14 years ago
  2. 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
  3. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  4. c83bea6 Removing debug code accidentally committed. by Greg Aker · 14 years ago
  5. c6d918a Fix #233 Fixing a regression in _get_validation_object() in the form helper after some refactoring the other day. by Greg Aker · 14 years ago
  6. 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
  7. 9ce4385 1/2 reverting a previous change to the form_helper. Wrapping hidden form elements in <div style="display:none"></div> instead of an empty div. If a user is styling form div {} they can run into display issues, so something is needed. by Greg Aker · 14 years ago
  8. 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
  9. 826429c Added an optional third parameter to heading() which allows adding html attributes to the rendered heading tag. by Greg Aker · 14 years ago
  10. 64e35cd There is absolutely no need to specify class name (it will validate anyway). by patwork · 14 years ago
  11. 1f6f0ab Fixing a bug in the form_helper where csrf_token_name and csrf_hash were referencing class properties in the Security class that were moved. by Greg Aker · 14 years ago
  12. a3f1d6d Changed the 'plural' function so that it doesn't ruin the captalization of your string. It also take into consideration acronyms which are all caps. by Phil Sturgeon · 14 years ago
  13. eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  14. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  15. 6b48867 Removing dohash and deprecating CI_SHA by Pascal Kriete · 14 years ago
  16. 6984aaf Removing security loading calls. by Pascal Kriete · 14 years ago
  17. 9d0e617 Added is_cli_request() method to documentation for Input class. by Phil Sturgeon · 14 years ago
  18. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  19. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  20. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  21. 2f620fe Fixed the capitalization "bug" in the singular function as well. by Kyle Farris · 14 years ago
  22. af376a2 Forgot to trim the string first. by Kyle Farris · 14 years ago
  23. 7c6a589 Changed the 'plural' function so that it doesn't ruin the captalization of your string. It also take into consideration acronyms which are all caps. by Kyle Farris · 14 years ago
  24. 52e7318 Fixed last commit, form helper will work fine for self-submissions and normal URLs. by Phil Sturgeon · 14 years ago
  25. 133beaf Changed the logic for form_open() in Form helper. If no value is passed it will submit to the current URL. by Phil Sturgeon · 14 years ago
  26. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  27. d8d1e24 Secure cookies can now be made with the set_cookie() helper and Input Class method. by Phil Sturgeon · 14 years ago
  28. 45e3cdf Whitespace cleanup for code consistency by Pascal Kriete · 14 years ago
  29. e886771 white space tweak to fix repo. by Robin Sowell · 14 years ago
  30. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  31. 5e04480 Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. by Eric Barnes · 14 years ago
  32. 7b3be2f Changed || to OR to match coding standards by Eric Barnes · 14 years ago
  33. 3b889a9 Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorrectly formatted date string. by Greg Aker · 14 years ago
  34. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  35. 68e30fd Removing the compatitibility helper. by Pascal Kriete · 14 years ago
  36. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  37. f7d162a Fix #95 bug in the html helper where too much white space was rendered between the src and alt tags in the img() function. by Greg Aker · 14 years ago
  38. 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
  39. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  40. 28b425a Update to form_open() in form helper to drop hidden elements passed to the function into div class="hidden" (thanks Dan) by Greg Aker · 14 years ago
  41. fd2ba88 Fix #96 html validation failure on csrf hidden input on form_open() in the form helper. Added <div class="hidden"> around the hidden form input. by Greg Aker · 14 years ago
  42. d2167a0 Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions < 5.1.2. by Robin Sowell · 14 years ago
  43. 0f6b7c1 moving code comment in text helper by Greg Aker · 14 years ago
  44. cbe3247 Adding an ellipsize function to the text helper, and associated documentation to the user guide. by Greg Aker · 14 years ago
  45. 4433f42 adding sanitize_filename() into the security helper by Derek Allard · 15 years ago
  46. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  47. a0905f3 img() will now generate an empty string as an alt attribute if one is not provided. by Derek Allard · 15 years ago
  48. 60e78c7 Modifying smiley_js() in the smiley helper to add optional third parameter to return only the javascript with no script tags. by Greg Aker · 15 years ago
  49. 73c19fc Modified get_file_info in the file helper, changing filectime() to filemtime() for dates. by Robin Sowell · 15 years ago
  50. a091147 moved entity_decode() to the Security library to handle an issue with HTML in input when the global XSS filter is enabled by Derek Jones · 15 years ago
  51. d265871 expanded philsturgeon's bugfix to parse_url() and updated docs and changelog by Derek Jones · 15 years ago
  52. 726c8eb prep_url() will now not append http:// to string if a protocol is already used. That would really mess up itunes://, spotify://, telnet://, etc. by Phil Sturgeon · 15 years ago
  53. 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
  54. 4e8d66a code comment typo fix by Derek Allard · 15 years ago
  55. fc5c7e5 added @php4 tag to compat helper (thanks Phil) by Derek Jones · 15 years ago
  56. b6de7d1 REMOVING js calendar helper / plugin. No need with the prolific jQuery calendars by Derek Jones · 15 years ago
  57. e659fbb moving js cal plugin to a helper by Derek Jones · 15 years ago
  58. 1c73f4e fixed eof code comment by Derek Jones · 15 years ago
  59. b41032d moved CAPTCHA plugin to a helper by Derek Jones · 15 years ago
  60. 99111e3 added end of function marker by Derek Jones · 15 years ago
  61. 85b2bb7 improved xml_convert() of XML helper by Derek Jones · 15 years ago
  62. 2b7de06 added entity_decode() to Typography helper, updated auto_typography() by Derek Jones · 15 years ago
  63. daf9c01 added convert_accented_characters() function to Text Helper by Derek Jones · 15 years ago
  64. 1e14192 whitespace, code comments by Derek Jones · 15 years ago
  65. 48822fa updating attributes to lowercase and added CDATA block around js by Derek Jones · 15 years ago
  66. 11b1e51 no in helpers, updated security lib to use Security class instead of Input by Derek Jones · 15 years ago
  67. d443334 whitespace by Derek Jones · 15 years ago
  68. 68788d5 bringing form helper in sync by Derek Jones · 15 years ago
  69. 3659109 little cleaner regex in human_to_unix() by Derek Jones · 15 years ago
  70. 626d39f code comments fix by Derek Jones · 15 years ago
  71. 22224b5 modified cookie helper to use input class by Derek Jones · 15 years ago
  72. 472dd21 Added alpha, and sha1 string types to random_string() in the String Helper. by Derek Allard · 15 years ago
  73. fcbb026 optional precision argument in byte_format() by Derek Allard · 15 years ago
  74. 9502311 change already made - revert by Derek Allard · 15 years ago
  75. f063ed7 making get_mime_by_extension case insensitive by Derek Allard · 15 years ago
  76. 33d4b6a adding the ability for form_open_multipart() to accept string attribute arguments by Derek Allard · 15 years ago
  77. 3e9519e Update to file helper to return FALSE on failure. by Greg Aker · 15 years ago
  78. 98a447a changing the second parameter in directory_map to an integer that controls recursion depth. by Pascal Kriete · 15 years ago
  79. 7f3719f updated copyrights by Derek Jones · 15 years ago
  80. 42e74bc tweaking the regex for reduce_double_slashes to correctly handle duplicates at the beginning of the string by Pascal Kriete · 15 years ago
  81. 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
  82. 986e172 incorrect variable name in the smiley helper js by Pascal Kriete · 15 years ago
  83. a3f4718 Modified inflector helper to properly pluralize words that end in 'ch' or 'sh' by Greg Aker · 15 years ago
  84. 8719a5c Deprecated the dohash() function in favour of do_hash() for naming consistency. by Derek Allard · 15 years ago
  85. e339ef5 Made get_mime_by_extension() case insensitive. by Derek Allard · 15 years ago
  86. 3241d73 modified the way accept-charset is added by Derek Allard · 15 years ago
  87. 292dcd8 removed some trivial spaces from output by Derek Allard · 15 years ago
  88. 76763bb removed some trivial spaces from output by Derek Allard · 15 years ago
  89. f673a87 by Derek Allard · 15 years ago
  90. 928158b adding accept-charset to form_open() by Derek Allard · 15 years ago
  91. de8f409 Updating the smiley helper to work with more than one field. by Pascal Kriete · 15 years ago
  92. 3eb9fac modification to form_prep() solution. A bandaid really, to return the $str if the field has already been prepped by Derek Jones · 16 years ago
  93. 01a9b10 modified Form Helper so that form_prep() keeps track of strings it's already processed, to prevent encoding and prep from occurring more than once by Derek Jones · 16 years ago
  94. 94026d9 added return FALSE if directory_map() cannot read the directory by Derek Jones · 16 years ago
  95. 8c52996 removed entity protection from form_prep() so as to preserve the user's input when called back into a form element by Derek Jones · 16 years ago
  96. 6d1998c Changing form_textarea to correctly prep all data. by Pascal Kriete · 16 years ago
  97. 96dafa8 Directory helper's directory_map tweaked to allow inclusion of hidden files. by Robin Sowell · 16 years ago
  98. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  99. c37f0e1 switched some hard /'s to DIRECTORY_SEPARATOR by Derek Jones · 16 years ago
  100. 93bddd1 doctype helper default value was missing a "1". by Derek Allard · 16 years ago