summaryrefslogtreecommitdiffstats
path: root/system/helpers
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helper...Andrey Andreev21-131/+115
2012-03-13Clean up the directory helperAndrey Andreev1-11/+7
2012-03-13Clean up the array helperAndrey Andreev1-36/+11
2012-03-13Clean up the cookie helperAndrey Andreev1-18/+6
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-10Really fix camelize()Andrey Andreev1-1/+1
2012-03-10Fix camelize()Andrey Andreev1-8/+5
2012-03-10Removed quotes from the Content-Type header to support mime-type detection on...dododedodonl1-1/+1
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-7/+6
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon21-21/+21
2012-03-07fix + style fixMichiel Vugteveen1-7/+6
2012-03-04Updated with 2.1-stable.Phil Sturgeon1-19/+15
2012-03-04Allow developers to use any string as a separator, not just dashes or undersc...tubalmartin1-10/+19
2012-03-04Fixed conflicts.Phil Sturgeon1-3/+2
2012-03-03An even better url_title helper. Tests: http://codepad.org/tuJgvkyNtubalmartin1-20/+7
2012-03-01Merge upstream branchAndrey Andreev6-195/+222
2012-03-01Remove a PHP_VERSION < 5 check (no longer needed)Andrey Andreev1-16/+6
2012-02-29Change end() usage due to E_STRICT messagesAndrey Andreev1-1/+2
2012-02-29Merge upstream branchAndrey Andreev1-56/+96
2012-02-29Improved plural() and singular().Phil Sturgeon1-56/+96
2012-02-29Add an optional set_mime parameter to force_download()Andrey Andreev1-39/+41
2012-02-16Merge pull request #934 from wilburhimself/developPhil Sturgeon1-1/+1
2012-01-24Revert a space in the license agreement :)Andrey Andreev3-3/+3
2012-01-24Fix bug #195Eric Roberts1-16/+10
2012-01-19Some more cleaningAndrey Andreev3-48/+31
2012-01-17Fixed error in inflector_helper.php in the singular function.Wilbur Suero1-1/+1
2012-01-16convert_accented_characters() to include foreign_chars.php only when neededAndrey Andreev1-10/+15
2012-01-10Fix a bug in the File helperAndrey Andreev1-7/+7
2012-01-08Some more misc. stuffAndrey Andreev3-15/+12
2012-01-07Remove quotes around an integer valueAndrey Andreev1-1/+1
2012-01-07Improve typography, url & xml helpersAndrey Andreev3-88/+78
2012-01-07Improve the smiley, string & text helpersAndrey Andreev3-177/+134
2012-01-06Merge pull request #871 from narfbg/develop-helpers-effPhil Sturgeon3-95/+62
2012-01-06Merge pull request #872 from narfbg/develop-helpers-hilPhil Sturgeon3-76/+33
2012-01-06Improve number, path & security helpersAndrey Andreev3-34/+18
2012-01-06Improve html, inflector & language helpersAndrey Andreev3-76/+33
2012-01-06Improve email, file & form helpersAndrey Andreev3-95/+62
2012-01-02Updating copyright date to 2012Greg Aker21-21/+21
2011-12-27Revert "Abstracting the loading of files in the config directory depending on...Greg Aker5-5/+40
2011-12-25Abstracting the loading of files in the config directory depending on environ...Greg Aker5-40/+5
2011-12-25Fixing soft tabs in a few files.Greg Aker2-46/+46
2011-12-19Fixed year and month seconds for timespan().Eric Barnes1-35/+35