summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Remove dead parameter from form_upload()Andrey Andreev1-2/+1
2016-12-14Finally drop CI_Input::_sanitize_globals()Andrey Andreev1-160/+8
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
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
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
2016-12-10`_random_keyword` must be arrayaquilax1-1/+1
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
2016-12-01Switch CI_Email::$validate to On by defaultAndrey Andreev1-1/+1
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev11-100/+80
2016-12-01Fix #4844Andrey Andreev1-1/+1
2016-12-01Fix #4927Andrey Andreev1-3/+4
2016-11-29Fix #4923Andrey Andreev3-41/+33
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev1-0/+1
2016-11-23Fix #4917Andrey Andreev1-2/+2
2016-11-23[ci skip] Styling change after 21b7a2a2d00bd5645b2ca1afcfa4098e207292a4Andrey Andreev1-2/+2
2016-11-22Add support for CURRENT_TIMESTAMP (and similar) defaults to date/time fields ...Andrey Andreev1-12/+24
2016-11-22Fix #4916Andrey Andreev1-2/+2
2016-11-14Fix #4905Andrey Andreev1-32/+8
2016-11-07Fix #4902Andrey Andreev1-1/+1
2016-11-03Fix #4679, for realAndrey Andreev1-1/+1
2016-11-01Merge pull request #4891 from gxgpet/develop_31102016Andrey Andreev1-7/+31
2016-11-01strict comparison of 1.George PETCULESCU1-1/+1
2016-11-01fixed when $filename is an array with a different count than 1.George PETCULESCU1-1/+6
2016-11-01Fixed coding style (this time for real)gxgpet1-2/+2
2016-11-01if download helper receives a numeric array now it won't workGeorge Petculescu1-0/+5
2016-10-31[ci skip] Fix #4887Andrey Andreev1-13/+23
2016-10-31fixed coding style (2)George PETCULESCU1-1/+1
2016-10-31fixed coding styleGeorge PETCULESCU1-1/+1
2016-10-31Merge pull request #4893 from tianhe1986/develop_fix_dbdriver_quoteAndrey Andreev2-2/+2
2016-10-31Fix compile_binds: do not use back references inside a character class.tianhe19862-2/+2