Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
->input->is_cli_request();
|
|
protection
|
|
$this->email->initialize().
|
|
can optionally check for a specific browser or mobile device.
|
|
|
|
|
|
set_value('name[]');
|
|
|
|
Also tweaked his regex_match changes.
|
|
|
|
callback which is passed to call_user_func().
|
|
|
|
|
|
split so that no regex breaks the rule splitting.
|
|
|
|
will be taken from the uploaded file instead of the given name.
|
|
|
|
|
|
|
|
set_message() and set_error_delimiters() functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on some hosts
|
|
|
|
|
|
when using sanitize_filename() for user input
|
|
fixes #173
|
|
|
|
|
|
|
|
http://bitbucket.org/ellislab/codeigniter/issue/38/slight-bug-with-profilerphp
Slight tweak to SQL query display in output profiler.
|
|
http://bitbucket.org/ellislab/codeigniter/issue/111/profiler-output-does-not-validate
|
|
instead of the fetched variable
|
|
sessions to auto-expire when the browser window is closed.
|
|
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
|
|
config file, for additional assurance that session manipulation can be prevented
|
|
operations when using the GD lib.
|
|
|
|
the CI lang file from loading. Fixes #473
|