Age | Commit message (Expand) | Author | Files | Lines |
2012-07-02 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub... | Andrey Andreev | 6 | -43/+37 |
2012-07-02 | Fix MSSQL & SQLSRV db_connect() | Andrey Andreev | 2 | -30/+18 |
2012-07-02 | Fix field escaping with brackets | Andrey Andreev | 1 | -3/+7 |
2012-07-02 | Fix pdo_dblib and pdo_sqlsrv db_connect() and suppress warning messages for s... | Andrey Andreev | 3 | -12/+12 |
2012-07-01 | If you don't know an answer, just say that you don't know. | Phil Sturgeon | 1 | -2/+2 |
2012-07-01 | Merge pull request #1549 from chrisguiney/session_gc | Andrey Andreev | 2 | -8/+5 |
2012-07-01 | updated the changelog | Christopher Guiney | 1 | -1/+1 |
2012-06-30 | Respect php.ini's values for calculating the probability of a session gc | Christopher Guiney | 2 | -10/+5 |
2012-06-29 | Allow session garbace collection percentage to be configured. | Christopher Guiney | 2 | -1/+3 |
2012-06-28 | Fix issue #1546 | Andrey Andreev | 1 | -0/+5 |
2012-06-28 | Fix Oracle limit() for pdo_oci | Andrey Andreev | 1 | -2/+2 |
2012-06-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub... | Andrey Andreev | 25 | -282/+371 |
2012-06-28 | Fix issue #1545 | Andrey Andreev | 2 | -6/+13 |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 4 | -4/+4 |
2012-06-27 | Merge pull request #1319 from timw4mail/email | Andrey Andreev | 4 | -5/+6 |
2012-06-27 | Correct variable names | Timothy Warren | 2 | -2/+2 |
2012-06-27 | Update other email validation methods | Timothy Warren | 3 | -2/+3 |
2012-06-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 68 | -859/+1202 |
2012-06-27 | Utilize query()'s return_object parameter | Andrey Andreev | 1 | -11/+11 |
2012-06-27 | Use ctype_* functions in Form_validation instead of PCRE when possible | Andrey Andreev | 1 | -4/+4 |
2012-06-27 | Merge pull request #1540 from vlakoff/develop | Phil Sturgeon | 2 | -4/+3 |
2012-06-27 | Merge branch 'feature/toc-repair' into develop | Derek Jones | 11 | -234/+273 |
2012-06-27 | Fix a PHPDoc error in FTP Class | vlakoff | 1 | -1/+1 |
2012-06-27 | FTP Class documentation cleanup | vlakoff | 1 | -3/+2 |
2012-06-27 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 2 | -3/+12 |
2012-06-26 | Correct solution to #1533 | Andrey Andreev | 1 | -1/+1 |
2012-06-26 | Fix issue #427 | Andrey Andreev | 4 | -3/+20 |
2012-06-26 | Merge pull request #1539 from toopay/test-suite | Andrey Andreev | 1 | -3/+8 |
2012-06-26 | Comply styleguide | Taufan Aditya | 1 | -1/+1 |
2012-06-26 | Fix get_where() test | Andrey Andreev | 2 | -2/+2 |
2012-06-26 | Allow extra SPL autoloader | Taufan Aditya | 1 | -4/+9 |
2012-06-26 | Revert default config value of db pconnect to TRUE (issue #793) | Andrey Andreev | 1 | -2/+2 |
2012-06-26 | Merge pull request #1535 from mpmont/develop | Phil Sturgeon | 1 | -5/+17 |
2012-06-26 | Updated pagination library documentation with prefix and suffix | Marco Monteiro | 1 | -5/+17 |
2012-06-26 | Fix issue #1533 | Andrey Andreev | 1 | -1/+1 |
2012-06-26 | First pass at ToC remediation | Derek Jones | 4 | -103/+191 |
2012-06-26 | Fixing various Sphinx bugs and syntax errors in docs | Derek Jones | 7 | -131/+82 |
2012-06-26 | Alter test pdo/mysql config | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Work-around for a failover test (currently DSNs are only built on class initi... | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Fix an erroneous property name | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Fix pdo_mysql db_connect() with empty char_set | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Remove exception thrown for non-existent subdrivers | Andrey Andreev | 1 | -2/+0 |
2012-06-25 | Fix pdo_pgsql _limit() | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Some fixes | Andrey Andreev | 4 | -5/+5 |
2012-06-25 | Merge changes from develop | Andrey Andreev | 16 | -182/+133 |
2012-06-25 | Add changelog entry | Andrey Andreev | 1 | -0/+1 |
2012-06-25 | Optimize PDO escape_str() | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Add a default _truncate() method to PDO | Andrey Andreev | 8 | -90/+54 |
2012-06-25 | pdo_odbc DSN | Andrey Andreev | 1 | -12/+41 |
2012-06-25 | Fix issues #1529 & #1530 | Andrey Andreev | 2 | -5/+5 |