Age | Commit message (Expand) | Author | Files | Lines |
2013-03-04 | Merge pull request #2300 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2013-03-04 | Fix #2301 | Andrey Andreev | 1 | -2/+1 |
2013-03-04 | Cache file driver: clean() now preserves .htaccess and index files | vlakoff | 1 | -1/+1 |
2013-03-04 | Merge pull request #2190 from danhunsaker/feature/exit-status | Andrey Andreev | 6 | -13/+31 |
2013-03-04 | [ci skip] Fix #2289 | Andrey Andreev | 1 | -3/+2 |
2013-03-04 | Reverting changes to functions that have no business being used in CLI apps t... | Daniel Hunsaker | 4 | -17/+10 |
2013-03-04 | Oops, missed a few places where EXIT_SUCCESS was being used. | Daniel Hunsaker | 4 | -5/+5 |
2013-03-04 | Updated in accordance with feedback from @narfbg | Daniel Hunsaker | 5 | -15/+18 |
2013-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 5 | -15/+15 |
2013-03-04 | Fix #2298 | Andrey Andreev | 1 | -6/+3 |
2013-03-02 | Fix Session cookie driver storing untrimmed user agent string in the database... | Daniel Robbins | 1 | -1/+1 |
2013-03-01 | Merge pull request #2287 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2013-03-01 | Optimize changes from PR #2290 | Andrey Andreev | 1 | -4/+2 |
2013-03-01 | Merge pull request #2290 from jonesmdj/develop | Andrey Andreev | 1 | -1/+3 |
2013-02-28 | Text helper: convert_accented_characters() optimization | vlakoff | 1 | -5/+8 |
2013-02-28 | added spaces after the parameter separators | Michelle Jones | 1 | -2/+2 |
2013-02-27 | Remove trailing delimiters from csv_from_result | Michelle Jones | 1 | -1/+3 |
2013-02-27 | Fix this use case: load->vars->('foobar', '') | vlakoff | 1 | -1/+1 |
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 11 | -18/+22 |
2013-02-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 43 | -341/+422 |
2013-02-21 | Merge pull request #2266 from dionysiosarvanitis/fix/trans_complete | Andrey Andreev | 1 | -1/+1 |
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() che... | Andrey Andreev | 1 | -1/+1 |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 10 | -20/+20 |
2013-02-21 | Manually apply PR #2234 | Andrey Andreev | 1 | -0/+1 |
2013-02-20 | Remove CI_DB_pdo_driver:: | Andrey Andreev | 1 | -7/+0 |
2013-02-20 | Merge pull request #2265 from dionysiosarvanitis/fix/trans_enabled | Andrey Andreev | 1 | -1/+1 |
2013-02-19 | Issue #2086 Session_cookie's _update_db not guaranteed to update | Dionysis Arvanitis | 1 | -0/+3 |
2013-02-19 | DB_driver's trans_complete exception fix | Dionysis Arvanitis | 1 | -1/+1 |
2013-02-19 | Set transaction enabled flag default to TRUE | Dionysis Arvanitis | 1 | -1/+1 |
2013-02-19 | Merge pull request #2261 from nisheeth-barthwal/develop | Andrey Andreev | 1 | -2/+5 |
2013-02-19 | Fixed the issue with bcc_batch_mode and subject | nisheeth-barthwal | 1 | -2/+5 |
2013-02-19 | Fix a code comment in Upload->_file_mime_type() | vlakoff | 2 | -5/+5 |
2013-02-18 | Merge pull request #2256 from nisheeth-barthwal/develop | Andrey Andreev | 1 | -1/+47 |
2013-02-18 | Removed the unused $force paramter in Email::_smtp_connect() | nisheeth-barthwal | 1 | -29/+29 |
2013-02-18 | removed PR from the bug list | nisheeth-barthwal | 1 | -1/+1 |
2013-02-18 | Fixed curly braces. Removed redundant method set_useragent() | nisheeth-barthwal | 1 | -20/+11 |
2013-02-18 | Fixed tab-indentation. Made appropriate entries in changelog | nisheeth-barthwal | 1 | -283/+282 |
2013-02-18 | Fixed form helper variable error | Bo-Yi Wu | 1 | -1/+1 |
2013-02-17 | Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added ... | nisheeth-barthwal | 1 | -234/+290 |
2013-02-15 | Fix #2247 | Andrey Andreev | 1 | -6/+3 |
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 3 | -12/+21 |
2013-02-15 | Merge pull request #2245 from maltzurra/patch-1 | Andrey Andreev | 1 | -2/+2 |
2013-02-15 | Merge pull request #2243 from chrispassas/develop | Andrey Andreev | 1 | -1/+6 |
2013-02-15 | Revert "Update system/core/Common.php" | Chris Passas | 1 | -2/+2 |
2013-02-15 | Revert "Update system/core/Log.php" | Chris Passas | 1 | -9/+2 |
2013-02-15 | Revert "Revert "Update system/core/Common.php"" | Chris Passas | 1 | -2/+2 |
2013-02-15 | Revert "Update system/core/Common.php" | Chris Passas | 1 | -2/+2 |
2013-02-15 | Update system/core/Common.php | Chris Passas | 1 | -2/+2 |
2013-02-15 | Update system/core/Log.php | Chris Passas | 1 | -1/+1 |
2013-02-15 | Various cosmetic fixes | vlakoff | 6 | -7/+7 |