summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22Fix issue #118 (manually implementing PR #1832)Andrey Andreev4-7/+16
2012-11-22Added support for stream-like downloads of existing files to force_download()Andrey Andreev3-10/+49
Based on code/ideas from PR #365, #1254
2012-11-22[ci skip] Fix a typo in the styleguideAndrey Andreev1-1/+1
2012-11-22Manually apply a fix submitted via PR #2012, #2016Andrey Andreev1-6/+8
2012-11-22Fix modify_column() issues (#2020)Andrey Andreev12-42/+38
2012-11-21Change fs permissions and add some missing index.html files (#2017)Andrey Andreev10-0/+50
2012-11-20Fix #1996Andrey Andreev1-10/+13
2012-11-20Fix issue #2015Andrey Andreev4-180/+29
2012-11-20Fix an E_NOTICEAndrey Andreev1-1/+1
2012-11-20Update tests following 77bd21b15305412b63c8f448787d5b275efd07e2Andrey Andreev1-22/+2
2012-11-20Fix CI_Input::get() and CI_Input::post() not returning array when a key is ↵Andrey Andreev1-2/+12
not specified
2012-11-20Fix #18Andrey Andreev2-6/+10
2012-11-20Merge pull request #2009 from Eco91/patch-2Andrey Andreev1-1/+1
SQLSRV - Connection error if database name contains space-characters
2012-11-19Update system/database/drivers/sqlsrv/sqlsrv_driver.phpEco911-1/+1
2012-11-19DB forge to use single quotes for ENUM/SET string delimitersAndrey Andreev1-1/+1
2012-11-19Update system/database/drivers/sqlsrv/sqlsrv_driver.phpEco911-1/+1
Connection error if database name contains space-characters. Use of MSSQL brackets => 'USE [Database Name]'  instead of 'USE Database Name'
2012-11-19Merge pull request #2007 from sourcejedi/doc-typo-applicationsAndrey Andreev4-9/+9
Documentation: fix typos in name of application folder
2012-11-19Documentation: fix typos in name of application folderAlan Jenkins4-9/+9
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally).
2012-11-19Add db_set_charset() support for the mssql driverAndrey Andreev2-0/+14
2012-11-19PDO was not escaping strings for SET as arrayPhil Sturgeon1-1/+1
2012-11-17Fix issues #751 and #2004Andrey Andreev2-3/+4
2012-11-17Improve DB field_data() for IBM Informix and IBM DB2 (PDO)Andrey Andreev2-19/+84
2012-11-17Merge pull request #2003 from webmasterar/developAndrey Andreev1-2/+2
Corrected phpdoc comment for mysql_to_unix() method
2012-11-17Corrected phpdoc comment for mysql_to_unix() methodwebmasterar1-2/+2
2012-11-16Improve DB field_data() for PostgreSQLAndrey Andreev7-26/+74
2012-11-16Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV)Andrey Andreev6-26/+142
2012-11-16Improve DB field_data() for SQLiteAndrey Andreev5-26/+108
2012-11-16Improve DB field_data() for Interbase / FirebirdAndrey Andreev3-17/+72
2012-11-16Improve DB field_data() for MSSQL / SQL ServerAndrey Andreev6-32/+148
2012-11-16Improve DB field_data() for MySQL and CUBRIDAndrey Andreev9-88/+130
2012-11-15Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93cAndrey Andreev1-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-14Merge pull request #1998 from skunkbad/developAndrey Andreev1-1/+11
Better debugging for DB Cache path
2012-11-14Changes per narfbgBrian Gottier1-2/+2
2012-11-14Better debugging for DB Cache pathBrian Gottier1-1/+11
2012-11-13[ci skip] Cosmetic changes to the 'News section' tutorialAndrey Andreev1-87/+87
2012-11-13Fix PostgreSQL WHERE with boolean valuesAndrey Andreev3-1/+36
2012-11-13Fix some DB_cache-related issuesAndrey Andreev2-2/+2
http://codeigniter.com/forums/viewthread/229610/
2012-11-13[ci skip] Add changelog entry for PR #1258Andrey Andreev1-0/+1
2012-11-13Merge pull request #1258 from cryode/feature/robot_mobileAndrey Andreev1-0/+1
Add mobile detection to robot user agents.
2012-11-13Clean-up following PR #1949Andrey Andreev2-31/+33
2012-11-13Merge pull request #1949 from compwright/developAndrey Andreev5-128/+209
Added support for timestamp-based migrations
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev22-41/+166
(feature request #1987)
2012-11-13Fixed an issue with my mergeJonathon Hill1-1/+0
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-13Improved code readabilityJonathon Hill1-1/+3
2012-11-13Fix issue #1994Andrey Andreev1-2/+2
2012-11-12Code style fixesJonathon Hill1-5/+6
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Fixed a typoJonathon Hill1-1/+1
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Fix issue #1992Andrey Andreev1-1/+14
2012-11-12Remove 'services' directive from .travis.ymlAndrey Andreev1-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-12Some micro-optimizationsAndrey Andreev7-30/+20