1. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  2. d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
  3. 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
  4. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  5. 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
  6. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  7. 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
  8. 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
  9. fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
  10. 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
  11. 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
  12. 45e3cdf Whitespace cleanup for code consistency by Pascal Kriete · 14 years ago
  13. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  14. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  15. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  16. 73c19fc Modified get_file_info in the file helper, changing filectime() to filemtime() for dates. by Robin Sowell · 15 years ago
  17. 626d39f code comments fix by Derek Jones · 15 years ago
  18. 9502311 change already made - revert by Derek Allard · 15 years ago
  19. f063ed7 making get_mime_by_extension case insensitive by Derek Allard · 15 years ago
  20. 3e9519e Update to file helper to return FALSE on failure. by Greg Aker · 15 years ago
  21. 7f3719f updated copyrights by Derek Jones · 15 years ago
  22. 788b00f non-backwards compatible change to get_dir_file_info() for performance reasons, as well as fixing recursive bug by Derek Jones · 15 years ago
  23. e339ef5 Made get_mime_by_extension() case insensitive. by Derek Allard · 15 years ago
  24. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  25. c37f0e1 switched some hard /'s to DIRECTORY_SEPARATOR by Derek Jones · 16 years ago
  26. 63dc27f declared $_filedata as static so it can work properly with recursion through subdirectories by Derek Jones · 16 years ago
  27. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  28. b4a6cf3 Added some code to ignore empty folders when deleting directories by Rick Ellis · 16 years ago
  29. 86d721c updated copyright by Rick Ellis · 16 years ago
  30. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  31. 9e11220 added error suppression to fopen() in write_file() by Derek Jones · 17 years ago
  32. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  33. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  34. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  35. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  36. 94a2182 added symbolic_permissions() and octal_permissions() to the File helper by Derek Jones · 17 years ago
  37. fd93d22 Flipped user guide page titles for easier recognition in tabs: by Derek Jones · 17 years ago
  38. 3be20e2 tweak to the new fopen mode constant names by Derek Jones · 17 years ago
  39. 14031d1 implemented fopen mode constants by Derek Jones · 17 years ago
  40. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  41. ac7c81e Modified get_filenames() to use DIRECTORY_SEPARATOR constant instead of '/' for better cross-platform compatibility by Derek Jones · 17 years ago
  42. f00992d moved the $_recursion conditional in get_filenames() to fix a bug where a bad submitted path would result in the system using / as the source directory. by Derek Jones · 17 years ago
  43. 560efb3 Fixed bug #4350 in get_filenames() when the $source_dir does not include a trailing slash by Derek Jones · 17 years ago
  44. 2c6dda4 fixed recursion in get_filenames() (bug #3523) by Derek Jones · 17 years ago
  45. bca400f fix $FALSE to FALSE by Derek Allard · 17 years ago
  46. fd97178 modified get_filenames() to return FALSE if the directory cannot be read by Derek Jones · 17 years ago
  47. 1c8dd3a fixed bug #3314 where the top level path would be deleted along with files in delete_files() by Derek Jones · 17 years ago
  48. 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
  49. a25530f added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable() by Derek Jones · 17 years ago
  50. 676d3c8 Fixed bug #3289 where temp files in directories being tested with is_really_writable() were not being handled properly by Derek Jones · 17 years ago
  51. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  52. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  53. e4e603b fix for is_really_writable by Derek Allard · 17 years ago
  54. a0fa90b Fixed a bug in get_filenames() in the File Helper where the array wasn't cleared after each call. by Derek Allard · 17 years ago
  55. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  56. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  57. c1e23ce by admin · 18 years ago
  58. e334c47 by admin · 18 years ago
  59. fafe28b by admin · 18 years ago
  60. 9fcc28a by admin · 18 years ago
  61. 02855e0 by admin · 18 years ago
  62. 78ce3cc by admin · 18 years ago
  63. 2ed76d5 by admin · 18 years ago
  64. b0dd10f Initial Import by admin · 18 years ago