Age | Commit message (Expand) | Author | Files | Lines |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -3/+3 |
2012-06-11 | tab fixes | Michiel Vugteveen | 1 | -9/+9 |
2012-06-11 | get upload data with index key | Michiel Vugteveen | 1 | -11/+19 |
2012-06-10 | Remove a non-existent variable usage | Andrey Andreev | 1 | -1/+1 |
2012-06-10 | Fix _where() with multiple condition custom query | Andrey Andreev | 2 | -2/+2 |
2012-06-10 | Add BETWEEN to _has_operator() | Andrey Andreev | 1 | -1/+1 |
2012-06-10 | Fix _where() escaping operators | Andrey Andreev | 2 | -10/+8 |
2012-06-10 | Fix count_all() | Andrey Andreev | 1 | -1/+1 |
2012-06-10 | Fix issue #1452 | Andrey Andreev | 5 | -17/+42 |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 4 | -11/+26 |
2012-06-09 | Fixed timezone change in index.php | Iban Eguia | 1 | -4/+10 |
2012-06-09 | Fix defined() usage in system/core/Common.php | Andrey Andreev | 1 | -1/+1 |
2012-06-09 | Cleanup the new Redis cache driver and add a changelog entry for it | Andrey Andreev | 2 | -48/+63 |
2012-06-09 | Merge pull request #948 from mptre/develop | Andrey Andreev | 2 | -3/+225 |
2012-06-08 | Merge remote-tracking branch 'upstream/develop' into new_date | Iban Eguia | 136 | -8815/+8598 |
2012-06-08 | Return $this when values ($key OR $values) is NULL | Rafael Queiroz | 1 | -1/+1 |
2012-06-08 | Fix issue #1447 | Andrey Andreev | 1 | -1/+1 |
2012-06-08 | Update OFFSET implementation for SQL Server 2012 | Andrey Andreev | 1 | -6/+3 |
2012-06-08 | Add OFFSET support for SQL Server 2012 | Andrey Andreev | 1 | -0/+6 |
2012-06-08 | Merge pull request #1433 from jjaffeux/test-encryption-class | Andrey Andreev | 1 | -2/+1 |
2012-06-08 | escape_identifiers() to accept arrays as well | Andrey Andreev | 14 | -34/+37 |
2012-06-08 | Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is... | Andrey Andreev | 3 | -16/+73 |
2012-06-08 | Fixed according to feedback. | Anton Lindqvist | 1 | -5/+6 |
2012-06-08 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | Anton Lindqvist | 123 | -4928/+5136 |
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it from... | Andrey Andreev | 12 | -157/+23 |
2012-06-08 | Revert back some escape_identifiers() to proect_identifiers() as the first on... | Andrey Andreev | 12 | -28/+25 |
2012-06-08 | Resolve formatting differences between DB forge drivers | Andrey Andreev | 10 | -222/+209 |
2012-06-07 | Resolve description docblock differences in system/language/ | Andrey Andreev | 12 | -29/+29 |
2012-06-07 | Merge upstream branch | Andrey Andreev | 102 | -2972/+2404 |
2012-06-07 | Merge upstream branch | Andrey Andreev | 106 | -3562/+4078 |
2012-06-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-mssql | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Fix a syntax error | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Merge upstream branch | Andrey Andreev | 104 | -3477/+4034 |
2012-06-07 | Some more minor improvements | Andrey Andreev | 2 | -13/+8 |
2012-06-07 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqlite | Andrey Andreev | 13 | -67/+46 |
2012-06-07 | Merge https://github.com/EllisLab/CodeIgniter into test-encryption-class | Joffrey Jaffeux | 14 | -83/+62 |
2012-06-07 | replace get_config by config_item | Joffrey Jaffeux | 1 | -2/+1 |
2012-06-07 | Fix issue #861 (and previous commit, for that matter) | Andrey Andreev | 2 | -4/+2 |
2012-06-07 | Added a work-around for MSSQL/SQLSRV create_table() with INT column types (co... | Andrey Andreev | 2 | -0/+2 |
2012-06-07 | Suppress errors from file_get_contents() in read_file() | Andrey Andreev | 1 | -1/+1 |
2012-06-07 | Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fix | Andrey Andreev | 1 | -3/+3 |
2012-06-07 | Deprecated do_hash() and read_file() in favor of hash() and file_get_contents... | Andrey Andreev | 4 | -30/+10 |
2012-06-07 | Remove some unnecessary function_exists() checks and some minor improvements | Andrey Andreev | 5 | -26/+16 |
2012-06-07 | Merge pull request #1438 from IT-Can/form-helper-fix | Andrey Andreev | 1 | -6/+9 |
2012-06-07 | fixes | Michiel Vugteveen | 1 | -3/+3 |
2012-06-06 | fixes | Michiel Vugteveen | 1 | -4/+7 |
2012-06-06 | Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6 | Joffrey Jaffeux | 1 | -3/+3 |
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 1 | -21/+1 |
2012-06-06 | form_checkbox set_value fix | Michiel Vugteveen | 1 | -2/+2 |
2012-06-06 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into issue_... | Cory | 7 | -175/+88 |