This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180142 - Subscriptions tab on user profile page does not work
Summary: Subscriptions tab on user profile page does not work
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Admin (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: leawang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 04:33 UTC by Jiri Kovalsky
Modified: 2010-02-18 03:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of my browser with not working "Subscriptions" user profile tab. (80.26 KB, image/png)
2010-02-03 13:41 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2010-02-02 04:33:50 UTC
It is not possible to manage mailing list subscriptions for any user because the page [1] returns 500 - Internal Server Error.

[1] http://netbeans.org/people/<user_account_here>/subscriptions

Please do something about it. Thanks!
Comment 1 Marco Walther 2010-02-03 11:17:18 UTC
I just tried it and it works as expected for my account:-( I know that does not help you much, but maybe you can try it again?

I saw some requests in for your subscription list in be BE server logs and they seemed to be all successful??

Thanks,
-- Marco
Comment 2 Jiri Kovalsky 2010-02-03 13:41:11 UTC
Created attachment 93818 [details]
Screenshot of my browser with not working "Subscriptions" user profile tab.
Comment 3 Jiri Kovalsky 2010-02-03 13:42:18 UTC
It still does not work for me. Please see attached screenshot. Maybe it is because there are Czech characters in my name hence URL?
Comment 4 Marco Walther 2010-02-03 16:29:04 UTC
The problem was in the template:-(

ActionView::TemplateError (No route matches {:action=>"archive", :feature_id=>#<List::MailingList id: .... >}) on line #5 of app/views/lists/lists/_list.html.erb:
2: <li class="blockList mailing-list">
3:   <strong class="email"><%=h list.list_full_name %></strong>&nbsp;&nbsp;
4:   <% if archive_readable?(list) %>
5:     <%= link_to '&raquo; Browse Archives', :action => :archive, :feature_id => list %>
6:   <% end %>

It's fixed with commit 71bf8e6..3ef0b9a, but I don't know when it will make it to production:-( Expect something like two weeks:-(
Comment 5 Martin Fousek 2010-02-18 02:01:05 UTC
New revision of kenai product is deployed on netbeans.org site. Could you let us Jirko know if it resolved your troubles, please? Thanks...
Comment 6 Jiri Kovalsky 2010-02-18 03:02:36 UTC
Yes, I was able to see my subscriptions! Thank you everyone. :-)