Age | Commit message (Expand) | Author | Files | Lines |
2013-04-05 | Fix #2387 | Andrey Andreev | 1 | -3/+11 |
2013-04-04 | Fix #2380 and deprecate CI_Router::fetch_*() methods | Andrey Andreev | 2 | -11/+14 |
2013-03-30 | Some cleanup related to mt_rand() | vlakoff | 2 | -3/+2 |
2013-03-29 | Documentation: fix some outdated paths | vlakoff | 1 | -1/+1 |
2013-03-26 | Code style fix | nisheeth-barthwal | 1 | -1/+1 |
2013-03-26 | Code fixes in line with suggestions | nisheeth-barthwal | 1 | -5/+6 |
2013-03-25 | Simplified notation parsing and other cosmetic fixes | nisheeth-barthwal | 1 | -31/+16 |
2013-03-25 | Changed "else if" to "elseif" | nisheeth-barthwal | 1 | -1/+1 |
2013-03-23 | Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. | nisheeth-barthwal | 1 | -19/+13 |
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -16/+58 |
2013-03-12 | Output Class Minify Function Change | bayssmekanique | 1 | -0/+2 |
2013-03-04 | Fix #2301 | Andrey Andreev | 1 | -2/+1 |
2013-03-04 | Reverting changes to functions that have no business being used in CLI apps t... | Daniel Hunsaker | 1 | -9/+6 |
2013-03-04 | Oops, missed a few places where EXIT_SUCCESS was being used. | Daniel Hunsaker | 2 | -2/+2 |
2013-03-04 | Updated in accordance with feedback from @narfbg | Daniel Hunsaker | 2 | -11/+14 |
2013-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 1 | -1/+1 |
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 | 5 | -10/+14 |
2013-02-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 11 | -125/+122 |
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 5 | -12/+12 |
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 2 | -10/+20 |
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 | 2 | -2/+2 |
2013-02-14 | Update system/core/Common.php | maltzurra | 1 | -2/+1 |
2013-02-14 | Update system/core/Common.php | maltzurra | 1 | -1/+2 |
2013-02-14 | Update system/core/Log.php | Chris Passas | 1 | -1/+4 |
2013-02-14 | Update system/core/Log.php | Chris Passas | 1 | -1/+1 |
2013-02-14 | Update system/core/Common.php | maltzurra | 1 | -2/+2 |
2013-02-13 | Added support for changing the default log file extension from .php to whatev... | Chris Passas | 1 | -0/+2 |
2013-02-13 | Update system/core/Log.php | Chris Passas | 1 | -2/+9 |
2013-01-30 | core comment error. | Bo-Yi Wu | 1 | -1/+1 |
2013-01-29 | Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() | Andrey Andreev | 1 | -1/+9 |
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 3 | -8/+10 |
2013-01-28 | Fix issue #2202 and alter Loader Class docs | Andrey Andreev | 1 | -1/+1 |
2013-01-28 | Libraries' filenames must be named in a ucfirst-like manner | Andrey Andreev | 1 | -84/+60 |
2013-01-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 1 | -2/+2 |
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 6 | -13/+9 |
2013-01-28 | Fix newline standardization. | Eric Roberts | 1 | -2/+2 |
2013-01-25 | Updated all cases of exit() to return a valid code | Daniel Hunsaker | 5 | -11/+27 |
2013-01-21 | Partially implement PR #2155 | Andrey Andreev | 1 | -0/+2 |
2013-01-21 | [ci skip] Manually apply #2162, #2163 | Andrey Andreev | 1 | -1/+1 |
2013-01-19 | Support minify table block | Purwandi | 1 | -4/+4 |
2013-01-18 | Return spacing on var definitions. | Eric Roberts | 1 | -6/+6 |