1. 6801d04 Ahem. by Phil Sturgeon · 13 years ago
  2. bf0e38b Further update to `element()` to remove more unexpected results. by Phil Sturgeon · 13 years ago
  3. 4d1a214 Having `"0"` in an array would give you NULL with `elements()`. BAD! by Phil Sturgeon · 13 years ago
  4. ac57033 Deprecate Date helper standard_date() by Andrey Andreev · 13 years ago
  5. dd6f32b Optimize standard_date() by Andrey Andreev · 13 years ago
  6. a6ea572 Fix issue #1551 by Andrey Andreev · 13 years ago
  7. 0cd5535 Update Array Helper documentation by vlakoff · 13 years ago
  8. 3c993ba If you don't know an answer, just say that you don't know. by Phil Sturgeon · 13 years ago
  9. 580388b valid_email() to always return boolean by Andrey Andreev · 13 years ago
  10. 1307795 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email by Timothy Warren · 13 years ago
  11. 2fce2a9 URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other by Andrey Andreev · 13 years ago
  12. 1a24a9d Fix issue #427 by Andrey Andreev · 13 years ago
  13. 7540ded Added optional fourth parameter to timezone_menu by Mat Whitney · 13 years ago
  14. d1cace7 Add deprecated docblock tags for do_hash() and read_file() by Andrey Andreev · 13 years ago
  15. 81c3208 anchor_popup() improvements by Andrey Andreev · 13 years ago
  16. f0a8410 Fix two anchor_popup() issues by Andrey Andreev · 13 years ago
  17. b089e15 Fix local_to_gmt() by Andrey Andreev · 13 years ago
  18. 3c32a11 Small improvements to form_open() by Andrey Andreev · 13 years ago
  19. f512b73 Spelling fixes - `wether` to `whether` by Alex Bilbie · 13 years ago
  20. d9b44be Fix issue #520 by Andrey Andreev · 13 years ago
  21. e446ad3 Optimize encode_php_tags() by Andrey Andreev · 13 years ago
  22. f11a193 Improve date helper functions human_to_unix() and nice_date() by Andrey Andreev · 13 years ago
  23. eef2406 Some date helper improvements by Andrey Andreev · 13 years ago
  24. 9128231 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email by Timothy Warren · 13 years ago
  25. 3bbbd26 Some optimizations to the date helper by Andrey Andreev · 13 years ago
  26. 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
  27. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  28. b30a7c0 Merge upstream by Timothy Warren · 13 years ago
  29. c88daba Optimized now() function. Thanks to @narfbg by Iban Eguia · 13 years ago
  30. e15e3dd Fixed timezone change in index.php by Iban Eguia · 13 years ago
  31. 895e98c Merge remote-tracking branch 'upstream/develop' into new_date by Iban Eguia · 13 years ago
  32. 596c51c Suppress errors from file_get_contents() in read_file() by Andrey Andreev · 13 years ago
  33. 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
  34. c839d28 Remove some unnecessary function_exists() checks and some minor improvements by Andrey Andreev · 13 years ago
  35. a6f3423 fixes by Michiel Vugteveen · 13 years ago
  36. 9640a03 fixes by Michiel Vugteveen · 13 years ago
  37. 910ff7a form_checkbox set_value fix by Michiel Vugteveen · 13 years ago
  38. 6ef498b Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 by Andrey Andreev · 13 years ago
  39. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  40. 3902e38 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email by Timothy Warren · 13 years ago
  41. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  42. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  43. 0ab28ce merge upstream by Timothy Warren · 13 years ago
  44. f0eb2f1 Suggested changes by Timothy Warren · 13 years ago
  45. 16642c7 Update inflector docblocks, add changelog entry by Timothy Warren · 13 years ago
  46. d013c63 tweak and changelog entry by Timothy Warren · 13 years ago
  47. e8e0903 Merge upstream by Timothy Warren · 13 years ago
  48. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  49. 421d6ab Remove regex validation in favor of filter_var by Timothy Warren · 13 years ago
  50. 40dd9b5 Added filter_var for newer versions of php by Timothy Warren · 13 years ago
  51. 6986479 Make valid_email helper function more accurate by Timothy Warren · 13 years ago
  52. 9e0be2b Merge upstream by Timothy Warren · 13 years ago
  53. 963c96c Fix a wrong variable name by Andrey Andreev · 13 years ago
  54. f5f660e Merge pull request #876 from narfbg/develop-helpers-sst by Andrey Andreev · 13 years ago
  55. b75faa1 Fix rest of the helpers by Timothy Warren · 13 years ago
  56. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  57. 14c350c Update system/helpers/file_helper.php by st2 · 13 years ago
  58. bbd9dd3 Tweak to comments to conform to style guide. by Sam Li · 13 years ago
  59. d52e3b1 Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 by Sam Li · 13 years ago
  60. fd6c2bc Fix issue #1238 by Andrey Andreev · 13 years ago
  61. 16760bb Added braces as requested. by Iban Eguia · 13 years ago
  62. 7bf0a4f Added doccumentation for the new date helper. by Iban Eguia · 13 years ago
  63. 8310595 Changed Date helper to return time() based on the timezone parameter. by Iban Eguia · 13 years ago
  64. b35f77b Merge upstream branch by Andrey Andreev · 13 years ago
  65. e92df33 Remove remaining access description lines from helpers + some style fixes by Andrey Andreev · 13 years ago
  66. 1a36120 Merge upstream branch by Andrey Andreev · 13 years ago
  67. 3419db1 Further improve a for() loop by Andrey Andreev · 13 years ago
  68. a720961 Some more minor improvements by Andrey Andreev · 13 years ago
  69. 33101f4 Merge upstream branch by Andrey Andreev · 13 years ago
  70. 925d373 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc by Andrey Andreev · 13 years ago
  71. 84c3b27 Remove access description lines and cleanup the string and typography helpers by Andrey Andreev · 13 years ago
  72. b251864 Remove access description lines and cleanup the file and email helpers by Andrey Andreev · 13 years ago
  73. 1222087 Remove access description lines and cleanup the url helper by Andrey Andreev · 13 years ago
  74. 93a83c7 Remove access description lines and cleanup the form helper by Andrey Andreev · 13 years ago
  75. 2046b1a Remove access description lines and cleanup the html helper by Andrey Andreev · 13 years ago
  76. 627e172 Remove access description lines and cleanup the download, language, number, path & xml helpers by Andrey Andreev · 13 years ago
  77. e684bda Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files by Andrey Andreev · 13 years ago
  78. e79a3b1 Remove EOF newlines by Andrey Andreev · 13 years ago
  79. 84a3b25 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst by Andrey Andreev · 13 years ago
  80. e6f7d61 Remove EOF newlines by Andrey Andreev · 13 years ago
  81. 151ba1c Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc by Andrey Andreev · 13 years ago
  82. 7eea306 Apply strtolower() to hash support check in do_hash() by Andrey Andreev · 13 years ago
  83. 50bff7c Fix possible error messages with do_hash() and alter a changelog entry by Andrey Andreev · 13 years ago
  84. cf10de5 Merge pull request #1182 from freewil/cookies-httponly by Andrey Andreev · 13 years ago
  85. 8840c96 use php's hash() function for do_hash() helper by freewil · 13 years ago
  86. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  87. 08d75dd Merge pull request #1165 from junap/develop by Andrey Andreev · 13 years ago
  88. 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
  89. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  90. 597eb21 check array count for seconds unit too by Roger Herbert · 13 years ago
  91. 8d69aa1 changed default value for $units to 7 by Roger Herbert · 13 years ago
  92. a5c8a6d timespan() helper change by Roger Herbert · 13 years ago
  93. ce707b4 Further improve the path helper by Andrey Andreev · 13 years ago
  94. 3f103aa Merge pull request #1175 from toopay/path_helper by Andrey Andreev · 13 years ago
  95. 75124a5 Some comments altered by Andrey Andreev · 13 years ago
  96. 3f71628 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst by Andrey Andreev · 13 years ago
  97. d153002 Clean up the directory helper by Andrey Andreev · 13 years ago
  98. 6b47711 Remove access description line by Andrey Andreev · 13 years ago
  99. 8681633 Merge upstream branch by Andrey Andreev · 13 years ago
  100. e561733 Clean up the array helper by Andrey Andreev · 13 years ago