1. 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
  2. 5b50218 Merge upstream branch by Andrey Andreev · 12 years ago
  3. acedd2b Adding a common stringify_attributes function for dealing with attributes through out various helpers. by Eric Barnes · 12 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. 7540ded Added optional fourth parameter to timezone_menu by Mat Whitney · 13 years ago
  8. b089e15 Fix local_to_gmt() by Andrey Andreev · 13 years ago
  9. d9b44be Fix issue #520 by Andrey Andreev · 13 years ago
  10. f11a193 Improve date helper functions human_to_unix() and nice_date() by Andrey Andreev · 13 years ago
  11. eef2406 Some date helper improvements by Andrey Andreev · 13 years ago
  12. 3bbbd26 Some optimizations to the date helper by Andrey Andreev · 13 years ago
  13. 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
  14. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  15. c88daba Optimized now() function. Thanks to @narfbg by Iban Eguia · 13 years ago
  16. e15e3dd Fixed timezone change in index.php by Iban Eguia · 13 years ago
  17. 895e98c Merge remote-tracking branch 'upstream/develop' into new_date by Iban Eguia · 13 years ago
  18. 5036c9c Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b and d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  19. 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 13 years ago
  20. 49d0805 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-dh-date-range by Andrey Andreev · 13 years ago
  21. ae31eb5 Clean up the helpers by Andrey Andreev · 13 years ago
  22. 14aa317 Merge upstream branch by Andrey Andreev · 13 years ago
  23. 01b129a Fix docblocks A-H by Timothy Warren · 13 years ago
  24. 16760bb Added braces as requested. by Iban Eguia · 13 years ago
  25. 7bf0a4f Added doccumentation for the new date helper. by Iban Eguia · 13 years ago
  26. 8310595 Changed Date helper to return time() based on the timezone parameter. by Iban Eguia · 13 years ago
  27. 3ea6b1f Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-dh-date-range by Andrey Andreev · 13 years ago
  28. e92df33 Remove remaining access description lines from helpers + some style fixes by Andrey Andreev · 13 years ago
  29. e684bda Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files by Andrey Andreev · 13 years ago
  30. 160a4e5 Merge upstream branch by Andrey Andreev · 13 years ago
  31. 08d75dd Merge pull request #1165 from junap/develop by Andrey Andreev · 13 years ago
  32. 0fe8c8e Merge branch 'feature/unit-tests' into develop by Phil Sturgeon · 13 years ago
  33. 597eb21 check array count for seconds unit too by Roger Herbert · 13 years ago
  34. 8d69aa1 changed default value for $units to 7 by Roger Herbert · 13 years ago
  35. ad97736 Remove access description comment by Andrey Andreev · 13 years ago
  36. b81f909 updated docs & changelog by Roger Herbert · 13 years ago
  37. b8fb66b AND -> && by Roger Herbert · 13 years ago
  38. 04c146d refactored to start from latest version, also less diff pain by Roger Herbert · 13 years ago
  39. 11f46f7 Revert "Make timespan() helper show fuzzier periods if required" by Roger Herbert · 13 years ago
  40. 03dbcf0 Make timespan() helper show fuzzier periods if required by Roger Herbert · 13 years ago
  41. 30da39b Remove PHP 5.1 dependancy check by Andrey Andreev · 13 years ago
  42. c857bc2 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-dh-date-range by Andrey Andreev · 13 years ago
  43. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  44. 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
  45. 8bbb389 Removed a second/unnecessary variable initialization and fixed a comment by Andrey Andreev · 13 years ago
  46. 4f553df Remove a space :) by Andrey Andreev · 13 years ago
  47. 2139ecd Added date_range() to the Date helper by Andrey Andreev · 13 years ago
  48. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  49. ef38f0a Merge branch 'develop' into feature/unit-tests by Greg Aker · 13 years ago
  50. dc3e4be Fixed year and month seconds for timespan(). by Eric Barnes · 13 years ago
  51. 7e66dda Merge branch 'refs/heads/develop' into feature/unit-tests by Eric Barnes · 13 years ago
  52. 90658ad Fix invalid date format by Syahril Zulkefli · 13 years ago
  53. 6d63853 Fix invalid date format by Syahril Zulkefli · 13 years ago
  54. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  55. c964e72 A bit more cleanup in the date helper. by Greg Aker · 13 years ago
  56. f916839 CI Coding standards cleanup in the date helper. by Greg Aker · 13 years ago
  57. 65faf9f Merge branch 'develop' into feature/unit-tests by Eric Barnes · 13 years ago
  58. 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
  59. abbad9e Merge branch 'develop' into feature/unit-tests by Greg Aker · 13 years ago
  60. 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
  61. 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
  62. 5d1e32b Added unit tests for date helper. by Eric Barnes · 14 years ago
  63. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  64. 3b889a9 Fixed a bug (#14628) where the DATE_ISO8601 variable was returning an incorrectly formatted date string. by Greg Aker · 14 years ago
  65. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  66. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  67. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  68. 3659109 little cleaner regex in human_to_unix() by Derek Jones · 15 years ago
  69. 7f3719f updated copyrights by Derek Jones · 15 years ago
  70. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  71. 1322ec5 ereg eradication by Derek Jones · 16 years ago
  72. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  73. 86d721c updated copyright by Rick Ellis · 16 years ago
  74. c9a4f28 updated time zone list and offsets to match the world's current time zones by Derek Jones · 16 years ago
  75. 17756a0 tightened human time stamp validation regex by Derek Jones · 16 years ago
  76. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  77. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  78. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  79. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  80. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  81. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  82. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  83. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  84. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  85. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  86. 8389487 removed duplicate 'DATE_RFC822' by Derek Allard · 18 years ago
  87. e334c47 by admin · 18 years ago
  88. fafe28b by admin · 18 years ago
  89. 75198f9 by admin · 18 years ago
  90. e8f6eb6 by admin · 18 years ago
  91. 1cf89aa by admin · 18 years ago
  92. eb6db84 by admin · 18 years ago
  93. b0dd10f Initial Import by admin · 18 years ago