Changesets can be listed by changeset number.
The Git repository is here.
Changeset 78
Fixed mail notification messages to generate correct URLs regardless of
whether or not the controller is called from the application root or
"admin/". I'm not sure if the solution is entirely valid - I get the
feeling that the fix should be in the routes somewhere - but using a
"/" in front of the controller name to override url_for defaults, seems
to produce a correct result after several tests.
- Comitted by: adh
- Date: Tuesday August 08 22:00:13 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 | |
5 | <a href="<%= @link_url = @controller.url_for(:controller => '/articles', :action => 'index') %>"><%=h @blog_name || @link_url %></a>. | |
To unsubscribe, go to | ||
6 | ||
7 | <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> |