summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2011-11-28Merge commit 'v2.1.0'Florian Pritz61-492/+4247
2011-11-22Readded PDO drivers.Phil Sturgeon5-15/+565
2011-11-14Tweaking the xss filter for IE <comment> tags, parameter injection, and weird...Pascal Kriete1-50/+41
2011-11-14Removing stray docblocksPascal Kriete1-12/+0
2011-11-13Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-11-13Resolved issue 65 - made action on form_open_multipart helper function call o...Ben Edmunds1-1/+1
2011-11-13Fix invalid datetime formatSyahril Zulkefli1-3/+3
2011-11-13Fix invalid date formatSyahril Zulkefli1-1/+1
2011-11-13Fix invalid date formatSyahril Zulkefli1-1/+1
2011-11-08Added ->db->replace() for MySQLi.Phil Sturgeon1-0/+19
2011-11-08Enables real page numbers for URI segment in Pagination libraryAaron Kuzemchak1-12/+73
2011-11-02Fix #8 - Load core classes from the application folder first.Shane Pearson1-3/+3
2011-10-31Misc formatting fixesTimothy Warren1-7/+8
2011-10-31Set charset in DSN if PHP >= 5.3.6Timothy Warren1-1/+7
2011-10-31Changed mysql charset to PDO optionTimothy Warren1-4/+7
2011-10-28add html_escape() function to escape HTML.kenjis1-0/+24
2011-10-27Added the 'user_data' key to the userdata property so that sessions using a d...Kyle Farris1-1/+2
2011-10-27Fixed issue #150 correctly.Phil Sturgeon2-6/+6
2011-10-27Fixed issue #150 (for mysql and mysqli), now returns the actual column length.danmontgomery4-15/+25
2011-10-27Fixed a bug (#200) where MySQL queries would be malformed after calling db->c...Greg Aker9-0/+9
2011-10-27Fixed LIKE statement escaping issuesTimothy Warren1-12/+13
2011-10-27Bumped CodeIgniter version to 2.1.0.Phil Sturgeon1-1/+1
2011-10-27Some public and protected method declarationsAndrey Andreev3-59/+59
2011-10-27Remove another 2 old commentsAndrey Andreev1-3/+1
2011-10-27Cleanup and migrate oci8_driver and oci8_result from deprecated PHP4 to PHP5 ...Andrey Andreev2-118/+120
2011-10-27get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev2-7/+14
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-27CI_Loader::driver() processes empty library. Fixed.Tom Klingenberg1-0/+5
2011-10-27Fix #576: using ini_get() to detect if apc is enabled or notBo-Yi Wu1-2/+2
2011-10-27Converted database constructors to PHP5 typeTimothy Warren5-7/+7
2011-10-27if statment code style updateTimothy Warren1-0/+792
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 fix...Andrey Andreev1-2/+66
2011-08-21Merge commit 'v2.0.3' into workingFlorian Pritz50-578/+1947
2011-08-21Merge commit '1224f191d48d6dce920138a82e142134cc0b5231' into workingFlorian Pritz2-2/+2
2011-08-21Removed unneeded code in CI_Email's set_alt_message.Frank de Jonge1-1/+1
2011-08-15Merge branch 'develop' of github.com:philsturgeon/codeigniter-reactor into de...Phil Sturgeon12-74/+423
2011-08-15Merge pull request #52 from waldmeister/developPhil Sturgeon5-49/+224
2011-08-15Added some docs to CI core filesDavid Behler5-49/+224
2011-08-15Merge pull request #51 from waldmeister/developPhil Sturgeon5-13/+110
2011-08-14Added some docs to CI core filesDavid Behler5-13/+110
2011-08-14Merge pull request #50 from waldmeister/developPhil Sturgeon1-0/+14
2011-08-14Added some docs to CI core filesDavid Behler1-0/+14
2011-08-14Merge pull request #49 from waldmeister/developPhil Sturgeon5-13/+96
2011-08-14Added some docs to CI core filesDavid Behler2-13/+64