Re: [Product-Developers] Use of DataGridField

2010-04-14 Thread Tim Knapp
Hi David, This should help: http://plonemanual.twinapex.fi/content/archetypes/datagridfield.html Thanks, Tim On Wed, 2010-04-14 at 06:53 -0800, CAFEMAY wrote: Hello - I am new to Plone and Python but have successfully (I think) installed the DataGridField pypi on my Plone

RE: [Product-Developers] Use of DataGridField

2010-04-14 Thread Tim Knapp
types. -Tim -Original Message- From: Tim Knapp [mailto:duf...@kokorice.org] Sent: Wednesday, April 14, 2010 10:58 AM To: May, David C. (AMSEC) Cc: product-developers@lists.plone.org Subject: Re: [Product-Developers] Use of DataGridField Hi David, This should help: http

[Product-Developers] Re: collective.subscribemember and virtualenv

2010-04-08 Thread Tim Knapp
On Wed, 2010-04-07 at 16:33 +0200, Encolpe Degoute wrote: Tim Knapp a écrit : Hi Encolpe, On Tue, 2010-04-06 at 22:28 +0200, Encolpe Degoute wrote: Hello, I didn't find any bugtracker for /collective.subscribemember/ then I post here. Thanks for pointing this out. I

[Product-Developers] Re: collective.subscribemember and virtualenv

2010-04-08 Thread Tim Knapp
Hi Encolpe, On Tue, 2010-04-06 at 22:28 +0200, Encolpe Degoute wrote: Hello, I didn't find any bugtracker for /collective.subscribemember/ then I post here. Thanks for pointing this out. I just created one here: http://plone.org/products/collective.subscribemember/issues In your

Re: [Product-Developers] archgenxml: change namespace from Products to something

2010-03-02 Thread Tim Knapp
Hi Kees, Last time I tried it was a limitation of AGX. -Tim On Tue, 2010-03-02 at 13:11 +0100, Kees Hink wrote: When i try to put agx-generated code in an egg called 'mynamespace.myproduct', the 'content' module's 'MyType.py' contains imports like 'from Products.myproduct import ...'. It

Re: [Product-Developers] A bit of help with a Collective project...

2009-12-31 Thread Tim Knapp
Hi Shane, Long time no speak. On Thu, 2009-12-31 at 22:29 -0500, Shane Graber wrote: I was wondering if I could have someone look over a project I'm working on for the collective. I've created a project called 'collective.intensedebate' (based on the collective.disqus [1] codebase) that

Re: [Product-Developers] Active Directory read and write capabilities

2009-05-17 Thread Tim Knapp
Hi, When using AD in the past it has only ever been read-only. Unsure if this has changed since but I hadn't heard anything to the contrary. Thanks, Tim On Sun, 2009-05-17 at 09:28 -0700, mangocat1 wrote: I am following the directions found here:

Re: [Product-Developers] How to add custom permissions to a Standalone View

2009-05-13 Thread Tim Knapp
On Wed, 2009-05-13 at 13:21 -0700, cvielma wrote: Hi there people! Due to a senseless discuss with a very frustrated guy, and in order to show my problem better, i decided to separate my early post in two problems. I have an standalone view, and i want to make a product that adds

[Product-Developers] Overriding DateTime

2009-03-22 Thread Tim Knapp
Hi, I would like to override the DateTime.DateTime class within my functional tests. I have tried mocking (via mocker) and injecting the subclassed DateTime class into sys.modules (results in a TraversalError). The fartherest I've gotten is to set DateTime.DateTime = MySubclassedDateTime in my

Re: [Product-Developers] Adding eggs to buildout

2009-02-04 Thread Tim Knapp
Hi, On Wed, 2009-02-04 at 22:37 -0800, hannesc wrote: Hi Guys. I have recently started developing my own products, and until now, I merely used develop in the buildout to add said products. Now however, I need to distribute them. I created the egg file and would now like to test it.

Re: [Product-Developers] Problem updating to PFG 1.2.5

2008-11-18 Thread Tim Knapp
On Tue, 2008-11-18 at 01:33 -0800, bad_my84 wrote: Hi all, After running buildout to update some products, PFG didn't want to update to version 1.2.5. Before I was running version 1.2.4 without any problems. I'm running Plone 3.1.7 Here's the traceback call: Traceback (innermost last):

Re: [Product-Developers] Problem updating to PFG 1.2.5

2008-11-18 Thread Tim Knapp
On Tue, 2008-11-18 at 01:59 -0800, bad_my84 wrote: Tim Knapp wrote: On Tue, 2008-11-18 at 01:33 -0800, bad_my84 wrote: Hi all, After running buildout to update some products, PFG didn't want to update to version 1.2.5. Before I was running version 1.2.4 without any problems

Re: [Product-Developers] yourproduct-configure.zcml

2008-10-20 Thread Tim Knapp
On Mon, 2008-10-20 at 10:22 +0200, Espen Moe-Nilssen wrote: Is there a reason why people dont included the configure-zcml files (etc) with their products instead of having people make them? Its not really a big issue, but seems natural.. Because of buildout ;) -Tim Espen Moe-Nilssen

Re: [Product-Developers] Re: How to deploy a plone 3 site??

2008-09-04 Thread Tim Knapp
On Thu, 2008-09-04 at 12:05 +0200, Yuri wrote: Tim Knapp ha scritto: On Thu, 2008-09-04 at 10:20 +0200, Yuri wrote: Maurits van Rees ha scritto: David Bain, on 2008-09-03: Perhaps I'm misreading the vanrees.org blog, but it seems to imply that eggs you develop

Re: [Product-Developers] Best approach for archiving a Plone website

2008-07-30 Thread Tim Knapp
Hi David, Have you thought of using webstemmer[1]? I'm actually in the process of designing a solution for this at the moment. Interested in sharing ideas? Thanks, Tim [1] http://www.unixuser.org/~euske/python/webstemmer/ On Wed, 2008-07-30 at 14:20 -0500, David Bain wrote: Martin, That

Re: [Product-Developers] TextIndexNG3 error

2008-07-28 Thread Tim Knapp
Hi Yude, TXNG3 relies on a python module called zopyx (as per the error message). You need to follow the instructions in the README/INSTALL.txt in order to install it correctly. Can't remember exact location of the extension module within TXNG3 but if you look at the product's subfolders you'll

Re: [Product-Developers] SQLPASPlugin questions

2008-07-07 Thread Tim Knapp
On Mon, 2008-07-07 at 11:56 +0200, Hedley Roos wrote: I'd still be interested in seeing the code as it not only gives me a bit of an example to start from but is also something my project could benefit from. I'm also not too interested in groups anyway. Here you go...

Re: [Product-Developers] SQLPASPlugin questions

2008-07-03 Thread Tim Knapp
Hello again Hedley, On Thu, 2008-07-03 at 18:15 +0200, Hedley Roos wrote: Tim Knapp wrote: On Wed, 2008-07-02 at 21:39 +0200, Hedley Roos wrote: I'm sure we use a version that can indeed search. It is in our local Upfront SVN repo. Will check tomorrow and post back. Yes please

Re: [Product-Developers] SQLPASPlugin questions

2008-07-02 Thread Tim Knapp
Hi Michael, On Wed, 2008-07-02 at 17:25 +0200, Michael Hierweck wrote: Marco Scheidhuber wrote: hello, I'm a developer with just a little experience in plone in the last few weeks, just in case... In a project I use the SQLPASPlugin for authentication what works out of the box.

Re: [Product-Developers] SQLPASPlugin questions

2008-07-02 Thread Tim Knapp
On Wed, 2008-07-02 at 21:39 +0200, Hedley Roos wrote: I'm sure we use a version that can indeed search. It is in our local Upfront SVN repo. Will check tomorrow and post back. Yes please Thanks, Tim ___ Product-Developers mailing list

Re: [Product-Developers] Re: Broken localcommands in ZopeSkel

2008-06-06 Thread Tim Knapp
On Fri, 2008-06-06 at 11:01 +0200, Radim Novotny wrote: IOError: No egg-info directory found (looked in ./client.contenttypes/./client.contenttypes.egg-info, ...) and therefore localcommands doesn't work. I have got the same error too. First I had to develop my package by running

Re: [Product-Developers] Re: Buildout Builder: Community Server on Popular Plone Configurations

2008-06-05 Thread Tim Knapp
Thanks :) On Thu, 2008-06-05 at 10:48 -0700, Rob Miller wrote: Tim Knapp wrote: On Wed, 2008-06-04 at 11:08 -0700, Rob Miller wrote: Kenneth Miller wrote: All, As part of my GSOC project (the BuildoutBuilder http://www.openplans.org/projects/buildoutbuilder/summary) I'm

Re: [Product-Developers] Re: Buildout Builder: Community Server on Popular Plone Configurations

2008-06-04 Thread Tim Knapp
On Wed, 2008-06-04 at 11:08 -0700, Rob Miller wrote: Kenneth Miller wrote: All, As part of my GSOC project (the BuildoutBuilder http://www.openplans.org/projects/buildoutbuilder/summary) I'm trying to compile a list of common plone products used when deploying plone for

Re: [Product-Developers] Re: Plone Developer Cheatsheet (Was: Re: Where does it hurt?)

2008-05-28 Thread Tim Knapp
On Wed, 2008-05-28 at 21:37 -0700, Jon Stahl wrote: Hi Dylan! I think this is a great start, and a very useful effort. It resonates strongly with the documentation team's idea of trails that lead you to the key resources for each major topic. Yes, definitely a +1 I've joined up and

[Fwd: Re: [Product-Developers] buildout and eclipse]

2008-04-15 Thread Tim Knapp
Doh, this should've gone to the list. -Tim Forwarded Message From: Tim Knapp [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Dylan Jay [EMAIL PROTECTED] Subject: Re: [Product-Developers] buildout and eclipse Date: Tue, 15 Apr 2008 12:38:09 +1200 Hi Dylan, On Tue

Re: [Product-Developers] Re: buildout with developing eggs without using svn:external

2008-04-13 Thread Tim Knapp
Hi, On Sun, 2008-04-13 at 10:39 +1000, Dylan Jay wrote: Raphael Ritz wrote: Dylan Jay wrote: Hi, I have a setup with where I have multiple plone sites on a single zope instance. I control this with two buildout .cfg files, devel.cfg and production.cfg. I keep this under svn and

Re: [Product-Developers] Re: please recommend (or warn me off) a linux flavor that can...

2008-03-31 Thread Tim Knapp
On Mon, 2008-03-31 at 20:27 -0300, Derek Broughton wrote: PythonHack wrote: Hey Plonistas I FINALLY get to set up a linux box! (there is a God after all) and I need to impress the bean-counters. This box will be used for python/zope/plone development (and proof of the stack) but

Re: [Product-Developers] Re: please recommend (or warn me off) a linux flavor that can...

2008-03-31 Thread Tim Knapp
On Mon, 2008-03-31 at 18:15 -0700, PythonHack wrote: Thank you Derek and Tim Which version(s) of ubuntu are you using? I currently use Ubuntu Feisty Fawn (7.04) but Gutsy would be best. I am told 7.10 includes python 2.5 so I will need to use chroot to set up a python 2.4 virtual

Re: [Product-Developers] Quills need eggification

2008-03-24 Thread Tim Knapp
Hi Martin, On Tue, 2008-03-25 at 00:44 +, Martin Aspeli wrote: Quills developers: I see that you're asking people to link stuff into lib/python. I had a user do that in parts/instance/lib/python today. This is very bad. :) Buildout is allowed to nuke parts/ whenever it sees fit.

[Product-Developers] Modifying existing product in the collective

2008-03-17 Thread Tim Knapp
: Tim Knapp - Emerge Technology [EMAIL PROTECTED] To: Mikko Ohtamaa [EMAIL PROTECTED] Subject: [Fwd: Implemented DisplayField in customsearch] Date: Tue, 22 Jan 2008 11:06:34 +1300 Hello again Mikko, Just following up on this email below. The updated customsearch (with the DisplayField

Re: [Product-Developers] Re: Modifying existing product in the collective

2008-03-17 Thread Tim Knapp
On Mon, 2008-03-17 at 20:12 +, Martin Aspeli wrote: Tim Knapp wrote: Hi, There was some conversation[1] recently on the Plone Enterprise list re. etiquette (is this the right term :) to follow when proposing an update to a product in the collective. I was just wanting to send

Re: [Product-Developers] Re: Product installed but not listed as installed - remains in the installable list for portal_quickinstaller

2008-03-16 Thread Tim Knapp
). It's concerning that a completely different product with a bad generic setup (GS) profile could cause a problem for my product, but a relief to find the problem. On Sat, Mar 15, 2008 at 7:39 PM, Tim Knapp [EMAIL PROTECTED] wrote: On Sat, 2008-03-15 at 19:36 -0500, David Bain wrote

Re: [Product-Developers] Re: Product installed but not listed as installed - remains in the installable list for portal_quickinstaller

2008-03-15 Thread Tim Knapp
Hi David, Just one other thing I have noticed in the past that could cause this is when one of the import steps in GenericSetup failed (btw this could also be caused by another GS profile that is getting run (due to a badly setup GS profile) automatically when yours is being imported). HTH, Tim

Re: [Product-Developers] Re: Product installed but not listed as installed - remains in the installable list for portal_quickinstaller

2008-03-15 Thread Tim Knapp
). HTH, Tim On Sat, Mar 15, 2008 at 3:54 AM, Tim Knapp [EMAIL PROTECTED] wrote: Hi David, Just one other thing I have noticed in the past that could cause this is when one of the import steps in GenericSetup failed (btw this could also

Re: [Product-Developers] Re: Product installed but not listed as installed - remains in the installable list for portal_quickinstaller

2008-03-15 Thread Tim Knapp
and it installs incident free. Great to know! On Sat, Mar 15, 2008 at 6:46 PM, Tim Knapp [EMAIL PROTECTED] wrote: Hello again David, On Sat, 2008-03-15 at 10:08 -0500, David Bain wrote: I have a cssregistry.xml and jsregistry.xml file in my

Re: [Product-Developers] Importing users currently stored in a RDBMS

2008-03-04 Thread Tim Knapp
Hello again, Just picking up on this thread again as I've got some more results to report back. On Sat, 2008-02-23 at 08:50 +1300, Tim Knapp wrote: On Fri, 2008-02-22 at 11:18 +0100, Andreas Jung wrote: --On 22. Februar 2008 23:00:41 +1300 Tim Knapp [EMAIL PROTECTED] wrote: Hello

[Product-Developers] Importing users currently stored in a RDBMS

2008-02-22 Thread Tim Knapp
Hello, I have a client who currently has all their customers stored in a Firebird database and they would like to import these into Plone. The setup I'm currently using is a SQLPASPlugin(v1.0 but with Firebird support added)+Plone3.0.5+Zope2.10.5. I'm thinking I should really create an import

Re: [Product-Developers] Importing users currently stored in a RDBMS

2008-02-22 Thread Tim Knapp
On Fri, 2008-02-22 at 11:18 +0100, Andreas Jung wrote: --On 22. Februar 2008 23:00:41 +1300 Tim Knapp [EMAIL PROTECTED] wrote: Hello, I have a client who currently has all their customers stored in a Firebird database and they would like to import these into Plone. The setup I'm

Re: [Product-Developers] Re: Thoughts on championing OOTB themes

2008-02-21 Thread Tim Knapp
On Thu, 2008-02-21 at 14:00 -0800, vedaw wrote: Hey Paul, I'm all in favor of supporting Deliverance, I just don't want to get bogged down in people having to learn how to use it just so that we can get themes to ship with Plone. That said, if there's someone on the list who would like to

Re: [Product-Developers] Problem installing LDAPUserFolder on plone3 (AttributeError: getMemberInfo)

2008-02-20 Thread Tim Knapp
Hello François, This list is for the development of Plone itself, please use the plone-users (General) list instead. Thanks, Tim P.S. If you haven't already, you may want to have a look at PloneLDAP (http://plone.org/products/ploneldap) On Wed, 2008-02-20 at 09:33 -0800, François Birot wrote:

Re: [Product-Developers] Problem with Remember and upgradingPluggableAuthService

2008-01-30 Thread Tim Knapp
. Any further ideas? No sorry, I haven't seen this error before (disclaimer: I was just assisting another developer with the Remember issue so didn't do extensive troubleshooting myself). -Tim Thanks! Mark On Wed, 2008-01-30 at 14:50 -0500, Tim Knapp wrote: Hi Mark, The way i

Re: [Product-Developers] Re: Need Help with Remember Workflow

2008-01-07 Thread Tim Knapp
Hi Mark, Just picking up on Hedley's comment re. using ArchGenXML (AGX). Here's a blog post+presentation[1] from Matt Bowen re. using Remember in AGX. HTH, Tim [1] http://m.odul.us/2007/09/04/presentation-plones-remember On Mon, 2008-01-07 at 09:46 -0700, Mark Phillips wrote: I tried the

Re: [Product-Developers] Tesseract OCR in Plone!

2007-12-27 Thread Tim Knapp
Hi Nathan, On Thu, 2007-12-27 at 19:06 -0800, NA wrote: I created a script, which takes an image file (currently TIF), OCRs it using http://code.google.com/p/tesseract-ocr/ Tesseract and returns the recognized text. The script takes the image as a parameter and passes it to Tesseract OCR

Re: [Product-Developers] How do I change the breadcrumbs foracustom template?

2007-12-24 Thread Tim Knapp
. Thanks for any other suggestions you may have! Mark On Sun, 2007-12-23 at 23:09 -0500, Tim Knapp wrote: Hi Mark, Just a suggestion, which will *hopefully* resolve this issue for you (if you haven't tried it already): Ensure the page is defined as a selectable view for say 'Page

Re: [Product-Developers] How do I change the breadcrumbs for a custom template?

2007-12-23 Thread Tim Knapp
Hi Mark, Just a suggestion, which will *hopefully* resolve this issue for you (if you haven't tried it already): Ensure the page is defined as a selectable view for say 'Page' and then you can click the display dropdown and select your defined page template. This should ensure you don't break

Re: [Product-Developers] Re: Errors Trying to Install CMFMember

2007-12-13 Thread Tim Knapp
Hi Mark, AFAIK CMFMember is slanted at Plone 2.1.x and below - you need to use Remember. HTH, Tim On Thu, 2007-12-13 at 20:55 -0700, Mark Phillips wrote: Wrong version for CMFMember - I am trying to user version 1.1-beta2. Mark On Thu, 2007-12-13 at 18:39 -0700, Mark Phillips wrote: I

Re: Argouml/Archgen - getting an action to appear in the action dropdown menu

2007-11-29 Thread Tim Knapp
Hi Johannes, Outta curiosity how did you implement the actions in UML? I've been able to set the stereotype of action in poseidon but couldn't figure out how to do it in ArgoUML. Thanks, Tim On Thu, 2007-11-29 at 16:54 +0100, Johannes Schwenk wrote: So... this seems not to be one of my

Re: Error in remember/membrane

2007-10-28 Thread Tim Knapp
://www.openplans.org/projects/remember/lists/remember/archive/2007/08/1187127607757/forum_view#1187128273646 [2] http://www.openplans.org/projects/remember/lists/remember On Sun, 2007-10-28 at 18:49 +1300, Tim Knapp wrote: Hello Andrew, I may be wrong but last I heard Remember/Membrane isn't

Re: Error in remember/membrane

2007-10-27 Thread Tim Knapp
Hello Andrew, I may be wrong but last I heard Remember/Membrane isn't currently compatible with Plone 3.0.x. -Tim On Sat, 2007-10-27 at 21:29 -0700, ADF1969 wrote: I have installed membrane/remember to a new buildout/ploneout site and am getting errors when trying to view the

Re: New-style portlets?

2007-10-03 Thread Tim Knapp
Hi Larry, There was a thread on plone-dev re. this[1], which may help but I'd definitely say the book is your best bet :) Kind regards, Tim [1] http://www.nabble.com/Moving-my-product-to-plone-.app-.portlets-t4320415s6745.html On Wed, 2007-10-03 at 17:35 -0700, Larry Pitcher wrote: Hi all,

Re: Informal pole re: sandbox environments

2007-07-18 Thread Tim Knapp
On Wed, 2007-07-18 at 16:08 +, Alex Clark wrote: Hi, I don't want to bother the overly active plone-users or the plone developer centric plone-developers with this, but I am wondering (asked on irc earlier): 11:35 @aclark informal pole: what instance manager is everyone using to