|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________ Dspace-devel mailing list Dspace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-devel
1) fix the browse index to "title" and the sort option to "dateaccessioned". This enables the items of a collection to list with reverse chronological sorting by accessioned date.
2) enable paging of the items on a collection home page. Clicking "next page" resulted in going into the browse page in the old codes but now it lists the next items on the collection home page.
3) remove recent items functionality by default. You can change it by adjustment of the "plugin.sequence.org.dspace.plugin.CollectionHomeProcessor" property in dspace.cfg.
By the way, I have made rebase my branch with DSpace/master and committed these changes to my git repository. It seems to be correct on the repository, but in the pull request the commits other than mine are included. What should I do?