Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-20 | [ci skip] Fix #3985 | Andrey Andreev | 1 | -1/+1 | |
2015-06-18 | Remove superfluous *Best Practices* parenthetical | Aaron Melocik | 1 | -2/+2 | |
In the documentation at user_guide/general/security.html#best-practices, the 3-item list has a superfluous parenthetical that is also misplaced. This parenthetical currently is at the end of the first list item, though it refers to a step that can replace the first item. As per narfbg's request in PR https://github.com/bcit-ci/CodeIgniter/pull/3915, this change removes the parenthetical entirely. The change is: BEFORE: #. Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one) #. Filter the data as if it were tainted. #. Escape the data before submitting it into your database or outputting it to a browser. AFTER: #. Validate the data to ensure it conforms to the correct type, length, size, etc. #. Filter the data as if it were tainted. #. Escape the data before submitting it into your database or outputting it to a browser. | |||||
2015-05-13 | [ci skip] Fix an erroneous doc link | Andrey Andreev | 1 | -2/+2 | |
Close #3851 | |||||
2015-05-08 | update userguide | ftwbzhao | 1 | -0/+1 | |
2015-04-30 | Fix typos in user guide. | Master Yoda | 1 | -1/+1 | |
Corrected "csrf_regenerate" in libraries/security.rst (it read "csrf_regeneration", incorrect per source code). Corrected "blog" as default controller in general/controllers.rst (it read "Blog", not per convention). | |||||
2015-03-31 | [ci skip] Update security recommendations | Andrey Andreev | 1 | -4/+8 | |
2015-03-25 | Fixed user guide internal & external links to resolve problems reported by ↵ | Master Yoda | 3 | -7/+7 | |
sphinx "make linkcheck" Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-03-21 | [ci skip] Remove an obsolete note about references | Andrey Andreev | 1 | -14/+6 | |
Close #3686 | |||||
2015-02-24 | [ci skip] Add a note about pbkdf2 in security guide | Andrey Andreev | 1 | -0/+4 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 6 | -42/+42 | |
2015-02-02 | [ci skip] Fix indentation in erro handling docs | Andrey Andreev | 1 | -54/+63 | |
2015-01-30 | Incorporated suggested changes. | Master Yoda | 1 | -9/+7 | |
Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-29 | Clarified the template folder for errors. | Master Yoda | 1 | -3/+7 | |
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca> | |||||
2015-01-27 | Fixed #3516 | Razican | 1 | -1/+1 | |
Signed-off-by: Razican <admin@razican.com> | |||||
2015-01-25 | Small fixes in documentation | vlakoff | 1 | -1/+1 | |
2015-01-22 | Update documentation about PHP files closing | vlakoff | 2 | -27/+2 | |
2015-01-21 | [ci skip] Update security guide | Andrey Andreev | 1 | -9/+93 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -3/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-12 | [ci skip] Make it clear that PHP <5.4 usage is discouraged | Andrey Andreev | 2 | -7/+12 | |
Related: #3450 | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 2 | -5/+5 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-04 | Update reserved controller names | vlakoff | 1 | -3/+1 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 1 | -0/+1 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
2014-10-29 | [ci skip] Update some (docs) links | Andrey Andreev | 2 | -16/+20 | |
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -1/+1 | |
2014-10-22 | Close #3280 | Andrey Andreev | 1 | -1/+1 | |
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -1/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-09-20 | Fix examples in documentation | vlakoff | 2 | -2/+2 | |
2014-08-27 | [ci skip] Fix routing documentation (#3192) | Andrey Andreev | 1 | -3/+1 | |
It described a feature that doesn't exist. | |||||
2014-07-12 | [ci skip] Add a note about CI_Driver (issue #3140) | Andrey Andreev | 1 | -1/+5 | |
2014-07-11 | Add setting ['composer_autoload'] | Andrey Andreev | 1 | -1/+5 | |
Supersedes PR #3132 | |||||
2014-07-07 | Add a backport (compat) for quoted_printable_encode() | Andrey Andreev | 1 | -1/+10 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 1 | -15/+23 | |
2014-05-22 | Update profiling.rst | Manu Ganji | 1 | -2/+2 | |
correcting rst syntax | |||||
2014-05-22 | Update profiling.rst | Manu Ganji | 1 | -2/+4 | |
There is some confusion about how to enable profiling for queries. This will save some time for devs who want to debug their generated SQL. | |||||
2014-05-09 | Add hash_equals() to ext/hash compat layer | Andrey Andreev | 1 | -2/+13 | |
Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented). RFC: https://wiki.php.net/rfc/timing_attack (Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.) | |||||
2014-04-12 | Small documentation update | vlakoff | 1 | -2/+0 | |
As the error templates are now by default inside the views folder. | |||||
2014-04-05 | Remove default parameter value of is_php() | vlakoff | 1 | -2/+2 | |
It was simply pointless. | |||||
2014-03-05 | Add support for simpler (Callable) hooks (issue #2917) | Andrey Andreev | 1 | -1/+9 | |
2014-02-19 | Add compatibility layer for array_column(), array_replace(), ↵ | Andrey Andreev | 1 | -1/+51 | |
array_replace_recursive() | |||||
2014-02-18 | Add an ext/hash compatibility layer (just hash_pbkdf2(), for now) | Andrey Andreev | 1 | -0/+29 | |
2014-02-13 | [ci skip] Add compatibility functions documentation + Sphinx build fixes for ↵ | Andrey Andreev | 2 | -0/+158 | |
Cart | |||||
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 1 | -0/+3 | |
2014-02-11 | "BASEPATH check" consistency | darwinel | 1 | -1/+2 | |
As described in issue #2870 + A change in the „How to create a library” example in the user_guide | |||||
2014-02-07 | [ci skip] Add return types to common and error handling functions docs | Andrey Andreev | 2 | -25/+25 | |
2014-02-07 | Merge branch 'develop' into 'feature/user-guide-cleanup' | Andrey Andreev | 1 | -1/+6 | |
2014-02-03 | [ci skip] Update info on function_usable | Andrey Andreev | 1 | -1/+6 | |
2014-01-24 | [ci skip] Add a note to the is_really_writable() docs | Andrey Andreev | 1 | -3/+5 | |
2014-01-24 | update to errorfunc url | Connor Tumbleson | 1 | -1/+1 | |
2014-01-24 | fix bad url | Connor Tumbleson | 1 | -1/+1 | |
2014-01-20 | [ci skip] Replace incorrect usage of 'then', where it should be 'than' | Andrey Andreev | 2 | -2/+2 | |