1. 75124a5 Some comments altered by Andrey Andreev · 13 years ago
  2. 3f71628 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst by Andrey Andreev · 13 years ago
  3. d153002 Clean up the directory helper by Andrey Andreev · 13 years ago
  4. e561733 Clean up the array helper by Andrey Andreev · 13 years ago
  5. dbf4a5a Clean up the cookie helper by Andrey Andreev · 13 years ago
  6. 0863157 defaults for the function by nihaopaul · 13 years ago
  7. b6a8443 test if isset(['name']) is actually set instead of assuming it to be by nihaopaul · 13 years ago
  8. 8abb67c code readability improvements by nihaopaul · 13 years ago
  9. 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
  10. 10ecad5 form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  11. ca5cabc form_dropdown() will now also take an array for unity with other form helpers., codestyle cleanup only by nihaopaul · 13 years ago
  12. 0ba29f5 form_dropdown() will now also take an array for unity with other form helpers. by nihaopaul · 13 years ago
  13. 3d933b6 Fix erroneus regex from previous commit by Andrey Andreev · 13 years ago
  14. fce2ed6 Added an Android <= 2.1 specific check to force_download() by Andrey Andreev · 13 years ago
  15. c6dfcca Really fix camelize() by Andrey Andreev · 13 years ago
  16. 52a31ba Fix camelize() by Andrey Andreev · 13 years ago
  17. 4da9478 Removed quotes from the Content-Type header to support mime-type detection on android by dododedodonl · 13 years ago
  18. 8e2ca4e Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  19. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  20. c2659b8 fix + style fix by Michiel Vugteveen · 13 years ago
  21. a2bd363 Updated with 2.1-stable. by Phil Sturgeon · 13 years ago
  22. 1a69710 Allow developers to use any string as a separator, not just dashes or underscores. by tubalmartin · 13 years ago
  23. f8f04ce Fixed conflicts. by Phil Sturgeon · 13 years ago
  24. 3edd88e An even better url_title helper. Tests: http://codepad.org/tuJgvkyN by tubalmartin · 13 years ago
  25. dd389df Merge upstream branch by Andrey Andreev · 13 years ago
  26. 8edf87d Remove a PHP_VERSION < 5 check (no longer needed) by Andrey Andreev · 13 years ago
  27. db0c062 Change end() usage due to E_STRICT messages by Andrey Andreev · 13 years ago
  28. 5040607 Merge upstream branch by Andrey Andreev · 13 years ago
  29. 002b4be Improved plural() and singular(). by Phil Sturgeon · 13 years ago
  30. b38c5dd Add an optional set_mime parameter to force_download() by Andrey Andreev · 13 years ago
  31. 827a92a Merge pull request #934 from wilburhimself/develop by Phil Sturgeon · 13 years ago
  32. c5a1f93 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
  33. 0e4d2b6 Fix bug #195 by Eric Roberts · 13 years ago
  34. 09375d7 Some more cleaning by Andrey Andreev · 13 years ago
  35. c357f5e Fixed error in inflector_helper.php in the singular function. by Wilbur Suero · 13 years ago
  36. 0f2ec5b convert_accented_characters() to include foreign_chars.php only when needed by Andrey Andreev · 13 years ago
  37. 3b8ad8f Fix a bug in the File helper by Andrey Andreev · 13 years ago
  38. cb324bd Some more misc. stuff by Andrey Andreev · 13 years ago
  39. fc44355 Remove quotes around an integer value by Andrey Andreev · 13 years ago
  40. debcc36 Improve typography, url & xml helpers by Andrey Andreev · 13 years ago
  41. 4921fed Improve the smiley, string & text helpers by Andrey Andreev · 13 years ago
  42. 9252d7b Merge pull request #871 from narfbg/develop-helpers-eff by Phil Sturgeon · 13 years ago
  43. cad20a2 Merge pull request #872 from narfbg/develop-helpers-hil by Phil Sturgeon · 13 years ago
  44. a381d17 Improve number, path & security helpers by Andrey Andreev · 13 years ago
  45. 1e6b72c Improve html, inflector & language helpers by Andrey Andreev · 13 years ago
  46. 8bf6bb6 Improve email, file & form helpers by Andrey Andreev · 13 years ago
  47. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  48. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  49. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  50. 03abee3 Fixing soft tabs in a few files. by Greg Aker · 13 years ago
  51. dc3e4be Fixed year and month seconds for timespan(). by Eric Barnes · 13 years ago
  52. 79c1c46 Makes form open properly when empty array of parameters is passed by Joel Kallman · 13 years ago
  53. cde712c Added ability to change the separator value in the humanize function by Eric Barnes · 13 years ago
  54. 9a05d2b Changed form_open() to compare $action against base_url() by John Nicely · 13 years ago
  55. 793cc2b auto_link() learned to recognize more URLs by has2k1 · 13 years ago
  56. a35e31c Resolved issue 65 - made action on form_open_multipart helper function call optional by Ben Edmunds · 13 years ago
  57. 9667b55 Fix invalid date format by Syahril Zulkefli · 13 years ago
  58. 644a147 Fix invalid date format by Syahril Zulkefli · 13 years ago
  59. 90658ad Fix invalid date format by Syahril Zulkefli · 13 years ago
  60. 6d63853 Fix invalid date format by Syahril Zulkefli · 13 years ago
  61. 50e5dbb Adding auto-detection of best redirect method in url_helper. by Brandon Jones · 13 years ago
  62. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  63. d3a32a2 Update: fix typo error #564 by Bo-Yi Wu · 13 years ago
  64. 609077d Merge pull request #511 from freewil/typography-helper-dry by Greg Aker · 13 years ago
  65. 365940a newline character ending for link_tag() function result by MrHyde · 13 years ago
  66. 70037f3 add missing @param tag by freewil · 13 years ago
  67. 91f00f0 remove redundant 'if' in typography helper by freewil · 13 years ago
  68. 9e2df7c Major speed improvement in function random_string() for cases 'alpha', 'alnum', 'numeric' and 'nozero' by druu · 13 years ago
  69. b50df5f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Greg Aker · 13 years ago
  70. c964e72 A bit more cleanup in the date helper. by Greg Aker · 13 years ago
  71. f916839 CI Coding standards cleanup in the date helper. by Greg Aker · 13 years ago
  72. 5c9b0d1 always use charset config item by freewil · 13 years ago
  73. 8cc0cfe always use charset config item by freewil · 13 years ago
  74. a6aa8be Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  75. f318950 Changed doc block options. Fixes #100 by Eric Barnes · 13 years ago
  76. 597aff7 Merge pull request #255 from kylefarris/master by Greg Aker · 13 years ago
  77. 896d95a Added a function that's able to take some really bad date formats from systems that idiots wrote and convert them to something useful. by Kyle Farris · 13 years ago
  78. a01877c Merge branch 'develop' of https://github.com/waldmeister/codeigniter-reactor into develop by Phil Sturgeon · 13 years ago
  79. 75bc58b Fixed problem with needless seperator at begin/end of string by David Behler · 13 years ago
  80. 98963b3 Resolved issue 65 - made action on form_open_multipart helper function call optional by Ben Edmunds · 13 years ago
  81. dbac73b Added increment_string() docs and changelog. by Phil Sturgeon · 13 years ago
  82. d8ef630 Fixed conflict. by Phil Sturgeon · 13 years ago
  83. 99f6c8c Improved logic for plural() and singular() as words like "tax" would become "taxs" and it was tough to code in new rules. by Phil Sturgeon · 13 years ago
  84. b13a0dd Fixed issue #199 - Attributes passed as string does not include a space between it and the opening tag. by Eric Barnes · 14 years ago
  85. 3cf2715 Merge branch 'develop' of ellislab.beanstalkapp.com:/codeigniter into develop by Phil Sturgeon · 13 years ago
  86. 7de3160 Big text area was big. Reduced the size a little. by Phil Sturgeon · 13 years ago
  87. 50e57bc Improved logic for plural() and singular() as words like "tax" would become "taxs" and it was tough to code in new rules. by Phil Sturgeon · 13 years ago
  88. c4f0246 Merging - fingers crossed by Pascal Kriete · 13 years ago
  89. 6addf31 Fixed issue #199 - Attributes passed as string does not include a space between it and the opening tag. by Eric Barnes · 14 years ago
  90. 08a245f CSRF field is only added when post method is used and action is internal. Closes #165 by Joël Cox · 14 years ago
  91. 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
  92. 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
  93. 4b9c629 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
  94. b2e728f Merged base_url changes. by philsturgeon · 14 years ago
  95. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  96. c83bea6 Removing debug code accidentally committed. by Greg Aker · 14 years ago
  97. 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
  98. 0c9ee4a Refactoring the loader to set protected class variables. by Greg Aker · 14 years ago
  99. 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
  100. 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