Skip to content

Commit

Permalink
[TASK] Remove powermail leftovers
Browse files Browse the repository at this point in the history
There was no support in this package for it for several years. Now
we remove the remaining configs and docs.
  • Loading branch information
garfieldius committed Nov 13, 2024
1 parent 2c12b6a commit 226bf9d
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 204 deletions.
27 changes: 0 additions & 27 deletions Configuration/TCA/Overrides/sys_template.php

This file was deleted.

48 changes: 0 additions & 48 deletions Configuration/TsConfig/powermail.tsconfig

This file was deleted.

1 change: 0 additions & 1 deletion Documentation/AdministratorManual/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ For administrators
:titlesonly:

Installation/Index
Powermail/Index
27 changes: 0 additions & 27 deletions Documentation/AdministratorManual/Powermail/Index.rst

This file was deleted.

Binary file removed Documentation/Images/Powermail/checkbox1.png
Binary file not shown.
Binary file removed Documentation/Images/Powermail/checkbox2.png
Binary file not shown.
Binary file removed Documentation/Images/Powermail/mode.png
Binary file not shown.
Binary file removed Documentation/Images/Powermail/optin_validator.png
Binary file not shown.
Binary file removed Documentation/Images/Powermail/optout_validator.png
Binary file not shown.
Binary file removed Documentation/Images/plugin_ts_powermail1.png
Binary file not shown.
32 changes: 1 addition & 31 deletions Documentation/Includes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,42 +26,12 @@
.. :align: left
.. :name:

.. |img-plugin-ts-powermail1| image:: /Images/plugin_ts_powermail1.png
.. :border: 0
.. :align: left
.. :name:

.. |img-plugin-ts-contants| image:: /Images/plugin_ts_constants.png
.. :border: 0
.. :align: left
.. :name:

.. |img-powermail-checkbox1| image:: /Images/Powermail/checkbox1.png
.. :border: 0
.. :align: left
.. :name:

.. |img-powermail-checkbox2| image:: /Images/Powermail/checkbox2.png
.. :border: 0
.. :align: left
.. :name:

.. |img-powermail-mode| image:: /Images/Powermail/mode.png
.. :border: 0
.. :align: left
.. :name:

.. |img-powermail-validator-optin| image:: /Images/Powermail/optin_validator.png
.. :border: 0
.. :align: left
.. :name:

.. |img-powermail-validator-optout| image:: /Images/Powermail/optout_validator.png
.. :border: 0
.. :align: left
.. :name:

.. |img-form-examples| image:: /Images/Form/examples.png
.. :border: 0
.. :align: left
.. :name:
.. :name:
4 changes: 2 additions & 2 deletions Documentation/Introduction/About/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

What does it do?
================
This extension provides finishers and validators for the CleverReach newletter marketing solution. It supports the form
extensions ext:form (core extension) and powermail.
This extension provides finishers and validators for the CleverReach newletter marketing solution. It has its own plugin
and integrates with the core extension EXT:form


1 change: 0 additions & 1 deletion Documentation/UsersManual/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ For editors
:titlesonly:

Form/Index
Powermail/Index
57 changes: 0 additions & 57 deletions Documentation/UsersManual/Powermail/Index.rst

This file was deleted.

12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# TYPO3 Extension ``cleverreach``
# TYPO3 Extension ``cleverreach``

A plugin for optin/opt out as well as finishers and validators for the TYPO3
extensions *form* and *powermail*
A plugin for optin/opt out as well as finishers and validators for the TYPO3
extensions *form*

Based on [wapplersystems/cleverreach](https://github.com/WapplerSystems/cleverreach)

## Features

- Plugin with optin and opt out
- Powermail
- validators
- finishers
- condition example for a contact form
- Form
- form examples: Opt in, Opt out, contact
- finisher
Expand All @@ -23,4 +19,4 @@ Using composer: `composer require supseven/cleverreach`

## Documentation

Folder [Documentation](./Documentation/Index.rst)
Folder [Documentation](./Documentation/Index.rst)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supseven/cleverreach",
"description": "CleverReach plugin as well as finishers and validators for EXT:form",
"description": "CleverReach plugin and finishers and validators for EXT:form",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$EM_CONF[$_EXTKEY] = [
'title' => 'CleverReach',
'description' => 'Finishers and validators for EXT:form and Powermail',
'description' => 'CleverReach plugin and finishers and validators for EXT:form',
'category' => 'misc',
'state' => 'stable',
'author' => 'Supseven',
Expand Down

0 comments on commit 226bf9d

Please sign in to comment.