Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-25 | Alter LIKE escaping tests again | Andrey Andreev | 1 | -1/+8 | |
2012-05-25 | Alter LIKE escaping tests again | Andrey Andreev | 3 | -16/+8 | |
2012-05-25 | Merge pull request #1395 from toopay/db-test-suite | Andrey Andreev | 2 | -2/+5 | |
Alter the escape like test, since it use raw SQL via query(), the sql st... | |||||
2012-05-25 | Alter the escape like test, since it use raw SQL via query(), the sql ↵ | Taufan Aditya | 2 | -2/+5 | |
statement would need to add ESCAPE clause for database(s) other than mysql | |||||
2012-05-25 | Apply fix for issue #136 on PDO+MySQL as well | Andrey Andreev | 1 | -3/+3 | |
2012-05-25 | Merge pull request #1394 from toopay/db-test-suite | Andrey Andreev | 3 | -1/+69 | |
Escape like tests, #136 verification | |||||
2012-05-25 | Fix issue #136 (MySQL escape_like_str()) | Andrey Andreev | 3 | -5/+9 | |
2012-05-24 | Added update_batch() support for PostgreSQL (issue #356) | Andrey Andreev | 3 | -2/+45 | |
2012-05-24 | replace space with tab | Taufan Aditya | 1 | -4/+4 | |
2012-05-24 | Escape like tests, #136 verification | Taufan Aditya | 3 | -1/+69 | |
2012-05-24 | Fix issue #319 | Andrey Andreev | 2 | -6/+5 | |
2012-05-24 | Merge pull request #1393 from toopay/travis-ci | Andrey Andreev | 1 | -3/+8 | |
Backward compatibility | |||||
2012-05-24 | Backward compatibility, in case someone already has vfsStream in their PEAR ↵ | Taufan Aditya | 1 | -3/+8 | |
or other include_path | |||||
2012-05-24 | Merge pull request #1392 from toopay/travis-ci | Andrey Andreev | 3 | -6/+21 | |
Travis ci | |||||
2012-05-24 | Remove temporary branch from whitelist | Taufan Aditya | 1 | -2/+1 | |
2012-05-24 | Global class aliasing, at least until namespace introduced into further release | Taufan Aditya | 1 | -2/+5 | |
2012-05-24 | Fix issue #121 | Andrey Andreev | 4 | -23/+26 | |
2012-05-24 | Fix issues #44 & #110 | Andrey Andreev | 2 | -0/+3 | |
2012-05-24 | get vfsStream via composer if its PEAR package not exists | Taufan Aditya | 3 | -4/+17 | |
2012-05-24 | Write permission | Taufan Aditya | 1 | -2/+2 | |
2012-05-24 | Force install | Taufan Aditya | 1 | -1/+1 | |
2012-05-24 | Update vfsStream repo | Taufan Aditya | 1 | -1/+1 | |
2012-05-24 | Update vfsStream reference, run the test | Taufan Aditya | 1 | -3/+3 | |
2012-05-24 | Fix issue #1273 and some cleanup in Query Builder | Andrey Andreev | 2 | -28/+22 | |
2012-05-24 | Add backwards compatibility work-around for the configuration setting | Andrey Andreev | 1 | -0/+7 | |
2012-05-24 | Remove the DB destructor (db->close()) | Andrey Andreev | 2 | -18/+1 | |
2012-05-24 | Fix issue #1388 | Andrey Andreev | 1 | -2/+2 | |
2012-05-23 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 10 | -15/+10 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 6 | -35/+30 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-05-23 | Merge pull request #1320 from thallisphp/patch-2 | Phil Sturgeon | 1 | -1/+1 | |
Update system/libraries/Cart.php - To enable integrity when using associative arrays | |||||
2012-05-23 | Merge pull request #1367 from PawelDecowski/develop | Phil Sturgeon | 1 | -11/+0 | |
Remove set_time_limit() call. Fixes #1346 | |||||
2012-05-23 | Merge pull request #1357 from timw4mail/errors | Phil Sturgeon | 8 | -3/+9 | |
Move errors to views folder | |||||
2012-05-23 | Merge pull request #1365 from sourcejedi/e_strict | Phil Sturgeon | 1 | -10/+0 | |
If we want E_STRICT, don't suppress it. | |||||
2012-05-23 | Merge pull request #1379 from brentashley/develop | Phil Sturgeon | 1 | -1/+8 | |
Add step to move existing core extensions to new folder | |||||
2012-05-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 16 | -99/+87 | |
2012-05-23 | Fix a typo in the changelog | Andrey Andreev | 1 | -1/+1 | |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 15 | -90/+71 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
2012-05-22 | Merge pull request #1378 from gintsmurans/develop | Andrey Andreev | 2 | -10/+17 | |
Move closing of database connection to CI_DB_driver->__destruct - #1376 | |||||
2012-05-22 | Removed a space after comment line | Gints Murans | 1 | -1/+1 | |
2012-05-22 | Moved destruct to the end of file | Gints Murans | 1 | -7/+17 | |
2012-05-22 | fix typo in step 8 | Brent Ashley | 1 | -1/+1 | |
2012-05-22 | Add step to move existing core extensions to new folder | Brent Ashley | 1 | -1/+8 | |
2012-05-22 | Move closing of database connection to CI_DB_driver->__destruct - #1376 | Root | 2 | -10/+7 | |
2012-05-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 5 | -4/+40 | |
2012-05-21 | Merge pull request #1372 from juanitomint/develop | Andrey Andreev | 3 | -0/+34 | |
Added unbuffered_row() function (issue #1351) | |||||
2012-05-21 | added a comment for unbuffered_row | Juan Ignacio Borda | 1 | -0/+1 | |
2012-05-19 | Fixed typo | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-19 | Fixed some spaces | Juan Ignacio Borda | 1 | -1/+1 | |
2012-05-19 | Fixed return line and comments | Juan Ignacio Borda | 1 | -8/+3 | |
2012-05-19 | Add missing changelog entries from 2.1-stable | Andrey Andreev | 1 | -1/+3 | |