- 09 Jul, 1999 4 commits
-
-
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 9 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
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jeffrey Shell authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
- 06 Jul, 1999 3 commits
-
-
Jim Fulton authored
copy containers like ZClass method sheets.
-
Jim Fulton authored
-
- 05 Jul, 1999 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 02 Jul, 1999 2 commits
-
-
Michel Pelletier authored
Seems to be quite usable at this point.
-
cathi authored
-
- 01 Jul, 1999 7 commits
-
-
Jim Fulton authored
(especially external methods) on instances that are not acquiring.
-
Jim Fulton authored
-
joey authored
-
Amos Latteier authored
-
- 30 Jun, 1999 3 commits
-
-
Ken Manheimer authored
has_role.
-
Michel Pelletier authored
*unless* they internally reached the word threshold, at which point they did their own commit and reset their counter. So, the value returned is allways less than the threshold. This is so huge documents get the benefit of subtransactions, while lots of small documents still get subtransacted too.
-
Michel Pelletier authored
Catalog uses to decide when to commit a subtransaction. More words: less commits, faster speed, bigger memory footprint. Less words: more commits, slower speed, smaller memory footprint.
-