Skip to content

[BUGFIX] Fix statistics error when url can't be received - #3

Open
ruudsilvrants wants to merge 97 commits into
beechit:masterfrom
ruudsilvrants:develop/5.2.4-dev
Open

[BUGFIX] Fix statistics error when url can't be received#3
ruudsilvrants wants to merge 97 commits into
beechit:masterfrom
ruudsilvrants:develop/5.2.4-dev

Conversation

@ruudsilvrants

Copy link
Copy Markdown

No description provided.

frans-beech-it and others added 30 commits June 6, 2016 16:20
…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
…Draft

[BUGFIX] Don't schedule draft mail if fetching new content failed
…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
* 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
kartolo and others added 30 commits September 11, 2017 20:46
some default values are not set. this causes SQL error if the server is run in strict mode

Resolves TYPO3-directmail#75
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
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.