Age | Commit message (Expand) | Author | Files | Lines |
2015-07-24 | Merge pull request #3993 from lonnieezell/f/dbnumrows | Andrey Andreev | 1 | -16/+13 |
2015-07-24 | Merge pull request #3996 from calvintam236/develop | Andrey Andreev | 9 | -9/+9 |
2015-07-24 | Fixed typos | Calvin Tam | 9 | -9/+9 |
2015-07-24 | Revamping to the tune of isset | Lonnie Ezell | 1 | -2/+2 |
2015-07-23 | Merge pull request #3995 from rajatsharma94/develop | Andrey Andreev | 1 | -1/+1 |
2015-07-23 | Update path_helper.php | rajatsharma94 | 1 | -1/+1 |
2015-07-23 | Security check updated. | rajatsharma94 | 1 | -1/+1 |
2015-07-23 | Update path_helper.php | rajatsharma94 | 1 | -1/+1 |
2015-07-23 | IP checking false positives and no ipv6 check | rajatsharma94 | 1 | -1/+1 |
2015-07-23 | IP Address checking generates false positives. | medhavini | 1 | -1/+1 |
2015-07-23 | [ci skip] Polish changes from PR #3990 | Andrey Andreev | 1 | -15/+18 |
2015-07-23 | Merge pull request #3990 from lonnieezell/f/dbobjects | Andrey Andreev | 1 | -0/+85 |
2015-07-23 | Fix an issue with CI_Upload max filesize | Andrey Andreev | 2 | -0/+17 |
2015-07-23 | Tabs vs Spaces and the forgotten rewrite. | Lonnie Ezell | 1 | -6/+6 |
2015-07-23 | The little things. :) | Lonnie Ezell | 1 | -1/+0 |
2015-07-22 | Removing use of ->num_rows() in DB results docs. | Lonnie Ezell | 1 | -16/+14 |
2015-07-22 | Revamping User class example for Custom Result Objects | Lonnie Ezell | 1 | -8/+5 |
2015-07-22 | Fix testcases broken by b63dc1904e4f34cb48d7dce80155172c6e94d777 | Andrey Andreev | 1 | -2/+2 |
2015-07-22 | Remove eval()-related logic from function_exists() | Andrey Andreev | 1 | -13/+3 |
2015-07-22 | Add class_exists() checks to CI_Loader::model() | Andrey Andreev | 2 | -12/+27 |
2015-07-22 | Fix #3991 | Andrey Andreev | 3 | -1/+4 |
2015-07-22 | Rewording and typos | Lonnie Ezell | 1 | -13/+14 |
2015-07-21 | Added missing space. | Lonnie Ezell | 1 | -1/+1 |
2015-07-21 | Adding Custom Result object documentation to Query Results docs. | Lonnie Ezell | 1 | -0/+87 |
2015-07-21 | Fix #3989 | Andrey Andreev | 2 | -12/+5 |
2015-07-21 | Fix coding style | kenjis | 2 | -10/+10 |
2015-07-20 | Merge pull request #3987 from calvintam236/develop | Andrey Andreev | 1 | -1/+1 |
2015-07-20 | Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter into develop | Calvin Tam | 39 | -210/+443 |
2015-07-20 | Fixed typo | Calvin Tam | 1 | -1/+1 |
2015-07-20 | Failed security check | rajatsharma94 | 1 | -2/+1 |
2015-07-20 | Security check fail | medhavini | 1 | -0/+1 |
2015-07-20 | Fix #3279 | Andrey Andreev | 2 | -4/+5 |
2015-07-20 | [ci skip] Update user-guide with info about 2.2.2, 2.2.3 | Andrey Andreev | 6 | -3/+60 |
2015-07-20 | [ci skip] Fix a docs compile warning | Andrey Andreev | 1 | -1/+1 |
2015-07-20 | [ci skip] Add upgrade instructions for 3.0.1 | Andrey Andreev | 2 | -1/+21 |
2015-07-20 | [ci skip] Apply changes from PR #3983 to error_exception.php | Andrey Andreev | 2 | -20/+14 |
2015-07-20 | Merge pull request #3983 from kenjis/fix-cli-error-php | Andrey Andreev | 1 | -13/+11 |
2015-07-20 | Fix indentation | kenjis | 1 | -4/+4 |
2015-07-20 | [ci skip] Add a changelog entry for last commit | Andrey Andreev | 1 | -0/+1 |
2015-07-20 | Fix an internal bug in QB where() escaping | Andrey Andreev | 1 | -4/+1 |
2015-07-20 | [ci skip] Fix #3985 | Andrey Andreev | 1 | -1/+1 |
2015-07-18 | Fix errors/cli/error_php.php output | kenjis | 1 | -13/+11 |
2015-07-17 | Fix #3752 | Andrey Andreev | 2 | -21/+23 |
2015-07-17 | [ci skip] Fix #3778 | Andrey Andreev | 2 | -15/+7 |
2015-07-17 | [ci skip] Fix a bug reported via PR #3704 | Andrey Andreev | 2 | -23/+21 |
2015-07-17 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -2/+2 |
2015-07-17 | Merge pull request #3980 from kenjis/patch-2 | Andrey Andreev | 1 | -2/+2 |
2015-07-17 | Fix sample code | kenjis | 1 | -2/+2 |
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 3 | -0/+7 |
2015-07-16 | [ci skip] Update DB configuration docs with new SSL options | Andrey Andreev | 1 | -10/+15 |