summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2012-11-12Changed the `migration_style` config setting to `migration_type`Jonathon Hill3-11/+11
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Merge remote-tracking branch 'upstream/develop' into developJonathon Hill240-4698/+10770
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Fixed a mismatched constraint value when creating the migration tableJonathon Hill1-1/+1
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Merge pull request #1991 from vkeranov/developAndrey Andreev1-13/+13
Let's follow the style guide...
2012-11-12Let's follow the style guide...vkeranov1-13/+13
2012-11-12Fix issue #777Andrey Andreev2-8/+16
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev18-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).
2012-11-11Fix DBForge index creation on MySQL and CUBRIDAndrey Andreev5-0/+50
2012-11-09Move Log class to core in tests as wellAndrey Andreev1-6/+5
2012-11-09Move the Log class to system/core/Andrey Andreev4-12/+24
It is a core class after all, I guess somebody forgot it when the rest of them were moved.
2012-11-09[ci skip] Polish docs in user_guide_src/source/general/Andrey Andreev29-473/+587
2012-11-09Polish the Common functions documentationAndrey Andreev2-36/+124
2012-11-09Polish docs for URL and XML helpers and deprecate obsolete options for ↵Andrey Andreev6-156/+235
String helper random_string() and URL helper url_title()
2012-11-08Polish docs for String, Text and Typography helpersAndrey Andreev4-92/+198
2012-11-08Deprecate String helper trim_slashes()Andrey Andreev4-20/+44
trim(, '/') is even shorter ...
2012-11-08Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵Andrey Andreev11-272/+368
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper
2012-11-08Polish docs for the File and Form helpersAndrey Andreev3-226/+480
2012-11-08Polish docs for Array, CAPTCHA, Cookie, Date, Directory and Download helpersAndrey Andreev5-326/+275