[Product-Developers] GS upgrade step docs and tests

2008-06-25 Thread Derek Richardson
Looking at the distributed source for GS 1.3.3, I see upgrade.py, but can't find the tests or docs. Will someone point me at them? Or, else, point me at a good web resource? /me remembers seeing a couple good blog posts, but can't find them now... Thanks! Derek

Re: [Product-Developers] Re: implementing Product interfaces

2008-06-25 Thread deesto
If someone could point me in the right direction, I'd greatly appreciate your help. I feel as if I'm finally quite close to a solution but don't know the spelling/syntax to get my event-ish product registered with the calendar and to finish it off. deesto wrote: On Jun 18, 2008, at 3:26 PM,

[Product-Developers] Least invasive way to replace the keywordwidget with the addremovewidget on events

2008-06-25 Thread David Bain
In order to enhance the user experience when categorizing/tagging events, I've chosen to change the default KeywordWidget with the AddRemoveWidget. Initially I tried this with schemaextender, but it had an interesting repercussion. It never made the vocabulary, ie. the list of keywords available

[Product-Developers] Re: GS upgrade step docs and tests

2008-06-25 Thread Martin Aspeli
Derek Richardson wrote: Looking at the distributed source for GS 1.3.3, I see upgrade.py, but can't find the tests or docs. Will someone point me at them? Or, else, point me at a good web resource? /me remembers seeing a couple good blog posts, but can't find them now... The last chapter in

[Product-Developers] Re: GS upgrade step docs and tests

2008-06-25 Thread Rob Miller
Derek Richardson wrote: Looking at the distributed source for GS 1.3.3, I see upgrade.py, but can't find the tests or docs. Will someone point me at them? Or, else, point me at a good web resource? /me remembers seeing a couple good blog posts, but can't find them now... this blog post is

[Product-Developers] five.intid and DirectoryView

2008-06-25 Thread Ross Patterson
I've run into an interaction between five.intid and Products.CMFCore.DirectoryView a couple of times now. DirectoryView stores instances of Persistent classes (like FSPageTemplate) in a global registry and thus counts on those instances never being added to a ZODB connection. When added to a