Age | Commit message (Expand) | Author | Files | Lines |
2012-04-03 | Merge upstream branch | Andrey Andreev | 12 | -77/+141 |
2012-04-03 | Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimiza... | Andrey Andreev | 1 | -0/+1 |
2012-04-03 | Fix issue #1238 | Andrey Andreev | 1 | -0/+2 |
2012-04-03 | Fix issue #14 | Andrey Andreev | 1 | -0/+1 |
2012-04-03 | Some improvements to the additions from pull #1234 | Andrey Andreev | 2 | -4/+6 |
2012-04-03 | Merge pull request #1234 from obiconbig/develop | Andrey Andreev | 2 | -0/+8 |
2012-04-03 | Move changelog line from verion 2.1.1 to version 3.0 | Songpol Sripao-eiam | 1 | -3/+1 |
2012-04-03 | Update changelog | Songpol Sripao-eiam | 1 | -0/+3 |
2012-04-02 | The current name is too wide change to get_content_type()consistent with set_... | Songpol Sripaoeiam | 1 | -2/+2 |
2012-04-02 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Songpol Sripaoeiam | 3 | -7/+8 |
2012-04-02 | Merge upstream branch | Andrey Andreev | 4 | -13/+25 |
2012-04-02 | Merge upstream branch | Andrey Andreev | 9 | -70/+111 |
2012-04-01 | bracket on a new line | Songpol Sripaoeiam | 1 | -1/+1 |
2012-04-01 | add function get_current_content_type to output class and user manual library | Songpol Sripaoeiam | 1 | -0/+7 |
2012-03-29 | Add a missing changelog entry for pull #1227 | Andrey Andreev | 1 | -0/+1 |
2012-03-29 | Merge pull request #1181 from matteomattei/develop | Andrey Andreev | 2 | -6/+16 |
2012-03-28 | Add buffer string attach function to changelog. | Matteo Mattei | 1 | -1/+2 |
2012-03-28 | Merge upstream branch | Andrey Andreev | 8 | -60/+89 |
2012-03-28 | Added random ordering support for MSSQL and SQLSRV drivers and removed an unu... | Andrey Andreev | 1 | -0/+2 |
2012-03-28 | Fix a CI_Loader::_ci_load_class() bug | Andrey Andreev | 1 | -0/+1 |
2012-03-27 | Merge feature/mysqli_oop branch | Andrey Andreev | 1 | -2/+4 |
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 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 | Andrey Andreev | 1 | -2/+2 |
2012-03-26 | Minor adjustments in the changelog | Andrey Andreev | 1 | -4/+2 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 2 | -1/+5 |
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-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 1 | -9/+11 |
2012-03-23 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql... | Andrey Andreev | 2 | -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 | Merge upstream branch | Andrey Andreev | 8 | -22/+72 |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sql... | Andrey Andreev | 8 | -135/+225 |
2012-03-20 | Merge upstream branch | Andrey Andreev | 14 | -145/+249 |
2012-03-20 | Fixed an issue with PostgreSQL's escape_str() | Andrey Andreev | 1 | -0/+1 |
2012-03-19 | Changelog | Andrey Andreev | 1 | -2/+4 |
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 |