Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-20 | Fixed an issue with PostgreSQL's escape_str() | Andrey Andreev | 2 | -3/+4 | |
2012-03-20 | Visibility declarations and cleanup for CI_DB_postgre_result | Andrey Andreev | 1 | -26/+16 | |
2012-03-20 | Visibility declarations and cleanup for CI_DB_postgre_forge | Andrey Andreev | 1 | -22/+17 | |
2012-03-20 | Visibility declarations and cleanup for CI_DB_postgre_driver | Andrey Andreev | 1 | -66/+39 | |
2012-03-19 | Merge pull request #1074 from mikedfunk/feature/all_flashdata | Andrey Andreev | 3 | -0/+28 | |
Feature/all flashdata | |||||
2012-03-19 | merged with latest develop. | Mike Funk | 64 | -546/+3889 | |
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 | 2 | -10/+7 | |
2012-03-19 | Merge pull request #1182 from freewil/cookies-httponly | Andrey Andreev | 6 | -16/+37 | |
Cookies httponly | |||||
2012-03-18 | Merge pull request #1198 from freewil/do_hash | Phil Sturgeon | 3 | -4/+6 | |
use php's hash() function for do_hash() helper | |||||
2012-03-18 | use php's hash() function for do_hash() helper | freewil | 3 | -4/+6 | |
2012-03-18 | add support for httponly cookies | freewil | 6 | -16/+37 | |
2012-03-18 | Merge pull request #1060 from toopay/pdo_meta | Andrey Andreev | 2 | -2/+62 | |
Fixed meta table method(s) for PDO | |||||
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-16 | Merge pull request #1193 from tiyowan/develop | Andrey Andreev | 1 | -1/+1 | |
Fix form_fieldset_close() example to match actual return | |||||
2012-03-16 | Fix form_fieldset_close() example to match actual return | tiyowan | 1 | -1/+1 | |
2012-03-16 | Merge pull request #1192 from tiyowan/string-helper-tests | Eric Barnes | 1 | -0/+15 | |
Add unit test for strip_slashes() in string_helper.php | |||||
2012-03-16 | Add unit test for strip_slashes() in string_helper.php | tiyowan | 1 | -0/+15 | |
2012-03-16 | Merge pull request #1191 from tiyowan/develop | Andrey Andreev | 1 | -0/+30 | |
Add strip_slashes() to string helper documentation | |||||
2012-03-15 | Add strip_slashes() to string helper documentation | tiyowan | 1 | -0/+30 | |
2012-03-15 | Merge pull request #1190 from tiyowan/inflection-helper-tests | Andrey Andreev | 1 | -2/+4 | |
Change unit tests to provide one hundred percent code coverage | |||||
2012-03-15 | Change unit tests to provide one hundred percent code coverage | Hamza Bhatti | 1 | -2/+4 | |
- Add value to test is_countable() conditional in test_singular() - Add value to test is_countable() conditional in test_plural() | |||||
2012-03-14 | Merge pull request #1186 from tiyowan/develop | Phil Sturgeon | 1 | -1/+1 | |
Fix form_input() associative array example to match actual return | |||||
2012-03-14 | Fix form_input() associative array example to match actual return | tiyowan | 1 | -1/+1 | |
2012-03-14 | Merge pull request #1185 from tiyowan/develop | Phil Sturgeon | 1 | -1/+1 | |
Fix comment typo in Form_validation.php | |||||
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 | 3 | -22/+32 | |
Make timespan() helper show fuzzier periods if required | |||||
2012-03-14 | Merge pull request #1184 from spol/upload_lang_fix | Phil Sturgeon | 1 | -1/+1 | |
Fixed typo in English language file for upload library. | |||||
2012-03-14 | Merge pull request #1183 from tiyowan/path-helper-unit-tests | Phil Sturgeon | 1 | -0/+29 | |
Add unit tests for path helper | |||||
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 26 | -316/+500 | |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 35 | -254/+3262 | |
2012-03-14 | Add fix for Windows OS | Hamza Bhatti | 1 | -1/+1 | |
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 | 21 | -272/+476 | |
2012-03-14 | Further improve the path helper | Andrey Andreev | 2 | -23/+16 | |
2012-03-14 | Merge pull request #1175 from toopay/path_helper | Andrey Andreev | 3 | -14/+22 | |
Path helper improvement | |||||
2012-03-13 | Merge pull request #1180 from timw4mail/develop | Eric Barnes | 1 | -5/+5 | |
Active Record documentation cleanup | |||||
2012-03-13 | Active Record documentation cleanup | Timothy Warren | 1 | -5/+5 | |
2012-03-13 | New line and changelog correction | Taufan Aditya | 2 | -1/+4 | |
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-13 | Merge pull request #1176 from IT-Can/attributes-form-hidden | Andrey Andreev | 1 | -113/+152 | |
User guide update form_helper | |||||
2012-03-13 | Merge pull request #1177 from Eclarian/feature/db_toString_support | Andrey Andreev | 1 | -1/+1 | |
Adding Support to Properly Escape Objects that have __toString() magic method | |||||
2012-03-12 | Merge branch 'develop' into feature/db_toString_support | Joel Kallman | 185 | -7771/+7531 | |
2012-03-12 | Extra | Taufan Aditya | 1 | -2/+2 | |
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 3 | -44/+39 | |
2012-03-12 | Merge pull request #1174 from tiyowan/remove-defines | Andrey Andreev | 2 | -5/+5 | |
Use the MB_ENABLED constant for mb checks instead of multiple function_exists() |