[BUGFIX] Fix statistics error when url can't be received - #3
Open
ruudsilvrants wants to merge 97 commits into
Open
[BUGFIX] Fix statistics error when url can't be received#3ruudsilvrants wants to merge 97 commits into
ruudsilvrants wants to merge 97 commits into
Conversation
…th cli request This prevents failing mailFromDraft conversions. And makes the error visible for the admin in the BE.
For some special cases as shown by the unit tests the method "extractHyperLinks" fails to properly extract the appropriate values. The unit tests fail. This patch solves the issue and makes the unit tests working again. Resolves: TYPO3-directmail#12 Releases: master
In the new Hook/JumpurlController $GLOBALS['TSFE']->initFEuser(); is called before $GLOBALS['TSFE'] is initiated. Removed the call as this is done after the hook in RequestHandler/handleRequest
[BUGFIX] Removed $GLOBALS['TSFE']->initFEuser(); from Jumpurl Hook
[BUGFIX] Fix issue with "extractHyperLinks"
[FIX] Changes access to the database to TYPO3_DB
As the extension uses the "::class" keyword/operator the PHP version requirement has to get raised to 5.5
[FIX] Removed de locallang files
…Draft [BUGFIX] Don't schedule draft mail if fetching new content failed
Updated PHP version requirement
…3-master Change-Id: I2b9329861e0f1d9296a3940a476e708d813459a8
Change-Id: Ibd1e3085564f6b0d728ab3f6742f3eaaa4846510
Bounce handling is rewritten, so it's not dependent on fetchmail anymore. It uses the Fetch library (https://github.com/tedious/Fetch/), which needs PHP IMAP module. Todo: check PHP IMAP module and documentation Resolves: #73727 Releases: master Change-Id: I978619b854222957f6c12f15d5f6f71725f7933e
Resolves: TYPO3-directmail#24 Releases: master Change-Id: Ie95d092eb93c3db287c179824e7121ffc4e5aa7a
[BUGFIX] set FE group per hook
* use correct typo3-ter name in replace section * add missing alias map definition
If fetching of new content failed throw an exception with the error from DirectMailUtility::fetchUrlContentsForDirectMailRecord(). This prevents old mail being send to the receivers. And makes the error visible for the admin in the BE.
…th cli request This prevents failing mailFromDraft conversions. And makes the error visible for the admin in the BE.
For some special cases as shown by the unit tests the method "extractHyperLinks" fails to properly extract the appropriate values. The unit tests fail. This patch solves the issue and makes the unit tests working again. Resolves: TYPO3-directmail#12 Releases: master
In the new Hook/JumpurlController $GLOBALS['TSFE']->initFEuser(); is called before $GLOBALS['TSFE'] is initiated. Removed the call as this is done after the hook in RequestHandler/handleRequest
some default values are not set. this causes SQL error if the server is run in strict mode Resolves TYPO3-directmail#75
[BUGFIX] added default value.
Add user-agent when fetching content of a page
[BUGFIX] Marked processed mail deleted and expunge the deleted mail
* [TASK] save last dmail source in tmp for debug * [TASK] Updates for TYPO3 8 LTS * [TASK] Migration for Breaking: #78384 - Frontend ignores TCA in ext_tables.php (cherry picked from commit 002cf38b07db5ea4fce737d39513205443c413f3) * [TASK] Update composer.json
Set dependency version to 7 and 8 LTS. Cleanup some code to work with SQL strict Resolves TYPO3-directmail#78
When saving the distribution time it now parses to correct timestamp. Tested in TYPO3 8.
This renders a larger select field for multiple mail groups. We use a TYPO3 typical CSS class and the size attribute to modify the select field.
…il#85) Introduce a utility class including a flash message renderer. Furthermore, some minor code cleanups and improvements have been made.
…ger-select-field [TASK] Use larger select field for multiple mail groups
[FEATURE] Introduce a flash message renderer (resolves TYPO3-directmail#85)
[BUGFIX] fix typo3/cms-core version range in composer.json
[BUGFIX] fixed required packages names and versions
…on_time fix distribution time
It provides compatibility to TYPO3 8.7 LTS
[BUGFIX] fix required tt-address version
Compatible to TYPO3 8.7 LTS
As an response of an url breaks, the statics page can't be load. Therefore fallback to the url.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.