summaryrefslogtreecommitdiff
path: root/resources/views/emails
AgeCommit message (Collapse)AuthorFilesLines
2026-02-06I18N comments don't work with nested expressionsGreg Roach1-1/+1
2025-12-29CodeStyleGreg Roach1-1/+1
2022-11-28Upgrade URL in email needs to be a linkGreg Roach1-1/+1
2022-09-06CodeStyleGreg Roach18-0/+36
2022-09-06PHPdocGreg Roach1-0/+1
2022-05-20Send automatic emails when a new version is available. Add site-uuid to ↵Greg Roach3-0/+51
support usage statistics
2022-04-09Fix: #3307 - include email address in contact emailsGreg Roach2-2/+2
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach5-5/+5
2021-02-10CodeStyleGreg Roach16-1/+113
2021-01-15Refactor controller as request handlersGreg Roach2-3/+5
2021-01-09Update register-notify-text.phtml (#3663)mrqd91-0/+4
2019-12-03Apply PSR12 code style to templatesGreg Roach3-4/+4
2019-11-13Unused importsGreg Roach2-6/+0
2019-11-12Add tree parameter to registration and password resetGreg Roach2-3/+3
2019-11-11Fix: missing tree parameter in email verification emailGreg Roach2-3/+5
2019-11-11Simplify access to current localeGreg Roach14-18/+58
2019-11-10Fix: #2759, fix #2761 - add tree to registration notification emailsGreg Roach2-3/+15
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach2-3/+7
2019-10-24Refactor pending changes to use service and request handlersGreg Roach2-4/+14
2019-10-19Fix: #2646 - broadcast messages should not have a 'sent from URL' footerGreg Roach4-10/+18
2019-10-10Working on routingGreg Roach4-5/+5
2019-10-07Named routesGreg Roach2-5/+12
2019-10-02We only use absolute URLsGreg Roach2-2/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-2/+2
2019-09-22Update password reset procedureGreg Roach4-38/+28
2019-09-18Fix: #1945 - registration emails now go to admins, not genealogy contactsGreg Roach2-2/+2
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ↵Greg Roach2-3/+3
on private sites
2019-08-11Fix: #2517 - missing html attributes on html emailsGreg Roach8-131/+155
2019-08-11Fix: invalid HTML in emailsGreg Roach2-2/+2
2019-08-10Fix: #2515 - need dir=auto for user names in HTML emailsGreg Roach6-6/+6
2019-05-17Add support for reverse-proxy configurationsGreg Roach6-7/+7
2019-04-25CodeStyle - redundant semicolonsGreg Roach2-2/+2
2019-02-01Refactor admin controllers and add testsGreg Roach5-5/+5
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary ↵Greg Roach16-32/+32
users, create UserService
2019-01-21Simplify API function nameGreg Roach2-3/+3
2018-12-21Fix: missing confirmation email after approving a new userGreg Roach2-2/+2
2018-11-18Rename Tree::getTitle() to title()Greg Roach4-4/+4
2018-11-18Rename Tree::getTreeName() to name()Greg Roach4-5/+5
2018-10-12Use .phtml extension for template filesGreg Roach16-0/+0
2018-10-04Import classesGreg Roach16-16/+16
2018-10-04Code styleGreg Roach10-59/+67
2018-06-18A user registration fix (#1763)Mikhail Gorbunov2-2/+2
* A user registration fix While composing an e-mail, there occurs an exception: Uncaught Error: Call to undefined method Fisharebest\Webtrees\Tree::getTitleHtml() in resources/views/emails/register-notify-text.php:4 * A user registration fix While composing an e-mail, there occurs an exception: Uncaught Error: Call to undefined method Fisharebest\Webtrees\Tree::getTitleHtml() in resources/views/emails/register-notify-text.php:4
2018-06-08fix user admin page link in the user verify notification letter (#1755)Mikhail Gorbunov2-3/+3
2018-05-20Converting user admin functions to view/controllerGreg Roach2-3/+3
2018-04-06Convert messaging to use http/controllers/viewsGreg Roach1-0/+1
2018-03-25Convert pending-changes page to http/controller/viewGreg Roach2-2/+2
2018-03-17Use http/controller/view for edit user account pageGreg Roach2-2/+2
2018-02-18Convert login/registration to http/controllerGreg Roach4-7/+7
2017-11-21Use laravel-style e() function to escape HTML in viewsGreg Roach12-36/+36
2017-11-03CodeStyle - spacing/alignmentGreg Roach2-3/+3