1. 871754a 2013 > 2014 by darwinel · 11 years ago
  2. c7d82d8 Removed new line at the end of file locally. by iolufemi · 11 years ago
  3. 08dd57c Fixed Typo in String Helper function by Olanipekun Femi · 11 years ago
  4. c697a3b Use is_really_writable() in captcha helper by Andrey Andreev · 11 years ago
  5. 03077f9 Use is_really_writable() in get_file_info() by Andrey Andreev · 11 years ago
  6. 88d16d7 Fix #2845 by Andrey Andreev · 11 years ago
  7. 8fb31c9 [ci skip] AND -> && by Andrey Andreev · 11 years ago
  8. d8b1ad3 Fix #2822: Incorrect usage of fwrite() by Andrey Andreev · 11 years ago
  9. a0a73c9 Add HTTP response code 307 support in URL helper redirect() by Andrey Andreev · 11 years ago
  10. 40235e6 Fix #133 by Andrey Andreev · 11 years ago
  11. 4ea76cc Fix 2 errors caused by recent commits by Andrey Andreev · 11 years ago
  12. 80a16b1 Fix #346 by Andrey Andreev · 11 years ago
  13. 119d8a7 Optimize get_instance() calls/assignments by Andrey Andreev · 11 years ago
  14. ac023e1 Change Text helper default tag from <strong> to <mark> by Andrey Andreev · 11 years ago
  15. 8f5420b Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), delete_cookie()'s first (name) parameter mandatory by Andrey Andreev · 11 years ago
  16. 4c07fce Implement $protocol parameter in Config base_url() and site_url() methods by vlakoff · 11 years ago
  17. a587a93 Fix issue #2695 by Andrey Andreev · 11 years ago
  18. 72b4b3c Add 'filename' to the return elements for create_captcha() (PR #2602) by Andrey Andreev · 11 years ago
  19. 7f5f8aa Manually apply PR #2656 by Andrey Andreev · 11 years ago
  20. 3a3d5f6 Replace the last rand() with mt_rand() by vlakoff · 11 years ago
  21. 8e7cc7a parse $extra attributes in form_dropdown. by Ahmad Anbar · 11 years ago
  22. d3b7e24 Another one following #2639 by Andrey Andreev · 11 years ago
  23. e8a23a5 An update to the #2639 fix by Andrey Andreev · 11 years ago
  24. 67f6a5e Fix array notation fields for set_select() as well by Andrey Andreev · 11 years ago
  25. ae50f55 Fix #2639 by Andrey Andreev · 11 years ago
  26. bb8b089 Polishing Form helper by vlakoff · 11 years ago
  27. f746475 Form helper _attributes_to_string() micro-optimization by vlakoff · 11 years ago
  28. c4f9c62 More logical order by vlakoff · 11 years ago
  29. ea19bc4 Form helper: refactor form_open() and _attributes_to_string() by vlakoff · 11 years ago
  30. 122ca9b Fix #2560 by Andrey Andreev · 11 years ago
  31. 53fd688 Fix #2558 by Andrey Andreev · 11 years ago
  32. 519f87a Loader changes & optimizations related to issue #2551 by Andrey Andreev · 12 years ago
  33. 12526cd [ci skip] Simplify get_file_info() by Andrey Andreev · 12 years ago
  34. 8963f40 Add color customization to the CAPTCHA helper by Andrey Andreev · 12 years ago
  35. 1f061c2 Micro-optimization on base_url() & site_url() by Andrey Andreev · 12 years ago
  36. 56c8ca6 Add that parameter for real :) by Andrey Andreev · 12 years ago
  37. 2023c3d Add an optional parameter to URL helpers base_url() and site_url() (supersedes #2535) by Andrey Andreev · 12 years ago
  38. c5a7c5f [ci skip] Remove some empty lines by Andrey Andreev · 12 years ago
  39. e736f49 Required arg in between optional ones by Rasmus Lerdorf · 12 years ago
  40. 4ad89d8 The date_range() function is a bit broken by Rasmus Lerdorf · 12 years ago
  41. ffe1bd2 final change (extra space) by ash · 12 years ago
  42. c3dcf9f newline at end by ash · 12 years ago
  43. 6e35774 eol by ash · 12 years ago
  44. 19bafaf eol 2 by ash · 12 years ago
  45. a0c7ae6 eol test. by ash · 12 years ago
  46. 29ae72d removed sanity checks (developer-supplied value, not user input), added changelog entry, changed variable names by ash · 12 years ago
  47. 79dfac7 typo change by ash · 12 years ago
  48. 1aa336d Add options in create_captcha() to specify the randomly generated captcha word length and character pool by ash · 12 years ago
  49. 5269c1c Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys by Andrey Andreev · 12 years ago
  50. 47ea5a8 Code fixes in line with suggestions by nisheeth-barthwal · 12 years ago
  51. 77236e0 Simplified notation parsing and other cosmetic fixes by nisheeth-barthwal · 12 years ago
  52. d4d6e09 Fixed error in form_textarea helper function by Zachary Cardoza · 12 years ago
  53. 9f27a3e Revert "Fixed error in Form Helper textarea function" by Zachary Cardoza · 12 years ago
  54. a5bcfb1 Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. by nisheeth-barthwal · 12 years ago
  55. e15d1be Fixed error in Form Helper textarea function by Zach Cardoza · 12 years ago
  56. a7447d2 Added array notation for keys in Input library by nisheeth-barthwal · 12 years ago
  57. f5b4f6a Text helper: convert_accented_characters() optimization by vlakoff · 12 years ago
  58. 06ddcf0 Fixed form helper variable error by Bo-Yi Wu · 12 years ago
  59. 99ba3a2 Fix #2247 by Andrey Andreev · 12 years ago
  60. 9708855 Allow non-string values to be used as captcha words (issue #2215) by Andrey Andreev · 12 years ago
  61. 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
  62. 606fee0 Fix auto_link() for the Nth time by Andrey Andreev · 12 years ago
  63. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  64. 4de1198 Adjust regex. by Eric Roberts · 12 years ago
  65. 32a28f5 Remove whitespace from empty lines. by Eric Roberts · 12 years ago
  66. 8093bd7 Fix and optimize auto_link() URL helper function. by Eric Roberts · 12 years ago
  67. e9eb64f Fix issues #2160, #2161 by Andrey Andreev · 12 years ago
  68. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  69. 16800e4 While most of CodeIgniter supports protocol-relative URLs, a few URL helpers do not. by Aaron Adams · 12 years ago
  70. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  71. 719b60f Fix some erroneous variable names (sorry) by Andrey Andreev · 12 years ago
  72. 3b40706 Language helper lang() to accept optional HTML attributes by Andrey Andreev · 12 years ago
  73. 53fff91 Added support for stream-like downloads of existing files to force_download() by Andrey Andreev · 12 years ago
  74. 69779af Corrected phpdoc comment for mysql_to_unix() method by webmasterar · 12 years ago
  75. 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
  76. 08f0f8b Polish docs for URL and XML helpers and deprecate obsolete options for String helper random_string() and URL helper url_title() by Andrey Andreev · 12 years ago
  77. 442682e Polish docs for String, Text and Typography helpers by Andrey Andreev · 12 years ago
  78. f7c39d6 Deprecate String helper trim_slashes() by Andrey Andreev · 12 years ago
  79. 53b8ef5 Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley helpers by Andrey Andreev · 12 years ago
  80. f6d9a7c Polish docs for the File and Form helpers by Andrey Andreev · 12 years ago
  81. 0898e23 Deprecate the Email helper by Andrey Andreev · 12 years ago
  82. e8b8904 directory_map() ... the final one by Andrey Andreev · 12 years ago
  83. ba77f8a Fix issue #1978 by Andrey Andreev · 12 years ago
  84. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  85. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  86. 075f6fa Fix an erroneous variable name by Andrey Andreev · 12 years ago
  87. 7c4d106 Fix issue #1953 (form values being escaped twice) by Andrey Andreev · 12 years ago
  88. 60826db Deprecate string helper repeater() (an alias for str_repeat()) by Andrey Andreev · 12 years ago
  89. 7d75346 [ci skip] Optimize ascii_to_entities() by Andrey Andreev · 12 years ago
  90. 29d909d [ci skip] Update docblocks for deprecated functions by Andrey Andreev · 12 years ago
  91. 582ebcb Fix #142 by Andrey Andreev · 12 years ago
  92. 74ffd17 Deprecated form helper function form_prep(). by Andrey Andreev · 12 years ago
  93. 60b9714 Form helpers to ignore empty name attributes (fix #1506) by Andrey Andreev · 12 years ago
  94. e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
  95. d87f6bf Fix #1146 by Andrey Andreev · 12 years ago
  96. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  97. 256a18c Fix issues #134, #1911 by Andrey Andreev · 12 years ago
  98. 929e124 Manually apply an improved version of PR #1797 (auto_link() URL helper) by Andrey Andreev · 12 years ago
  99. 2f8bf9b Set MySQL client compression to FALSE by default (problems reported with it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting by Andrey Andreev · 12 years ago
  100. 5b50218 Merge upstream branch by Andrey Andreev · 12 years ago