Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
form_validation class.
|
|
|
|
|
|
|
|
|
|
|
|
set_message() and set_error_delimiters() functions.
|
|
helper from the menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
between the src and alt tags in the img() function.
|
|
|
|
|
|
|
|
|
|
segments.
|
|
|
|
extend CI_ classes.
|
|
|
|
|
|
for 2.0.
|
|
|
|
|
|
array to the load->library() function.
|
|
specified keys only. Differs from array_intersect_assoc() in that a default value can be provided for keys that do not exist in the supplied array
|
|
|
|
when using sanitize_filename() for user input
|
|
|
|
|
|
controllers implementing their own _output() methods
|
|
|
|
not found.
|
|
PHP versions < 5.1.2.
|
|
of parent::CI_Model.
|
|
|
|
|
|
sessions to auto-expire when the browser window is closed.
|
|
where validation is necessary or undesirable actions could occur by a user manipulating their cookies
|
|
clear() method in the Email lib
|
|
- Removed double-encoding with XOR scheme when Mcrypt is available. Additional obfuscation was not significantly aiding security, and came at a very high performance cost.
- Changed the default encryption mode from ECB to CBC for much improved security
- Added an encode_from_legacy() method to allow re-encoding of permanent data that was originally encoded with the older methods.
|
|
when an empty string is attempted to be used as an encryption key
|
|
|