Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-28 | Fix newline standardization. | Eric Roberts | 1 | -2/+2 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-31 | Fixed normalization of headers under Apache | Daniel Hunsaker | 1 | -1/+1 | |
The existing header normalization routine converts headers provided by Apache (that is, with `-` in the name instead of `_`) to all lowercase, with the exception of the first character. This is different from the expected result, wherein each word of the header is capitalized. For example, `CONTENT-LENGTH` would normalize to `Content-length` instead of the expected `Content-Length`. The reason for this is that the existing code is only converting underscores to spaces, and leaving hyphens untouched. The fix is to replace hyphens with spaces as well before passing the result through `ucwords()`. That fix is included here. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | |||||
2012-11-20 | Fix CI_Input::get() and CI_Input::post() not returning array when a key is ↵ | Andrey Andreev | 1 | -2/+12 | |
not specified | |||||
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -2/+2 | |
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -0/+41 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
2012-11-05 | Merge pull request #1730 from damao/develop | Alex Bilbie | 1 | -1/+1 | |
Fix / Disallowed Key Characters. | |||||
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -6/+2 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-27 | Remove extra new lines | vkeranov | 1 | -1/+0 | |
2012-10-27 | Input class improvements | Andrey Andreev | 1 | -107/+121 | |
- Disable register_globals replication on PHP 5.4+ (no longer exists). - DocBlock improvements. - Add missing changelog entry. - Change user_agent() to return NULL when no value is found (for consistency with other fetcher methods). | |||||
2012-10-13 | Fix CI_Input::ip_address() subnet detection | Andrey Andreev | 1 | -20/+28 | |
2012-10-09 | Remove an unnecessary variable initialization | Andrey Andreev | 1 | -1/+1 | |
2012-10-09 | Merge changes from develop | Andrey Andreev | 1 | -13/+3 | |
2012-10-09 | Merge changes from 2.1-stable | Andrey Andreev | 1 | -49/+48 | |
2012-10-06 | Add IPv6 and array() support for *proxy_ips* configuration | Andrey Andreev | 1 | -42/+99 | |
2012-10-04 | Misc. style fixes [ci skip] | Andrey Andreev | 1 | -8/+12 | |
2012-09-20 | Fixes issue #1815 - input::ip_address() returns incorrect IP behind proxy | Adam McCann | 1 | -1/+1 | |
2012-08-20 | China's biggest ICP China Telecom will hijack user and leave a cookie ↵ | bigCat | 1 | -1/+1 | |
contains | . such as "1345466626|7601294|43373|0|0|0" it's impossible to fix this shit... | |||||
2012-07-23 | Update system/core/Input.php | Jordan Pittman | 1 | -11/+17 | |
2012-07-21 | Added support for IP Address Range Masks (e.g. 192.168.137.0/24) to the ↵ | Jordan Pittman | 1 | -2/+19 | |
Proxy IPs config option | |||||
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so ↵ | Andrey Andreev | 1 | -0/+0 | |
that they don't differ from the rest | |||||
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -4/+16 | |
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 1 | -21/+1 | |
2012-06-06 | styling guide false -> FALSE | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | ip_version() now returns int instead of string | Joffrey Jaffeux | 1 | -3/+3 | |
2012-06-06 | follow styling guide | Joffrey Jaffeux | 1 | -1/+1 | |
2012-06-06 | Add support for ipv6 | Joffrey Jaffeux | 1 | -1/+21 | |
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 1 | -2/+6 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -9/+9 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -2/+2 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-05-17 | Cleanup the core classes | Andrey Andreev | 1 | -16/+15 | |
2012-04-30 | Reverted recent commit, cookie_prefix was breaking things. | Phil Sturgeon | 1 | -1/+0 | |
2012-04-27 | Update system/core/Input.php | ziv | 1 | -0/+1 | |
Fix a cookie get back problem. Cookie $index should start with a prefix. | |||||
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -7/+7 | |
2012-04-19 | Fix syntax error | Timothy Warren | 1 | -1/+1 | |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -100/+121 | |
2012-03-18 | add support for httponly cookies | freewil | 1 | -4/+9 | |
2012-03-10 | Remove PHP 5.1.6-specific code | Andrey Andreev | 1 | -30/+1 | |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 1 | -0/+17 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-03-07 | comment fix | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | oops | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | removed is_method | Michiel Vugteveen | 1 | -18/+6 | |
2012-03-07 | added method() and is_method() | Michiel Vugteveen | 1 | -0/+29 | |
2012-02-08 | Remove a few spaces | Andrey Andreev | 1 | -2/+2 | |
2012-02-08 | Fix CI_Input::is_ajax_request() | Andrey Andreev | 1 | -37/+29 | |
2012-02-05 | Adding in a few 503 status codes for common errors in response to this ↵ | Kevin Cupp | 1 | -0/+1 | |
ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 | |||||
2012-01-08 | Switch private methods to protected | Andrey Andreev | 1 | -5/+5 | |
2012-01-08 | Switch some public properties to protected | Andrey Andreev | 1 | -6/+4 | |