Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 13 | -349/+30 | |
2012-05-25 | Apply fix for issue #136 on PDO+MySQL as well | Andrey Andreev | 1 | -3/+3 | |
2012-05-25 | Fix issue #136 (MySQL escape_like_str()) | Andrey Andreev | 2 | -4/+8 | |
2012-05-24 | Added update_batch() support for PostgreSQL (issue #356) | Andrey Andreev | 2 | -2/+43 | |
2012-05-24 | Fix issue #319 | Andrey Andreev | 1 | -6/+4 | |
2012-05-24 | Fix issue #121 | Andrey Andreev | 3 | -23/+25 | |
2012-05-24 | Fix issues #44 & #110 | Andrey Andreev | 1 | -0/+2 | |
2012-05-24 | Fix issue #1273 and some cleanup in Query Builder | Andrey Andreev | 1 | -25/+18 | |
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 | 3 | -14/+3 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 3 | -14/+14 | |
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 | 1 | -2/+2 | |
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 branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 15 | -69/+64 | |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 14 | -60/+48 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
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 | 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 | 2 | -2/+15 | |
2012-05-19 | Fixed return line and comments | Juan Ignacio Borda | 1 | -8/+3 | |
2012-05-18 | added unbuffered_row() to DB_result.php to avoid memory exhausting when ↵ | Juan Ignacio Borda | 1 | -0/+18 | |
dealing with large results. | |||||
2012-05-17 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 56 | -1116/+1154 | |
2012-05-17 | Fixed conflicts from merging in 2.1.1. | Phil Sturgeon | 1 | -1/+1 | |
2012-05-17 | Added upgrade for 2.1.1 and updated version. | Phil Sturgeon | 13 | -13/+13 | |
2012-05-17 | Remove set_time_limit() call. CodeIgniter should respect php.ini setting. | Pawel Decowski | 1 | -11/+0 | |
2012-05-17 | merge upstream | Timothy Warren | 54 | -1103/+1053 | |
2012-05-17 | Suggested changes | Timothy Warren | 2 | -2/+2 | |
2012-05-17 | Update inflector docblocks, add changelog entry | Timothy Warren | 1 | -5/+5 | |
2012-05-17 | Merge upstream | Timothy Warren | 46 | -601/+657 | |
2012-05-17 | Clean up the helpers | Andrey Andreev | 6 | -43/+39 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 24 | -414/+383 | |
2012-05-17 | Cleanup the core classes | Andrey Andreev | 15 | -132/+135 | |
2012-05-17 | Merge pull request #1366 from aphofstede/2.1-stable | Andrey Andreev | 1 | -1/+1 | |
Check cookie against md5 regex. 2.1 stable CSRF injection security fix | |||||
2012-05-17 | Check cookie against md5 regex. | Alexander Hofstede | 1 | -1/+1 | |
Otherwise, cookie can contain arbitrary injected code that gets sent back directly to the browser. | |||||
2012-05-16 | If we want E_STRICT, don't suppress it! | Alan Jenkins | 1 | -10/+0 | |
15be8fc "Changed the 'development' environment default error reporting to included E_STRICT" Not present in any tagged release, so no need for -stable or a changlelog entry. | |||||
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 | |
Escaping boolean data type, some DBMS (e.g., postgre) need it | |||||
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 | |
Improved DB tests | |||||
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 | |