summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zipAndrey Andreev205-2517/+7001
2012-03-20Switch _process_fields() method in MySQL/MySQLi to protectedAndrey Andreev2-2/+2
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_utilityAndrey Andreev1-15/+9
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_forgeAndrey Andreev1-23/+14
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_resultAndrey Andreev1-24/+14
2012-03-20Visibility declarations and cleanup for CI_DB_cubrid_driverAndrey Andreev1-78/+46
2012-03-20Again alter ODBC's escape_str()Andrey Andreev1-1/+1
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_resultAndrey Andreev1-26/+27
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_utilityAndrey Andreev1-16/+10
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_forgeAndrey Andreev1-21/+13
2012-03-20Alter str_replace() order in ODBC's escape_str()Andrey Andreev1-3/+3
2012-03-20Visibility declarations and cleanup for CI_DB_odbc_driverAndrey Andreev1-68/+40
2012-03-20Fixed an issue with PostgreSQL's escape_str()Andrey Andreev2-3/+4
2012-03-20Visibility declarations and cleanup for CI_DB_postgre_resultAndrey Andreev1-26/+16
2012-03-20Visibility declarations and cleanup for CI_DB_postgre_forgeAndrey Andreev1-22/+17
2012-03-20Visibility declarations and cleanup for CI_DB_postgre_driverAndrey Andreev1-66/+39
2012-03-19Merge pull request #1074 from mikedfunk/feature/all_flashdataAndrey Andreev3-0/+28
2012-03-19merged with latest develop.Mike Funk64-546/+3889
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 Andreev2-10/+7
2012-03-19Merge pull request #1182 from freewil/cookies-httponlyAndrey Andreev6-16/+37
2012-03-18Merge pull request #1198 from freewil/do_hashPhil Sturgeon3-4/+6
2012-03-18use php's hash() function for do_hash() helperfreewil3-4/+6
2012-03-18add support for httponly cookiesfreewil6-16/+37
2012-03-18Merge pull request #1060 from toopay/pdo_metaAndrey Andreev2-2/+62
2012-03-17Remove type castingTaufan Aditya1-1/+1
2012-03-16Spacing and replace array_key_existsTaufan Aditya1-2/+2
2012-03-16Merge pull request #1193 from tiyowan/developAndrey Andreev1-1/+1
2012-03-16Fix form_fieldset_close() example to match actual returntiyowan1-1/+1
2012-03-16Merge pull request #1192 from tiyowan/string-helper-testsEric Barnes1-0/+15
2012-03-16Add unit test for strip_slashes() in string_helper.phptiyowan1-0/+15
2012-03-16Merge pull request #1191 from tiyowan/developAndrey Andreev1-0/+30
2012-03-15Add strip_slashes() to string helper documentationtiyowan1-0/+30
2012-03-15Merge pull request #1190 from tiyowan/inflection-helper-testsAndrey Andreev1-2/+4
2012-03-15Change unit tests to provide one hundred percent code coverageHamza Bhatti1-2/+4
2012-03-14Merge pull request #1186 from tiyowan/developPhil Sturgeon1-1/+1
2012-03-14Fix form_input() associative array example to match actual returntiyowan1-1/+1
2012-03-14Merge pull request #1185 from tiyowan/developPhil Sturgeon1-1/+1
2012-03-14Fix comment typo in Form_validation.phptiyowan1-1/+1
2012-03-14Merge pull request #1165 from junap/developAndrey Andreev3-22/+32
2012-03-14Merge pull request #1184 from spol/upload_lang_fixPhil Sturgeon1-1/+1
2012-03-14Merge pull request #1183 from tiyowan/path-helper-unit-testsPhil Sturgeon1-0/+29
2012-03-14Merged unit test progress.Phil Sturgeon26-316/+500
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon35-254/+3262
2012-03-14Add fix for Windows OSHamza Bhatti1-1/+1
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 Herbert21-272/+476
2012-03-14Further improve the path helperAndrey Andreev2-23/+16
2012-03-14Merge pull request #1175 from toopay/path_helperAndrey Andreev3-14/+22