Changesets can be listed by changeset number.
The Git repository is here.
Changeset 67
"New article" notification e-mail messages contained a link to the wrong
controller for content administration. This change was meant to have been
checked in some time ago but got lost during the migration to SVN. While
this fixes Ticket #40, user management in Typo will need revisiting for
single sign-on - does the whole user infrastructure get replaced, or do
admin users stay as they are, but "public" users go through SSO and have
a different set of options available to them?
- Comitted by: adh
- Date: Monday August 07 14:41:54 2006 (over 18 years ago)
Affected files:
rool/rails/typo/trunk/app/views/notification_mailer/_mail_footer.rhtml:
prev. | current | |
</div> | ||
<p><em>This is being sent to <%=h @user.name %> because you asked to be notified via email whenever | ||
4 | ||
4 | new content is posted to <%= link_to @blog_name, @controller.url_for(:controller => 'content', :action => 'index') %> | |
To unsubscribe, go to | ||
<a href="<%= @link_url = @controller.url_for(:controller => 'admin/users', :action => 'edit', :id => @user.id) %>"><%=h @link_url%></a> | ||
and change your user settings.</p> |