[Zope-CMF] CMF Collector: Open Issues

2005-07-27 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: provide non-ascii im- and exports,
  [Accepted] http://www.zope.org/Collectors/CMF/292

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


  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


  mhammond

- Windows DevelopmentMode penalty in CMFCore.DirectoryView,
  [Accepted] http://www.zope.org/Collectors/CMF/366


  mj

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


Pending / Deferred Issues

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

- 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

- 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

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

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

- reconfig_form page fails,
  [Pending] http://www.zope.org/Collectors/CMF/364


Pending / Deferred Features

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

- 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

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

- 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

- 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

- 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.,
  [Pending] http://www.zope.org/Collectors/CMF/301

- CMFDefault should make use of allowCreate(),
  [Pending] http://www.zope.org/Collectors/CMF/340



___
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


[Zope-CMF] Heads up: renaming branches/tags in progress

2005-07-27 Thread Florent Guillaume
Ok I'm about to start the renaming of svn branches and tags for CMF into
a simpler numerical format.

I'll post another message when I'm done, with instructions on how to
switch your sandboxes (it's very simple).

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of RD
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
___
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] Heads up: renaming branches/tags done

2005-07-27 Thread Florent Guillaume
Florent Guillaume  [EMAIL PROTECTED] wrote:
 Ok I'm about to start the renaming of svn branches and tags for CMF into
 a simpler numerical format.
 
 I'll post another message when I'm done, with instructions on how to
 switch your sandboxes (it's very simple).

Ok this is done. Branches are now named like so:

  svn://svn.zope.org/repos/main/CMF/branches/1.4
  svn://svn.zope.org/repos/main/CMF/branches/1.5

And tags:

  svn://svn.zope.org/repos/main/CMF/tags/1.4.7
  svn://svn.zope.org/repos/main/CMF/tags/1.5.1-beta2
  svn://svn.zope.org/repos/main/CMF/tags/1.5.2

etc. To see all the tags and branches you can do:

  svn ls svn://svn.zope.org/repos/main/CMF/tags | more
  svn ls svn://svn.zope.org/repos/main/CMF/branches | more

(I haven't renamed everything, only the 1.4 and 1.5 tags and branches.)


If you have a current sandbox, say CMF-1_5-branch for example, you'll
have to go inside it and do:

  svn switch svn+ssh://[EMAIL PROTECTED]/repos/main/CMF/branches/1.5

and that's it (this operation is fast, it only changes metainformation).

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of RD
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
___
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


[Zope-CMF] undo_form - no content

2005-07-27 Thread David Chandek-Stark
I got no reply from plone-user on this issue -- I believe it's really a 
CMF issue anyway. Add CMF 1.4.7 to the version info below.


Any help greatly appreciated!

---

In my site the undo form is always blank. In the ZMI, however, undoable
transactions are listed. I think the problem may be related to the fact
that I am using a higher level user folder (RemoteUserFolder, outside
Plone b/c doesn't integrate) for members. Here is my ZODB:

| root
|
|_WWW
  |
  |_acl_users (RemoteUserFolder)
  |
  |_plone

Undoable transactions in the ZMI list plone users as WWW [user]. There
are no errors in error_log.

Zope 2.7.6-final/linux2
Python 2.3.4
Plone 2.0.5

Thanks for any help!



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click

___
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] undo_form - no content

2005-07-27 Thread Dieter Maurer
David Chandek-Stark wrote at 2005-7-27 09:51 -0400:
I got no reply from plone-user on this issue -- I believe it's really a 
CMF issue anyway. Add CMF 1.4.7 to the version info below.

Probably, because your question is not too clear...

 ...
In my site the undo form is always blank. In the ZMI, however, undoable
transactions are listed.

Thus, you speak of what undo form?

Apparently, the undo tab of the ZMI lists what you expect,
but something else does not. What is this something else?

-- 
Dieter
___
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


[Zope-CMF] Re: undo_form - no content

2005-07-27 Thread David Chandek-Stark
Sorry, this is a Plone site. There is a Plone skin template undo_form 
which calls container.portal_undo.listUndoableTransactionsFor(here) to 
get the undoable transactions.


Thanks,
David

Dieter Maurer wrote:

David Chandek-Stark wrote at 2005-7-27 09:51 -0400:

I got no reply from plone-user on this issue -- I believe it's really a 
CMF issue anyway. Add CMF 1.4.7 to the version info below.



Probably, because your question is not too clear...



...
In my site the undo form is always blank. In the ZMI, however, undoable
transactions are listed.



Thus, you speak of what undo form?

Apparently, the undo tab of the ZMI lists what you expect,
but something else does not. What is this something else?



___
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