Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-26 | Minor fixes in CI_Security::entity_decode() | Andrey Andreev | 1 | -4/+4 | |
2015-03-26 | Add FSCommand and seekSegmentTime to evil HTML attributes list | Andrey Andreev | 1 | -1/+1 | |
2015-03-25 | Merge pull request #3696 from logsdon/develop | Andrey Andreev | 1 | -0/+5 | |
Allow html_escape() to accept empty arrays | |||||
2015-03-25 | Remove comment | Joshua Logsdon | 1 | -1/+0 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Return empty $var immediately | Joshua Logsdon | 1 | -6/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-25 | Fix #3694: Packages not overriding stock libraries | Andrey Andreev | 1 | -17/+30 | |
Related: #3692 | |||||
2015-03-24 | array_fill() throws an error if count($var) is 0 | Joshua Logsdon | 1 | -0/+6 | |
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com> | |||||
2015-03-18 | Updated CI_Input unit test and fixed error "undefined offset" caused by ↵ | Heesung Ahn | 1 | -2/+2 | |
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com> | |||||
2015-03-15 | [ci skip] Use DIRECTORY_SEPARATOR instead of / in CI_Config | Andrey Andreev | 1 | -1/+1 | |
2015-03-12 | Correct a comment link typo | bjjay | 1 | -1/+1 | |
2015-03-05 | Fix #3642 | Andrey Andreev | 1 | -7/+5 | |
2015-03-03 | Remove an unused var in CI_Log | Andrey Andreev | 1 | -8/+1 | |
Was suggested as part of PR #3630, which was rejected due to numerous other changes | |||||
2015-02-27 | Make CI_Input:: read-only as well | Andrey Andreev | 1 | -1/+5 | |
2015-02-27 | Fix #3633 | Andrey Andreev | 1 | -0/+1 | |
2015-02-27 | Eh ... really fix that notice (#3604) | Andrey Andreev | 1 | -0/+2 | |
2015-02-27 | Fix an E_NOTICE caused by #3604 | Andrey Andreev | 1 | -13/+30 | |
2015-02-26 | Merge pull request #3604 from Ignasimg/patch-1 | Andrey Andreev | 1 | -1/+15 | |
Add support for raw_input_stream | |||||
2015-02-26 | Update Input.php | Ignasimg | 1 | -3/+3 | |
2015-02-26 | funny tabs & spaces added and removed. | Ignasimg | 1 | -18/+20 | |
2015-02-22 | Common.php: set_status_header: Improve | Fieah | 1 | -46/+45 | |
1. Verify $code before define $stati 2. Only convert $code to int and define $stati when needed, possibly can save some memory. | |||||
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 1 | -53/+28 | |
2015-02-19 | Make set_status_header() a dummy under CLI | Andrey Andreev | 1 | -0/+5 | |
Close #3605 | |||||
2015-02-19 | documentation changes | Ignasimg | 1 | -8/+8 | |
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -28/+25 | |
Revert "fixes" for #167, #388, #705 (also #1326) as it turns out URL-decoding isn't compliant with the CGI/1.1 specification. RFC 3875: http://www.faqs.org/rfcs/rfc3875.html | |||||
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 1 | -21/+6 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 2 | -2/+4 | |
2015-02-09 | Fix #3579 | Andrey Andreev | 1 | -2/+2 | |
2015-02-06 | a tiny change | İrfan Evrens | 1 | -1/+1 | |
2015-02-06 | Update Input.php | Ignasimg | 1 | -9/+46 | |
Added support for json input stream. (Not tested) | |||||
2015-02-04 | Removed one more return value (CI_Loader::_ci_autoloader) | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 1 | -1/+1 | |
2015-02-03 | Documentation Fix | natepizzle | 1 | -1/+1 | |
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com> | |||||
2015-01-31 | Reduce once server protocol check | bjjay | 1 | -3/+2 | |
2015-01-30 | Log an error message if composer_autoload is not found. | Andrey Andreev | 1 | -2/+8 | |
2015-01-30 | [ci skip] Load vendor/autoload.php earlier | Andrey Andreev | 1 | -17/+17 | |
2015-01-29 | fix typo in comments | Claudio Galdiolo | 1 | -1/+1 | |
2015-01-27 | is_php() more accurate description | kakysha | 1 | -1/+1 | |
2015-01-22 | Um ... I meant autoload.php | Andrey Andreev | 1 | -1/+1 | |
#3497 | |||||
2015-01-22 | Don't try to include config/autoload.php if it doesn't exist | Andrey Andreev | 1 | -1/+5 | |
Related: #3497 | |||||
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 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 1 | -1/+14 | |
Support for microseconds in CI_Log | |||||
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 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-09 | Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4 | Andrey Andreev | 1 | -1/+6 | |
Related: #3057 Previous commit: 487d1ae060e6414e0a59c9752a4914fa3b8c4710 | |||||
2015-01-04 | Change order of hooks loading | vlakoff | 1 | -4/+4 | |
Let override hooks via environment-specific config. | |||||
2015-01-03 | Fix #3453 | Andrey Andreev | 1 | -1/+1 | |
Allow hyphens and underscores in language idioms. | |||||
2014-12-22 | fix typo in the comments | Claudio Galdiolo | 1 | -1/+1 | |