summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2011-11-27Merge branch 'refs/heads/develop' into feature/unit-testsEric Barnes128-1009/+4426
2011-11-23Switch disposition set to ternary operationtrit1-6/+1
2011-11-23More style tweakstrit1-0/+3
2011-11-23Changed attachment definition to allow for blank disposition defaulting to at...trit1-2/+4
2011-11-23Added a couple of style tweaks and a note about function change in changelogtrit1-7/+2
2011-11-23Added space after CI_Email for coding standardtrit1-1/+1
2011-11-23Switched order of arguments to maintain compatibilitytrit1-1/+1
2011-11-23Changed the names around againtrit1-2/+2
2011-11-23Changed filepath back to filenametrit1-7/+7
2011-11-23Fixed variable name causing problemtrit1-1/+1
2011-11-23Added custom file name to attach(), updated _build_message to handle ittrit1-10/+16
2011-11-23Merge pull request #691 from jerkob/developPhil Sturgeon1-0/+5
2011-11-22Updated trans_start() and trans_complete() so that _trans_depth increments co...Jacob Terry1-0/+5
2011-11-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-0/+1
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon8-43/+56
2011-11-22Readded PDO drivers.Phil Sturgeon5-15/+565
2011-11-21Added HTTP status code 422 (Unprocessable Entity) to set_status_header()Chris Rosser1-0/+1
2011-11-16Migrations - Changed config migration_version to state it is used in migratio...Eric Barnes1-17/+17
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-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-12Fixed small typeoCloudmanic Labs, LLC1-1/+1
2011-11-08Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon2-6/+12
2011-11-08Added ->db->replace() for MySQLi.Phil Sturgeon1-0/+19
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-07Adding auto-detection of best redirect method in url_helper.Brandon Jones1-1/+7
2011-11-02Fix #8 - Load core classes from the application folder first.Shane Pearson1-3/+3
2011-10-31Merge pull request #624 from talkingwithsean/developDerek Jones1-5/+5
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-27Crypt isn't set and it causes extensive script time when specifying a custom ...Sean Fisher1-5/+5
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