Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-27 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 43 | -611/+489 | |
2012-05-27 | Merge pull request #1402 from toopay/test-suite | Phil Sturgeon | 12 | -105/+191 | |
Continuation of Unit-Testing | |||||
2012-05-27 | Adding more flexibilities to mock-common | Taufan Aditya | 1 | -64/+103 | |
2012-05-27 | Continuation for Security and Table code-coverage, add coverage report to travis | Taufan Aditya | 11 | -41/+88 | |
2012-05-26 | Fix issue #862 | Andrey Andreev | 3 | -54/+25 | |
2012-05-26 | Merge pull request #1401 from toopay/test-suite | Andrey Andreev | 1 | -4/+4 | |
Allowing main constants defined via phpunit config or other bootstraper | |||||
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 13 | -349/+30 | |
2012-05-26 | Allowing main constants defined via phpunit config or other bootstraper | Taufan Aditya | 1 | -4/+4 | |
2012-05-26 | Merge pull request #1400 from toopay/db-test-suite | Phil Sturgeon | 1 | -14/+27 | |
Escape test | |||||
2012-05-26 | Remove ternary | Taufan Aditya | 1 | -6/+18 | |
2012-05-25 | Clean up | Taufan Aditya | 1 | -2/+2 | |
2012-05-25 | Explicitely testing escape_like_str API | Taufan Aditya | 9 | -18/+62 | |
2012-05-25 | Explicitely testing escape_like_str API | Taufan Aditya | 1 | -4/+8 | |
2012-05-25 | Again ... escape_like_str() tests | Andrey Andreev | 1 | -3/+4 | |
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 | Fixed conflicts with 2.1-stable merge. | Phil Sturgeon | 1 | -6/+6 | |
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 | Removed the starting slash from uri_string() documentation. | Phil Sturgeon | 1 | -1/+1 | |
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 | Added ability to _like paramater side to use 'none', in case one wants to ↵ | Nithin | 1 | -2/+6 | |
query like instead of where without case being sensitive |