1. 895e98c Merge remote-tracking branch 'upstream/develop' into new_date by Iban Eguia · 13 years ago
  2. 596c51c Suppress errors from file_get_contents() in read_file() by Andrey Andreev · 13 years ago
  3. 0f0b769 Deprecated do_hash() and read_file() in favor of hash() and file_get_contents() respectively by Andrey Andreev · 13 years ago
  4. c839d28 Remove some unnecessary function_exists() checks and some minor improvements by Andrey Andreev · 13 years ago
  5. a6f3423 fixes by Michiel Vugteveen · 13 years ago
  6. 9640a03 fixes by Michiel Vugteveen · 13 years ago
  7. 910ff7a form_checkbox set_value fix by Michiel Vugteveen · 13 years ago
  8. 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
  9. 39b1c11 Direct return from mimes config, instead of using global $mimes; by Phil Sturgeon · 13 years ago
  10. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  11. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  12. f0eb2f1 Suggested changes by Timothy Warren · 13 years ago
  13. 16642c7 Update inflector docblocks, add changelog entry by Timothy Warren · 13 years ago
  14. e8e0903 Merge upstream by Timothy Warren · 13 years ago
  15. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  16. 9e0be2b Merge upstream by Timothy Warren · 13 years ago
  17. 963c96c Fix a wrong variable name by Andrey Andreev · 13 years ago
  18. f5f660e Merge pull request #876 from narfbg/develop-helpers-sst by Andrey Andreev · 13 years ago
  19. b75faa1 Fix rest of the helpers by Timothy Warren · 13 years ago
  20. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  21. 14c350c Update system/helpers/file_helper.php by st2 · 13 years ago
  22. bbd9dd3 Tweak to comments to conform to style guide. by Sam Li · 13 years ago
  23. d52e3b1 Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 by Sam Li · 13 years ago
  24. fd6c2bc Fix issue #1238 by Andrey Andreev · 13 years ago
  25. 16760bb Added braces as requested. by Iban Eguia · 13 years ago
  26. 7bf0a4f Added doccumentation for the new date helper. by Iban Eguia · 13 years ago
  27. 8310595 Changed Date helper to return time() based on the timezone parameter. by Iban Eguia · 13 years ago
  28. b35f77b Merge upstream branch by Andrey Andreev · 13 years ago
  29. e92df33 Remove remaining access description lines from helpers + some style fixes by Andrey Andreev · 13 years ago
  30. 1a36120 Merge upstream branch by Andrey Andreev · 13 years ago
  31. 3419db1 Further improve a for() loop by Andrey Andreev · 13 years ago
  32. a720961 Some more minor improvements by Andrey Andreev · 13 years ago
  33. 33101f4 Merge upstream branch by Andrey Andreev · 13 years ago
  34. 925d373 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc by Andrey Andreev · 13 years ago
  35. 84c3b27 Remove access description lines and cleanup the string and typography helpers by Andrey Andreev · 13 years ago
  36. b251864 Remove access description lines and cleanup the file and email helpers by Andrey Andreev · 13 years ago
  37. 1222087 Remove access description lines and cleanup the url helper by Andrey Andreev · 13 years ago
  38. 93a83c7 Remove access description lines and cleanup the form helper by Andrey Andreev · 13 years ago
  39. 2046b1a Remove access description lines and cleanup the html helper by Andrey Andreev · 13 years ago
  40. 627e172 Remove access description lines and cleanup the download, language, number, path & xml helpers by Andrey Andreev · 13 years ago
  41. e684bda Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files by Andrey Andreev · 13 years ago
  42. e79a3b1 Remove EOF newlines by Andrey Andreev · 13 years ago
  43. 84a3b25 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst by Andrey Andreev · 13 years ago
  44. e6f7d61 Remove EOF newlines by Andrey Andreev · 13 years ago
  45. 151ba1c Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-acc by Andrey Andreev · 13 years ago
  46. 7eea306 Apply strtolower() to hash support check in do_hash() by Andrey Andreev · 13 years ago
  47. 50bff7c Fix possible error messages with do_hash() and alter a changelog entry by Andrey Andreev · 13 years ago
  48. cf10de5 Merge pull request #1182 from freewil/cookies-httponly by Andrey Andreev · 13 years ago
  49. 8840c96 use php's hash() function for do_hash() helper by freewil · 13 years ago
  50. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  51. 08d75dd Merge pull request #1165 from junap/develop by Andrey Andreev · 13 years ago
  52. 15a29e1 Merged unit test progress. by Phil Sturgeon · 13 years ago
  53. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  54. 597eb21 check array count for seconds unit too by Roger Herbert · 13 years ago
  55. 8d69aa1 changed default value for $units to 7 by Roger Herbert · 13 years ago
  56. a5c8a6d timespan() helper change by Roger Herbert · 13 years ago
  57. ce707b4 Further improve the path helper by Andrey Andreev · 13 years ago
  58. 3f103aa Merge pull request #1175 from toopay/path_helper by Andrey Andreev · 13 years ago
  59. 75124a5 Some comments altered by Andrey Andreev · 13 years ago
  60. 3f71628 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst by Andrey Andreev · 13 years ago
  61. d153002 Clean up the directory helper by Andrey Andreev · 13 years ago
  62. 6b47711 Remove access description line by Andrey Andreev · 13 years ago
  63. 8681633 Merge upstream branch by Andrey Andreev · 13 years ago
  64. e561733 Clean up the array helper by Andrey Andreev · 13 years ago
  65. 6013856 Merge upstream branch by Andrey Andreev · 13 years ago
  66. dbf4a5a Clean up the cookie helper by Andrey Andreev · 13 years ago
  67. fc49a65 Extra by Taufan Aditya · 13 years ago
  68. 7164cda Minimal PHP version annotation by Taufan Aditya · 13 years ago
  69. 4a7dd98 Left the function_exists due some security restriction in some hosting environment by Taufan Aditya · 13 years ago
  70. 8933882 Path helper improvement by Taufan Aditya · 13 years ago
  71. b81f909 updated docs & changelog by Roger Herbert · 13 years ago
  72. 0863157 defaults for the function by nihaopaul · 13 years ago
  73. b6a8443 test if isset(['name']) is actually set instead of assuming it to be by nihaopaul · 13 years ago
  74. 8abb67c code readability improvements by nihaopaul · 13 years ago
  75. 4252f8d form_dropdown() will now also take an array for unity with other form helpers., false => FALSE and the options check fixed by nihaopaul · 13 years ago
  76. 10ecad5 form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  77. ca5cabc form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  78. 0ba29f5 form_dropdown() will now also take an array for unity with other form helpers. by nihaopaul · 13 years ago
  79. 3d933b6 Fix erroneus regex from previous commit by Andrey Andreev · 13 years ago
  80. fce2ed6 Added an Android <= 2.1 specific check to force_download() by Andrey Andreev · 13 years ago
  81. b8fb66b AND -> && by Roger Herbert · 13 years ago
  82. 04c146d refactored to start from latest version, also less diff pain by Roger Herbert · 13 years ago
  83. 11f46f7 Revert "Make timespan() helper show fuzzier periods if required" by Roger Herbert · 13 years ago
  84. 03dbcf0 Make timespan() helper show fuzzier periods if required by Roger Herbert · 13 years ago
  85. c6dfcca Really fix camelize() by Andrey Andreev · 13 years ago
  86. 52a31ba Fix camelize() by Andrey Andreev · 13 years ago
  87. e40c763 Fixed camelize. by Phil Sturgeon · 13 years ago
  88. 4da9478 Removed quotes from the Content-Type header to support mime-type detection on android by dododedodonl · 13 years ago
  89. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  90. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  91. 7203d54 Merge upstream branch by Andrey Andreev · 13 years ago
  92. c2659b8 fix + style fix by Michiel Vugteveen · 13 years ago
  93. 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
  94. a2bd363 Updated with 2.1-stable. by Phil Sturgeon · 13 years ago
  95. 1a69710 Allow developers to use any string as a separator, not just dashes or underscores. by tubalmartin · 13 years ago
  96. f8f04ce Fixed conflicts. by Phil Sturgeon · 13 years ago
  97. 3edd88e An even better url_title helper. Tests: http://codepad.org/tuJgvkyN by tubalmartin · 13 years ago
  98. dd389df Merge upstream branch by Andrey Andreev · 13 years ago
  99. 8edf87d Remove a PHP_VERSION < 5 check (no longer needed) by Andrey Andreev · 13 years ago
  100. db0c062 Change end() usage due to E_STRICT messages by Andrey Andreev · 13 years ago