summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
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-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
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-09Merge upstream branchAndrey Andreev3-13/+98
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk1-11/+9
feature/form_val_config
2012-03-08moved delimiter assigning to constructor, removed extra function.Mike Funk1-24/+10
2012-03-08Fixed bug with rules not being passed to _config_delimiters or back into ↵Mike Funk1-3/+5
$this->_config_rules.
2012-03-07Fix issue #501Andrey Andreev1-11/+9
2012-03-07merged latest develop branch, fixed changelog conflict.Mike Funk6-290/+354
2012-03-07merged from develop, fixed conflict in user guide.Mike Funk6-290/+354
2012-03-06updated and merged user guide with develop branch.Mike Funk6-290/+354
2012-03-06Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-4/+6
2012-03-06Removed reset_validation() method from run() methodJonoB1-4/+5