Ticket #561 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Content portlet : cosmetic and feature improvements

Reported by: ebarroca Assigned to: jmorliaguet
Priority: P2 Milestone: CPS 3.4.0
Component: CPSPortlets Version: unspecified
Severity: normal Keywords:
Cc: mihamina.rakotomandimby@etu.univ-orleans.fr

Description (Last modified by fguillaume)

The goal is to improve the content portlet to reach features level of the content box.

Cosmetics :

- add some default view based on metadata schema manage what informations to show :

  • Full view : Title / Description / Author / Date / Version / Status
  • Compact view : Title / Date
  • Table view : same as table view of content boxes

I think we should avoid to use clusters for that since we need to perform getContent to display the list, instead of using the brains returned from the search.

Features :

  • Add CPSNavigation to select the scope of the search (restricted to a folder)
  • Allow to perform
  • Content field : add a None value, to not set any default value in the search script
  • Add an option to add the link on the whole item, not only the link string

Change History

04/01/05 16:22:18 changed by ebarroca

  • milestone set to CPS 3.3.3.

04/01/05 16:26:01 changed by ebarroca

2 new improvements needed :

  • add language filter so that we can tell the portlet to show only document in user's language, all

languages or only a specific language.

  • add RSS export to boxes and an option to enable / disable this feature so that any portlet taht

manages a list of items can export its content in RSS

04/08/05 14:06:53 changed by jmorliaguet

- RSS export is done.

- full view / compact / detailed view will be implemented in common with the Navigation Portlet

04/11/05 22:26:04 changed by jmorliaguet

  • milestone changed from CPS 3.3.3 to CPS 3.3.4.

05/28/05 10:36:47 changed by jmorliaguet

  • owner changed from trac to jmorliaguet.
  • status changed from new to assigned.
  • milestone changed from CPS 3.3.4 to CPS 3.3.5.

06/15/05 01:50:53 changed by mihamina.rakotomandimby@etu.univ-orleans.fr

  • cc set to mihamina.rakotomandimby@etu.univ-orleans.fr.

What kind of portlet should I add to test it?

08/03/05 15:04:05 changed by fguillaume

  • description changed.
  • milestone changed from CPS 3.3.5 to CPS 3.3.6.

09/15/05 00:49:01 changed by janguenot

  • milestone changed from CPS 3.3.6 to CPS 3.4.0.

01/09/06 16:39:01 changed by madarche

This bug is related to #1166 : No more rss and atom exports in folder_view.

Jean-Marc, you wrote that "RSS export is done", but when I go to the content well document portlet to try to enable RSS/ATOM export there is no such option.

What has exactly been done? How is it possible to enable this RSS/ATOM export? If there is still something to do/code, please could you give details where and how to do it?

01/09/06 17:52:00 changed by jmorliaguet

  • status changed from assigned to new.

It should be easy to fix since everything needed is here already:

  • cpsportlets_widgets/getFolderItems.py returns the list of items in the correct format.
  • the rss / atom export only needs a list of items

the custom portlet that currently displays folder contents must be integrated into the navigation portlet however if the option is be made configurable.

01/12/06 16:15:20 changed by jmorliaguet

  • status changed from new to closed.
  • resolution set to fixed.

There is now a display mode called "folder contents detailed" that shows folder contents in a more detailed way. There aren't many display options, but it would be easy to add more display options.

export buttons can now be displayed too

see also #1166