Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The University of Wisconsin is currently in a redesign and is working towards the mockups pictured above.

 

Is this the end?

No.  UW has planned more improvements and is excited for other's suggestions and contributions.

What if I don't want to use this.

Turn off marketplace rating aggregation here by commenting these lines

Code Block
languagexml
titleuportal-war/src/main/resources/properties/portal.properties
################################################################################
##                                                                            ##
##                      Rating Aggregation Configuration                      ##
##                                                                            ##
################################################################################
# Every Six Hours
org.jasig.portal.aggr.PortletRatingAggregatorImpl.AggregatePortletRatingsPeriod=22284000
Code Block
languagexml
titleuportal-war/src/main/resources/properties/contexts/schedulerContext.xml
<task:scheduled ref="portletRatingAggregator" method="aggregatePortletRatings" fixed-delay="${org.jasig.portal.aggr.PortletRatingAggregatorImpl.AggregatePortletRatingsPeriod}" />

 

Turn off marketplace search results here by toggling the comment lines:

Code Block
languagexml
titleuportal-war/src/main/resources/properties/contexts/servicesContext.xml
<!--Toggle one of the next two via comment
        	Marketplace and PortletRegistry search are very similar.  Marketplace provides searching of
        	portlet preferences marked as screen_capture_x and will include a link to the marketplace
        	entry and possibly more to come
         -->
        <!--
        <bean class="org.jasig.portal.portlets.search.portletregistry.PortletRegistrySearchService"/>
        --> 
        <bean class="org.jasig.portal.portlets.marketplace.MarketplaceSearchService" />