- 30 Jun, 1999 25 commits
-
-
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 15 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.
-
Jim Fulton authored
BODY directly on init, which is too expensive).
-
Jim Fulton authored
-
Jim Fulton authored
db's.
-
Jim Fulton authored
some of the inquiry calls on DB objects should be available on Connection objects to take subtransactions into account.)
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
registered so far.
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-