summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13Add user-guide.tianhe19861-0/+46
Signed-off-by: tianhe1986 <w1s2j3229@163.com>
2017-02-11Increase version in userguide to 3.1.4-devZach Ploskey1-2/+2
The version number was not increased after the 3.1.3 release.
2017-02-06[ci skip] Add changelog entries for PR #5006Andrey Andreev1-0/+2
2017-02-01Fix a CI_Input::set_cookie() bugAndrey Andreev3-4/+5
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters
2017-01-30[ci skip] Fix #5002Andrey Andreev1-2/+2
2017-01-23[ci skip] Add changelog entry for PR #4030Andrey Andreev1-0/+1
2017-01-23[ci skip] Add changelog entries for PR #4990Andrey Andreev1-0/+2
2017-01-19hash_pbkdf2() byte-safetyAndrey Andreev1-1/+1
2017-01-19More byte-safetyAndrey Andreev1-0/+3
2017-01-19Fix byte-safety issues & actually test for themAndrey Andreev1-2/+9
2017-01-17[ci skip] Add changelog entry for #4987Andrey Andreev1-0/+1
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev15-17/+17
Spelling fixes in comment blocks and docs
2017-01-16spelling fixesklemens16-18/+18
2017-01-11[ci skip] Add a changelog entry for 37226c036a52ae857b13109774b1cdfc4b1d4db9Andrey Andreev1-0/+1
2017-01-11[ci skip] Add changelog entry for #4977Andrey Andreev1-0/+1
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev5-4/+48
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-10[ci skip] CI_Image_lib to set gd.jpeg_ignore_warning = 1Andrey Andreev1-0/+4
See #4967
2017-01-10Add a testcase and changelog entry for #4975Andrey Andreev1-0/+4
2017-01-09[ci skip] Mark the beginning of 3.1.4-devAndrey Andreev5-3/+25
2017-01-09[ci skip] Prepare 3.1.3 releaseAndrey Andreev3-4/+4
2017-01-09Merge branch 'security' into 3.1-stableAndrey Andreev1-0/+8
2017-01-06[ci skip] Add changelog entry for PR #4825Andrey Andreev1-1/+5
2017-01-06[ci skip] Add a changelog entry for #4765Andrey Andreev1-0/+1
2017-01-06[ci skip] Add a changelog entry for #4457Andrey Andreev1-0/+1
2017-01-06[ci skip] Add changelog entry for PR #4251Andrey Andreev1-0/+1
2017-01-06[ci skip] Correct FV docs on valid_ip accepting a paramAndrey Andreev1-1/+1
2017-01-06Add valid_mac() FV ruleAndrey Andreev2-0/+2
Close #3992
2017-01-06[ci skip] Add a changelog entry for #4963Andrey Andreev1-0/+1
2017-01-06[ci skip] Add a changelog entry for #4962Andrey Andreev1-0/+1
2017-01-04Close #4904Andrey Andreev2-4/+6
2017-01-04Fix a possible file inclusion vulnerability in CI_Loader::vars()Andrey Andreev1-0/+1
2017-01-04[ci skip] Try to mitigate BREACH attacks against CSRF tokensAndrey Andreev1-0/+1
2017-01-04[ci skip] Protect CSRF verification from timing side-channel attacksAndrey Andreev1-0/+1
2017-01-04Fix an XSS vulnerabilityAndrey Andreev1-0/+4
2017-01-03[ci skip] Correct changelog entry for issue #4804, againAndrey Andreev1-1/+1
2017-01-03[ci skip] Correct changelog entry for issue #4804Andrey Andreev1-1/+1
2017-01-03Fix #4804Andrey Andreev1-0/+1
2017-01-03[ci skip] Add changelog entry for PR #4958Andrey Andreev1-0/+1
2017-01-03[ci skip] Fix 4953Andrey Andreev1-0/+1
2017-01-03[ci skip] Update year to 2017 in user_guide_src/cilexerAndrey Andreev1-3/+3
2017-01-03[ci skip] Update year to 2017 in user_guide_src/cilexerAndrey Andreev1-3/+3
2017-01-03Update copyright data to 2017Master Yoda2-3/+3
2016-12-31Update copyright data to 2017Master Yoda2-3/+3
2016-12-16Merge pull request #4947 from slax0rr/developAndrey Andreev2-6/+3
[ci skip] Remove needless constructor in model general topics documentation
2016-12-16Add constructor comments to match controller docsTomaz Lovrec2-0/+3
Empty constructors are pointless and bad practice, but removing them from this part of the documentation makes it less readable, makes less of a point, and would be quite frankly weird. Added a comment that suggests that further user code should be put there, like it is in the controller documentation
2016-12-16Remove needless constructor in model documentationTomaz Lovrec1-6/+0
PHP will execute the parent constructor regardless if a constructor method is defined in the child class or not. Defining an empty constructor just to call the parents constructor can be considered bad practice.
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev4-11/+7
2016-12-14[ci skip] More doc changes related to PHP 5.4.8 requirementAndrey Andreev6-20/+30
2016-12-14[ci skip] Require PHP 5.4.8 as the absolute minimumAndrey Andreev1-0/+4
We stopped testing this branch on 5.3 long ago
2016-12-14[ci skip] Update changelog; add an entry & upgrade instructions for last commitAndrey Andreev3-20/+52