Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-18 | removed unnecessary assignment | blowdoof | 1 | -1/+0 | |
2013-10-18 | Style correction | blowdoof | 1 | -6/+6 | |
2013-10-18 | Fix on sqlsrv_forge drop_table | tino | 1 | -1/+8 | |
2013-10-18 | Bugfix on truncate command | tino | 1 | -1/+1 | |
2013-08-05 | Suhosin compatible emails | PlamenVasilev | 1 | -4/+4 | |
Fix problems with Suhosin and sending emails trough php mail() | |||||
2013-07-08 | Revert "Updating User Guide for 2.1.4." | Wes Baker | 1 | -1/+1 | |
This reverts commit c5f99fdcc5c4a918b5b8fe3ddbd56ab25ad1c22b. Signed-off-by: Wes Baker <wes@wesbaker.com> | |||||
2013-07-08 | Updating User Guide for 2.1.4. | Wes Baker | 2 | -2/+2 | |
2013-07-05 | Added small improvement to the _remove_evil_attributes function | brian978 | 1 | -7/+6 | |
Signed-off-by: brian978 <dbrian89@yahoo.com> Signed-off-by: Wes Baker <wes@wesbaker.com> Conflicts: system/core/Security.php | |||||
2013-03-15 | Email library: htmlspecialchars for _header_str | moi90 | 1 | -1/+1 | |
2012-11-05 | Error on line 1407 of db_active_rec.php traces to mis-named variables | Patrick Zeinert | 1 | -1/+1 | |
Corrected variables to $k2 and $v2 | |||||
2012-10-28 | Fix language typo in Migrations library | Michael Brooks | 1 | -1/+1 | |
lang and line were out of order | |||||
2012-10-08 | Really fix #1715 | Andrey Andreev | 1 | -1/+1 | |
2012-10-08 | Fix issue #1715 | Andrey Andreev | 1 | -4/+4 | |
2012-10-07 | Bump version number to 2.1.3 | Andrey Andreev | 2 | -3/+3 | |
2012-10-06 | Backport security fixes | Andrey Andreev | 1 | -26/+25 | |
2012-10-06 | Fix issues #227 and #907 | Andrey Andreev | 1 | -32/+31 | |
2012-10-04 | Backport fix for issue #1699 | Andrey Andreev | 1 | -21/+11 | |
2012-09-05 | Backport a fix for oci8_result::num_rows() | Andrey Andreev | 1 | -6/+4 | |
2012-08-01 | Style fix and changelog entry for pull #1675 | Andrey Andreev | 1 | -1/+1 | |
2012-07-31 | Fix warning by profiler when userdata has objects | Raul Baldner junior | 1 | -1/+1 | |
If session data has objects and profiler is enabled, a warning is trown: > A PHP Error was encountered > Severity: Warning > Message: htmlspecialchars() expects parameter 1 to be string, object given > Filename: libraries/Profiler.php > Line Number: 514 | |||||
2012-07-24 | Change is_loaded() to return a reference | Andrey Andreev | 1 | -1/+1 | |
2012-07-18 | Backport fix for issue #1314 | Andrey Andreev | 1 | -2/+5 | |
2012-07-09 | Alter CI_DB_pdo_result::num_rows() | Andrey Andreev | 1 | -11/+12 | |
2012-07-04 | Backport CI_Config::load() optimization from pull #1571 | Andrey Andreev | 1 | -6/+6 | |
2012-07-02 | Fix issue #1543 | Andrey Andreev | 1 | -6/+5 | |
2012-06-29 | Bumping version number to 2.1.2. | Wes Baker | 5 | -5/+5 | |
2012-06-29 | Updating XSS cleaning to better handle base64 encoded attributes. | Wes Baker | 1 | -70/+81 | |
Conflicts: system/core/Security.php | |||||
2012-06-13 | Revert a preg_replace() | Andrey Andreev | 1 | -1/+1 | |
2012-06-13 | Switch strstr() arguments | Andrey Andreev | 1 | -1/+1 | |
2012-06-13 | Fixed conflicts between git flow 2.1.1 and non-flow 2.1.1 | Phil Sturgeon | 13 | -13/+13 | |
2012-06-13 | Revert from() alias escaping fix - it was breaking more stuff | Andrey Andreev | 1 | -5/+3 | |
2012-06-11 | Fixed conflicts | Phil Sturgeon | 8 | -33/+187 | |
Why were there conflicts merging into master? | |||||
2012-06-07 | Revert a change | Andrey Andreev | 1 | -1/+1 | |
2012-06-07 | Fixed valid_ip() for PHP < 5.2 | Andrey Andreev | 1 | -22/+21 | |
2012-06-07 | Adding IPv6 support to the Input and Form_validation libraries. | Pascal Kriete | 2 | -5/+134 | |
2012-05-27 | Merge branch '2.1-stable' of github.com:EllisLab/CodeIgniter into 2.1-stable | Phil Sturgeon | 1 | -1/+1 | |
2012-05-27 | Driver_Library had $lib_name set as static, and used non-static | Phil Sturgeon | 1 | -1/+1 | |
2012-05-27 | Fix an erroneus method name | Andrey Andreev | 1 | -1/+1 | |
2012-05-24 | Fix issue #1387 | Andrey Andreev | 2 | -12/+14 | |
2012-05-24 | Adding width and height to list of clear variables to fix #1059 | Jamie Hurst | 1 | -1/+1 | |
2012-05-23 | Added ability to _like paramater side to use 'none', in case one wants to ↵ | Nithin | 1 | -2/+6 | |
query like instead of where without case being sensitive | |||||
2012-05-19 | Fix a issue with CI_DB_pdo_result::num_rows() | Rogerio Prado de Jesus | 1 | -1/+12 | |
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit makes it returns the expected value. | |||||
2012-05-19 | Fix a issue with affect_rows in CI_DB_pdo_driver::_execute() | Rogerio Prado de Jesus | 1 | -2/+11 | |
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit makes affect_rows be initialized properly. Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com> | |||||
2012-05-19 | Fix issue #726 | Andrey Andreev | 1 | -8/+8 | |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 13 | -13/+13 | |
2012-05-17 | Merge pull request #1366 from aphofstede/2.1-stable | Andrey Andreev | 1 | -1/+1 | |
Check cookie against md5 regex. 2.1 stable CSRF injection security fix | |||||
2012-05-17 | Check cookie against md5 regex. | Alexander Hofstede | 1 | -1/+1 | |
Otherwise, cookie can contain arbitrary injected code that gets sent back directly to the browser. | |||||
2012-05-07 | Added a return false if an image doesn't pass XSS cleaning to prevent ↵ | Wes Baker | 1 | -0/+4 | |
file_get_contents from returning a NULL and passing through unscathed. | |||||
2012-04-23 | Corrected the migration_missing_down_method language string | Repox | 1 | -1/+1 | |
2012-03-04 | Merge pull request #1116 from tubalmartin/helpers|url|2.1-stable | Phil Sturgeon | 1 | -20/+16 | |
2.1 stable - An improved url_title helper function |