Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2016-04-17 | Fixes #4583 by separating attachments to related and mixed multiparts | Robert Angyal | 1 | -34/+101 | |
Signed-off-by: Robert Angyal <robertonline.81@gmail.com> | |||||
2016-01-20 | Fix #4391 | Andrey Andreev | 1 | -7/+11 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-12-30 | Fix #4343 | Andrey Andreev | 1 | -2/+1 | |
2015-11-16 | Fix #4244 | Andrey Andreev | 1 | -3/+28 | |
2015-10-30 | Fix #4192 | Andrey Andreev | 1 | -5/+8 | |
2015-08-31 | Fix #4073 | Andrey Andreev | 1 | -7/+16 | |
2015-08-03 | Fix #4015 | Andrey Andreev | 1 | -1/+2 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 1 | -1/+21 | |
Fixes #3922 | |||||
2015-03-10 | Add array typehint to CI_Email::__construct() | Andrey Andreev | 1 | -1/+1 | |
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 1 | -5/+12 | |
2015-02-06 | Fix HELO localhost.localdomain violates RFC standards | James Wade | 1 | -2/+6 | |