summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2012-06-08Merge remote-tracking branch 'upstream/develop' into new_dateIban Eguia1-50/+124
2012-06-08Add OFFSET support for SQL Server 2012Andrey Andreev1-0/+1
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev1-0/+1
2012-06-08Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection ↵Andrey Andreev1-6/+10
(issue #706)
2012-06-07Add ics files support to mimes.php (issue #1441)Andrey Andreev1-2/+3
2012-06-07Add a changelog noteAndrey Andreev1-0/+1
2012-06-07Fix issue #861 (and previous commit, for that matter)Andrey Andreev1-1/+2
2012-06-07Added a work-around for MSSQL/SQLSRV create_table() with INT column types ↵Andrey Andreev1-2/+2
(column lengths are not supported)
2012-06-07Revert 296ab9a06e3c648de56861ad67581236a6dae71a - there's no bug to fixAndrey Andreev1-1/+0
2012-06-07Deprecated do_hash() and read_file() in favor of hash() and ↵Andrey Andreev1-9/+11
file_get_contents() respectively
2012-06-06Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6Joffrey Jaffeux1-0/+1
2012-06-06removed ip_version()Joffrey Jaffeux1-1/+1
2012-06-06Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Cory1-1/+8
issue_1374 Conflicts: user_guide_src/source/changelog.rst
2012-06-06Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6Joffrey Jaffeux1-2/+5
Conflicts: user_guide_src/source/changelog.rst
2012-06-06Modifying changelog to reflect the changeCory1-0/+1
2012-06-06Add a second parameter (charset) to CI_Output::set_content_type() + fix for ↵Andrey Andreev1-1/+3
issue #666
2012-06-06bad spacingJoffrey Jaffeux1-1/+1
2012-06-06update changelog for ipv6 supportJoffrey Jaffeux1-0/+1
2012-06-06Added Fennec as Firefox Mobile to config/user_agents.php (issue #1063)Andrey Andreev1-1/+2
2012-06-06Merge pull request #1415 from mickeywu/developAndrey Andreev1-0/+1
Made set_header() public in Email library and updated documentation.
2012-06-06Update developMickey Wu1-1/+1
2012-06-05Fix a magic_quotes-related bug and changed the default parameter value for ↵Andrey Andreev1-0/+1
is_php()
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵Andrey Andreev1-0/+2
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
2012-06-04Merge pull request #1420 from IT-Can/fix-issue-1419Andrey Andreev1-0/+1
Fix issues #1397, #1419
2012-06-04changelogMichiel Vugteveen1-0/+1
2012-06-03Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon1-1/+3
2012-06-03Added support for $_SERVER['CI_ENV'] in index.phpPhil Sturgeon1-0/+1
Remember this is entirely optional, nothing will change if you do not which to use Multiple Environments just like right now. If you DO set CI_ENV you can manipulate the switch that controls error reporting, etc, so set it to "production" on your live site to hide errors from users. If you don't require this logic you can remove it, or change it entirely to check HTTP_HOST for environment subdomains, or check IP address, etc.
2012-06-01Update user_guide_src/source/changelog.rstMickey Wu1-0/+1
2012-05-31Changed documentation and added note to changelog as per @philsturgeon requestThanasis Polychronakis1-0/+1
2012-05-31automatic list formatting was brokenvlakoff1-1/+2
2012-05-30create_captcha() helper documentationmadhazelnut1-1/+1
2012-05-26Fix issue #862Andrey Andreev1-0/+1
2012-05-25Fix issue #136 (MySQL escape_like_str())Andrey Andreev1-1/+1
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev1-0/+2
2012-05-24Fix issue #319Andrey Andreev1-0/+1
2012-05-24Fix issue #121Andrey Andreev1-0/+1
2012-05-24Fix issues #44 & #110Andrey Andreev1-0/+1
2012-05-24Fix issue #1273 and some cleanup in Query BuilderAndrey Andreev1-3/+4
2012-05-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren1-30/+23
2012-05-23Fix a typo in the changelogAndrey Andreev1-1/+1
2012-05-23Removed the parameter use in database drivers' _close() and added a default ↵Andrey Andreev1-30/+23
_close() method in CI_DB_driver + some changelog fixes
2012-05-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errorsTimothy Warren1-1/+4
2012-05-21Merge pull request #1372 from juanitomint/developAndrey Andreev1-0/+1
Added unbuffered_row() function (issue #1351)
2012-05-21added a comment for unbuffered_rowJuan Ignacio Borda1-0/+1
2012-05-19Add missing changelog entries from 2.1-stableAndrey Andreev1-1/+3
2012-05-17Added changelog entryTimothy Warren1-0/+1
2012-05-17Add parens to changelog entryTimothy Warren1-1/+1
2012-05-17Update inflector docblocks, add changelog entryTimothy Warren1-0/+1
2012-05-15Minor changes on the pull #1355 additionsAndrey Andreev1-1/+1
2012-05-15Merge pull request #1355 from shidec/developAndrey Andreev1-0/+1
Escaping boolean data type, some DBMS (e.g., postgre) need it