summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Expand)AuthorFilesLines
2012-04-03Fix issue #1238Andrey Andreev1-3/+5
2012-03-26Remove remaining access description lines from helpers + some style fixesAndrey Andreev6-79/+48
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 develop-helper...Andrey Andreev15-274/+156
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, p...Andrey Andreev5-21/+11
2012-03-26Clear some spaces and fix some inconsistencies in the Zip library and system/...Andrey Andreev5-20/+17
2012-03-20Remove EOF newlinesAndrey Andreev3-3/+3
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helper...Andrey Andreev6-56/+53
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
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
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
2012-03-14changed default value for $units to 7Roger Herbert1-2/+2
2012-03-14timespan() helper changeRoger Herbert6-84/+71
2012-03-14Further improve the path helperAndrey Andreev1-13/+6
2012-03-14Merge pull request #1175 from toopay/path_helperAndrey Andreev1-9/+10
2012-03-13Clean up the directory helperAndrey Andreev1-11/+7
2012-03-13Remove access description lineAndrey Andreev1-1/+0
2012-03-13Merge upstream branchAndrey Andreev1-9/+4
2012-03-13Clean up the array helperAndrey Andreev1-36/+11
2012-03-13Merge upstream branchAndrey Andreev21-41/+69
2012-03-13Clean up the cookie helperAndrey Andreev1-18/+6
2012-03-12ExtraTaufan Aditya1-2/+2
2012-03-12Minimal PHP version annotationTaufan Aditya1-1/+1
2012-03-12Left the function_exists due some security restriction in some hosting enviro...Taufan Aditya1-2/+9
2012-03-12Path helper improvementTaufan Aditya1-11/+5
2012-03-12updated docs & changelogRoger Herbert1-1/+2
2012-03-12defaults for the functionnihaopaul1-3/+3
2012-03-12test if isset(['name']) is actually set instead of assuming it to benihaopaul1-1/+1
2012-03-12code readability improvementsnihaopaul1-1/+5
2012-03-12form_dropdown() will now also take an array for unity with other form helpers...nihaopaul1-3/+3
2012-03-12form_dropdown() will now also take an array for unity with other form helpers...nihaopaul1-1/+1
2012-03-12form_dropdown() will now also take an array for unity with other form helpers...nihaopaul1-1/+2
2012-03-12form_dropdown() will now also take an array for unity with other form helpers.nihaopaul1-0/+17
2012-03-11Fix erroneus regex from previous commitAndrey Andreev1-1/+1
2012-03-11Added an Android <= 2.1 specific check to force_download()Andrey Andreev1-7/+19
2012-03-11AND -> &&Roger Herbert1-5/+5
2012-03-11refactored to start from latest version, also less diff painRoger Herbert1-15/+20