Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-06 | Merge pull request #4765 from viitols/develop | Andrey Andreev | 1 | -0/+1 | |
Fix CI_Email not sending User-Agent header | |||||
2017-01-06 | [ci skip] Cosmetich changes to CI_Image_lib::get_image_properties() | Andrey Andreev | 1 | -14/+15 | |
2017-01-06 | Merge pull request #4457 from KN4CK3R/develop | Andrey Andreev | 2 | -0/+6 | |
Fix CI_Image_lib::get_image_properties() invalid image handling | |||||
2017-01-06 | Merge pull request #4457 from KN4CK3R/develop | Andrey Andreev | 2 | -0/+6 | |
Fix CI_Image_lib::get_image_properties() invalid image handling | |||||
2017-01-06 | Fix FV's valid_mac() on PHP 5.4 | Andrey Andreev | 1 | -1/+1 | |
2017-01-06 | [ci skip] A cosmetic change to the PR #4251 | Andrey Andreev | 1 | -2/+2 | |
2017-01-06 | [ci skip] Merge pull request #4251 from dimitribalazs/patch-2 | Andrey Andreev | 1 | -2/+3 | |
Added alt attribute functionality to captcha helper | |||||
2017-01-06 | Add valid_mac() FV rule | Andrey Andreev | 2 | -0/+26 | |
Close #3992 | |||||
2017-01-06 | [ci skip] Add an empty line to PR #4962 patch | Andrey Andreev | 1 | -0/+1 | |
2017-01-06 | [ci skip] Add an empty line to PR #4962 patch | Andrey Andreev | 1 | -0/+1 | |
2017-01-06 | [ci skip] Merge pull request #4962 from ytetsuro/patch-2 | Andrey Andreev | 1 | -1/+2 | |
oci8_forge add column bug fix | |||||
2017-01-05 | Address #4963 | Andrey Andreev | 1 | -7/+47 | |
Would supersede PR #4966 | |||||
2017-01-05 | Address #4963 | Andrey Andreev | 1 | -7/+47 | |
Would supersede PR #4966 | |||||
2017-01-05 | add empty line prior | ytetsuro | 1 | -1/+1 | |
add empty line prior | |||||
2017-01-05 | oci8_forge add column bug fix | ytetsuro | 1 | -1/+2 | |
Notice Error Array to string conversion $this->dbforge->add_column('sample', [ 'column_name1' => [ 'type' => 'char', 'default' => '0' ], 'column_name2' => [ 'type' => 'char', 'default' => '0' ] ]); | |||||
2017-01-05 | [ci skip] || -> OR | Andrey Andreev | 1 | -1/+1 | |
2017-01-04 | Close #4904 | Andrey Andreev | 2 | -5/+5 | |
2017-01-04 | Fix a possible file inclusion vulnerability in CI_Loader::vars() | Andrey Andreev | 1 | -30/+28 | |
2017-01-04 | [ci skip] Try to mitigate BREACH attacks against CSRF tokens | Andrey Andreev | 1 | -6/+35 | |
2017-01-04 | [ci skip] Protect CSRF verification from timing side-channel attacks | Andrey Andreev | 1 | -6/+8 | |
2017-01-04 | Fix an XSS vulnerability | Andrey Andreev | 1 | -1/+1 | |
2017-01-03 | Fix #4804 | Andrey Andreev | 1 | -1/+1 | |
2017-01-03 | Merge pull request #4958 from boxsnake/develop | Andrey Andreev | 1 | -1/+1 | |
Fix a bug where QB count_all_results() doesn't take into account qb_cache_orderby | |||||
2017-01-03 | Merge pull request #4958 from boxsnake/develop | Andrey Andreev | 1 | -1/+1 | |
Fix a bug where QB count_all_results() doesn't take into account qb_cache_orderby | |||||
2017-01-03 | [ci skip] Fix 4953 | Andrey Andreev | 1 | -1/+1 | |
2017-01-03 | [ci skip] Update year number in remaining files that were recently deleted ↵ | Andrey Andreev | 10 | -20/+20 | |
from develop | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 162 | -324/+324 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 162 | -324/+324 | |
2016-12-23 | 1. Updated last comit with comment for ↵ | Alex Fang | 1 | -1/+1 | |
https://github.com/bcit-ci/CodeIgniter/pull/4955 | |||||
2016-12-22 | Fix bug: DB_query_builder do not add parenthesis for cached group_by | Alex Fang | 1 | -1/+1 | |
2016-12-16 | [ci skip] Remove a function_exists() call from CI_Image_lib | Andrey Andreev | 1 | -1/+1 | |
We use this function elsewhere without checking for existence; nobody has complained | |||||
2016-12-16 | Merge pull request #4945 from vlakoff/text_helper | Andrey Andreev | 1 | -1/+1 | |
Small code simplification in character_limiter() | |||||
2016-12-15 | Small code simplification in character_limiter() | vlakoff | 1 | -1/+1 | |
2016-12-14 | Move csrf_verify() call out of CI_Input | Andrey Andreev | 3 | -24/+7 | |
2016-12-14 | Isolate CI_Security instantiation from CI_Input; improve tests | Andrey Andreev | 3 | -11/+10 | |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 22 | -1049/+19 | |
2016-12-14 | Remove dead parameter from form_upload() | Andrey Andreev | 1 | -2/+1 | |
Close #3558 | |||||
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 1 | -160/+8 | |
Close #4101 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 2 | -25/+10 | |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 1 | -22/+1 | |
2016-12-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 7 | -124/+42 | |
2016-12-14 | Move 'standardize_newlines' proc out of CI_Input::_clean_input_data() | Andrey Andreev | 1 | -17/+7 | |
Preparation for CI_Input::_sanitize_globals() removal. Also, WTF?! I'm deprecating this functionality in 3.1.next. | |||||
2016-12-12 | Remove previously deprecated Cart Library | Andrey Andreev | 1 | -567/+0 | |
2016-12-12 | Remove previously deprecated Smiley Helper | Andrey Andreev | 1 | -255/+0 | |
2016-12-12 | Fix #4892 - update_batch() | Andrey Andreev | 5 | -105/+27 | |
Regression caused by 0c23e9122666a30797079bea9415da135d4f7e12 trying to fix #4871 Supersedes #4929 | |||||
2016-12-12 | Really fix #4937 | Andrey Andreev | 1 | -6/+6 | |
2016-12-12 | Merge pull request #4941 from aquilax/fix-pdo-sqlite-order_by-rand | Andrey Andreev | 1 | -1/+1 | |
Fix order_by() random for pdo/sqlite driver | |||||
2016-12-10 | `_random_keyword` must be array | aquilax | 1 | -1/+1 | |
Signed-off-by: aquilax <aquilax@gmail.com> | |||||
2016-12-09 | [ci skip] Fix #4937 | Andrey Andreev | 1 | -13/+6 | |
2016-12-01 | [ci skip] Fix #4928 | Andrey Andreev | 1 | -1/+4 | |