summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2012-04-03Fix an issue in CI_Trackback::validate_url() and do some cleanup and ↵Andrey Andreev1-58/+42
optimizations in the library
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
Fix for #88 _default_options does not exist in the Cache_memcahe driver
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
Add support for buffer string email attachment.
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 ↵Andrey Andreev1-31/+21
properties in the Driver library
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 ↵Andrey Andreev6-170/+125
library and drivers
2012-03-26Switch private methods and properties to protected and cleanup the Parser ↵Andrey Andreev2-31/+18
library
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 ↵Andrey Andreev1-4/+4
system/helpers/ files
2012-03-26Centralize handling of attach() function for both real file and buffer string.Matteo Mattei1-6/+4
Update documentation.
2012-03-22Update system/libraries/Email.phpleandronf1-2/+6
2012-03-22(DSN) Delivery status notification featureleandronf1-3/+6
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
Cookies httponly
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
Use the MB_ENABLED constant for mb checks instead of multiple function_exists()
2012-03-12Merge pull request #1095 from colonelchlorine/developPhil Sturgeon2-1/+168
Added support for Wincache when running CI on Windows boxes
2012-03-12Replace function_exists() checks with MB_ENABLED constanttiyowan2-5/+5
2012-03-12Just some cleanup in the Table classAndrey Andreev1-7/+3
2012-03-12merged latest develop branch.Mike Funk30-41/+51
2012-03-12Changed space to tab in docblock.Mike Funk1-1/+1
2012-03-12merged with latest develop.Mike Funk1-0/+12
2012-03-12Merge pull request #1079 from mikedfunk/feature/form_val_configAndrey Andreev1-0/+12
Feature/form val config error_prefix and error_suffix
2012-03-12Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk30-41/+39
feature/all_flashdata
2012-03-10Fix incomplete and skipped testTaufan Aditya1-2/+2
2012-03-09Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-11/+9
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon30-30/+30
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk1-11/+9
feature/form_val_config