Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-27 | Downgraded log level for some pesky messages to INFO | sprakash4 | 4 | -6/+6 | |
2016-02-23 | Changed calls to class_exists to ignore __autoload() to match other calls | versalle88 | 1 | -1/+1 | |
2016-02-15 | Merge pull request #4453 from EpicKris/feature/Autoload-Driver-Object-Name | Andrey Andreev | 1 | -6/+10 | |
Autoload Driver Object Names | |||||
2016-02-15 | Remove reference usage from last commit ... it's useless | Andrey Andreev | 1 | -1/+1 | |
2016-02-15 | Pass CI_Config as a parameter to CI_URI constructor | Andrey Andreev | 2 | -3/+3 | |
2016-02-15 | Don't apply url_suffix, permitted_uri_chars to CLI requests | Andrey Andreev | 1 | -50/+68 | |
Close #4085 Close #4460 | |||||
2016-02-12 | Fixed syntax error. | Kristian Matthews | 1 | -1/+1 | |
Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2016-02-11 | Autoload Driver Object Names | Kristian Matthews | 1 | -6/+10 | |
Updated documentation for `$autoload['drivers']`. Updated loader to autoload drivers with object names the same as autoloading libraries. Signed-off-by: Kristian Matthews <kristian.matthews@me.com> | |||||
2016-02-09 | Merge pull request #4323 from ↵ | Andrey Andreev | 1 | -3/+20 | |
jspreddy/sai/log_line_formatting_extensibility_change Refactored CI_Log line formatting to allow extensibility | |||||
2016-02-08 | Doc block formatting change. | Sai Phaninder Reddy Jonnala | 1 | -4/+3 | |
2016-01-26 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2016-01-20 | [ci skip] Fix a documentation error on output cache times | Andrey Andreev | 1 | -1/+1 | |
2016-01-15 | Code styling changes as suggested by narfbg | Sai Phaninder Reddy Jonnala | 1 | -8/+10 | |
2016-01-13 | [ci skip] Mark the start of 3.0.5 development | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 21 | -21/+21 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 21 | -21/+21 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 21 | -42/+42 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 21 | -42/+42 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 21 | -42/+42 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 21 | -42/+42 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -1/+31 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-04 | Fix #4350 | Andrey Andreev | 1 | -1/+31 | |
2015-12-21 | fixing my blatant mistakes in styling the code | Sai Phaninder Reddy Jonnala | 1 | -6/+6 | |
2015-12-21 | Refactoring the `CI_Log` line formatting | Sai Phaninder Reddy Jonnala | 1 | -1/+17 | |
- Extracting the `CI_Log` line formatting into a protected function `_format_log_line()` so as to make it easy to change the log line format via extending the class and overriding the method. | |||||
2015-12-14 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -0/+16 | |
2015-12-07 | Merge pull request #4291 from b-kaxa/fix-phpdoc | Andrey Andreev | 2 | -1/+2 | |
[ci skip] phpdoc adjustments in CI_Router and CI_URI | |||||
2015-12-07 | replace spaces with tabs | b-kaxa | 1 | -1/+1 | |
2015-12-06 | fix phpdoc | b-kaxa | 2 | -1/+2 | |
2015-11-24 | Use PHP7's random_bytes() when possible | Andrey Andreev | 1 | -0/+16 | |
Close #4260 | |||||
2015-11-09 | Merge pull request #4217 from natesilva/fix-ipv6-base_url | Andrey Andreev | 1 | -1/+10 | |
Build base_url correctly if SERVER_ADDR is IPv6 | |||||
2015-11-06 | Minor formatting: add empty line after else close | Nate Silva | 1 | -0/+1 | |
2015-11-06 | Tweak to match CI coding style | Nate Silva | 1 | -1/+1 | |
2015-11-06 | Simpler way to detect an IPv6 address (strpos) | Nate Silva | 1 | -1/+1 | |
2015-11-05 | Build base_url correctly if SERVER_ADDR is IPv6 | Nate Silva | 1 | -1/+9 | |
2015-11-04 | Merge branch '3.0-stable' into develop | Andrey Andreev | 3 | -32/+47 | |
2015-11-04 | [ci skip] Start of 3.0.4 development | Andrey Andreev | 1 | -1/+1 | |
2015-10-31 | [ci skip] Update changelog, version & upgrade instructions | Andrey Andreev | 1 | -1/+1 | |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+2 | |
2015-10-31 | Harden xss_clean() | Andrey Andreev | 1 | -27/+39 | |
2015-10-30 | Fix #3201 | Andrey Andreev | 1 | -1/+6 | |
2015-10-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 6 | -111/+163 | |
2015-10-12 | [ci skip] This is 3.0.3-dev | Andrey Andreev | 1 | -1/+1 | |
2015-10-08 | [ci skip] Prepare 3.0.2 release | Andrey Andreev | 1 | -1/+1 | |
2015-10-05 | Some more intrusive XSS cleaning | Andrey Andreev | 1 | -5/+11 | |
2015-10-02 | More XSS stuff | Andrey Andreev | 1 | -1/+1 | |
2015-09-24 | Fix #4137 | Andrey Andreev | 1 | -1/+1 | |
2015-09-21 | More XSS stuff | Andrey Andreev | 1 | -3/+3 | |
2015-09-17 | Don't allow open-ended tags to pass through xss_clean() | Andrey Andreev | 1 | -4/+9 | |
This was a regression caused by the previous commit | |||||
2015-09-17 | Refactor 'evil attributes' sanitization logic | Andrey Andreev | 1 | -92/+66 | |
Turned out pretty much impossible to do remove 'evil attributes' with just one pattern - it either breaks something else, hits pcre.backtrack_limit or causes PHP to segfault. No benchmarks made, but there shouldn't be any performance regressions since we're now trying to strip attributes only after it is determined that they are inside a tag; up until now this was done seprately for _sanitize_naughty_html() and _remove_evil_attributes(). | |||||
2015-09-15 | Missing character in the evil attributes pattern | Andrey Andreev | 1 | -1/+1 | |