Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic mailer task/templates #77

Closed
wants to merge 28 commits into from
Closed

Add basic mailer task/templates #77

wants to merge 28 commits into from

Conversation

jadb
Copy link
Contributor

@jadb jadb commented Apr 21, 2015

This is a start to get cakephp/cakephp#6324 going.

It's missing the possibility of passing in actions to the bake command to create associated view templates and mailer actions (methods).

For now:

bin/cake bake mailer user

generates the following:

- src/Mailer/UserMailer.php
- src/Template/Layout/Email/html/user.ctp
- src/Template/Layout/Email/text/user.ctp

@jadb jadb added this to the 1.1 milestone Apr 21, 2015
jadb and others added 28 commits April 20, 2015 21:02
Add Bake task for shell helpers
# Conflicts:
#	tests/TestCase/Shell/BakeShellTest.php
#	tests/TestCase/Shell/Task/SimpleBakeTaskTest.php
#	tests/TestCase/Shell/Task/TestTaskTest.php
# Conflicts:
#	tests/TestCase/Shell/BakeShellTest.php
#	tests/TestCase/Shell/Task/SimpleBakeTaskTest.php
#	tests/TestCase/Shell/Task/TestTaskTest.php
1.1 - add missing bake test shell_helper
warn if wrong again pleasee
We can get the same CSS to apply with classnames.
Don't use common id selectors.
@markstory
Copy link
Member

Closing and re-opening against 1.1 branch.

@markstory markstory closed this Jun 27, 2015
@markstory markstory mentioned this pull request Jun 27, 2015
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.

5 participants