summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2012-10-05Fix #1745Andrey Andreev1-1/+2
2012-10-05Polish changes from #1586Andrey Andreev1-1/+1
2012-10-05Merge pull request #1586 from melounek/email_return_pathAndrey Andreev1-0/+1
added parameter for returned-path in Email::from()
2012-10-05Fix issue #1692Andrey Andreev1-2/+3
2012-10-05update devel versionMelounek1-67/+133
2012-10-05Add PNG transparency support in CI_Image_lib::text_watermark() (originally ↵Andrey Andreev1-4/+5
from pull #1317, partially fixes #1139)
2012-10-05Fix issue #116 + other space/style fixes [ci skipAndrey Andreev1-2/+2
2012-10-05Fixed conflicts in changelog to reflect all changes.Kyle Johnson1-27/+34
Conflicts: user_guide_src/source/changelog.rst
2012-10-04Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developDaniel Morris1-28/+32
2012-10-04DRY determining server protocolDaniel Morris1-0/+1
Signed-off-by: Daniel Morris <daniel@honestempire.com>
2012-10-04Updated changelog with bugfix (#395)Kyle Johnson1-0/+1
Signed-off-by: Kyle Johnson <blyxx86@gmail.com>
2012-10-04Misc. style fixes [ci skip]Andrey Andreev1-23/+26
2012-10-04Merge pull request #1847 from daniel-honestempire/developAndrey Andreev1-0/+2
Support for hashing algorithms other than SHA1 and MD5
2012-10-04Fix issue #1789Andrey Andreev1-5/+6
Signed-off-by: Andrey Andreev <narf@bofh.bg>
2012-10-04Updated changelog to include changes to the Encryption libraryDaniel Morris1-0/+2
2012-09-17Merge pull request #1783 from vlakoff/developAndrey Andreev1-0/+1
Better server test in redirect() of URL helper
2012-09-17Changelog: add entry for the change in "auto" method of redirect()vlakoff1-0/+1
2012-09-13directory_map() was skipping files and directories named "0"vlakoff1-0/+1
Close #1757. Thanks @BennyC!
2012-09-12Minor adjustmentsAndrey Andreev1-5/+5
2012-09-07Removed the &nbsp; from the default config variables in the pagination ↵Alex Bilbie1-0/+1
class. Fixes #187 and #208 Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-07Merge pull request #1720 from appleboy/docAlex Bilbie1-0/+1
fix issue #1719 and update ip address length on captcha helper
2012-09-05Database display error supporting "Loader.php" and "MY_Loader.php"Jonathan Bonnefoy1-0/+1
2012-09-02Merge pull request #1727 from pickupman/bugfix-loader-view_fileAlex Bilbie1-0/+1
Fix bug #1000
2012-08-31fix issue #1719 and update ip address length on captcha helperBo-Yi Wu1-0/+1
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2012-08-31Merge pull request #1732 from IT-Can/mysql-compressionAlex Bilbie1-0/+1
MySQL & MySQLi client compression
2012-08-30Added autoload drivers config, added Session and Loader changes to ↵dchill421-5/+19
changelog, added Session config items to upgrade guide Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-21docx mimetype addedMichiel Vugteveen1-1/+2
2012-08-21changelog fixMichiel Vugteveen1-1/+1
2012-08-21driver fix + userguide + changelogMichiel Vugteveen1-1/+2
2012-08-18Fix bug #1000Joe McFrederick1-0/+1
2012-08-15Add changelog entry for pull #1601Andrey Andreev1-6/+7
2012-07-30Some clean-up and style changesAndrey Andreev1-5/+5
2012-07-30Updated changelogAlex Bilbie1-1/+3
2012-07-28Merge pull request #1640 from thecrypticace/developAlex Bilbie1-1/+1
Added support for IP Address Range Masks to the Proxy IPs config option
2012-07-27Change log for IPv4 range mask supportJordan Pittman1-1/+1
2012-07-27Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add ↵Andrey Andreev1-1/+1
changelog entries for pull #1654
2012-07-23Fix issue #1644Andrey Andreev1-0/+1
2012-07-23Fix a bug in CI_DB_sqlsrv_driver::affected_rows()Andrey Andreev1-0/+1
2012-07-13Add a changelog entry for issue #1605 (pull #1606) and remove some spacesAndrey Andreev1-0/+1
2012-07-13Fix issue #1613Andrey Andreev1-0/+1
2012-07-10Follow-up to #1398, #1548Andrey Andreev1-2/+5
2012-07-10Merge pull request #1548 from chrisguiney/error_reportingAndrey Andreev1-0/+1
Respect display_errors when deciding if to display an error...
2012-07-08Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev1-0/+2
feature/db_subdrivers
2012-07-08#1558Andrey Andreev1-0/+1
2012-07-06Fix a few join() bugsAndrey Andreev1-0/+1
2012-07-05Merge upstream branchAndrey Andreev1-12/+27
2012-07-05Clean-up the separate drivers' DB result classes from no longer needed methodsAndrey Andreev1-1/+0
2012-07-05Rename the 'interbase' DB driver to 'ibase' in order to match PHP's function ↵Andrey Andreev1-1/+1
prefix
2012-07-05code cleanup and changelog addedRene Brokholm1-0/+1
2012-07-04Add PDO support for list_fields()Andrey Andreev1-0/+1
Signed-off-by: Andrey Andreev <narf@bofh.bg>