summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-03-18add support for httponly cookiesfreewil1-8/+10
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-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
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
2012-03-12Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...Mike Funk30-41/+39
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
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into featur...Mike Funk1-11/+9
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 $thi...Mike Funk1-3/+5
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
2012-03-06Fixed a bug in CI_Session::_unserialize()Andrey Andreev1-4/+6
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developJohn Crepezzi8-540/+497
2012-03-04Fix indentation for changes from pull #1121Andrey Andreev1-25/+24
2012-03-04Allow users to specify an array for validation, instead of alway using the $_...JonoB1-12/+55
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon5-222/+162