summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Fix issue #779Andrey Andreev1-0/+1
2012-10-22Add a changelog entryAndrey Andreev1-0/+1
2012-10-22Add is_https() as a common functionAndrey Andreev1-1/+2
2012-10-22Fix issues #1476, #1909Andrey Andreev1-0/+1
2012-10-19Fix another mailing issue (based on #1281)Andrey Andreev1-0/+1
2012-10-19Fix issue #1409Andrey Andreev1-1/+3
2012-10-19Manually apply an improved version of PR #1797 (auto_link() URL helper)Andrey Andreev1-2/+2
2012-10-18Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or ↵Andrey Andreev1-8/+8
imap_8bit() is used
2012-10-17Merge pull request #1896 from pkriete/developPascal Kriete1-0/+2
Updating the cookie driver to use HMAC authentication on all cookie data
2012-10-17Fix issue #1897Andrey Andreev1-0/+1
2012-10-16Updating the cookie driver to use HMAC authentication on all cookie data.Pascal Kriete1-0/+2
Signed-off-by: Pascal Kriete <pascal@pascalkriete.com>
2012-10-16Fix user guide typos [ci skip]Andrey Andreev1-2/+2
2012-10-15Remove CI_Email::_get_ip()Andrey Andreev1-0/+1
2012-10-15Partially fix #1702Andrey Andreev1-1/+2
2012-10-12Set MySQL client compression to FALSE by default (problems reported with ↵Andrey Andreev1-35/+36
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
2012-10-11[ci skip] Minor changes following PR #1871Andrey Andreev1-8/+8
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior1-0/+1
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field.
2012-10-11Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable()Andrey Andreev1-1/+1
2012-10-10Changelog entry for previous commit and change default charset for the Email ↵Andrey Andreev1-0/+2
library to whatever the config array says
2012-10-09Alter CI_Emai::_prep_quoted_printable()Andrey Andreev1-0/+2
2012-10-09Merge changes from developAndrey Andreev1-10/+28
2012-10-09Merge changes from 2.1-stableAndrey Andreev1-6/+21
2012-10-08[ci skip] Polish changes from pull #1709Andrey Andreev1-1/+1
2012-10-08Fix email headers when using long email subjects and \r\n as crlf. (Part2)Bruno Barão1-0/+1
- Better expression for the preg_replace. - Added a entry to the changelog.
2012-10-06Fix issue #1257Andrey Andreev1-0/+1
2012-10-06[ci skip] Alter some changelog entriesAndrey Andreev1-5/+6
2012-10-06Add IPv6 and array() support for *proxy_ips* configurationAndrey Andreev1-11/+12
2012-10-05Merge upstream branchAndrey Andreev1-110/+261
2012-10-05Fix issue #1765Andrey Andreev1-0/+1
2012-10-05[ci skip] Add Vietnamese characters to foreign_chars.phpAndrey Andreev1-1/+1
2012-10-05[ci skip] More doc fixesAndrey Andreev1-1/+1
2012-10-05[ci skip] Small doc fixes, thanks dchill42Andrey Andreev1-1/+1
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!