User administration: user email addresses aren't displayed any more #78

Closed
opened 2015-04-04 16:12:51 +00:00 by GoogleCodeExporter · 9 comments
GoogleCodeExporter commented 2015-04-04 16:12:51 +00:00 (Migrated from github.com)
related issues: 
http://code.google.com/p/antville/issues/detail?id=41
http://code.google.com/p/antville/issues/detail?id=70 (1. + 2. - no need to
fiddle around because of the latter:)

<% #User %>
<a name="<% item.id %>" id="<% item.id %>"></a>
<table class="listItemSeparator" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="2">
   <span class="label <% item.status %>"><% gettext <% item.status |
capitalize %> %></span>
</td>
</tr>
<tr>
<td valign="top">
   <div><strong><% item.name %></strong></div>
   <div><% item.email suffix="<br />" %>
   <a href="<% item.url %>"><% item.url %></a></div>
   <div class="small">
      <% gettext Registered %>: <% item.created short %><br />
      <% gettext "Last Login" %>: <% item.modified short %><br />
      <% ngettext "{0} Story" "{0} Stories" <% admin.count <% item.stories
%> %> %>:
      <% admin.items <% item.stories %> %><br />
      <% ngettext "{0} Comment" "{0} Comments" <% admin.count <%
item.comments %> %> %>:
      <% admin.items <% item.comments %> %><br />
      <% ngettext "{0} Image" "{0} Images" <% admin.count <% item.images %>
%> %>:
      <% admin.items <% item.images %> %><br />
      <% ngettext "{0} File" "{0} Files" <% admin.count <% item.files %> %> %>:
      <% admin.items <% item.files %> %><br />
   </div>
</td>
<td class="small" valign="top" align="right">
   <% admin.link edit <% item.id %> prefix="... " %>
</td>
</tr>
</table>

<% #editUser %>
<form method="post" action="<% response.action %>">
<input type="hidden" name="id" value="<% request.id %>" />
<input type="hidden" name="page" value="<% request.page %>" />
<table cellspacing="0" cellpadding="0" width="100%">
<colgroup>
   <col width="*" />
   <col width="150" />
</colgroup>
<tr>
<td class="small" valign="top">
</td>
<td class="small" align="left">
   <div style="padding-bottom: 3px;"><% item.select status %></div>
   <button type="submit" id="save" name="save" value="1"><% gettext Save
%></button>
   <a href="" class="cancel"><% gettext Cancel %></button>
</td>
</tr>
</table>
</form>

Original issue reported on code.google.com by kinomu.w...@gmail.com on 21 Jan 2010 at 8:09

``` related issues: http://code.google.com/p/antville/issues/detail?id=41 http://code.google.com/p/antville/issues/detail?id=70 (1. + 2. - no need to fiddle around because of the latter:) <% #User %> <a name="<% item.id %>" id="<% item.id %>"></a> <table class="listItemSeparator" cellspacing="0" cellpadding="0" width="100%"> <tr> <td colspan="2"> <span class="label <% item.status %>"><% gettext <% item.status | capitalize %> %></span> </td> </tr> <tr> <td valign="top"> <div><strong><% item.name %></strong></div> <div><% item.email suffix="<br />" %> <a href="<% item.url %>"><% item.url %></a></div> <div class="small"> <% gettext Registered %>: <% item.created short %><br /> <% gettext "Last Login" %>: <% item.modified short %><br /> <% ngettext "{0} Story" "{0} Stories" <% admin.count <% item.stories %> %> %>: <% admin.items <% item.stories %> %><br /> <% ngettext "{0} Comment" "{0} Comments" <% admin.count <% item.comments %> %> %>: <% admin.items <% item.comments %> %><br /> <% ngettext "{0} Image" "{0} Images" <% admin.count <% item.images %> %> %>: <% admin.items <% item.images %> %><br /> <% ngettext "{0} File" "{0} Files" <% admin.count <% item.files %> %> %>: <% admin.items <% item.files %> %><br /> </div> </td> <td class="small" valign="top" align="right"> <% admin.link edit <% item.id %> prefix="... " %> </td> </tr> </table> <% #editUser %> <form method="post" action="<% response.action %>"> <input type="hidden" name="id" value="<% request.id %>" /> <input type="hidden" name="page" value="<% request.page %>" /> <table cellspacing="0" cellpadding="0" width="100%"> <colgroup> <col width="*" /> <col width="150" /> </colgroup> <tr> <td class="small" valign="top"> </td> <td class="small" align="left"> <div style="padding-bottom: 3px;"><% item.select status %></div> <button type="submit" id="save" name="save" value="1"><% gettext Save %></button> <a href="" class="cancel"><% gettext Cancel %></button> </td> </tr> </table> </form> ``` Original issue reported on code.google.com by `kinomu.w...@gmail.com` on 21 Jan 2010 at 8:09
GoogleCodeExporter commented 2015-04-04 16:12:51 +00:00 (Migrated from github.com)

Original comment by interf...@p3k.org on 1 Feb 2010 at 2:23

  • Changed title: User administration: user email addresses aren't displayed any more
Original comment by `interf...@p3k.org` on 1 Feb 2010 at 2:23 - Changed title: **User administration: user email addresses aren't displayed any more**
GoogleCodeExporter commented 2015-04-04 16:12:51 +00:00 (Migrated from github.com)

Original comment by interf...@p3k.org on 1 Feb 2010 at 2:23

  • Added labels: AntClick
Original comment by `interf...@p3k.org` on 1 Feb 2010 at 2:23 - Added labels: **AntClick**
GoogleCodeExporter commented 2015-04-04 16:12:52 +00:00 (Migrated from github.com)
Sorry, I do not get the purpose of this report. It looks like a duplicate of 
comment 5 of 
issue 70...?

Original comment by interf...@p3k.org on 1 Feb 2010 at 2:36

``` Sorry, I do not get the purpose of this report. It looks like a duplicate of comment 5 of issue 70...? ``` Original comment by `interf...@p3k.org` on 1 Feb 2010 at 2:36
GoogleCodeExporter commented 2015-04-04 16:12:52 +00:00 (Migrated from github.com)
The new defect I tried to describe in the summary of this issue - that user 
email
addresses aren't displayed in the sysadmin user administration any more - is
illustrated by these screenshots: the red arrows point to where the mail 
addresses of
the users should be displayed (screenshot from the latest build), the 
screenshot with
the yellow ellipse is from antville.org. 

Original comment by kinomu.w...@gmail.com on 4 Feb 2010 at 1:47

Attachments:

``` The new defect I tried to describe in the summary of this issue - that user email addresses aren't displayed in the sysadmin user administration any more - is illustrated by these screenshots: the red arrows point to where the mail addresses of the users should be displayed (screenshot from the latest build), the screenshot with the yellow ellipse is from antville.org. ``` Original comment by `kinomu.w...@gmail.com` on 4 Feb 2010 at 1:47 Attachments: - [Screenshot_antville.png](https://storage.googleapis.com/google-code-attachments/antville/issue-78/comment-4/Screenshot_antville.png) - [Screenshot_antclick.png](https://storage.googleapis.com/google-code-attachments/antville/issue-78/comment-4/Screenshot_antclick.png)
GoogleCodeExporter commented 2015-04-04 16:12:52 +00:00 (Migrated from github.com)
The code posted above is indeed an erroneous duplicate of comment 5 of 
issue 70.

Original comment by kinomu.w...@gmail.com on 4 Feb 2010 at 2:00

Attachments:

``` The code posted above is indeed an erroneous duplicate of comment 5 of issue 70. ``` Original comment by `kinomu.w...@gmail.com` on 4 Feb 2010 at 2:00 Attachments: - [fiddlearound.png](https://storage.googleapis.com/google-code-attachments/antville/issue-78/comment-5/fiddlearound.png)
GoogleCodeExporter commented 2015-04-04 16:12:52 +00:00 (Migrated from github.com)
This issue was closed by revision r3975.

Original comment by interf...@p3k.org on 4 Feb 2010 at 8:45

  • Changed state: Fixed
``` This issue was closed by revision r3975. ``` Original comment by `interf...@p3k.org` on 4 Feb 2010 at 8:45 - Changed state: **Fixed**
GoogleCodeExporter commented 2015-04-04 16:12:53 +00:00 (Migrated from github.com)

Original comment by kinomu.w...@gmail.com on 4 Feb 2010 at 6:08

  • Changed state: Verified
Original comment by `kinomu.w...@gmail.com` on 4 Feb 2010 at 6:08 - Changed state: **Verified**
GoogleCodeExporter commented 2015-04-04 16:12:53 +00:00 (Migrated from github.com)
Sorry, I reverted the first solution and implemented a simpler and more 
reasonable one. 
Could you please verify this issue once again?

Original comment by interf...@p3k.org on 5 Feb 2010 at 10:09

  • Changed state: Fixed
``` Sorry, I reverted the first solution and implemented a simpler and more reasonable one. Could you please verify this issue once again? ``` Original comment by `interf...@p3k.org` on 5 Feb 2010 at 10:09 - Changed state: **Fixed**
GoogleCodeExporter commented 2015-04-04 16:12:53 +00:00 (Migrated from github.com)
Needn't be sorry, simpler, more reasonable and aesthetic solutions are always
welcome. It works fine.

Original comment by kinomu.w...@gmail.com on 5 Feb 2010 at 4:43

  • Changed state: Verified
``` Needn't be sorry, simpler, more reasonable and aesthetic solutions are always welcome. It works fine. ``` Original comment by `kinomu.w...@gmail.com` on 5 Feb 2010 at 4:43 - Changed state: **Verified**
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/antville#78
No description provided.