Age | Commit message (Expand) | Author | Files | Lines |
2012-05-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 2 | -13/+101 |
2012-05-15 | Minor changes on the pull #1355 additions | Andrey Andreev | 1 | -4/+4 |
2012-05-15 | Merge pull request #1355 from shidec/develop | Andrey Andreev | 1 | -0/+93 |
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -10/+2 |
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -2/+2 |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -4/+0 |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -1/+1 |
2012-05-15 | Escaping boolean data type on postgre | Soesapto Joeni Hantoro | 1 | -0/+101 |
2012-05-15 | Merge pull request #1324 from toopay/db-tests | Phil Sturgeon | 1 | -12/+7 |
2012-05-14 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 7 | -50/+60 |
2012-05-14 | Move errors to views folder | Timothy Warren | 1 | -2/+2 |
2012-05-13 | Improve the solution for issue #1342 | Andrey Andreev | 1 | -1/+1 |
2012-05-11 | Fix issue #1349 | Andrey Andreev | 1 | -1/+1 |
2012-05-11 | User_agent library improvements | Andrey Andreev | 1 | -12/+12 |
2012-05-11 | Escaping boolean data type, some DBMS (e.g., postgre) need it | Soesapto Joeni Hantoro | 1 | -1/+1 |
2012-05-11 | simpler script, add boolean handling on DB_driver/escape | Soesapto Joeni Hantoro | 1 | -14/+4 |
2012-05-11 | Generate better conditions statement on boolean field type. Actually boolean ... | Soesapto Joeni Hantoro | 1 | -1/+15 |
2012-05-09 | Fix issue #1342 | Andrey Andreev | 1 | -1/+1 |
2012-05-07 | Added a return false if an image doesn't pass XSS cleaning to prevent file_ge... | Wes Baker | 1 | -0/+4 |
2012-05-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Wes Baker | 74 | -1975/+2934 |
2012-05-05 | Merge pull request #1325 from st2/develop | Andrey Andreev | 1 | -1/+1 |
2012-05-05 | Added a return false if an image doesn't pass XSS cleaning to prevent file_ge... | Wes Baker | 1 | -1/+5 |
2012-05-04 | Update system/database/drivers/interbase/interbase_utility.php | Cusco | 1 | -1/+1 |
2012-05-04 | Merge remote-tracking branch 'upstream/develop' into db-tests | Taufan Aditya | 1 | -21/+24 |
2012-05-04 | PDO SQLite bug fixed, for result_object | Taufan Aditya | 1 | -12/+7 |
2012-05-04 | unset userdata | Michiel Vugteveen | 1 | -21/+24 |
2012-05-03 | Update system/libraries/Cart.php - To enable integrity when using associati... | ThallisPHP | 1 | -1/+1 |
2012-05-02 | Merge pull request #1312 from petsagouris/fix-xmlrpc-typos | Andrey Andreev | 1 | -3/+3 |
2012-05-02 | Merge pull request #1313 from petsagouris/fix-form-validation-typo | Andrey Andreev | 1 | -1/+1 |
2012-05-02 | Fixing some typos in the xmlrpc class. | George Petsagourakis | 1 | -3/+3 |
2012-05-02 | Fixing some typos. | George Petsagourakis | 1 | -1/+1 |
2012-05-02 | Merge upstream | Timothy Warren | 10 | -219/+174 |
2012-05-02 | Reverted rui_string change. | Phil Sturgeon | 2 | -6/+3 |
2012-05-02 | Fix a wrong variable name | Andrey Andreev | 1 | -1/+1 |
2012-05-02 | Merge pull request #876 from narfbg/develop-helpers-sst | Andrey Andreev | 3 | -196/+156 |
2012-05-02 | Merge pull request #1304 from petsagouris/minor-assignment-fix | Andrey Andreev | 1 | -1/+1 |
2012-05-02 | Fix pagination anchor_class with multiple initializations | Andrey Andreev | 1 | -6/+5 |
2012-05-02 | Merge pull request #1285 from Kosmin/patch-1 | Andrey Andreev | 1 | -1/+1 |
2012-05-02 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -8/+1 |
2012-05-01 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -8/+8 |
2012-05-01 | Update system/libraries/Javascript.php | Cosmin Atanasiu | 1 | -1/+8 |
2012-04-30 | Reverted recent commit, cookie_prefix was breaking things. | Phil Sturgeon | 1 | -1/+0 |
2012-04-28 | Minor assignment fix. | George Petsagourakis | 1 | -1/+1 |
2012-04-28 | Important spelling fix to CodeIgniter.php file | Chris Berthe | 1 | -1/+1 |
2012-04-27 | Fix rest of the helpers | Timothy Warren | 11 | -527/+509 |
2012-04-27 | Fix docblocks A-H | Timothy Warren | 10 | -671/+680 |
2012-04-27 | Fix calendar and session libraries | Timothy Warren | 3 | -24/+199 |
2012-04-27 | Fixed Cart, Migration, Parser and Zip libraries | Timothy Warren | 4 | -6/+137 |
2012-04-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into library-... | Timothy Warren | 2 | -11/+16 |
2012-04-27 | Fix Cache, Image_lib and Log libraries | Timothy Warren | 3 | -2/+142 |