Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | |
2016-12-01 | Remove previously deprecated FV Library method/rule prep_for_form() | Andrey Andreev | 1 | -32/+0 | |
2016-12-01 | Remove previously deprecated Javascript Library | Andrey Andreev | 3 | -1943/+0 | |
2016-12-01 | Remove previously deprecated Form Helper function form_prep() | Andrey Andreev | 1 | -19/+0 | |
2016-12-01 | Remove previously deprecated File Helper function read_file() | Andrey Andreev | 1 | -20/+0 | |
2016-12-01 | Remove previously deprecates String Helper functions trim_slashes(), repeater() | Andrey Andreev | 1 | -47/+0 | |
2016-12-01 | Remove previously deprecated HTML helper functions br(), nbs() | Andrey Andreev | 1 | -34/+0 | |
2016-12-01 | Remove previously deprecated Security Helper function do_hash() | Andrey Andreev | 1 | -24/+0 | |
2016-12-01 | Remove previously deprecated Date Helper function standard_date() | Andrey Andreev | 1 | -40/+0 | |
2016-12-01 | Remove previously deprecated Email Helper | Andrey Andreev | 1 | -84/+0 | |
2016-12-01 | Remove previously deprecated CI_Config::system_url() | Andrey Andreev | 1 | -14/+0 | |
2016-12-01 | Remove previously deprecated fetch_*() methods from CI_Router | Andrey Andreev | 1 | -43/+0 | |
2016-12-01 | Remove previously deprecated CI_Input::is_cli_request() | Andrey Andreev | 1 | -15/+0 | |
2016-12-01 | Remove a function_exists('escapeshellarg') check from CI_Upload | Andrey Andreev | 1 | -3/+1 | |
This didn't originally exist, but was changed due to #1494. We no longer tolerate such broken environments | |||||
2016-12-01 | Switch CI_Email::$validate to On by default | Andrey Andreev | 1 | -1/+1 | |
Relevant: #4844 | |||||
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 11 | -100/+80 | |
2016-12-01 | Fix #4844 | Andrey Andreev | 1 | -1/+1 | |
2016-12-01 | Fix #4927 | Andrey Andreev | 1 | -3/+4 | |
2016-11-29 | Fix #4923 | Andrey Andreev | 3 | -41/+33 | |
2016-11-23 | [ci skip] Deprecate nice_date() | Andrey Andreev | 1 | -0/+1 | |
2016-11-23 | Fix #4917 | Andrey Andreev | 1 | -2/+2 | |
2016-11-23 | [ci skip] Styling change after 21b7a2a2d00bd5645b2ca1afcfa4098e207292a4 | Andrey Andreev | 1 | -2/+2 | |
2016-11-22 | Add support for CURRENT_TIMESTAMP (and similar) defaults to date/time fields ↵ | Andrey Andreev | 1 | -12/+24 | |
in DB Forge As requested in #4852 | |||||
2016-11-22 | Fix #4916 | Andrey Andreev | 1 | -2/+2 | |
2016-11-14 | Fix #4905 | Andrey Andreev | 1 | -32/+8 | |
2016-11-07 | Fix #4902 | Andrey Andreev | 1 | -1/+1 | |
2016-11-03 | Fix #4679, for real | Andrey Andreev | 1 | -1/+1 | |
2016-11-01 | Merge pull request #4891 from gxgpet/develop_31102016 | Andrey Andreev | 1 | -7/+31 | |
Allow existing file rename-for-download in force_download() helper | |||||
2016-11-01 | strict comparison of 1. | George PETCULESCU | 1 | -1/+1 | |
2016-11-01 | fixed when $filename is an array with a different count than 1. | George PETCULESCU | 1 | -1/+6 | |