Age | Commit message (Expand) | Author | Files | Lines |
2012-03-26 | Fix some examples in the user guide | Andrey Andreev | 5 | -35/+37 |
2012-03-26 | Commas, not tabs, are the default delimiter in dbutil->csv_from_result. | mrw | 1 | -1/+1 |
2012-03-26 | Remove remaining access description lines from database classes and styleguid... | Andrey Andreev | 1 | -1/+0 |
2012-03-26 | Make _initialize() a constructor and rename _call_hook() to call_hook in the ... | Andrey Andreev | 1 | -0/+1 |
2012-03-26 | Add visibility declarations where they remain missing | Andrey Andreev | 1 | -0/+1 |
2012-03-26 | Merge pull request #994 from Razican/doctypes | Andrey Andreev | 2 | -21/+42 |
2012-03-26 | Minor adjustments in the changelog | Andrey Andreev | 1 | -4/+2 |
2012-03-26 | Add DSN string support for Oracle | Andrey Andreev | 1 | -0/+1 |
2012-03-26 | Add DSN string and persistent connections support for CUBRID | Andrey Andreev | 1 | -0/+2 |
2012-03-22 | Update user_guide_src/source/libraries/email.rst | leandronf | 1 | -1/+1 |
2012-03-22 | Update user_guide_src/source/changelog.rst | leandronf | 1 | -1/+1 |
2012-03-22 | Update user_guide_src/source/libraries/email.rst | leandronf | 1 | -0/+1 |
2012-03-22 | Update user_guide_src/source/changelog.rst | leandronf | 1 | -0/+1 |
2012-03-20 | Fixed an issue with PostgreSQL's escape_str() | Andrey Andreev | 1 | -0/+1 |
2012-03-19 | merged with latest develop. | Mike Funk | 9 | -138/+227 |
2012-03-19 | Fix possible error messages with do_hash() and alter a changelog entry | Andrey Andreev | 1 | -2/+1 |
2012-03-19 | Merge pull request #1182 from freewil/cookies-httponly | Andrey Andreev | 1 | -0/+2 |
2012-03-18 | use php's hash() function for do_hash() helper | freewil | 2 | -3/+5 |
2012-03-18 | add support for httponly cookies | freewil | 1 | -0/+2 |
2012-03-16 | Fix form_fieldset_close() example to match actual return | tiyowan | 1 | -1/+1 |
2012-03-15 | Add strip_slashes() to string helper documentation | tiyowan | 1 | -0/+30 |
2012-03-14 | Fix form_input() associative array example to match actual return | tiyowan | 1 | -1/+1 |
2012-03-14 | timespan() helper change | Roger Herbert | 7 | -129/+190 |
2012-03-14 | Further improve the path helper | Andrey Andreev | 1 | -10/+10 |
2012-03-14 | Merge pull request #1175 from toopay/path_helper | Andrey Andreev | 2 | -5/+12 |
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 | Merge pull request #1176 from IT-Can/attributes-form-hidden | Andrey Andreev | 1 | -113/+152 |
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 1 | -1/+1 |
2012-03-12 | Merge pull request #1095 from colonelchlorine/develop | Phil Sturgeon | 1 | -0/+1 |
2012-03-12 | typo | Michiel Vugteveen | 1 | -2/+2 |
2012-03-12 | user guide udate | Michiel Vugteveen | 1 | -113/+152 |
2012-03-12 | Doc | Taufan Aditya | 1 | -2/+2 |
2012-03-12 | Update the list of supported databases | Andrey Andreev | 1 | -2/+2 |
2012-03-12 | Merge pull request #1078 from mikedfunk/feature/table_config | Andrey Andreev | 2 | -0/+3 |
2012-03-12 | Remove collation parameter from db_set_charset() (no longer needed) | Andrey Andreev | 1 | -1/+3 |
2012-03-12 | merged latest develop branch. | Mike Funk | 6 | -10/+33 |
2012-03-12 | merged with latest develop. | Mike Funk | 2 | -1/+8 |
2012-03-12 | Path helper improvement | Taufan Aditya | 2 | -4/+8 |
2012-03-12 | Merge pull request #1079 from mikedfunk/feature/form_val_config | Andrey Andreev | 2 | -1/+8 |
2012-03-12 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur... | Mike Funk | 6 | -9/+25 |
2012-03-12 | updated docs & changelog | Roger Herbert | 2 | -5/+9 |
2012-03-12 | form_dropdown() will now also take an array for unity with other form helpers. | nihaopaul | 1 | -0/+1 |
2012-03-11 | Added an Android <= 2.1 specific check to force_download() | Andrey Andreev | 1 | -0/+1 |
2012-03-10 | Remove PHP 5.1.6-specific code | Andrey Andreev | 1 | -1/+1 |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 4 | -9/+30 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 4 | -4/+5 |
2012-03-08 | Fix documentation entry for the decimal form validation rule (issue #1149) | Andrey Andreev | 1 | -1/+1 |
2012-03-08 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur... | Mike Funk | 2 | -3/+16 |
2012-03-08 | Fix issue #940 | Andrey Andreev | 1 | -0/+1 |