1. 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
  2. 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
  3. 06ddcf0 Fixed form helper variable error by Bo-Yi Wu · 12 years ago
  4. 99ba3a2 Fix #2247 by Andrey Andreev · 12 years ago
  5. 9708855 Allow non-string values to be used as captcha words (issue #2215) by Andrey Andreev · 12 years ago
  6. 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
  7. 606fee0 Fix auto_link() for the Nth time by Andrey Andreev · 12 years ago
  8. db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
  9. 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
  10. 4de1198 Adjust regex. by Eric Roberts · 12 years ago
  11. 32a28f5 Remove whitespace from empty lines. by Eric Roberts · 12 years ago
  12. 8093bd7 Fix and optimize auto_link() URL helper function. by Eric Roberts · 12 years ago
  13. e9eb64f Fix issues #2160, #2161 by Andrey Andreev · 12 years ago
  14. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  15. 16800e4 While most of CodeIgniter supports protocol-relative URLs, a few URL helpers do not. by Aaron Adams · 12 years ago
  16. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  17. 719b60f Fix some erroneous variable names (sorry) by Andrey Andreev · 12 years ago
  18. 3b40706 Language helper lang() to accept optional HTML attributes by Andrey Andreev · 12 years ago
  19. 53fff91 Added support for stream-like downloads of existing files to force_download() by Andrey Andreev · 12 years ago
  20. 69779af Corrected phpdoc comment for mysql_to_unix() method by webmasterar · 12 years ago
  21. 7a7ad78 Some micro-optimizations by Andrey Andreev · 12 years ago
  22. 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
  23. 442682e Polish docs for String, Text and Typography helpers by Andrey Andreev · 12 years ago
  24. f7c39d6 Deprecate String helper trim_slashes() by Andrey Andreev · 12 years ago
  25. 53b8ef5 Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley helpers by Andrey Andreev · 12 years ago
  26. f6d9a7c Polish docs for the File and Form helpers by Andrey Andreev · 12 years ago
  27. 0898e23 Deprecate the Email helper by Andrey Andreev · 12 years ago
  28. e8b8904 directory_map() ... the final one by Andrey Andreev · 12 years ago
  29. ba77f8a Fix issue #1978 by Andrey Andreev · 12 years ago
  30. e24eed7 Some micro-optimizations by Andrey Andreev · 12 years ago
  31. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  32. 075f6fa Fix an erroneous variable name by Andrey Andreev · 12 years ago
  33. 7c4d106 Fix issue #1953 (form values being escaped twice) by Andrey Andreev · 12 years ago
  34. 60826db Deprecate string helper repeater() (an alias for str_repeat()) by Andrey Andreev · 12 years ago
  35. 7d75346 [ci skip] Optimize ascii_to_entities() by Andrey Andreev · 12 years ago
  36. 29d909d [ci skip] Update docblocks for deprecated functions by Andrey Andreev · 12 years ago
  37. 582ebcb Fix #142 by Andrey Andreev · 12 years ago
  38. 74ffd17 Deprecated form helper function form_prep(). by Andrey Andreev · 12 years ago
  39. 60b9714 Form helpers to ignore empty name attributes (fix #1506) by Andrey Andreev · 12 years ago
  40. e474258 Add missing delimiter in preg_quote() occurences (fix #1929) by Andrey Andreev · 12 years ago
  41. d87f6bf Fix #1146 by Andrey Andreev · 12 years ago
  42. 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
  43. 256a18c Fix issues #134, #1911 by Andrey Andreev · 12 years ago
  44. 929e124 Manually apply an improved version of PR #1797 (auto_link() URL helper) by Andrey Andreev · 12 years ago
  45. 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
  46. 5b50218 Merge upstream branch by Andrey Andreev · 12 years ago
  47. c2300c8 Merge pull request #1783 from vlakoff/develop by Andrey Andreev · 12 years ago
  48. 8280885 directory_map() was skipping files and directories named "0" by vlakoff · 12 years ago
  49. aab26a1 Better server test in redirect() of URL helper by vlakoff · 12 years ago
  50. cbc768d Merge pull request #1760 from vlakoff/develop-2 by Alex Bilbie · 12 years ago
  51. 2673539 Merge pull request #1750 from vlakoff/develop by Andrey Andreev · 12 years ago
  52. 62a5ee3 More complicated but faster method by vlakoff · 12 years ago
  53. 5f385d0 Slightly robuster test by vlakoff · 12 years ago
  54. cdbcbfc Simplification in Text Helper's character_limiter() by vlakoff · 12 years ago
  55. 07cdcf8 Fixes issue #1678 by pickupman · 12 years ago
  56. 6a64f85 Fix issue #1712 by Andrey Andreev · 12 years ago
  57. 28ff292 fix issue 1706 by Michiel Vugteveen · 12 years ago
  58. acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 years ago
  59. 62ab8b2 Adding optional attributes as array or object for html helper by Eric Barnes · 12 years ago
  60. 27228c9 Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelog entries for pull #1654 by Andrey Andreev · 12 years ago
  61. f0ecb55 If $htdocs = FALSE delete_files would never unlink by Phil Sturgeon · 12 years ago
  62. 74cb495 Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 by Eric Barnes · 13 years ago
  63. 8711aeb Comment fix. Html5 is most popular these days and should be added to comment. Also - information that there are more doctypes than specified in comment was not included. by Przemyslaw Tomaszewski · 13 years ago
  64. 6b114ae Fix issue #1613 by Andrey Andreev · 13 years ago
  65. 3c298dc Important space fix :) by vkeranov · 13 years ago
  66. 95c586b Wrong url again by vkeranov · 13 years ago
  67. 50ec6a6 Another typo... by vkeranov · 13 years ago
  68. 6332664 Fixed typo in the comments by vkeranov · 13 years ago
  69. 6801d04 Ahem. by Phil Sturgeon · 13 years ago
  70. bf0e38b Further update to `element()` to remove more unexpected results. by Phil Sturgeon · 13 years ago
  71. 4d1a214 Having `"0"` in an array would give you NULL with `elements()`. BAD! by Phil Sturgeon · 13 years ago
  72. ac57033 Deprecate Date helper standard_date() by Andrey Andreev · 13 years ago
  73. dd6f32b Optimize standard_date() by Andrey Andreev · 13 years ago
  74. a6ea572 Fix issue #1551 by Andrey Andreev · 13 years ago
  75. 0cd5535 Update Array Helper documentation by vlakoff · 13 years ago
  76. 3c993ba If you don't know an answer, just say that you don't know. by Phil Sturgeon · 13 years ago
  77. 580388b valid_email() to always return boolean by Andrey Andreev · 13 years ago
  78. 1307795 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email by Timothy Warren · 13 years ago
  79. 2fce2a9 URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other by Andrey Andreev · 13 years ago
  80. 1a24a9d Fix issue #427 by Andrey Andreev · 13 years ago
  81. 7540ded Added optional fourth parameter to timezone_menu by Mat Whitney · 13 years ago
  82. d1cace7 Add deprecated docblock tags for do_hash() and read_file() by Andrey Andreev · 13 years ago
  83. 81c3208 anchor_popup() improvements by Andrey Andreev · 13 years ago
  84. f0a8410 Fix two anchor_popup() issues by Andrey Andreev · 13 years ago
  85. b089e15 Fix local_to_gmt() by Andrey Andreev · 13 years ago
  86. 3c32a11 Small improvements to form_open() by Andrey Andreev · 13 years ago
  87. f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
  88. d9b44be Fix issue #520 by Andrey Andreev · 13 years ago
  89. e446ad3 Optimize encode_php_tags() by Andrey Andreev · 13 years ago
  90. f11a193 Improve date helper functions human_to_unix() and nice_date() by Andrey Andreev · 13 years ago
  91. eef2406 Some date helper improvements by Andrey Andreev · 13 years ago
  92. 9128231 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email by Timothy Warren · 13 years ago
  93. 3bbbd26 Some optimizations to the date helper by Andrey Andreev · 13 years ago
  94. 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
  95. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  96. b30a7c0 Merge upstream by Timothy Warren · 13 years ago
  97. c88daba Optimized now() function. Thanks to @narfbg by Iban Eguia · 13 years ago
  98. e15e3dd Fixed timezone change in index.php by Iban Eguia · 13 years ago
  99. 895e98c Merge remote-tracking branch 'upstream/develop' into new_date by Iban Eguia · 13 years ago
  100. 596c51c Suppress errors from file_get_contents() in read_file() by Andrey Andreev · 13 years ago