Ticket #580 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

make cache parameters configurable through the ZMI

Reported by: jmorliaguet Assigned to: trac
Priority: P2 Milestone: CPS 3.3.4
Component: CPSPortlets Version: unspecified
Severity: normal Keywords:
Cc:

Description (Last modified by fguillaume)

Cache parameters are currently stored in the portlets schema (obtained in skins/getCPSPortletCacheParams.py)

They should be moved to the ZMI in the portal_cpsportlets tool under Cache > cache parameters.

This would simplify the code, save some ZODB space, and not necessarily decrease performance since a:

   params = portlet.cache_params (from a CPSDocument)

would be replaced with a:

   ptltool = getToolByName('portal_cpsportlets')
   params = ptltool.getCacheParameters()

Change History

04/11/05 23:09:05 changed by jmorliaguet

  • milestone set to CPS 3.3.4.

05/11/05 21:40:04 changed by jmorliaguet

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

changes have been merged from the 'jmo-refactoring-cache-parameters' branch to the trunk.

05/12/05 12:07:16 changed by fguillaume

  • description changed.

Please include the changeset for that merge, if applicable.

05/12/05 12:10:32 changed by jmorliaguet

The changeset has rev. 21505

05/13/05 16:48:01 changed by fguillaume

Ok that's [21505] for Trac formatting.