- 13 Jul, 1999 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 12 Jul, 1999 11 commits
-
-
Jim Fulton authored
-
Amos Latteier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
templates are sometimes pickled without subclassing Persistence.Persistent.
-
Jim Fulton authored
is missing. Made it easier to run from the command prompt, for example to debug.
-
Jim Fulton authored
custom_zodb module from INSTANCE_HOME.
-
Jim Fulton authored
-
Jim Fulton authored
In particular, BASE1 is always the URL of the tiop=lebel published object. Note that when using ZPublisher, SCRIPT_NAME is '' and BASE0 and BASE1 are the same. Changed lookup of if URLx and BASEx to allow x to have multiple digits. So you can use URL999999 if your URL is ling enough. ;) Added has_key and updated keys to work with new URL lookup mechansism.
-
- 11 Jul, 1999 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
This is necessary due to oddities in the way that propertysheets currently manage their data. :(
-
Jim Fulton authored
-
Jim Fulton authored
Don't we always want this to default to true? Added CreateAFactory argument when calling the real constructor. This cased adding classes as methods to return no data.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
"It fixes a memory corruption error resulting from BadPickleGet exceptions in load_get, load_binget and load_long_binget. This was initially reported on c.l.py as a problem with Cookie.py; see the thread titled "python core dump (SIGBUS) on Solaris" for more details."
-
- 09 Jul, 1999 5 commits
-
-
Michel Pelletier authored
an instance of a ZClass that subclasses the object).
-
Michel Pelletier authored
of the HTMLFile manage_addZClassForm, and when your in BOBO_DEBUG_MODE the value is re initialized to 1 each time, so the incorrect behavior only happens in debug mode.
-
Michel Pelletier authored
checked, if if you unchecked it. This was due to a name conflict with 'CreateFactory'. It's now called, 'CreateAFactory'
-
Michel Pelletier authored
which was breaking all kinds of good stuff.
-
- 08 Jul, 1999 10 commits
-
-
Christopher Petrilli authored
-
Jim Fulton authored
-
Jim Fulton authored
needed since we now display the locked version.
-
Jim Fulton authored
what version an object is locked in.
-
Jim Fulton authored
so that you can tell whether the current object is modified in a version and which version it's modified in.
-
Jim Fulton authored
us from inteheriting from propertysheet classes that weren't meant to be subclassed. This fixes a problem with creating property sheets for subclasses of bilt-in classes like Folder. Added a manage_workspace method on the ZClass propertysheets class to redirect to the ZClass.
-
Jim Fulton authored
us from inteheriting from propertysheet classes that weren't meant to be subclassed. This fixes a problem with creating property sheets for subclasses of bilt-in classes like Folder.
-
Jim Fulton authored
-
Jim Fulton authored
handled properly.
- 07 Jul, 1999 3 commits
-
-
Jim Fulton authored
Now when a propertysheet is created, it is usable by anyone who has "Manage properties". I also got rid of the ineffective "access contents information" permission, since this won't have an effect until we add ZClass propertysheets with their own namespaces.
-
Jim Fulton authored
-
Jim Fulton authored
-