Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elitedivision
amos-email-manager
Commits
66633482
Commit
66633482
authored
Jul 28, 2021
by
Aster
Committed by
waltermazza
Jul 28, 2021
Browse files
General Bug Fixes and Improvements
parent
340bd879
Changes
77
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
66633482
...
...
@@ -36,4 +36,4 @@
"scripts"
:
{
"post-install-cmd"
:
"php yii migrate --migrationPath=@vendor/arter/amos-email-manager/migrations --interactive=0"
}
}
\ No newline at end of file
}
src/AmosEmail.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/assets/AmosMailAsset.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\assets
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/base/AmosEmailManager.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\base
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/base/AmosRedactorModule.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\base
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/commands/EmailSpoolController.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\commands
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/config/config.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\confing
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/controllers/DefaultController.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\controllers
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/controllers/EmailSpoolController.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\controllers
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/controllers/EmailTemplateController.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\controllers
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/controllers/EmailViewController.php
View file @
66633482
...
...
@@ -4,7 +4,7 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
...
...
src/controllers/api/EmailViewController.php
View file @
66633482
...
...
@@ -8,11 +8,12 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\emailmanager\controllers\api
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\emailmanager\controllers\api
;
/**
...
...
src/controllers/base/EmailViewController.php
View file @
66633482
...
...
@@ -4,7 +4,7 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
...
...
src/i18n/en-GB/messages.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager
\i18n\en-GB
* @package arter\amos\email\i18n\en-GB
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/i18n/en-US/messages.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager
\i18n\en-US
* @package arter\amos\email\i18n\en-US
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/i18n/it-IT/messages.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager
\i18n\it-IT
* @package arter\amos\email\i18n\it-IT
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/interfaces/ManagerInterface.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\interfaces
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/interfaces/TransportInterface.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\interfaces
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/migrations/m170213_133606_init_email_mamanger.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\migrations
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/migrations/m170220_081455_widget_email_manager.php
View file @
66633482
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\email
manager\migrations
* @package arter\amos\email
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment