Age | Commit message (Expand) | Author | Files | Lines |
2012-04-04 | Replace old comments with proper docblocks in Xmlrpc.php | Andrey Andreev | 1 | -314/+480 |
2012-04-03 | Another form_validation fix | Andrey Andreev | 1 | -2/+0 |
2012-04-03 | Fix some stuff broken during repo sync | Andrey Andreev | 1 | -3/+3 |
2012-04-03 | Merge upstream branch | Andrey Andreev | 30 | -1236/+943 |
2012-04-03 | Clean up the Form_validation library | Andrey Andreev | 1 | -117/+86 |
2012-04-03 | Some very minor code style changes and comment fixes | Andrey Andreev | 3 | -20/+21 |
2012-04-03 | Minor cleanup and style changes to the Table library | Andrey Andreev | 1 | -67/+56 |
2012-04-03 | Fix an issue in CI_Trackback::validate_url() and do some cleanup and optimiza... | Andrey Andreev | 1 | -58/+42 |
2012-04-03 | Clean up the Profiler library | Andrey Andreev | 1 | -95/+101 |
2012-04-03 | Minor style changes and optimizations to the User_agent library | Andrey Andreev | 1 | -27/+27 |
2012-04-03 | Minor cleanup and style fixes in the Unit_test and Image_lib libraries | Andrey Andreev | 3 | -20/+16 |
2012-04-03 | Minor cleanup and style fixes in the Log and Javascript libraries | Andrey Andreev | 2 | -37/+21 |
2012-03-29 | Merge pull request #1227 from ryanneufeld/develop | Andrey Andreev | 1 | -3/+3 |
2012-03-29 | Fix for Issue 88. _default_options does not exist in the Cache_memcahe driver | Ryan Neufeld | 1 | -3/+3 |
2012-03-29 | Merge pull request #1181 from matteomattei/develop | Andrey Andreev | 1 | -16/+26 |
2012-03-28 | Some minor style changes in the XMLRPC class | Andrey Andreev | 1 | -33/+24 |
2012-03-26 | Renamed (with an underscore prefix) and switched from private to protected pr... | Andrey Andreev | 1 | -31/+21 |
2012-03-26 | Remove access description lines and cleanup the Upload library | Andrey Andreev | 1 | -182/+146 |
2012-03-26 | Remove access description lines and cleanup the Migration library | Andrey Andreev | 1 | -18/+8 |
2012-03-26 | Remove access description lines and cleanup the Pagination library | Andrey Andreev | 1 | -27/+17 |
2012-03-26 | Remove access description lines and cleanup the Typography library | Andrey Andreev | 1 | -33/+20 |
2012-03-26 | Remove access description lines and cleanup the Xmlrpcs library | Andrey Andreev | 1 | -44/+20 |
2012-03-26 | Switch a private property to protected and cleanup the Calendar library | Andrey Andreev | 1 | -35/+26 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cache libr... | Andrey Andreev | 6 | -170/+125 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Parser lib... | Andrey Andreev | 2 | -31/+18 |
2012-03-26 | Switch private methods and properties to protected and cleanup the Cart library | Andrey Andreev | 1 | -31/+15 |
2012-03-26 | Switch private methods to protected and cleanup the Ftp library | Andrey Andreev | 1 | -68/+41 |
2012-03-26 | Merge upstream branch | Andrey Andreev | 2 | -4/+11 |
2012-03-26 | Clear some spaces and fix some inconsistencies in the Zip library and system/... | Andrey Andreev | 1 | -4/+4 |
2012-03-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 1 | -6/+4 |
2012-03-22 | Update system/libraries/Email.php | leandronf | 1 | -2/+6 |
2012-03-22 | (DSN) Delivery status notification feature | leandronf | 1 | -3/+6 |
2012-03-20 | Merge upstream branch | Andrey Andreev | 31 | -63/+272 |
2012-03-20 | Remove EOF newline | Andrey Andreev | 1 | -1/+1 |
2012-03-20 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zip | Andrey Andreev | 31 | -302/+530 |
2012-03-19 | merged with latest develop. | Mike Funk | 6 | -32/+206 |
2012-03-19 | Merge pull request #1182 from freewil/cookies-httponly | Andrey Andreev | 1 | -8/+10 |
2012-03-18 | add support for httponly cookies | freewil | 1 | -8/+10 |
2012-03-15 | Email class: adjust documentation and make the code backward compatible | Matteo Mattei | 1 | -2/+2 |
2012-03-15 | Email class: move string_attach() to attach() and add documentation | Matteo Mattei | 1 | -21/+3 |
2012-03-14 | Fix comment typo in Form_validation.php | tiyowan | 1 | -1/+1 |
2012-03-14 | Merged unit test progress. | Phil Sturgeon | 5 | -21/+205 |
2012-03-14 | Merge branch 'feature/unit-tests' into develop | Phil Sturgeon | 1 | -2/+2 |
2012-03-13 | Add support for buffer string email attachment. | Matteo Mattei | 1 | -14/+44 |
2012-03-12 | Fix some spaces and alignments in the new Wincache driver | Andrey Andreev | 2 | -43/+38 |
2012-03-12 | Merge pull request #1174 from tiyowan/remove-defines | Andrey Andreev | 2 | -5/+5 |
2012-03-12 | Merge pull request #1095 from colonelchlorine/develop | Phil Sturgeon | 2 | -1/+168 |
2012-03-12 | Replace function_exists() checks with MB_ENABLED constant | tiyowan | 2 | -5/+5 |
2012-03-12 | Just some cleanup in the Table class | Andrey Andreev | 1 | -7/+3 |
2012-03-12 | merged latest develop branch. | Mike Funk | 30 | -41/+51 |