Age | Commit message (Expand) | Author | Files | Lines |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 21 | -63/+0 |
2015-01-21 | Make libraries matching controller names loadable | Andrey Andreev | 1 | -71/+103 |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 12 | -23/+24 |
2015-01-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 1 | -1/+14 |
2015-01-13 | Handle false-positive string values for display_errors | Andrey Andreev | 1 | -2/+2 |
2015-01-11 | Fix #3464 | Andrey Andreev | 1 | -1/+1 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 21 | -63/+63 |
2015-01-09 | Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4 | Andrey Andreev | 1 | -1/+6 |
2015-01-04 | Change order of hooks loading | vlakoff | 1 | -4/+4 |
2015-01-03 | Fix #3453 | Andrey Andreev | 1 | -1/+1 |
2014-12-22 | fix typo in the comments | Claudio Galdiolo | 1 | -1/+1 |
2014-12-20 | Make µs support conditional and fix style | Gabriel Potkány | 1 | -5/+13 |
2014-12-19 | Support for microseconds | Gabriel Potkány | 1 | -1/+6 |
2014-12-17 | Extend fix for #3419 | Andrey Andreev | 1 | -17/+21 |
2014-12-16 | Fix #3419 | Andrey Andreev | 1 | -41/+28 |
2014-12-16 | Remove trailing newline | Jason Taylor | 1 | -1/+1 |
2014-12-16 | Fix Issue #3417 | warpcode | 1 | -2/+2 |
2014-12-15 | Remove output minifier | Andrey Andreev | 1 | -208/+0 |
2014-12-08 | Fix 'Array to string conversion' notice in CSRF validation | Andrey Andreev | 1 | -2/+2 |
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 2 | -10/+12 |
2014-12-05 | Merge pull request #3323 from Razican/remove-uri-filter | Andrey Andreev | 1 | -6/+1 |
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -3/+14 |
2014-12-04 | Another correction following #3384 | Andrey Andreev | 1 | -2/+1 |
2014-12-03 | Some polishing following PR #3384 | Andrey Andreev | 1 | -5/+2 |
2014-12-03 | Fixed code style. Update changelog. #2349 | Stefano Mazzega | 1 | -3/+3 |
2014-12-03 | add querystring to page caching. #2349 | Stefano Mazzega | 1 | -3/+3 |
2014-12-03 | add querystring to page caching. #2349 | Stefano Mazzega | 1 | -0/+9 |
2014-12-02 | Fix an error from the previous commit | Andrey Andreev | 1 | -1/+1 |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -14/+5 |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -6/+6 |
2014-12-02 | Allow pulling multiple get/post ...etc at once | Ahmad Anbar | 1 | -0/+12 |
2014-11-11 | Fixed return. | Razican | 1 | -0/+2 |
2014-11-11 | Remove URI filter for parenthesis and dollar symbols, as talked in #47. | Razican | 1 | -7/+0 |
2014-11-08 | Really fix #3318 | Andrey Andreev | 1 | -0/+2 |
2014-11-08 | Fix #3318 | Andrey Andreev | 1 | -1/+1 |
2014-11-07 | Simplify CI_Loader::lang() following #3316 | Andrey Andreev | 1 | -8/+1 |
2014-11-06 | Ability to pass array of language files to Language Library similar to Loader... | Gabriel Potkány | 1 | -0/+8 |
2014-11-04 | Fix #3310 | Andrey Andreev | 1 | -1/+1 |
2014-10-28 | Add a real exception handler | Andrey Andreev | 3 | -9/+77 |
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -1/+3 |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 21 | -294/+525 |
2014-10-10 | Fix #3270 | Andrey Andreev | 1 | -5/+2 |
2014-10-07 | #3253 | Andrey Andreev | 1 | -1/+1 |
2014-10-07 | Attempt a better base_url auto-detection | Andrey Andreev | 1 | -3/+5 |
2014-10-06 | Update a config_item() use case for the new NULL return value | Andrey Andreev | 1 | -1/+1 |
2014-10-06 | Optimize the composer_autoload check | Andrey Andreev | 1 | -1/+1 |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 4 | -11/+15 |
2014-10-03 | fix doc block get_request_header() | Adriano Rosa | 1 | -1/+1 |
2014-10-02 | stream_set_chunk_size() requires PHP 5.4 | Andrey Andreev | 2 | -2/+5 |
2014-09-30 | Make sure we don't waste entropy | Andrey Andreev | 2 | -0/+2 |