Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Andrey Andreev | 3 | -12/+12 | |
subdrivers that don't support certain option attributes | |||||
2012-07-02 | Update develop | Valentin Sheyretski | 1 | -4/+7 | |
2012-07-02 | Added proxy to XML/RPC client | Valio | 1 | -4/+14 | |
2012-07-01 | If you don't know an answer, just say that you don't know. | Phil Sturgeon | 1 | -2/+2 | |
2012-06-30 | Respect php.ini's values for calculating the probability of a session gc | Christopher Guiney | 1 | -8/+5 | |
2012-06-29 | Fixing imagemagick maintain ratio not implemented | Omar | 1 | -1/+4 | |
2012-06-29 | Allow session garbace collection percentage to be configured. | Christopher Guiney | 1 | -1/+1 | |
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 ↵ | Andrey Andreev | 10 | -33/+61 | |
feature/db_subdrivers | |||||
2012-06-28 | Fix issue #1545 | Andrey Andreev | 1 | -6/+12 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 3 | -3/+3 | |
2012-06-27 | Correct variable names | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 2 | -2/+2 | |
2012-06-27 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 43 | -529/+731 | |
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 | Fix a PHPDoc error in FTP Class | vlakoff | 1 | -1/+1 | |
The second parameter of the "chmod" method is an octal integer. | |||||
2012-06-27 | URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other | Andrey Andreev | 1 | -3/+11 | |
2012-06-26 | Correct solution to #1533 | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #427 | Andrey Andreev | 3 | -2/+16 | |
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 | |
2012-06-26 | Fix issue #1533 | 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 | 14 | -170/+117 | |
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 | |
2012-06-25 | Add pdo_odbc subdriver | Andrey Andreev | 5 | -117/+297 | |
2012-06-25 | Add pdo_ibm subdriver | Andrey Andreev | 2 | -33/+281 | |
2012-06-25 | Change where() to skip dbprefix (until a better solution is available) | Andrey Andreev | 2 | -7/+18 | |
2012-06-25 | Add pdo_informix subdriver | Andrey Andreev | 3 | -8/+275 | |
2012-06-25 | Add pdo_4d subdriver | Andrey Andreev | 5 | -35/+249 | |
2012-06-25 | Add pdo_cubrid subdriver | Andrey Andreev | 2 | -4/+174 | |
2012-06-25 | Add system/database/drivers/pdo/subdrivers/index.html | Andrey Andreev | 1 | -0/+10 | |
2012-06-25 | Fix Interbase _field_data() method | Andrey Andreev | 1 | -8/+5 | |
2012-06-25 | Add pdo_firebird subdriver | Andrey Andreev | 4 | -2/+268 | |
2012-06-24 | Add pdo_dblib subdriver | Andrey Andreev | 3 | -9/+317 | |
2012-06-24 | Some fixes to the SQLSRV and MSSQL drivers | Andrey Andreev | 2 | -28/+22 | |
2012-06-24 | Add pdo_sqlsrv subdriver | Andrey Andreev | 4 | -32/+334 | |
2012-06-24 | Add pdo_sqlite subdriver | Andrey Andreev | 2 | -42/+170 | |
2012-06-24 | Some changes to the OCI8 (Oracle) driver | Andrey Andreev | 1 | -4/+7 | |
2012-06-24 | Add pdo_oci subdriver | Andrey Andreev | 2 | -33/+264 | |