summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Adding in .ics MIME type for calendar invites.Kevin King1-0/+1
2012-04-04Update system/libraries/Zip.phpTobias Tschech1-2/+1
2012-04-04Added Windows path compatibility to function read_dirtschechniker1-4/+5
2012-04-04Replace old comments with proper docblocks in Xmlrpc.phpAndrey Andreev1-314/+480
2012-04-03Another form_validation fixAndrey Andreev1-2/+0
2012-04-03Fix some stuff broken during repo syncAndrey Andreev1-3/+3
2012-04-03Merge upstream branchAndrey Andreev30-1236/+943
2012-04-03Clean up the Form_validation libraryAndrey Andreev1-117/+86
2012-04-03Some very minor code style changes and comment fixesAndrey Andreev3-20/+21
2012-04-03Minor cleanup and style changes to the Table libraryAndrey Andreev1-67/+56
2012-04-03Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimiza...Andrey Andreev1-58/+42
2012-04-03Clean up the Profiler libraryAndrey Andreev1-95/+101
2012-04-03Minor style changes and optimizations to the User_agent libraryAndrey Andreev1-27/+27
2012-04-03Minor cleanup and style fixes in the Unit_test and Image_lib librariesAndrey Andreev3-20/+16
2012-04-03Minor cleanup and style fixes in the Log and Javascript librariesAndrey Andreev2-37/+21
2012-03-29Merge pull request #1227 from ryanneufeld/developAndrey Andreev1-3/+3
2012-03-29Fix for Issue 88. _default_options does not exist in the Cache_memcahe driverRyan Neufeld1-3/+3
2012-03-29Merge pull request #1181 from matteomattei/developAndrey Andreev1-16/+26
2012-03-28Some minor style changes in the XMLRPC classAndrey Andreev1-33/+24
2012-03-26Renamed (with an underscore prefix) and switched from private to protected pr...Andrey Andreev1-31/+21
2012-03-26Remove access description lines and cleanup the Upload libraryAndrey Andreev1-182/+146
2012-03-26Remove access description lines and cleanup the Migration libraryAndrey Andreev1-18/+8
2012-03-26Remove access description lines and cleanup the Pagination libraryAndrey Andreev1-27/+17
2012-03-26Remove access description lines and cleanup the Typography libraryAndrey Andreev1-33/+20
2012-03-26Remove access description lines and cleanup the Xmlrpcs libraryAndrey Andreev1-44/+20
2012-03-26Switch a private property to protected and cleanup the Calendar libraryAndrey Andreev1-35/+26
2012-03-26Switch private methods and properties to protected and cleanup the Cache libr...Andrey Andreev6-170/+125
2012-03-26Switch private methods and properties to protected and cleanup the Parser lib...Andrey Andreev2-31/+18
2012-03-26Switch private methods and properties to protected and cleanup the Cart libraryAndrey Andreev1-31/+15
2012-03-26Switch private methods to protected and cleanup the Ftp libraryAndrey Andreev1-68/+41
2012-03-26Merge upstream branchAndrey Andreev2-4/+11
2012-03-26Clear some spaces and fix some inconsistencies in the Zip library and system/...Andrey Andreev1-4/+4
2012-03-26Centralize handling of attach() function for both real file and buffer string.Matteo Mattei1-6/+4
2012-03-22Update system/libraries/Email.phpleandronf1-2/+6
2012-03-22(DSN) Delivery status notification featureleandronf1-3/+6
2012-03-20Merge upstream branchAndrey Andreev31-63/+272
2012-03-20Remove EOF newlineAndrey Andreev1-1/+1
2012-03-20Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zipAndrey Andreev31-302/+530
2012-03-19merged with latest develop.Mike Funk6-32/+206
2012-03-19Merge pull request #1182 from freewil/cookies-httponlyAndrey Andreev1-8/+10
2012-03-18add support for httponly cookiesfreewil1-8/+10
2012-03-15Email class: adjust documentation and make the code backward compatibleMatteo Mattei1-2/+2
2012-03-15Email class: move string_attach() to attach() and add documentationMatteo Mattei1-21/+3
2012-03-14Fix comment typo in Form_validation.phptiyowan1-1/+1
2012-03-14Merged unit test progress.Phil Sturgeon5-21/+205
2012-03-14Merge branch 'feature/unit-tests' into developPhil Sturgeon1-2/+2
2012-03-13Add support for buffer string email attachment.Matteo Mattei1-14/+44
2012-03-12Fix some spaces and alignments in the new Wincache driverAndrey Andreev2-43/+38
2012-03-12Merge pull request #1174 from tiyowan/remove-definesAndrey Andreev2-5/+5
2012-03-12Merge pull request #1095 from colonelchlorine/developPhil Sturgeon2-1/+168