- 08 Jul, 1999 3 commits
-
-
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 14 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.
-
Michel Pelletier authored
ballooning beyong the capacity of the machine. Note: while mass indexing, the memory footprint of Zope will get huge. There is NO way around this. incrimentally index if you want your process to stay small.
-
Jim Fulton authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
First cut at a filtered product add list. This will keep objects out of the product add list for which the user does not have adequite permissions. This is implemented with a new method, 'filtered_meta_types' which returns all the meta_types for which a given user has permissions.
-
Amos Latteier authored
Store the permission in meta_types. This facilitates a filtered product add list. Note: control panel products and old style product registration do not add a permission key in the meta_types.
-
Amos Latteier authored
Added a has_permission method to user objects. This facilitates finding out if a user has access to a given object. Used for filtered product add list change.
-
Jim Fulton authored
handled specially.
-
Jim Fulton authored
-
Jim Fulton authored
tuples or lists of dictionaries. This is somwhat useful for xml-rpc.
-