Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-20 | Fix issue #2015 | Andrey Andreev | 4 | -180/+29 | |
2012-11-20 | Fix an E_NOTICE | Andrey Andreev | 1 | -1/+1 | |
2012-11-20 | Update tests following 77bd21b15305412b63c8f448787d5b275efd07e2 | Andrey Andreev | 1 | -22/+2 | |
2012-11-20 | Fix CI_Input::get() and CI_Input::post() not returning array when a key is ↵ | Andrey Andreev | 1 | -2/+12 | |
not specified | |||||
2012-11-20 | Fix #18 | Andrey Andreev | 2 | -6/+10 | |
2012-11-20 | Merge pull request #2009 from Eco91/patch-2 | Andrey Andreev | 1 | -1/+1 | |
SQLSRV - Connection error if database name contains space-characters | |||||
2012-11-19 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | Eco91 | 1 | -1/+1 | |
2012-11-19 | DB forge to use single quotes for ENUM/SET string delimiters | Andrey Andreev | 1 | -1/+1 | |
2012-11-19 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | Eco91 | 1 | -1/+1 | |
Connection error if database name contains space-characters. Use of MSSQL brackets => 'USE [Database Name]' instead of 'USE Database Name' | |||||
2012-11-19 | Merge pull request #2007 from sourcejedi/doc-typo-applications | Andrey Andreev | 4 | -9/+9 | |
Documentation: fix typos in name of application folder | |||||
2012-11-19 | Documentation: fix typos in name of application folder | Alan Jenkins | 4 | -9/+9 | |
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally). | |||||
2012-11-19 | Add db_set_charset() support for the mssql driver | Andrey Andreev | 2 | -0/+14 | |
2012-11-19 | PDO was not escaping strings for SET as array | Phil Sturgeon | 1 | -1/+1 | |
2012-11-17 | Fix issues #751 and #2004 | Andrey Andreev | 2 | -3/+4 | |
2012-11-17 | Improve DB field_data() for IBM Informix and IBM DB2 (PDO) | Andrey Andreev | 2 | -19/+84 | |
2012-11-17 | Merge pull request #2003 from webmasterar/develop | Andrey Andreev | 1 | -2/+2 | |
Corrected phpdoc comment for mysql_to_unix() method | |||||
2012-11-17 | Corrected phpdoc comment for mysql_to_unix() method | webmasterar | 1 | -2/+2 | |
2012-11-16 | Improve DB field_data() for PostgreSQL | Andrey Andreev | 7 | -26/+74 | |
2012-11-16 | Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV) | Andrey Andreev | 6 | -26/+142 | |
2012-11-16 | Improve DB field_data() for SQLite | Andrey Andreev | 5 | -26/+108 | |
2012-11-16 | Improve DB field_data() for Interbase / Firebird | Andrey Andreev | 3 | -17/+72 | |
2012-11-16 | Improve DB field_data() for MSSQL / SQL Server | Andrey Andreev | 6 | -32/+148 | |
2012-11-16 | Improve DB field_data() for MySQL and CUBRID | Andrey Andreev | 9 | -88/+130 | |
2012-11-15 | Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93c | Andrey Andreev | 1 | -1/+5 | |
sscanf() is lightning fast, but doesn't have such thing as greediness and this breaks rule parameters containing a closing square bracket. | |||||
2012-11-14 | Merge pull request #1998 from skunkbad/develop | Andrey Andreev | 1 | -1/+11 | |
Better debugging for DB Cache path | |||||
2012-11-14 | Changes per narfbg | Brian Gottier | 1 | -2/+2 | |
2012-11-14 | Better debugging for DB Cache path | Brian Gottier | 1 | -1/+11 | |
2012-11-13 | [ci skip] Cosmetic changes to the 'News section' tutorial | Andrey Andreev | 1 | -87/+87 | |
2012-11-13 | Fix PostgreSQL WHERE with boolean values | Andrey Andreev | 3 | -1/+36 | |
2012-11-13 | Fix some DB_cache-related issues | Andrey Andreev | 2 | -2/+2 | |
http://codeigniter.com/forums/viewthread/229610/ | |||||
2012-11-13 | [ci skip] Add changelog entry for PR #1258 | Andrey Andreev | 1 | -0/+1 | |
2012-11-13 | Merge pull request #1258 from cryode/feature/robot_mobile | Andrey Andreev | 1 | -0/+1 | |
Add mobile detection to robot user agents. | |||||
2012-11-13 | Clean-up following PR #1949 | Andrey Andreev | 2 | -31/+33 | |
2012-11-13 | Merge pull request #1949 from compwright/develop | Andrey Andreev | 5 | -128/+209 | |
Added support for timestamp-based migrations | |||||
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 22 | -41/+166 | |
(feature request #1987) | |||||
2012-11-13 | Fixed an issue with my merge | Jonathon Hill | 1 | -1/+0 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-13 | Improved code readability | Jonathon Hill | 1 | -1/+3 | |
2012-11-13 | Fix issue #1994 | Andrey Andreev | 1 | -2/+2 | |
2012-11-12 | Code style fixes | Jonathon Hill | 1 | -5/+6 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Fixed a typo | Jonathon Hill | 1 | -1/+1 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Fix issue #1992 | Andrey Andreev | 1 | -1/+14 | |
2012-11-12 | Remove 'services' directive from .travis.yml | Andrey Andreev | 1 | -5/+0 | |
According to the Travis docs at http://about.travis-ci.org/docs/user/database-setup/, mysql and postgre are started on boot (and therefore don't need manual a start), while we all know that sqlite is not a service and doesn't need that either. | |||||
2012-11-12 | Some micro-optimizations | Andrey Andreev | 7 | -30/+20 | |
2012-11-12 | Changed the `migration_style` config setting to `migration_type` | Jonathon Hill | 3 | -11/+11 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 240 | -4698/+10770 | |
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Fixed a mismatched constraint value when creating the migration table | Jonathon Hill | 1 | -1/+1 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Merge pull request #1991 from vkeranov/develop | Andrey Andreev | 1 | -13/+13 | |
Let's follow the style guide... | |||||
2012-11-12 | Let's follow the style guide... | vkeranov | 1 | -13/+13 | |
2012-11-12 | Fix issue #777 | Andrey Andreev | 2 | -8/+16 | |
2012-11-12 | Bring back the AFTER clause for DB Forge add_column() | Andrey Andreev | 18 | -21/+160 | |
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only). |