summaryrefslogtreecommitdiffstats
path: root/system/helpers/file_helper.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-07Suppress errors from file_get_contents() in read_file()Andrey Andreev1-1/+1
2012-06-07Deprecated do_hash() and read_file() in favor of hash() and file_get_contents...Andrey Andreev1-27/+4
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...Andrey Andreev1-19/+6
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-3/+3
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie1-2/+2
2012-04-27Fix docblocks A-HTimothy Warren1-98/+99
2012-04-24Update system/helpers/file_helper.phpst21-1/+1
2012-04-03Fix issue #1238Andrey Andreev1-3/+5
2012-03-26Remove access description lines and cleanup the file and email helpersAndrey Andreev1-15/+4
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-10Fix a bug in the File helperAndrey Andreev1-7/+7
2012-01-06Improve email, file & form helpersAndrey Andreev1-40/+32
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker1-1/+8
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker1-8/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-2/+2
2011-04-25Fixed double-space typo.Razican1-2/+2
2011-04-19Removing internal references to the EXT constant. Additionally, marked the c...Greg Aker1-4/+4
2011-04-06Made Environment Support optional. Comment out or delete the constant to stop...Phil Sturgeon1-1/+1
2011-03-22Fixed logic and removed the error supressingEric Barnes1-3/+3
2011-03-18Fixed coding to match standards from previous releasesEric Barnes1-2/+2
2011-03-17load config files from environment specific locations in core classes, helper...bubbafoley1-1/+10
2011-02-14Whitespace cleanup for code consistencyPascal Kriete1-1/+1
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-35/+35
2010-04-09Modified get_file_info in the file helper, changing filectime() to filemtime(...Robin Sowell1-1/+1
2010-03-03code comments fixDerek Jones1-2/+2
2010-01-17change already made - revertDerek Allard1-1/+1
2010-01-17making get_mime_by_extension case insensitiveDerek Allard1-1/+1
2010-01-15Update to file helper to return FALSE on failure.Greg Aker1-2/+6
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-11-27non-backwards compatible change to get_dir_file_info() for performance reason...Derek Jones1-6/+8
2009-09-25Made get_mime_by_extension() case insensitive.Derek Allard1-1/+1
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
2009-04-21switched some hard /'s to DIRECTORY_SEPARATORDerek Jones1-14/+13
2009-02-10declared $_filedata as static so it can work properly with recursion through ...Derek Jones1-1/+1
2008-11-13Changing EOL style to LFDerek Allard1-464/+464
2008-10-06Added some code to ignore empty folders when deleting directoriesRick Ellis1-1/+5
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-52/+52
2008-05-29added error suppression to fopen() in write_file()Derek Jones1-1/+1
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-19/+19
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-2/+4
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-08added symbolic_permissions() and octal_permissions() to the File helperDerek Jones1-0/+88
2008-05-06Flipped user guide page titles for easier recognition in tabs:Derek Jones1-1/+1
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-2/+2