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