Age | Commit message (Expand) | Author | Files | Lines |
2013-07-01 | Issue #2508 | Andrey Andreev | 1 | -2/+2 |
2013-06-24 | Merge pull request #2488 from Xeli/develop | Andrey Andreev | 1 | -1/+14 |
2013-06-24 | some more readablility tweaks in system/core/Common | Richard Deurwaarder (Xeli) | 1 | -2/+3 |
2013-06-24 | remove else clause in is_https function, just add return FALSE as fallback | Richard Deurwaarder (Xeli) | 1 | -4/+1 |
2013-06-24 | remove newline again in system/core/Common.php, silly editor keeps adding it | Richard Deurwaarder (Xeli) | 1 | -1/+1 |
2013-06-24 | fix indentation according to codeigniter codestyle system/core/Common | Richard Deurwaarder (Xeli) | 1 | -18/+18 |
2013-06-24 | Revert "remove newline at eof in syste/core/Common" | Richard Deurwaarder (Xeli) | 1 | -1/+1 |
2013-06-24 | remove newline at eof in syste/core/Common | Richard Deurwaarder (Xeli) | 1 | -1/+1 |
2013-06-24 | remove newline in system/core/Common.php | Richard Deurwaarder (Xeli) | 1 | -0/+1 |
2013-06-24 | Use codeigniter coding style | Richard Deurwaarder (Xeli) | 1 | -5/+11 |
2013-06-24 | Merge pull request #2403 from groovenectar/loader-fix | Andrey Andreev | 1 | -1/+1 |
2013-06-19 | Change True -> TRUE per codeigniter guidelines | Richard Deurwaarder (Xeli) | 1 | -4/+4 |
2013-06-19 | Add support for https behind a reverse proxy using X-Forwarded-Proto | Richard Deurwaarder (Xeli) | 1 | -4/+12 |
2013-05-17 | Merge pull request #2442 from vlakoff/develop-3 | Andrey Andreev | 1 | -1/+1 |
2013-05-17 | Merge pull request #2441 from vlakoff/develop-2 | Andrey Andreev | 1 | -1/+1 |
2013-05-12 | Do not trigger a possible custom autoloader, as it is irrelevant here | vlakoff | 1 | -1/+1 |
2013-05-10 | Fix a docblock in Loader class | vlakoff | 1 | -1/+1 |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 2 | -6/+6 |
2013-04-18 | Merge pull request #2409 from chernjie/develop | Andrey Andreev | 1 | -17/+16 |
2013-04-17 | See #2409: Avoid overwriting global $_SERVER and set Content-Type to protecte... | CJ | 1 | -1/+1 |
2013-04-17 | #2409: Force Content Type to go through camelization; | CJ | 1 | -1/+1 |
2013-04-16 | See #2409: Reformating and code cleanup for request_headers; | CJ | 1 | -15/+8 |
2013-04-16 | See #2409: Remove double replacing of dashes and instead change `Content-Type... | CJ | 1 | -2/+2 |
2013-04-16 | #2409: Updated based on feedback by @narfbg; | CJ | 1 | -2/+8 |
2013-04-16 | apache_request_headers need not go through recapitalization of incoming | CJ | 1 | -8/+8 |
2013-04-14 | Fix for extending classes in a subdirectory (e.g. drivers) | Daniel | 1 | -1/+1 |
2013-04-08 | Replace another fetch_directory() use | Andrey Andreev | 1 | -1/+1 |
2013-04-05 | [ci skip] Replace spaces with tabs | Andrey Andreev | 1 | -6/+6 |
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 |