Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Edit to meet CI coding standards | Thanasis Polychronakis | 1 | -3/+3 | |
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-20 | Indended code to meet CI standards | Thanasis Polychronakis | 1 | -2/+6 | |
2012-05-20 | Merge pull request #1331 from rogeriopradoj/patch-1 | Phil Sturgeon | 3 | -3/+25 | |
Workaround for PDO Driver in 2.1-stable: num_rows doesn't work for SELECT queries | |||||
2012-05-19 | Fix a issue with CI_DB_pdo_result::num_rows() | Rogerio Prado de Jesus | 2 | -1/+13 | |
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit makes it returns the expected value. | |||||
2012-05-19 | Fix a issue with affect_rows in CI_DB_pdo_driver::_execute() | Rogerio Prado de Jesus | 2 | -2/+12 | |
In case of SELECT queries PDOStatement::rowCount doesn't work as expected. This commit makes affect_rows be initialized properly. Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com> | |||||
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 | |
2012-05-19 | Fix issue #726 | Andrey Andreev | 2 | -8/+9 | |
2012-05-18 | Added doc notes for unbuffered_row() function | Juan Ignacio Borda | 1 | -0/+20 | |
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 | Changed the default controller route to use single quotes instead of double ↵ | Alex Bilbie | 1 | -1/+1 | |
quotes | |||||
2012-05-17 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 92 | -1184/+2362 | |
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 | 155 | -299/+391 | |
2012-05-17 | Remove set_time_limit() call. CodeIgniter should respect php.ini setting. | Pawel Decowski | 1 | -11/+0 | |
2012-05-17 | Added changelog entry | Timothy Warren | 1 | -0/+1 | |
2012-05-17 | merge upstream | Timothy Warren | 57 | -1106/+1057 | |
2012-05-17 | Merge pull request #1300 from timw4mail/patch | Andrey Andreev | 12 | -516/+499 | |
Fix rest of the helpers | |||||
2012-05-17 | Add parens to changelog entry | Timothy Warren | 1 | -1/+1 | |
2012-05-17 | Suggested changes | Timothy Warren | 2 | -2/+2 | |
2012-05-17 | Update inflector docblocks, add changelog entry | Timothy Warren | 2 | -5/+6 | |
2012-05-17 | Merge upstream | Timothy Warren | 82 | -669/+1864 | |
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 | 2 | -1/+2 | |
Check cookie against md5 regex. 2.1 stable CSRF injection security fix | |||||
2012-05-17 | Use tabs for indenting | Alexander Hofstede | 1 | -1/+1 | |
2012-05-17 | Revert "Use tab for indent" | Alexander Hofstede | 3 | -16/+1 | |
This reverts commit c3eb672ed01c57a543dd8cdf1b90eb4001498c19. | |||||
2012-05-17 | Use tab for indent | Alexander Hofstede | 3 | -1/+16 | |
2012-05-17 | Check cookie against md5 regex. | Alexander Hofstede | 2 | -1/+2 | |
Otherwise, cookie can contain arbitrary injected code that gets sent back directly to the browser. | |||||
2012-05-16 | Merge pull request #1364 from toopay/core-tests | Andrey Andreev | 2 | -3/+3 | |
Reduce decimal points, since there is a micro differencess on runtime an... | |||||
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 | Reduce decimal points, since there is a micro differencess on runtime and ↵ | Taufan Aditya | 2 | -3/+3 | |
update travis status | |||||
2012-05-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 38 | -80/+1307 | |
2012-05-16 | Add note in the upgrade guide to move errors folder | Timothy Warren | 1 | -1/+6 | |
2012-05-16 | Merge pull request #1360 from toopay/core-tests | Phil Sturgeon | 15 | -15/+352 | |
Unit tests for Benchmark, Input and Security classes. |