summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06Merge pull request #4825 from gxgpet/developAndrey Andreev1-9/+3
Download helper improvement on reading phase
2017-01-06Merge pull request #4765 from viitols/developAndrey Andreev1-0/+1
Fix CI_Email not sending User-Agent header
2017-01-06Merge pull request #4457 from KN4CK3R/developAndrey Andreev2-0/+6
Fix CI_Image_lib::get_image_properties() invalid image handling
2017-01-06Fix FV's valid_mac() on PHP 5.4Andrey Andreev1-1/+1
2017-01-06[ci skip] A cosmetic change to the PR #4251Andrey Andreev1-2/+2
2017-01-06[ci skip] Merge pull request #4251 from dimitribalazs/patch-2Andrey Andreev1-2/+3
Added alt attribute functionality to captcha helper
2017-01-06Add valid_mac() FV ruleAndrey Andreev2-0/+26
Close #3992
2017-01-06[ci skip] Add an empty line to PR #4962 patchAndrey Andreev1-0/+1
2017-01-05add empty line priorytetsuro1-1/+1
add empty line prior
2017-01-05oci8_forge add column bug fixytetsuro1-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] || -> ORAndrey Andreev1-1/+1
2017-01-04Close #4904Andrey Andreev2-5/+5
2017-01-03Merge pull request #4958 from boxsnake/developAndrey Andreev1-1/+1
Fix a bug where QB count_all_results() doesn't take into account qb_cache_orderby
2016-12-31Update copyright data to 2017Master Yoda162-324/+324
2016-12-231. Updated last comit with comment for ↵Alex Fang1-1/+1
https://github.com/bcit-ci/CodeIgniter/pull/4955
2016-12-22Fix bug: DB_query_builder do not add parenthesis for cached group_byAlex Fang1-1/+1
2016-12-16[ci skip] Remove a function_exists() call from CI_Image_libAndrey Andreev1-1/+1
We use this function elsewhere without checking for existence; nobody has complained
2016-12-15Small code simplification in character_limiter()vlakoff1-1/+1
2016-12-14Move csrf_verify() call out of CI_InputAndrey Andreev3-24/+7
2016-12-14Isolate CI_Security instantiation from CI_Input; improve testsAndrey Andreev3-11/+10
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev22-1049/+19
2016-12-14Remove dead parameter from form_upload()Andrey Andreev1-2/+1
Close #3558
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-160/+8
Close #4101
2016-12-14Remove 'global_xss_filtering' config settingAndrey Andreev2-25/+10
2016-12-14Remove 'allow_get_array', 'standardize_newlines' config settingsAndrey Andreev1-22/+1
2016-12-14Merge branch '3.1-stable' into developAndrey Andreev7-124/+42
2016-12-14Move 'standardize_newlines' proc out of CI_Input::_clean_input_data()Andrey Andreev1-17/+7
Preparation for CI_Input::_sanitize_globals() removal. Also, WTF?! I'm deprecating this functionality in 3.1.next.
2016-12-12Remove previously deprecated Cart LibraryAndrey Andreev1-567/+0
2016-12-12Remove previously deprecated Smiley HelperAndrey Andreev1-255/+0
2016-12-12Fix #4892 - update_batch()Andrey Andreev5-105/+27
Regression caused by 0c23e9122666a30797079bea9415da135d4f7e12 trying to fix #4871 Supersedes #4929
2016-12-12Really fix #4937Andrey Andreev1-6/+6
2016-12-12Merge pull request #4941 from aquilax/fix-pdo-sqlite-order_by-randAndrey Andreev1-1/+1
Fix order_by() random for pdo/sqlite driver
2016-12-10`_random_keyword` must be arrayaquilax1-1/+1
Signed-off-by: aquilax <aquilax@gmail.com>
2016-12-09[ci skip] Fix #4937Andrey Andreev1-13/+6
2016-12-01[ci skip] Fix #4928Andrey Andreev1-1/+4
2016-12-01Remove previously deprecated FV Library method/rule prep_for_form()Andrey Andreev1-32/+0
2016-12-01Remove previously deprecated Javascript LibraryAndrey Andreev3-1943/+0
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev1-19/+0
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev1-20/+0
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev1-47/+0
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-34/+0
2016-12-01Remove previously deprecated Security Helper function do_hash()Andrey Andreev1-24/+0
2016-12-01Remove previously deprecated Date Helper function standard_date()Andrey Andreev1-40/+0
2016-12-01Remove previously deprecated Email HelperAndrey Andreev1-84/+0
2016-12-01Remove previously deprecated CI_Config::system_url()Andrey Andreev1-14/+0
2016-12-01Remove previously deprecated fetch_*() methods from CI_RouterAndrey Andreev1-43/+0
2016-12-01Remove previously deprecated CI_Input::is_cli_request()Andrey Andreev1-15/+0
2016-12-01Remove a function_exists('escapeshellarg') check from CI_UploadAndrey Andreev1-3/+1
This didn't originally exist, but was changed due to #1494. We no longer tolerate such broken environments
2016-12-01Switch CI_Email::$validate to On by defaultAndrey Andreev1-1/+1
Relevant: #4844
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev11-100/+80