Re: [Zope-dev] package descriptions

2000-06-19 Thread Michael Bernstein
lain text, I would > appreciate it. Please change the page so both the title and the description have the same background color, but that the color is alternated between grey and white for odd and even Products. Thank you, Michael Bernstein. ___ Zope-De

Re: [Zope-dev] package descriptions

2000-07-07 Thread Michael Bernstein
ethan mindlace fremen wrote: > > Michael Bernstein wrote: > > > Please change the page so both the title and the description > > have the same background color, but that the color is > > alternated between grey and white for odd and even Products. > > Ok, w

Re: [Zope-dev] Re: Discussion & Story Building Mediums

2000-09-15 Thread Michael Bernstein
ere gatewayed into the mailing lists, as well. Hmm, if ZDiscussions and the mailing lists were gatewayed into each other, that would get you a much better archive interface almost immediately, and you could concentrate on 'promoting' ZDiscussion postings to a wiki page instead. I'm ramb

[Zope-dev] Membership and Local Roles

2000-09-18 Thread Michael Bernstein
that has the User Source name hard-wired in, though. However, IANAC (I Am Not A Coder), and I don't know how to do this. If anyone can offer a cut-and-paste set of instructions to add this into LoginManager or Membership, it would be greatly appreciat

Re: [Zope-dev] Membership and Local Roles

2000-09-18 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > I feel that a barrier to Loginmanager and Membership becoming more > > generally usable for site builders is it's current lack of support for > > local roles. Specifically, members do not show

Re: [Zope-dev] Membership and Local Roles

2000-09-18 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > I posted this to the PTK list on Friday, but didn't get any responses > > over the weekend, so I'm reposting here. > > > > I feel that a barrier to Loginmanager and Membership becoming more >

Re: [Zope-dev] Membership and Local Roles

2000-09-18 Thread Michael Bernstein
Michael Bernstein wrote: > > Steve Alexander wrote: > > > > Michael Bernstein wrote: > > > > > I posted this to the PTK list on Friday, but didn't get any responses > > > over the weekend, so I'm reposting here. > > > > > &

[Zope-dev] Returning a list of names from a Python Method

2000-09-18 Thread Michael Bernstein
Bill Anderson wrote: > > Michael Bernstein wrote: > > > > I *think* I've created a getUserNames python method that returns the > > appropriate results: > > > > Parameter list: > > self > > > > Body: > > > > user_ids=

Re: [Zope-dev] Returning a list of names from a Python Method

2000-09-18 Thread Michael Bernstein
Michael Bernstein wrote: > > Does anyone on the list know how to change the getUserNames > Python method to return a list of names instead of a list of > objects? > > The code in question is this: > > user_ids=self.UserSource.getPersistentItemIDs() > >

Re: [Zope-dev] Membership and Local Roles

2000-09-18 Thread Michael Bernstein
and a list of names, which was the critical bug in the getUserNames method. Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] Membership and Local Roles

2000-09-19 Thread Michael Bernstein
Michael Bernstein wrote: > > I figured out how to get this to work (finally). > > In the acl_users LM, add the following two Python methods: Well, I discovered another problem: For some reason, when I create a PortalMembership member, add the two Python methods as I described earl

Re: [Zope-dev] Membership and Local Roles

2000-09-23 Thread Michael Bernstein
Michael Bernstein wrote: > > Michael Bernstein wrote: > > > > I figured out how to get this to work (finally). > > > > In the acl_users LM, add the following two Python methods: > > Well, I discovered another problem: > > For some reason, when I cre

Re: [Zope-dev] Re: Discussion & Story Building Mediums

2000-10-02 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > It seems to me that there is a potential 'bridge' between > > the mailing lists and the wikis - The mailing list archives! > > > > I like this idea a lot :-) After some more thought, I realized

Re: [Zope-dev] ZPatterns design questions

2000-10-04 Thread Michael Bernstein
s along the way. I'm familiar with the convention of separating 'data' from 'business logic' from 'presentation logic', but this new four-way separation (storage, domain, implementation, UI) is confusing the heck out of me. I know that both of you (Phillip

Re: [Zope-dev] Trying to catch up - what are the best Zope tools today?

2000-10-04 Thread Michael Bernstein
ementation (though stable) may have further architectural changes coming down the pipe. HTH, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related l

Re: [Zope-dev] ZPatterns design questions

2000-10-05 Thread Michael Bernstein
"Phillip J. Eby" wrote: > > At 09:49 PM 10/4/00 -0700, Michael Bernstein wrote: > > > >While I wouldn't say that there has been an actual 'paradigm > >shift' between the original RIPP presentation and ZPatterns, > > What's happene

Re: [Zope-dev] LoginManager ownership bug!

2000-10-05 Thread Michael Bernstein
w to generalize the user_names method, I'd like to hear them. Let me know how it goes, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related l

Re: [Zope-dev] ZPatterns design questions

2000-10-05 Thread Michael Bernstein
e to play with this today, but I'll make time to do so tomorow. How easy would it be for you to write a step-by-step HowTo/WalkThrough of creating the example? I can edit it and flesh it out if you can write a bare-bones version. Thanks, Michael Bernstein. ___

Re: [Zope-dev] ZPatterns design questions

2000-10-05 Thread Michael Bernstein
Steve Spicklemire wrote: > > Again.. this is an embarrassingly trivial example.. but here it goes: > [snip details] > That's it. I can't imagine anything simpler. ;-) Really! Thanks, I'll be trying this out at work t

Re: [Zope-dev] ZPatterns design questions

2000-10-06 Thread Michael Bernstein
) into a beginners 'Zen of ZPatterns' tutorial. Thanks again for such a simple example! Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Rela

Re: [Zope-dev] ZPatterns design questions

2000-10-07 Thread Michael Bernstein
culties in adding SMB authentication to PersistentUserSouce.py, and Bill Andersons dificulties with password encryption on some Unices, I think that this would be a *very* worthwhile effort. Such a project might also give you the mandate to get DC to fix the Zope i

Re: [Zope-dev] ZPatterns design questions

2000-10-07 Thread Michael Bernstein
x27;Doer'. ToDo would need to be reworked so that it's 'Done' property could only be set if all associated Deliverables (if any) were also done (Steve McConnel (sp?) calls these 'binary milestones'). What do you think, is that simple enough? Michael Bernstein. _

Re: [Zope-dev] Better user management: Usership vs. Membership

2000-10-11 Thread Michael Bernstein
way of integrating Membership+LM with the local roles interface. I also modified my copy of Membership to authenticate off of an NT PDC via SMB from a Solaris box. Most LoginManager and Membership discussion happens on the Zope-PTK mailing list, not Zope-Dev. Cheers, Michael Bernstein. ___

Re: [Zope-dev] Python and Perl scripts

2000-10-20 Thread Michael Bernstein
ks. Perhaps we need an object type that is not directly accessible from a client (but may only be called or rendered from other objects) in order to clarify the distinction. Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.o

Re: [Zope-dev] Meaning :-S

2000-10-23 Thread Michael Bernstein
as acquisition, while Templates/Views are usually re-used through Acquisition only. I'm not sure this has any impact on the 'Method Binding' argument floating around, but I thought I'd mention it again in that context. HTH, Michael Bernstein.

Re: [Zope-dev] Hippos on the Bell Curve ;-)

2000-10-26 Thread Michael Bernstein
Michel Pelletier wrote: > > Chris Withers wrote: > > > > Michel Pelletier wrote: > > > > > Python Methods are a perfect example of an object that is useful to us > > > at the top for advanced things, like methods of a animal base class we > > > use in our complex Zoo application, but they are als

[Zope-dev] Paul comments on the PythonLabs Move

2000-10-30 Thread Michael Bernstein
Check out his comments here: http://weblogs.userland.com/zopeNewbies/discuss/msgReader$831 Cheers, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

[Zope-dev] Re: [Zope] The Great Python (and Perl) Method Renaming Poll

2000-10-24 Thread Michael Bernstein
. If a voter has only ranked four choices and a fifth runoff phase is neccessary, their ballot is discarded, and the 50% mark is recalculated for that phase to account for the reduced number of ballots. Cheers, Michael Bernstein. ___ Zope-Dev maillist -

Re: [Zope-dev] Re: Discussion & Story Building Mediums

2000-11-11 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > After some more thought, I realized that this really needs > > to be a three-way gateway betrween a mailing list, a 'blog, > > and a newsgroup. > > I'm all up for doing the mailing list/web

Re: [Zope-dev] LoginManager ownership bug!

2000-10-06 Thread Michael Bernstein
users folder there, and paste the LM (also named acl_users, of course). After that, it just worked, so I never encountered your particular problem. Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zop

Re: [Zope-dev] ANN: Extended ManagementTabs Mixin for Python Product Developers

2000-12-10 Thread Michael Bernstein
tendedManagmentTabsMixin/> > > It's should supply any Python Product with multi-level management tabs > without breaking existing code (peppar peppar). If not please let me know. Sounds interesting. Can you add a few screenshots to the product page? Michael Bernstein. ___

Re: [Zope-dev] Validation

2000-12-13 Thread Michael Bernstein
x27;s be great if there > were hooks to catch validation problems rather than just raising > exceptions... Along with the TTW ability to define new variable types to be validated (and their validation methods), such as :email, :12hTime, :24hTime, :URL, :fqURL (f

Re: [Zope-dev] objectIds -- accesible for everyone -- why?

2000-12-18 Thread Michael Bernstein
in their order of creation, and I'm the 39th object listed (other than index_html), that makes me the 39th user to sign up for a login! Low user ID #s are cool. - Michael Bernstein (webmaven). ___ Zope-Dev maillist - [EMAIL PROTECTED] http://

Re: [Zope-dev] Preliminary test of Membership on CVS

2000-12-18 Thread Michael Bernstein
ribute the code that I've got. Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-annou

Re: [Zope-dev] Loginmanager and local roles

2000-12-20 Thread Michael Bernstein
"Morten W. Petersen" wrote: > > [Morten W. Petersen] > > | Any suggestions? > > Found the problem. There needs to be a method called user_names > in the acl_users folder, which returns all the user ids: [snip solution] Sorry I didn't see your question earlier. Here was what I posted to the li

[Zope-dev] Re: [squishdot] ZCatalog reindex_object

2000-12-31 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > reindex_object - should be called when an object is edited > > Hmmm... didn't see this method listed in the interfaces wiki. Where did > you find it? I found it in the 'Creating a CatalogAware ZClas

[Zope-dev] Re: ZCatalog reindex_object

2000-12-31 Thread Michael Bernstein
hey're not, shouldn't they be? Now-I'm-Curious-ly yrs, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http

Re: [Zope-dev] CatalogAware

2001-01-02 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > Hmm. Aren't postings CatalogAware? If they're not, shouldn't > > they be? > > Why? ;-) > > Squishdot manages the cataloging, re-cataloging and un-cataloging of its > own postings.

Re: [Zope-dev] CatalogAware

2001-01-03 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > If you are writing your own cataloging and uncataloging > > code, then I think that it could be. > > G > > The cataloguing code in Squishdot amounts to about 4 lines, all of which > a

Re: [Zope-dev] CatalogAware

2001-01-04 Thread Michael Bernstein
the Squishdot object (which inherits from ZCatalog). Do I have this correct? Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http:/

Re: [Zope-dev] CatalogAware

2001-01-04 Thread Michael Bernstein
Erik Enge wrote: > > [Michael Bernstein] > > | When called, they find the nearest (acquisition-wise) ZCatalog > | (named Catalog by default), > > I think you can specify the ZCatalog it should index itself in by > putting the default_catalog attribute in your class. Yo

Re: [Zope-dev] CatalogAware

2001-01-05 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > uncatalog_object to be called on it (I'm not sure what > > method reindex_object causes to be called). > > unindex_object followed by index_object. I'm not convinced it's > necessary, as

Re: [Zope-dev] CatalogAware

2001-01-05 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > Now I'm wondering how to duplicate the behaviour of Postings > > being contained within Squishdot, but not appearing in the > > 'Contents' tab. > > that's definitely a 'b

Re: [Zope-dev] CatalogAware

2001-01-08 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > No, I'm creating two different applications, an image > > archive and a book catalog. Both need to handle large > > numbers of items. The standard management interface does not > > scale to the nu

Re: [Zope-dev] New UI for 2.3

2001-01-10 Thread Michael Bernstein
lour for the tabs and > the "Root Folder" link. The black seems a bit overbearing. Hmm. I haven't checked out the new interface myself yet, but I wonder if DC did any usability testing on their new UI? Cheers, Michael Bernstein. ___

Re: [Zope-dev] New UI for 2.3

2001-01-12 Thread Michael Bernstein
x27; content into the tree frame directly, you might consider splitting the tree frame instead. This would keep the logo visible, but would no longer take up screen real estate from the main frame. Does DC do any usability testing on proposed UI changes? HTH, Michael Bernstein. _

Re: [Zope-dev] Debugging Zope with Komodo

2001-01-12 Thread Michael Bernstein
Andy McKay wrote: > > My lips are sealed. You're being coy. Here is the URL: http://www.activestate.com/Products/Komodo/ Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev *

Re: [Zope-dev] ZPatterns implementation question: images attributes?

2001-01-13 Thread Michael Bernstein
sidering creating an ImageArchive ZClass that inherits from ZCatalog and BTree folder, so I have infrastructure that is better suited to managing thousands (potentially hundreds of thousands) of objects. Any ideas would be welcome. Michael Bernstein. ___ Zo

[Zope-dev] Massive scalability

2001-01-13 Thread Michael Bernstein
itations at the scale that I'm talking about? The other implementation I'm considering is to create a ZClass that inherits from ZCatalog and Btree Folder. Would this approach run into any scalability problems with the number and type of objects I'm talking abou

Re: [Zope-dev] Massive scalability

2001-01-14 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > I am currently planning two separate 'Archive' type > > projects/Products. In both cases, I need to make sure that > > my implementation will scale to hundreds of thousands or > > even millions

Re: [Zope-dev] Massive scalability

2001-01-15 Thread Michael Bernstein
but only slightly. However, so far I have not heard of anyone storing and indexing as many homogenous objects as I am talking about. I'd really like to hear from anyone who has attempted to do this or something similar. Does anyone know of any hidden 'gotchas'

Re: [Zope-dev] Massive scalability

2001-01-15 Thread Michael Bernstein
l the system slow down if you add enough objects? Thanks, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mail

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Michael Bernstein
John Eikenberry wrote: > > Michael Bernstein wrote: > > > So, again: Has anyone run up against any performance or > > other limitations regarding large numbers (hundreds of > > thousands or more) of objects stored within the ZODB either > > in a BTree Folder o

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Michael Bernstein
ent 'comfort zones'. > > Does anyone know of any hidden 'gotchas' when dealing with > > this many objects, regardless of the hit-load on the system? > > Mostly starting and stopping Zope, [snip] Are you saying that Zope'

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Michael Bernstein
RDM wrote: > > On Mon, 15 Jan 2001, Michael Bernstein wrote: > > as Squishdot). Adding a dependency on an RDBMS or requiring > > additional setup on the server's FS seems a step in the > > wrong direction. > [...] > > So the question remains: Will either a

Re: [Zope-dev] ZCatalog with ZClass

2001-01-16 Thread Michael Bernstein
ZCatalog/ObjectManager with search methods. HTH, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/ma

Re: [Zope-dev] Massive scalability

2001-01-16 Thread Michael Bernstein
t, but I'm doing > it full time and should have something fairly soon. My company is very free > software friendly, so I'll be able to share it once its ready. If you > happen to be interested. Sure, keep me posted. Thanks, Michael Bernstein. _

[Zope-dev] [Fwd: Re: [Zope-dev] Massive scalability]

2001-01-17 Thread Michael Bernstein
Forwarded to the list to maintain the thread. Original Message From: John Eikenberry <[EMAIL PROTECTED]> Subject: Re: [Zope-dev] Massive scalability To: Michael Bernstein <[EMAIL PROTECTED]> Michael Bernstein wrote: > John Eikenberry wrote: > > Can yo

Re: [Zope-dev] Re: ZCatalog Scalability

2001-01-17 Thread Michael Bernstein
orithms that are used for doing globbing. Which problem is the algorithm improvement meant to address, bulk adds or partial search performance? Thanks, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zo

[Zope-dev] Specialist/Rack scalability

2001-01-21 Thread Michael Bernstein
Does anyone have anectodal or benchmark data that would suggest what happens with that many objects? Thanks, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML enc

[Zope-dev] ZCatalog scalability

2001-01-21 Thread Michael Bernstein
n full text searches? Thanks, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce h

Re: [Zope-dev] ZCatalog scalability

2001-01-21 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > Also, is there a way to disable wildcards in full text > > searches? > > Do not allow direct queries to search the catalog. Instead, make > searches go through an external method (or a PythonScript with

Re: [Zope-dev] ZCatalog scalability

2001-01-21 Thread Michael Bernstein
Erik Enge wrote: > > [Michael Bernstein] > > | I need to know how far the ZCatalog will scale using this indexing > | and search strategy. Does anyone have anectodal or benchmark data to > | suggest if (and when) I will hit a 'wall' regarding the number of > | obj

Re: [Zope-dev] Specialist/Rack scalability

2001-01-21 Thread Michael Bernstein
Steve Alexander wrote: > > Hi Michael, > > Michael Bernstein wrote: > > > > > It seems clear that indexing and searching are more of a > > botleneck than storage/retreival. Nevertheless, so far I > > have not heard of anyone trying to store more than

Re: [Zope-dev] Specialist/Rack scalability

2001-01-21 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > There is some question in my mind if > > accessing any attribute (such as the thumbnail version) > > causes all attributes to be loaded into memory. If so, > > displaying a list of images with thumbn

Re: [Zope-dev] Specialist/Rack scalability

2001-01-22 Thread Michael Bernstein
; data anywhere, and you can index it in an RDBMS, LDAP directory, ZCatalog, > or some combination thereof, using triggers to keep the data in sync. Thanks Philip, that's reassuring. I guess now I need to make certain that the ZCatalog can scale as far as I need it to. Michael Bernstein. __

Re: [Zope-dev] ZCatalog scalability

2001-01-22 Thread Michael Bernstein
We seem to have disposed of the wildcard issue [snipped out below], and I'm looking forward to Eric's results, but does anyone else have any information about whether there is a practical upper limit on how many objects can be indexed and searched in a ZCatalog? Michael Berns

Re: [Zope-dev] ZCatalog scalability

2001-01-23 Thread Michael Bernstein
pe that when you report your results, you're able to separate indexing, searching, storage, and retreival results, so that the appropriate factor can be identified as the bottleneck. Or at least into indexing/searching and storage/retreival. Thanks, Michael Bernstein. __

Re: [Zope-dev] Mapping multiple IP addresses/domains to one Zope

2001-01-24 Thread Michael Bernstein
he rewrite rules are horribly cryptic. HTH, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman

[Zope-dev] test, please ignore

2001-02-02 Thread Michael Bernstein
test ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zop

[Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-03 Thread Michael Bernstein
I'm unsure of the details. I have a method (AllTextMethod) on the ZClass that returns several fields concatenated as a single string, which I would like to use as a text index. So, I decided to ask for a critique of the application design (such as it is). I also seem to recall mention of

[Zope-dev] How to get the mailing list to work

2001-02-03 Thread Michael Bernstein
Just address your emails to [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce h

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-03 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > > 'BookProduct' product > > *'BookClass' ZClass (inherits from > > _ZClass_for_CatalogAware, _ZClass_for_DataSkin) > > Don't derive from CatalogAware when you're also de

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-03 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > > > Thanks, Steve. I'll try this a little later today. What are > > your thoughts on placing this in the Specialist's 'Plug-ins' > > tab vs. the Rack's? [snip excellent explan

Re: [Zope-dev] Q: Specialists, Racks, and ZCatalogs?

2001-02-04 Thread Michael Bernstein
Steve Alexander wrote: > > Michael Bernstein wrote: > > > > If the SkinScript > > has functionality that should be shared by more than one > > Rack, it should go in the Specialist, > > Not quite. If the SkinScript has functionality that is shared by > all

Re: [Zope-dev] Re: BTreeFolder

2001-04-27 Thread Michael Bernstein
tly faster. Now to find the time. :-) Does this have any implications for the BTree implementation used in ZPatterns Racks? Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or H

Re: [Zope-dev] CatalogAware

2001-01-03 Thread Michael Bernstein
Chris Withers wrote: > > Michael Bernstein wrote: > > > > I guess it's just a matter of only reinventing the wheels > > you have to, and writing less code as a result. > > I'm pretty sure Squishdot is re-inventing no wheels ;-) If you are writing your ow

Re: [Zope-dev] batching badly

2001-06-20 Thread Michael Bernstein
n orphan setting of three, should actually give the following result: batch 1: 1 2 3 4 But the algorithm doesn't seem 'smart' enough to roll-up the batches by recursing through them in reverse order. Arguably though, you should never set your batch size smaller than the orphan size

Re: [Zope-dev] Proposal: Rename zope package

2004-04-16 Thread Michael Bernstein
Jim Fulton wrote: Based on recent discussions, I've created a proposal: http://dev.zope.org/Zope3/RenameTheZopePackage to rename the "zope" package to "z". Unless there are strong objections, we'll do this after we move the Zope repository head to subversion at the end of the month. From a con

Re: [Zope-dev] Proposal: Rename zope package

2004-04-16 Thread Michael Bernstein
Fred Drake wrote: On Friday 16 April 2004 01:31 pm, Michael Bernstein wrote: > From a consistency in nomenclature POV, I find 'z' jars a bit with > ZConfig, zdaemon, ZEO, zLog, and ZODB, which one might expect to find > nested within 'z' (as 'z.Config'

Re: [Zope-dev] Proposal: Rename zope package

2004-04-16 Thread Michael Bernstein
Shane Hathaway wrote: Michael Bernstein wrote: Did I miss something? Did I just manage to embarrass myself? Is this a dream where I find I am wearing nothing but underwear in public and then wake up? Well, OPE made me think of: - Opie on The Andy Griffith Show - http://www.imdb.com/title

Re: [Zope-dev] Re: [Zope3-dev] Zope and zope

2004-04-18 Thread Michael Bernstein
Jim Fulton wrote: Jim Fulton wrote: The first question is: Is it a problem to have two packages with names differing only in case? +1 -- - Michael R. Bernstein michaelbernstein.com Author of Zope Bible ___ Zope-Dev maillist - [EMAIL PROTECTED] h

Re: [Zope.Com Geeks] Re: [Zope-dev] zope-dev list policies

2004-06-24 Thread Michael Bernstein
Ken Manheimer wrote: I noticed this when it went initially went by, but didn't have time to follow up. The upshot is that there is absolutely no way *under the current arrangement* that this is going to happen. I can see a way to swing it, requiring earnest volunteer effort. Here are the deta

Re: [Zope-dev] Re: zope-dev list policies

2004-06-24 Thread Michael Bernstein
Casey Duncan wrote: -1 on changing the list policy. I read and post to all of the public lists through Gmane, which won't work if the policy is changed. Umm... Why wouldn't this work? Isn't Gmane a subscriber? -- - Michael R. Bernstein | Author of Zope Bible michaelbernstein.com | & Zope.org

Re: [Zope-dev] ZPatterns framework improvements

2000-05-21 Thread Michael Bernstein
; suggestions, I'd love to hear 'em. :) - PushMePullYu ;-) - MetaManager - Trigger (TriggerManager) - IndexManager - RuleManager HTH, Michael Bernstein ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev **

Re: [Zope-dev] FWIW, ZCVSMixin now at 0.0.2... and rising. ;-)

2000-05-24 Thread Michael Bernstein
ings with XMLWidgets and DocBookDocument. Many thanks, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.o

Re: [Zope-dev] eat our own unsupported dog food

2000-05-24 Thread Michael Bernstein
y one tweaked it? I found this: http://www.zope.org/Members/BwanaZulia/ZUBB/ HTH, Michael Bernstein. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - h