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 197089 - Listing of all plugins by rating/age/downloads does not work
Summary: Listing of all plugins by rating/age/downloads does not work
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jan Pirek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 12:39 UTC by Jiri Kovalsky
Modified: 2011-03-25 13:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2011-03-25 12:39:08 UTC
Clicking "See more" link in the "Top rated" column on the Plugin Portal 2.0 [1] front page to see more best plugins does not work due to a PHP error [2]. Honzo, can you please take a look at this? Thanks!

[1] http://services.netbeans.org/pluginportal-2.0
[2] An error occurred
Page not found
Exception information:

Message: Action "list" does not exist and was not trapped in __call()
Stack trace:

#0 /usr/share/php/Zend/Controller/Action.php(515): Zend_Controller_Action->__call('listAction', Array)
#1 /usr/share/php/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('listAction')
#2 /usr/share/php/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 /usr/share/php/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#4 /usr/share/php/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#5 /home/nbweb/pluginportal-2.0/public/index.php(27): Zend_Application->run()
#6 {main}  

Request Parameters:

array (
  'action' => 'list',
  'module' => 'plugins',
  'controller' => 'index',
  'filter' => 'top-rated',
)
Comment 1 Jiri Kovalsky 2011-03-25 12:40:26 UTC
The same happens for other two columns "Most downloaded" and "Newly added or updated".
Comment 2 Jan Pirek 2011-03-25 12:42:50 UTC
Good, catch, that page does not exist at all.. will work on that
Comment 3 Jan Pirek 2011-03-25 13:31:07 UTC
changed the link behavior to apply the filter on the table and viewport is scrolled to the table so it's in view
Comment 4 Jiri Kovalsky 2011-03-25 13:33:35 UTC
Verified, thanks!