summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Collapse)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 ↵Andrey Andreev2-27/+7
file_get_contents() respectively
2012-06-07Remove some unnecessary function_exists() checks and some minor improvementsAndrey Andreev1-1/+1
2012-06-07fixesMichiel Vugteveen1-3/+3
2012-06-06fixesMichiel Vugteveen1-4/+7
2012-06-06form_checkbox set_value fixMichiel Vugteveen1-2/+2
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵Andrey Andreev2-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-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon2-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-04Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵Andrey Andreev1-5/+5
and d261b1e89c3d4d5191036d5a5660ef6764e593a0
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie13-68/+68
2012-05-17Suggested changesTimothy Warren2-2/+2
2012-05-17Update inflector docblocks, add changelog entryTimothy Warren1-5/+5
2012-05-17Merge upstreamTimothy Warren5-42/+38
2012-05-17Clean up the helpersAndrey Andreev6-43/+39
2012-05-02Merge upstreamTimothy Warren3-203/+163
2012-05-02Fix a wrong variable nameAndrey Andreev1-1/+1
2012-05-02Merge pull request #876 from narfbg/develop-helpers-sstAndrey Andreev3-196/+156
Improve the smiley, string & text helpers
2012-04-27Fix rest of the helpersTimothy Warren11-527/+509
2012-04-27Fix docblocks A-HTimothy Warren10-671/+680
2012-04-24Update system/helpers/file_helper.phpst21-1/+1
2012-04-23Tweak to comments to conform to style guide.Sam Li1-1/+1
2012-04-23Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277Sam Li1-0/+3
2012-04-03Fix issue #1238Andrey Andreev1-3/+5
2012-03-26Merge upstream branchAndrey Andreev4-52/+39
2012-03-26Remove remaining access description lines from helpers + some style fixesAndrey Andreev6-79/+48
2012-03-26Merge upstream branchAndrey Andreev16-340/+181
2012-03-26Further improve a for() loopAndrey Andreev1-1/+1
2012-03-26Some more minor improvementsAndrey Andreev1-2/+2
2012-03-26Merge upstream branchAndrey Andreev1-5/+4
2012-03-26Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev15-274/+156
develop-helpers-acc
2012-03-26Remove access description lines and cleanup the string and typography helpersAndrey Andreev2-32/+17
2012-03-26Remove access description lines and cleanup the file and email helpersAndrey Andreev2-20/+9
2012-03-26Remove access description lines and cleanup the url helperAndrey Andreev2-38/+22
2012-03-26Remove access description lines and cleanup the form helperAndrey Andreev1-105/+56
2012-03-26Remove access description lines and cleanup the html helperAndrey Andreev1-41/+25
2012-03-26Remove access description lines and cleanup the download, language, number, ↵Andrey Andreev5-21/+11
path & xml helpers
2012-03-26Clear some spaces and fix some inconsistencies in the Zip library and ↵Andrey Andreev5-20/+17
system/helpers/ files
2012-03-20Remove EOF newlinesAndrey Andreev3-3/+3
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev5-45/+46
develop-helpers-sst
2012-03-20Remove EOF newlinesAndrey Andreev3-3/+3
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev6-56/+53
develop-helpers-acc
2012-03-19Apply strtolower() to hash support check in do_hash()Andrey Andreev1-1/+1
2012-03-19Fix possible error messages with do_hash() and alter a changelog entryAndrey Andreev1-8/+6
2012-03-19Merge pull request #1182 from freewil/cookies-httponlyAndrey Andreev1-3/+5
Cookies httponly
2012-03-18use php's hash() function for do_hash() helperfreewil1-1/+1
2012-03-18add support for httponly cookiesfreewil1-3/+5
2012-03-14Merge pull request #1165 from junap/developAndrey Andreev1-17/+23
Make timespan() helper show fuzzier periods if required
2012-03-14Merged unit test progress.Phil Sturgeon7-92/+76
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon2-4/+5
2012-03-14check array count for seconds unit tooRoger Herbert1-1/+1