* Fixed notifcation skins in HopObject to prevent ugly "null" output; from now on only the ID of the created/modified object is displayed.

* Fixed bug in Story.summary_macro() preventing additional arguments from being used to render metadata content
 * Added root.sites to _parent mapping in Site.properties
This commit is contained in:
Tobi Schäfer 2008-12-14 12:50:52 +00:00
parent b5f3128757
commit 31251b6809
4 changed files with 9 additions and 10 deletions

View file

@ -17,9 +17,9 @@ proceed.' %></p>
<% #notify_create %>
<% gettext 'Hello {0}.' <% membership.name %> %>
<% gettext 'This message wants to inform you that on {0} user {1} published the
{2} "{3}" [1].' <% this.modified short %> <% this.modifier %>
<% this.kind %> <% this.title %> %>
<% gettext 'This message wants to inform you that on {0} user {1} published a
new {2} [1].' <% this.modified short %> <% this.modifier %>
<% this.kind %> %>
<% gettext "Best regards." %>
<% gettext "The Management" %>
@ -31,9 +31,9 @@ proceed.' %></p>
<% #notify_edit %>
<% gettext 'Hello {0}.' <% membership.name %> %>
<% gettext 'This message wants to inform you that on {0} user {1} modified the
{2} "{3}" [1].' <% this.modified short %> <% this.modifier %>
<% this.kind %> <% this.title %> %>
<% gettext 'This message wants to inform you that on {0} user {1} modified
{2} #{3} [1].' <% this.modified short %> <% this.modifier %>
<% this.kind %> <% this.id %> %>
<% gettext "Best regards." %>
<% gettext "The Management" %>