Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 | 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 | Reduce decimal points, since there is a micro differencess on runtime and ↵ | Taufan Aditya | 2 | -3/+3 | |
update travis status | |||||
2012-05-16 | Merge pull request #1360 from toopay/core-tests | Phil Sturgeon | 15 | -15/+352 | |
Unit tests for Benchmark, Input and Security classes. | |||||
2012-05-16 | Merge pull request #1359 from sourcejedi/backtrace-filter-fix | Andrey Andreev | 1 | -1/+4 | |
fix backtrace filtering | |||||
2012-05-16 | fix backtrace filtering | Alan Jenkins | 1 | -1/+4 | |
The backtrace was filtered to remove CI system files, but the filter was buggy. It would also filter out application files which happened to contain the string "system"... or ALL files, if the application directory is under /system/ (Perhaps the latter comes as a surprise, but it's explicitly mentioned in index.php and <http://codeigniter.com/wiki/mod_rewrite>). Instead, we should test whether the file is underneath BASEPATH (using realpath() to make sure we have the same sort of slashes). | |||||
2012-05-15 | Remove unused hardcoded reference from *phpunit.xml files | Taufan Aditya | 6 | -13/+1 | |
2012-05-15 | Input class code-coverage | Taufan Aditya | 6 | -14/+207 | |
2012-05-15 | Comment block for explanation | Taufan Aditya | 1 | -0/+3 | |
2012-05-15 | Security Code coverage | Taufan Aditya | 4 | -1/+110 | |
2012-05-15 | Clean up autoloader annotation | Taufan Aditya | 1 | -1/+0 | |
2012-05-15 | Benchmark code-coverage | Taufan Aditya | 2 | -0/+45 | |
2012-05-15 | Minor changes on the pull #1355 additions | Andrey Andreev | 2 | -5/+5 | |
2012-05-15 | Merge pull request #1355 from shidec/develop | Andrey Andreev | 2 | -0/+94 | |
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 change log | Soesapto Joeni Hantoro | 1 | -0/+1 | |
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 | 26 | -63/+856 | |
Improved DB tests | |||||
2012-05-14 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 13 | -132/+144 | |
2012-05-13 | Improve the solution for issue #1342 | Andrey Andreev | 1 | -1/+1 | |
2012-05-11 | Fix issue #1349 | Andrey Andreev | 2 | -3/+4 | |
2012-05-11 | Remove a duplicate mobile user agent entry | Andrey Andreev | 1 | -1/+0 | |
2012-05-11 | User_agent library improvements | Andrey Andreev | 3 | -84/+89 | |