- 01 Jul, 1999 4 commits
-
-
Jim Fulton authored
-
joey authored
-
Amos Latteier authored
-
- 30 Jun, 1999 31 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.
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
words indexed for that call.
-
Michel Pelletier authored
will commit to a subtransaction, thus keeping memory consumption down.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
we have to pass this special kind of exception through.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
You must *never* assign exc_info() (or sys.exc_info()[2] or sys.exc_traceback) to a variable unless you also unassign it in a finally or you'll generate a circular reference in the stack causing all kinds of interesting things to get leaked.
-
Jim Fulton authored
mind empty tuples or lists.
-
Jim Fulton authored
doesn't mind false bodies.
-
Jim Fulton authored
Did I break anything? :) Also changed xml-rpc handling so that index_html is not used.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 29 Jun, 1999 5 commits
-
-
Jim Fulton authored
connected to the database before doing subtransaction tricks.
-
Michel Pelletier authored
children.
-
Jim Fulton authored
-
Jim Fulton authored
the standard logging facility.
-
Jim Fulton authored
can provide a disctionary whos items are added to the request. This makes it alot easier to test methods from the command line that use file upload.
-