summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06Issue #3084Andrey Andreev1-5/+2
2014-06-05Minor style fixes to improve readability in HMAC authenticationQuinn Chrzan1-3/+7
2014-05-31Backport HMAC authentication for CI_SessionAndrey Andreev1-22/+34
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev31-124/+107
2014-05-29Removing xor_encode from Encrypt libraryQuinn Chrzan1-62/+15
2014-02-27Deleted useless .htaccess file, added missed index.html files.Ender Teszla3-0/+30
2013-08-05Suhosin compatible emailsPlamenVasilev1-4/+4
Fix problems with Suhosin and sending emails trough php mail()
2013-03-15Email library: htmlspecialchars for _header_strmoi901-1/+1
2012-10-28Fix language typo in Migrations libraryMichael Brooks1-1/+1
lang and line were out of order
2012-10-04Backport fix for issue #1699Andrey Andreev1-21/+11
2012-08-01Style fix and changelog entry for pull #1675Andrey Andreev1-1/+1
2012-07-31Fix warning by profiler when userdata has objectsRaul Baldner junior1-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-18Backport fix for issue #1314Andrey Andreev1-2/+5
2012-07-02Fix issue #1543Andrey Andreev1-6/+5
2012-06-11Fixed conflictsPhil Sturgeon3-4/+5
Why were there conflicts merging into master?
2012-06-07Adding IPv6 support to the Input and Form_validation libraries.Pascal Kriete1-2/+3
2012-05-27Driver_Library had $lib_name set as static, and used non-staticPhil Sturgeon1-1/+1
2012-05-24Adding width and height to list of clear variables to fix #1059Jamie Hurst1-1/+1
2012-05-17Added upgrade for 2.1.1 and updated version.Phil Sturgeon8-8/+8
2012-05-07Added a return false if an image doesn't pass XSS cleaning to prevent ↵Wes Baker1-0/+4
file_get_contents from returning a NULL and passing through unscathed.
2012-03-03Fixed a bug - CI_Upload::_file_mime_type() could've failed if popen() is ↵tubalmartin1-1/+1
used for the detection.
2011-12-15Merge remote-tracking branch 'upstream/2.1-stable' into 2.1-stableAndrey Andreev1-1/+1
2011-12-13Tweak MIME regular expression check againAndrey Andreev1-1/+1
2011-12-11Fix regular expression for validating MIME type stringAndrey Andreev1-1/+1
2011-12-11Fix for Issue #538.Andrew Mackrodt1-1/+1
2011-12-09Improve CI_Upload::_file_mime_type()Andrey Andreev1-24/+78
2011-12-02Update a comment, just to be clearerAndrey Andreev1-1/+1
2011-12-02Hotfix for a file type detection bug in the Upload libraryAndrey Andreev1-2/+5
2011-11-23tmp_path does not exists, should be tmp_nameMichiel Vugteveen1-1/+1
2011-11-13Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-11-13Fix invalid datetime formatSyahril Zulkefli1-3/+3
2011-11-08Enables real page numbers for URI segment in Pagination libraryAaron Kuzemchak1-12/+73
2011-10-27Added the 'user_data' key to the userdata property so that sessions using a ↵Kyle Farris1-1/+2
database can be deleted properly when using the table schema found in the "Saving Session Data to a Database" section of the Session Class in the user guide.
2011-10-27get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-3/+7
2011-10-27I wasn't following the CI code style guide.diegorivera1-3/+3
2011-10-27Update system/libraries/Email.phpdiegorivera1-1/+9
2011-10-27Fix #576: using ini_get() to detect if apc is enabled or notBo-Yi Wu1-2/+2
2011-10-27resolve a difference between the two memcache set method parametersMark Huot1-1/+10
2011-10-27Change Windows OS detection approachAndrey Andreev1-1/+1
2011-10-27Fix an erroneus variable name and a typo in commentsAndrey Andreev1-2/+2
2011-10-27Fix alignment with tabs instead of spacesAndrey Andreev1-1/+1
2011-10-27Remove an unnecessary variable initializationAndrey Andreev1-2/+0
2011-10-27Added _file_mime_type() method to system/libraries/Upload.php in order to ↵Andrey Andreev1-2/+66
fix a possible MIME-type injection (issue #60)
2011-08-21Removed unneeded code in CI_Email's set_alt_message.Frank de Jonge1-1/+1
2011-08-14Driver children can be located in any package path. Thanks Namaless.Phil Sturgeon1-2/+2
2011-08-10Fixed #378 Robots identified as regular browsers by the User Agent class.Phil Sturgeon1-1/+1
2011-08-10Fixed a bug where Email library attachments with a . in the name would using ↵Phil Sturgeon1-1/+1
invalid MIME-types.
2011-08-09Merged conflict.Phil Sturgeon1-1/+1
2011-07-20Changed Cart library to return the if inserted successfully. This will be ↵Phil Sturgeon1-4/+4
fine for anyone using () == true. http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2055829-last-rowid-of-cart
2011-07-20Updated Email class to use protected instead of private: ↵Phil Sturgeon1-59/+59
http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2056113-private-functions-suck