summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Remove previously deprecated Form Helper function form_prep()Andrey Andreev6-58/+8
2016-12-01Remove previously deprecated File Helper function read_file()Andrey Andreev5-61/+4
2016-12-01Remove previously deprecates String Helper functions trim_slashes(), repeater()Andrey Andreev6-118/+9
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev5-90/+5
2016-12-01Remove previously deprecated Security Helper function do_hash()Andrey Andreev5-79/+8
2016-12-01Remove previously deprecated Date Helper function standard_date()Andrey Andreev5-182/+5
2016-12-01Remove tests broken by the func removals from last few commitsAndrey Andreev2-32/+1
2016-12-01Remove previously deprecated Email HelperAndrey Andreev5-167/+12
2016-12-01Remove previously deprecated CI_Config::system_url()Andrey Andreev4-25/+2
2016-12-01Remove previously deprecated fetch_*() methods from CI_RouterAndrey Andreev3-44/+5
2016-12-01Remove previously deprecated CI_Input::is_cli_request()Andrey Andreev4-34/+9
2016-12-01Fix steps numbering in 3.2.0 upgrade instructionsAndrey Andreev1-2/+2
Broken in d76431db46e04d650c1c538493021cdf336d1301
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 Andreev4-3/+21
Relevant: #4844
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev17-107/+140
2016-12-01Fix #4844Andrey Andreev2-1/+2
2016-12-01Fix #4927Andrey Andreev2-3/+5
2016-11-29Fix #4923Andrey Andreev4-41/+34
2016-11-23[ci skip] Fix a changelog entry referenceAndrey Andreev1-1/+1
2016-11-23[ci skip] Deprecate nice_date()Andrey Andreev4-2/+28
2016-11-23Fix #4917Andrey Andreev3-2/+11
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 Andreev2-13/+29
in DB Forge As requested in #4852
2016-11-22Fix #4916Andrey Andreev2-2/+3
2016-11-21[ci skip] Specify sphinxcontrib-phpdomain 0.1.3.post1 versionAndrey Andreev2-5/+5
Our Sphinx dependencies suck
2016-11-21[ci skip] Fix a changelog entry linkAndrey Andreev1-1/+1
2016-11-14Fix #4905Andrey Andreev2-32/+9
2016-11-07Fix #4902Andrey Andreev2-1/+2
2016-11-03Fix #4679, for realAndrey Andreev2-1/+2
2016-11-01[ci skip] Add changelog entry for PR #4891Andrey Andreev1-0/+1
2016-11-01Merge pull request #4891 from gxgpet/develop_31102016Andrey Andreev2-11/+44
Allow existing file rename-for-download in force_download() helper
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-01Merge pull request #4895 from gxgpet/develop_01112016Andrey Andreev1-0/+19
Unit-testing for ordinal_format() (Inflector helper)
2016-11-01small typoGeorge PETCULESCU1-1/+1
2016-11-01added tests for ordinal_format() helper function (Inflector helper)George PETCULESCU1-0/+19
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 Andreev2-13/+24
2016-10-31refactorised Docs (parts) of Download helper.George PETCULESCU1-3/+4
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
Fix compile_binds: do not use back references inside a character class.
2016-10-31Merge pull request #4893 from tianhe1986/develop_fix_dbdriver_quoteAndrey Andreev2-2/+2
Fix compile_binds: do not use back references inside a character class.
2016-10-31Fix compile_binds: do not use back references inside a character class.tianhe19862-2/+2
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2016-10-31Fix #4890Andrey Andreev2-4/+5
2016-10-31[ci skip] Add changelog entry for #4886Andrey Andreev1-0/+10
2016-10-31Merge pull request #4886 from tianhe1986/develop_dbdriver_quoteAndrey Andreev2-2/+2
Detect double-quoted strings in DB::compile_binds()
2016-10-31Merge pull request #4886 from tianhe1986/develop_dbdriver_quoteAndrey Andreev2-2/+2
Detect double-quoted strings in DB::compile_binds()
2016-10-31single entry restriction if $filename is an arrayGeorge Petculescu1-1/+1