Age | Commit message (Expand) | Author | Files | Lines |
2012-03-19 | Added access modifiers to CUBRID driver | Timothy Warren | 1 | -56/+31 |
2012-03-19 | Removed pointless _prep_sql methods | Timothy Warren | 9 | -140/+3 |
2012-03-19 | Made the rest of the db classes abstract \n | Timothy Warren | 3 | -3/+3 |
2012-03-19 | Made database parent classes and methods abstract | Timothy Warren | 2 | -5/+3 |
2012-03-19 | merged with latest develop. | Mike Funk | 24 | -161/+381 |
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 | 4 | -16/+33 |
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 | 4 | -16/+33 |
2012-03-18 | Merge pull request #1060 from toopay/pdo_meta | Andrey Andreev | 2 | -2/+62 |
2012-03-17 | Remove type casting | Taufan Aditya | 1 | -1/+1 |
2012-03-16 | Spacing and replace array_key_exists | Taufan Aditya | 1 | -2/+2 |
2012-03-14 | Fix comment typo in Form_validation.php | tiyowan | 1 | -1/+1 |
2012-03-14 | Merge pull request #1165 from junap/develop | Andrey Andreev | 1 | -17/+23 |
2012-03-14 | Merge pull request #1184 from spol/upload_lang_fix | Phil Sturgeon | 1 | -1/+1 |
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 18 | -185/+303 |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 6 | -9/+25 |
2012-03-14 | check array count for seconds unit too | Roger Herbert | 1 | -1/+1 |
2012-03-14 | changed default value for $units to 7 | Roger Herbert | 1 | -2/+2 |
2012-03-14 | timespan() helper change | Roger Herbert | 14 | -143/+286 |
2012-03-14 | Further improve the path helper | Andrey Andreev | 1 | -13/+6 |
2012-03-14 | Merge pull request #1175 from toopay/path_helper | Andrey Andreev | 1 | -9/+10 |
2012-03-13 | Clean up the directory helper | Andrey Andreev | 1 | -11/+7 |
2012-03-13 | Clean up the array helper | Andrey Andreev | 1 | -36/+11 |
2012-03-13 | Clean up the cookie helper | Andrey Andreev | 1 | -18/+6 |
2012-03-12 | Merge branch 'develop' into feature/db_toString_support | Joel Kallman | 133 | -7506/+6894 |
2012-03-12 | Extra | Taufan Aditya | 1 | -2/+2 |
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 2 | -43/+38 |
2012-03-12 | Merge pull request #1174 from tiyowan/remove-defines | Andrey Andreev | 2 | -5/+5 |
2012-03-12 | Merge pull request #1095 from colonelchlorine/develop | Phil Sturgeon | 2 | -1/+168 |
2012-03-12 | Revert "Remove unused defines from CI_Utf8" | tiyowan | 1 | -1/+10 |
2012-03-12 | Revert "Re-add UTF8_ENABLED constant" | tiyowan | 1 | -3/+1 |
2012-03-12 | Revert "Re-add MB_ENABLED constant" | tiyowan | 1 | -5/+0 |
2012-03-12 | Replace function_exists() checks with MB_ENABLED constant | tiyowan | 2 | -5/+5 |
2012-03-12 | Re-add MB_ENABLED constant | tiyowan | 1 | -0/+5 |
2012-03-12 | Re-add UTF8_ENABLED constant | Hamza Bhatti | 1 | -1/+3 |
2012-03-12 | Remove unused defines from CI_Utf8 | Hamza Bhatti | 1 | -10/+1 |
2012-03-12 | Minimal PHP version annotation | Taufan Aditya | 1 | -1/+1 |
2012-03-12 | Left the function_exists due some security restriction in some hosting enviro... | Taufan Aditya | 1 | -2/+9 |
2012-03-12 | Just some cleanup in the Table class | Andrey Andreev | 1 | -7/+3 |
2012-03-12 | Merge pull request #1078 from mikedfunk/feature/table_config | Andrey Andreev | 1 | -1/+15 |
2012-03-12 | Remove collation parameter from db_set_charset() (no longer needed) | Andrey Andreev | 3 | -7/+5 |
2012-03-12 | merged latest develop branch. | Mike Funk | 130 | -233/+265 |
2012-03-12 | Changed space to tab in docblock. | Mike Funk | 1 | -1/+1 |
2012-03-12 | merged with latest develop. | Mike Funk | 1 | -0/+12 |
2012-03-12 | Path helper improvement | Taufan Aditya | 1 | -11/+5 |
2012-03-12 | Merge pull request #1079 from mikedfunk/feature/form_val_config | Andrey Andreev | 1 | -0/+12 |
2012-03-12 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur... | Mike Funk | 130 | -233/+253 |
2012-03-12 | Add missing semicolons | Andrey Andreev | 2 | -2/+2 |