Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-04 | [ci skip] Protect CSRF verification from timing side-channel attacks | Andrey Andreev | 1 | -0/+1 | |
2017-01-04 | Fix an XSS vulnerability | Andrey Andreev | 1 | -0/+4 | |
2017-01-03 | [ci skip] Correct changelog entry for issue #4804, again | Andrey Andreev | 1 | -1/+1 | |
2017-01-03 | [ci skip] Correct changelog entry for issue #4804 | Andrey Andreev | 1 | -1/+1 | |
2017-01-03 | Fix #4804 | Andrey Andreev | 1 | -0/+1 | |
2017-01-03 | [ci skip] Add changelog entry for PR #4958 | Andrey Andreev | 1 | -0/+1 | |
2017-01-03 | [ci skip] Fix 4953 | Andrey Andreev | 1 | -0/+1 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 2 | -3/+3 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 2 | -3/+3 | |
2016-12-16 | Merge pull request #4947 from slax0rr/develop | Andrey Andreev | 2 | -6/+3 | |
[ci skip] Remove needless constructor in model general topics documentation | |||||
2016-12-16 | Add constructor comments to match controller docs | Tomaz Lovrec | 2 | -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-16 | Remove needless constructor in model documentation | Tomaz Lovrec | 1 | -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-14 | Drop all PHP 5.3-related code | Andrey Andreev | 4 | -11/+7 | |
2016-12-14 | [ci skip] More doc changes related to PHP 5.4.8 requirement | Andrey Andreev | 6 | -20/+30 | |
2016-12-14 | [ci skip] Require PHP 5.4.8 as the absolute minimum | Andrey Andreev | 1 | -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 commit | Andrey Andreev | 3 | -20/+52 | |
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 2 | -23/+23 | |
Close #4101 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 3 | -30/+10 | |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 3 | -6/+7 | |
2016-12-14 | [ci skip] Fix a changelog entry typo | Andrey Andreev | 1 | -1/+1 | |
2016-12-14 | [ci skip] Fix a changelog entry typo | Andrey Andreev | 1 | -1/+1 | |
2016-12-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 2 | -0/+20 | |
2016-12-14 | [ci skip] Deprecate 'allow_get_array', 'standardize_newlines' | Andrey Andreev | 2 | -0/+16 | |
2016-12-12 | Remove previously deprecated Cart Library | Andrey Andreev | 4 | -415/+17 | |
2016-12-12 | Remove previously deprecated Smiley Helper | Andrey Andreev | 5 | -180/+14 | |
2016-12-12 | Fix #4892 - update_batch() | Andrey Andreev | 1 | -0/+1 | |
Regression caused by 0c23e9122666a30797079bea9415da135d4f7e12 trying to fix #4871 Supersedes #4929 | |||||
2016-12-12 | [ci skip] Add changelog entry for PR #4941 | Andrey Andreev | 1 | -0/+1 | |
2016-12-09 | [ci skip] Fix #4937 | Andrey Andreev | 1 | -0/+1 | |
2016-12-01 | [ci skip] Fix #4928 | Andrey Andreev | 1 | -0/+1 | |
2016-12-01 | [ci skip] Mark a historical docs note as written by EllisLab | Andrey Andreev | 1 | -1/+1 | |
2016-12-01 | Remove previously deprecated FV Library method/rule prep_for_form() | Andrey Andreev | 3 | -3/+4 | |
2016-12-01 | Remove previously deprecated Javascript Library | Andrey Andreev | 4 | -324/+5 | |
2016-12-01 | Remove previously deprecated Form Helper function form_prep() | Andrey Andreev | 4 | -23/+8 | |
2016-12-01 | Remove previously deprecated File Helper function read_file() | Andrey Andreev | 3 | -27/+3 | |
2016-12-01 | Remove previously deprecates String Helper functions trim_slashes(), repeater() | Andrey Andreev | 4 | -40/+8 | |
2016-12-01 | Remove previously deprecated HTML helper functions br(), nbs() | Andrey Andreev | 3 | -41/+4 | |
2016-12-01 | Remove previously deprecated Security Helper function do_hash() | Andrey Andreev | 3 | -30/+7 | |
2016-12-01 | Remove previously deprecated Date Helper function standard_date() | Andrey Andreev | 3 | -42/+5 | |
2016-12-01 | Remove previously deprecated Email Helper | Andrey Andreev | 4 | -83/+12 | |
2016-12-01 | Remove previously deprecated CI_Config::system_url() | Andrey Andreev | 3 | -11/+2 | |
2016-12-01 | Remove previously deprecated fetch_*() methods from CI_Router | Andrey Andreev | 2 | -1/+5 | |
2016-12-01 | Remove previously deprecated CI_Input::is_cli_request() | Andrey Andreev | 3 | -19/+9 | |
2016-12-01 | Fix steps numbering in 3.2.0 upgrade instructions | Andrey Andreev | 1 | -2/+2 | |
Broken in d76431db46e04d650c1c538493021cdf336d1301 | |||||
2016-12-01 | Switch CI_Email::$validate to On by default | Andrey Andreev | 3 | -2/+20 | |
Relevant: #4844 | |||||
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -5/+50 | |
2016-12-01 | Fix #4844 | Andrey Andreev | 1 | -0/+1 | |
2016-12-01 | Fix #4927 | Andrey Andreev | 1 | -0/+1 | |
2016-11-29 | Fix #4923 | Andrey Andreev | 1 | -0/+1 | |
2016-11-23 | [ci skip] Fix a changelog entry reference | Andrey Andreev | 1 | -1/+1 | |
2016-11-23 | [ci skip] Deprecate nice_date() | Andrey Andreev | 3 | -2/+27 | |