summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05fixed code block spacing in Encryption lib docsDerek Jones1-8/+18
2011-10-05fixed code block spacing in File Upload lib docsDerek Jones1-28/+113
2011-10-05fixed code block spacing in Form Validation lib docsDerek Jones1-95/+362
2011-10-05fixed code block spacing in FTP lib docsDerek Jones1-9/+59
2011-10-05fixed code block spacing in Image lib docsDerek Jones1-6/+52
2011-10-05fixed code block spacing on Input lib docsDerek Jones1-5/+32
2011-10-05fixed code block spacing on Language and JS lib docsDerek Jones2-10/+22
2011-10-05fixed code block spacing in Loader, Output, and Pagination lib docsDerek Jones3-8/+41
2011-10-05fixed code block spacing in Template Parser and Security lib docsDerek Jones2-6/+66
2011-10-05fixed code block spacing in Session libDerek Jones1-18/+34
2011-10-05fixed code block spacing in HTML Table libDerek Jones1-11/+108
2011-10-05fixed code block samples for Typography and Trackback libsDerek Jones2-11/+64
2011-10-05fixed code block samples for Unit Testing libDerek Jones1-3/+20
2011-10-05fixed code block samples for URI libDerek Jones1-7/+35
2011-10-05fixed code block samples for User Agent libDerek Jones1-6/+56
2011-10-05fixed code block samples for XML-RPC libDerek Jones1-38/+174
2011-10-05fixed code block samples for Zip libDerek Jones1-11/+73
2011-10-05fixed code blocks in at_a_glance (finishes overview folder code block cleanup)Derek Jones1-2/+10
2011-10-05Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developDerek Jones316-28103/+20506
2011-10-05Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developDerek Jones2-2/+65
Conflicts: user_guide/changelog.html
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones315-28101/+20441
2011-10-05Merge pull request #486 from narfbg/ci-issue-60Phil Sturgeon2-3/+66
Fix issues #60 (possible MIME-type injection) and #394
2011-10-05Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developDerek Jones63-374/+1863
2011-10-05Changed translation of D and d in foreign chars. Fixes #500Eric Barnes1-2/+2
2011-10-05Merge pull request #531 from purwandi/developPhil Sturgeon1-1/+1
Fix location file Security Class to core folder.
2011-10-05Fix location file Security Class to core folderpurwandi1-1/+1
2011-10-04Merge pull request #528 from narfbg/ci-core-securityDerek Jones1-50/+19
Clean up and optimize core Security class
2011-10-04Clean up core Security classAndrey Andreev1-50/+19
2011-10-04Merge pull request #282 from timw4mail/developPhil Sturgeon10-4/+1248
PDO driver for Database class.
2011-10-04Merge pull request #524 from kenjis/add_meta_tagEric Barnes3-0/+3
add meta charset tag to error templates
2011-10-04Change Windows OS detection approachAndrey Andreev1-1/+1
2011-10-04Merge branch 'ci-issue-60' of github.com:narfbg/CodeIgniter into ci-issue-60Andrey Andreev1-1/+1
2011-10-04CI_Upload::_file_mime_typeAndrey Andreev1-0/+1
2011-10-04Merge upstream changesAndrey Andreev19-74/+77
2011-10-04Merge pull request #513 from freewil/core-cleanupPhil Sturgeon2-20/+1
cleanup docblocks, remove dated CI_CORE constant
2011-10-04add meta charset tag to error templateskenjis3-0/+3
2011-10-04Merge pull request #523 from rhbecker/developPhil Sturgeon2-31/+9
Issue 352: Since the MySQL client API version matters, PHP and MySQL vers
2011-10-04Issue 352: Since the MySQL client API version matters, PHP and MySQL version ↵RH Becker2-31/+9
checks are not sufficient to determine that set_charset functions exist.
2011-10-03Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren9-10/+49
2011-10-01Merge pull request #508 from wooptoo/developPhil Sturgeon3-2/+34
Added TLS and SSL support to Email library
2011-09-30add changelog note about CI_CORE removalfreewil1-0/+1
2011-09-30cleanup docblocks, remove dated CI_CORE constantfreewil1-20/+0
2011-09-29style edit, print error if crypto failsRadu Potop1-1/+11
2011-09-28Merge pull request #494 from cenk/patch-1Phil Sturgeon3-0/+7
XHTML Basic 1.1 (xhtml-basic11) doctype.
2011-09-28Merge pull request #498 from appleboy/guidePhil Sturgeon3-7/+7
Update user guide to fix #496 issue
2011-09-28Merge pull request #504 from juanjosegzl/developPhil Sturgeon1-1/+1
Fixing issue 465: select_max is adding prefix to table aliases when is no
2011-09-28Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren8-12/+18
2011-09-28Updated documentation for TLS and SSL support in Email library.Radu Potop2-1/+5
2011-09-28Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-09-28Fixing issue 465: select_max is adding prefix to table aliases when is not ↵Juan José González1-1/+1
necessary