Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-22 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -3/+18 | |
Conflicts resolved: system/libraries/Email.php system/libraries/Form_validation.php | |||||
2018-01-22 | [ci skip] If possible, always negotiate for TLS 1.0, TLS 1.1, TLS 1.2 for ↵ | Andrey Andreev | 1 | -1/+13 | |
SMTP connections in CI_Email | |||||
2018-01-22 | Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclared | Andrey Andreev | 1 | -1/+1 | |
The constant was introduced in PHP 5.4, and is documented that way, but it actually depends on PHP being linked to ICU 4.6+, while the minimum requirement for compilation is 4.0 ... When this happens on PHP 7.2, an E_DEPRECATED notice will be emitted; there's currently a discussion on php-internals to resolve that issue. | |||||
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 1 | -8/+4 | |
Clean elses | |||||
2017-12-20 | Clean elses | Gabriel Caruso | 1 | -8/+4 | |
2017-12-04 | [ci skip] Fix #5348 | Andrey Andreev | 1 | -2/+2 | |
2017-11-15 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281 | |||||
2017-11-09 | More on #5003 | Andrey Andreev | 1 | -6/+12 | |
2017-11-09 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2017-11-09 | [ci skip] Fix patch for #5300 | Andrey Andreev | 1 | -2/+2 | |
2017-10-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 1 | -2/+4 | |
emails Close #5300 | |||||
2017-06-22 | [ci skip] Misc cleanup of CI_Email code | Andrey Andreev | 1 | -101/+64 | |
2017-06-22 | [ci skip] Close #3711 | Andrey Andreev | 1 | -16/+6 | |
2017-06-19 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -17/+9 | |
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-04-06 | [ci skip] Simplify some internal CI_Email code | Andrey Andreev | 1 | -16/+8 | |
2017-03-28 | [ci skip] Fix 5070 | Andrey Andreev | 1 | -1/+1 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -5/+5 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-01-19 | More byte-safety | Andrey Andreev | 1 | -5/+5 | |
2017-01-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -7/+51 | |
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst | |||||
2017-01-06 | [ci skip] Don't set User-Agent header in CI_Email::clear() | Andrey Andreev | 1 | -1/+0 | |
Ref: #4765 | |||||
2017-01-06 | Merge pull request #4765 from viitols/develop | Andrey Andreev | 1 | -0/+1 | |
Fix CI_Email not sending User-Agent header | |||||
2017-01-06 | Merge pull request #4765 from viitols/develop | Andrey Andreev | 1 | -0/+1 | |
Fix CI_Email not sending User-Agent header | |||||
2017-01-05 | Address #4963 | Andrey Andreev | 1 | -7/+47 | |
Would supersede PR #4966 | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 1 | -33/+3 | |
2016-12-01 | Switch CI_Email::$validate to On by default | Andrey Andreev | 1 | -1/+1 | |
Relevant: #4844 | |||||
2016-12-01 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2016-12-01 | Fix #4844 | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -19/+68 | |
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst | |||||
2016-10-28 | Improve byte-safety | Andrey Andreev | 1 | -19/+68 | |
2016-08-22 | Merge pull request #4778 from antydemant/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Docblock return type corrections | |||||
2016-08-21 | return fix | Igor Ostapchuk | 1 | -2/+2 | |
2016-08-12 | Fix custom user agent not working | Kristaps V | 1 | -0/+1 | |
Signed-off-by: Kristaps V <kristaps@viitols.com> | |||||
2016-08-10 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -9/+3 | |
2016-08-01 | [ci skip] Fix #4739 | Andrey Andreev | 1 | -1/+2 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -8/+1 | |
2016-07-26 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -40/+46 | |
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst | |||||
2016-07-22 | Fix #4712 | Andrey Andreev | 1 | -10/+23 | |
2016-06-06 | Merge branch 'feature/email-attachments' into develop | Andrey Andreev | 1 | -77/+117 | |
2016-06-04 | Update Email.php | Robert Angyal | 1 | -6/+6 | |
2016-05-25 | [ci skip] Refactor changes from PR #4585 | Andrey Andreev | 1 | -95/+70 | |
Related: #4583 | |||||
2016-05-09 | [ci skip] Minor optimizations to CI_Email | Andrey Andreev | 1 | -31/+19 | |
2016-05-09 | [ci skip] Fix #4613 | Andrey Andreev | 1 | -0/+5 | |
2016-05-04 | #4583 Refactor according to the suggestions commented on Pull Request | Robert Angyal | 1 | -9/+7 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-28 | #4583 Refactor according to the suggestions commented on Pull Request | Robert Angyal | 1 | -38/+30 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-04-20 | #4583 Fix code style issues | Robert Angyal | 1 | -8/+16 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> |