[Zope-CMF] CMF Collector: Open Issues

2005-05-24 Thread tseaver
The following supporters have open issues assigned to them in this collector
(http://www.zope.org/Collectors/CMF).

Assigned and Open


  efge

- CMFSetup doesn't correctly detect DCWorkflow on export,
  [Accepted] http://www.zope.org/Collectors/CMF/298


  gregweb

- CMFUid.UniqueIdGeneratorTool's counter may return double unique ids,
  [Accepted] http://www.zope.org/Collectors/CMF/306


  jens

- Confusing date criteria in CMFTopic,
  [Accepted] http://www.zope.org/Collectors/CMF/339

- FSPropertiesObject.py cannot handle multiline input for lines, text 
attributes,
  [Accepted] http://www.zope.org/Collectors/CMF/271


  mj

- CMFSetup doesn't correctly detect DCWorkflow on export,
  [Accepted] http://www.zope.org/Collectors/CMF/298


Pending / Deferred Issues

- DCWorkflow: cannot define variable 'meta_type',
  [Pending] http://www.zope.org/Collectors/CMF/45

- DefaultDublinCore should have Creator property,
  [Pending] http://www.zope.org/Collectors/CMF/61

- acl_users/roster,
  [Pending] http://www.zope.org/Collectors/CMF/63

- Where did index_html_utils.html come from?,
  [Pending] http://www.zope.org/Collectors/CMF/93

- iso-8859-2 in CMF ?,
  [Pending] http://www.zope.org/Collectors/CMF/160

- Debuggable scripts,
  [Pending] http://www.zope.org/Collectors/CMF/194

- formatRFC822Headers weakness?,
  [Pending] http://www.zope.org/Collectors/CMF/230

- CMFCalendar weekday locale issue,
  [Pending] http://www.zope.org/Collectors/CMF/237

- CMFCalendar: Events ending on midnight,
  [Pending] http://www.zope.org/Collectors/CMF/246

- Wrong cache association for FSObject,
  [Pending] http://www.zope.org/Collectors/CMF/255

- CMFSetup: Windows exports contain CR/LF, LF and even CR newlines,
  [Pending] http://www.zope.org/Collectors/CMF/266

- Unable to copy/import site due to talkbalk attribute assumptions,
  [Pending] http://www.zope.org/Collectors/CMF/282

- PortalCatalog.ZopeFindAndApply should probably also search in 
opaqueItems,
  [Pending] http://www.zope.org/Collectors/CMF/296

- WorkflowTool should recurse into opaqueItems,
  [Pending] http://www.zope.org/Collectors/CMF/297

- ToolInit icon error,
  [Pending] http://www.zope.org/Collectors/CMF/305

- add External Methods to workflow script handling,
  [Pending] http://www.zope.org/Collectors/CMF/329

- FSFile and FSImage don't update caching headers for 304 responsens,
  [Pending] http://www.zope.org/Collectors/CMF/333

- Can't invalidate skin items in a RAMCacheManager,
  [Pending] http://www.zope.org/Collectors/CMF/343


Pending / Deferred Features

- Favorite.py: queries and anchors in remote_url,
  [Pending] http://www.zope.org/Collectors/CMF/26

- TTW configuration of registration tool,
  [Pending] http://www.zope.org/Collectors/CMF/32

- Provide delete reply function to standard skins that come with CMF,
  [Pending] http://www.zope.org/Collectors/CMF/38

- Allow flexible date editing in Event.py (CMFCalendar),
  [Pending] http://www.zope.org/Collectors/CMF/40

- Topic should be catalogued,
  [Pending] http://www.zope.org/Collectors/CMF/53

- Make changeFromProperties accept sequences too,
  [Pending] http://www.zope.org/Collectors/CMF/99

- path criteria on Topic should honor VHM,
  [Pending] http://www.zope.org/Collectors/CMF/111

- having a locale.pot file should ease the process of translating CMF,
  [Pending] http://www.zope.org/Collectors/CMF/155

- french translation for CMF 1.4,
  [Pending] http://www.zope.org/Collectors/CMF/157

- Document.py: universal newlines,
  [Pending] http://www.zope.org/Collectors/CMF/174

- Permissions in PortalFolder: invokeFactory(),
  [Pending] http://www.zope.org/Collectors/CMF/175

- Add condition for transition's action like other action,
  [Pending] http://www.zope.org/Collectors/CMF/207

- Major action enhancement,
  [Pending] http://www.zope.org/Collectors/CMF/232

- portal_type is undefined in initialization code,
  [Pending] http://www.zope.org/Collectors/CMF/248

- Action._listsActions() should be more safe,
  [Pending] http://www.zope.org/Collectors/CMF/253

- FSZSQLMethod.py,
  [Pending] http://www.zope.org/Collectors/CMF/273

- Expose Document text_format metadata,
  [Pending] http://www.zope.org/Collectors/CMF/285

- customization of type of homefolder on creation,
  [Pending] http://www.zope.org/Collectors/CMF/288

- CMFSetup: provide non-ascii im- and exports,
  [Pending] http://www.zope.org/Collectors/CMF/292

- Allow contentFilter to use review_state,
  [Pending] http://www.zope.org/Collectors/CMF/294

- CMFTopic Does Not Cache,
  [Pending] http://www.zope.org/Collectors/CMF/295

- Wishlist: a flag that tags the selected action.,
  

[Zope-CMF] [dev] basic Five support - a small proposal

2005-05-24 Thread yuppie

Hi!


There is already the CMFonFive project, but now that Zope 2.8 ships with 
Five I'd like to see basic Five support in CMF itself:



1.) Zope3 style interfaces (similar to what exists in CMFonFive)

2.) a five_template that bridges Five slots to those available in the 
main_template (similar to that in CMFonFive)


3.) a base class for Five content:
The PortalContent class does not implement everything required in 
CMFDefault. AFAICS at least some DublinCore methods are missing. We 
could either add a subset as in PortalFolder or use the complete 
DefaultDublinCoreImpl.



These first steps can be done without breaking Zope 2.7 compatibility. 
I'd like to start with this on the HEAD and backport it to the 1.5 
branch as soon as it is mature enough.


Any comments?


Cheers,

Yuppie

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] [dev] basic Five support - a small proposal

2005-05-24 Thread Lennart Regebro
On 5/24/05, yuppie [EMAIL PROTECTED] wrote:
 There is already the CMFonFive project, but now that Zope 2.8 ships with
 Five I'd like to see basic Five support in CMF itself:

Well you have a point. I see some options:

1. Moving CMFonFive to Zope corps CVS and simply shipping it with the
next version of CMF.

2. Moving the things that are in CMFonFive into CMFCore.

3. Moving just some parts, and thereby still requireing CMFonFive for
any reasonably CMF integration, and hence gaining very little. ;)

I prefer 1. Then we too can have a big simple:

try:
  import Five
except ImportError:
  yada yada
in the __init__.py

 3.) a base class for Five content:
 The PortalContent class does not implement everything required in
 CMFDefault. AFAICS at least some DublinCore methods are missing. We
 could either add a subset as in PortalFolder or use the complete
 DefaultDublinCoreImpl.

Well, that's still not a Five issue. But it could be a reasonably
thing to have in CMFDefault anyway.

--
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests