Age | Commit message (Expand) | Author | Files | Lines |
2013-07-19 | [ci skip] Simplify get_file_info() | Andrey Andreev | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-11-08 | Polish docs for the File and Form helpers | Andrey Andreev | 1 | -17/+17 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-27 | [ci skip] Update docblocks for deprecated functions | Andrey Andreev | 1 | -6/+4 |
2012-10-23 | Fix issues #134, #1911 | Andrey Andreev | 1 | -1/+1 |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add changelo... | Andrey Andreev | 1 | -1/+1 |
2012-07-26 | If $htdocs = FALSE delete_files would never unlink | Phil Sturgeon | 1 | -1/+1 |
2012-07-12 | Another typo... | vkeranov | 1 | -1/+1 |
2012-06-17 | Add deprecated docblock tags for do_hash() and read_file() | Andrey Andreev | 1 | -0/+1 |
2012-06-07 | Suppress errors from file_get_contents() in read_file() | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and file_get_contents... | Andrey Andreev | 1 | -27/+4 |
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from co... | Andrey Andreev | 1 | -19/+6 |
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 1 | -3/+3 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -2/+2 |
2012-04-27 | Fix docblocks A-H | Timothy Warren | 1 | -98/+99 |
2012-04-24 | Update system/helpers/file_helper.php | st2 | 1 | -1/+1 |
2012-04-03 | Fix issue #1238 | Andrey Andreev | 1 | -3/+5 |
2012-03-26 | Remove access description lines and cleanup the file and email helpers | Andrey Andreev | 1 | -15/+4 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-10 | Fix a bug in the File helper | Andrey Andreev | 1 | -7/+7 |
2012-01-06 | Improve email, file & form helpers | Andrey Andreev | 1 | -40/+32 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending on... | Greg Aker | 1 | -1/+8 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -8/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -2/+2 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -2/+2 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -4/+4 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -1/+1 |
2011-03-22 | Fixed logic and removed the error supressing | Eric Barnes | 1 | -3/+3 |
2011-03-18 | Fixed coding to match standards from previous releases | Eric Barnes | 1 | -2/+2 |
2011-03-17 | load config files from environment specific locations in core classes, helper... | bubbafoley | 1 | -1/+10 |
2011-02-14 | Whitespace cleanup for code consistency | Pascal Kriete | 1 | -1/+1 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -35/+35 |
2010-04-09 | Modified get_file_info in the file helper, changing filectime() to filemtime(... | Robin Sowell | 1 | -1/+1 |
2010-03-03 | code comments fix | Derek Jones | 1 | -2/+2 |
2010-01-17 | change already made - revert | Derek Allard | 1 | -1/+1 |
2010-01-17 | making get_mime_by_extension case insensitive | Derek Allard | 1 | -1/+1 |
2010-01-15 | Update to file helper to return FALSE on failure. | Greg Aker | 1 | -2/+6 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-11-27 | non-backwards compatible change to get_dir_file_info() for performance reason... | Derek Jones | 1 | -6/+8 |
2009-09-25 | Made get_mime_by_extension() case insensitive. | Derek Allard | 1 | -1/+1 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2009-04-21 | switched some hard /'s to DIRECTORY_SEPARATOR | Derek Jones | 1 | -14/+13 |
2009-02-10 | declared $_filedata as static so it can work properly with recursion through ... | Derek Jones | 1 | -1/+1 |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -464/+464 |
2008-10-06 | Added some code to ignore empty folders when deleting directories | Rick Ellis | 1 | -1/+5 |