Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Andrey Andreev | 2 | -27/+7 | |
file_get_contents() respectively | |||||
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 1 | -1/+1 | |
2012-06-07 | fixes | Michiel Vugteveen | 1 | -3/+3 | |
2012-06-06 | fixes | Michiel Vugteveen | 1 | -4/+7 | |
2012-06-06 | form_checkbox set_value fix | Michiel Vugteveen | 1 | -2/+2 | |
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 2 | -27/+7 | |
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 | |||||
2012-06-04 | Direct return from mimes config, instead of using global $mimes; | Phil Sturgeon | 2 | -5/+5 | |
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace. | |||||
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵ | Andrey Andreev | 1 | -5/+5 | |
and d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 13 | -68/+68 | |
2012-05-17 | Suggested changes | Timothy Warren | 2 | -2/+2 | |
2012-05-17 | Update inflector docblocks, add changelog entry | Timothy Warren | 1 | -5/+5 | |
2012-05-17 | Merge upstream | Timothy Warren | 5 | -42/+38 | |
2012-05-17 | Clean up the helpers | Andrey Andreev | 6 | -43/+39 | |
2012-05-02 | Merge upstream | Timothy Warren | 3 | -203/+163 | |
2012-05-02 | Fix a wrong variable name | Andrey Andreev | 1 | -1/+1 | |
2012-05-02 | Merge pull request #876 from narfbg/develop-helpers-sst | Andrey Andreev | 3 | -196/+156 | |
Improve the smiley, string & text helpers | |||||
2012-04-27 | Fix rest of the helpers | Timothy Warren | 11 | -527/+509 | |
2012-04-27 | Fix docblocks A-H | Timothy Warren | 10 | -671/+680 | |
2012-04-24 | Update system/helpers/file_helper.php | st2 | 1 | -1/+1 | |
2012-04-23 | Tweak to comments to conform to style guide. | Sam Li | 1 | -1/+1 | |
2012-04-23 | Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277 | Sam Li | 1 | -0/+3 | |
2012-04-03 | Fix issue #1238 | Andrey Andreev | 1 | -3/+5 | |
2012-03-26 | Merge upstream branch | Andrey Andreev | 4 | -52/+39 | |
2012-03-26 | Remove remaining access description lines from helpers + some style fixes | Andrey Andreev | 6 | -79/+48 | |
2012-03-26 | Merge upstream branch | Andrey Andreev | 16 | -340/+181 | |
2012-03-26 | Further improve a for() loop | Andrey Andreev | 1 | -1/+1 | |
2012-03-26 | Some more minor improvements | Andrey Andreev | 1 | -2/+2 | |
2012-03-26 | Merge upstream branch | Andrey Andreev | 1 | -5/+4 | |
2012-03-26 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 15 | -274/+156 | |
develop-helpers-acc | |||||
2012-03-26 | Remove access description lines and cleanup the string and typography helpers | Andrey Andreev | 2 | -32/+17 | |
2012-03-26 | Remove access description lines and cleanup the file and email helpers | Andrey Andreev | 2 | -20/+9 | |
2012-03-26 | Remove access description lines and cleanup the url helper | Andrey Andreev | 2 | -38/+22 | |
2012-03-26 | Remove access description lines and cleanup the form helper | Andrey Andreev | 1 | -105/+56 | |
2012-03-26 | Remove access description lines and cleanup the html helper | Andrey Andreev | 1 | -41/+25 | |
2012-03-26 | Remove access description lines and cleanup the download, language, number, ↵ | Andrey Andreev | 5 | -21/+11 | |
path & xml helpers | |||||
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and ↵ | Andrey Andreev | 5 | -20/+17 | |
system/helpers/ files | |||||
2012-03-20 | Remove EOF newlines | Andrey Andreev | 3 | -3/+3 | |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 5 | -45/+46 | |
develop-helpers-sst | |||||
2012-03-20 | Remove EOF newlines | Andrey Andreev | 3 | -3/+3 | |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 6 | -56/+53 | |
develop-helpers-acc | |||||
2012-03-19 | Apply strtolower() to hash support check in do_hash() | Andrey Andreev | 1 | -1/+1 | |
2012-03-19 | Fix possible error messages with do_hash() and alter a changelog entry | Andrey Andreev | 1 | -8/+6 | |
2012-03-19 | Merge pull request #1182 from freewil/cookies-httponly | Andrey Andreev | 1 | -3/+5 | |
Cookies httponly | |||||
2012-03-18 | use php's hash() function for do_hash() helper | freewil | 1 | -1/+1 | |
2012-03-18 | add support for httponly cookies | freewil | 1 | -3/+5 | |
2012-03-14 | Merge pull request #1165 from junap/develop | Andrey Andreev | 1 | -17/+23 | |
Make timespan() helper show fuzzier periods if required | |||||
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 7 | -92/+76 | |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 2 | -4/+5 | |
2012-03-14 | check array count for seconds unit too | Roger Herbert | 1 | -1/+1 | |