- 10 Mar, 2000 4 commits
-
-
Evan Simpson authored
Made 'record' class act like a mapping, primarily so that you can pass it to a propertysheet's change or edit methods. It is also nice to be able to inspect a record's keys().
-
Amos Latteier authored
Fixed a bug in manage_clone thanks to Tom Scheidt. The cloned object was not being returned in its acquisition context. This caused permission problems when trying to perform operations on it.
-
- 09 Mar, 2000 10 commits
-
- 07 Mar, 2000 1 commit
-
-
Amos Latteier authored
Fixed problems which can occurr over a very fast link. This was fixed in 2.1.3 but didn't make it back into the regular branch.
-
- 02 Mar, 2000 1 commit
-
-
Christopher Petrilli authored
-
- 28 Feb, 2000 2 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
bug... (not incriminating...)
-
- 24 Feb, 2000 1 commit
-
-
their __ac_permissions__ definition, but this caused the View permission for File objects to be unsettable since the 'tag' method (which actually only exists on Images) was in the 'View' permission definition. To fix this, I gave Image its own __ac_permissions__ structure and got rid of the reference to 'tag' in the __ac_permissions__ of File.
-
- 23 Feb, 2000 3 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Fixed a problem with old products that didn't have ProductHelp objects and improved the HelpSystem API a little to boot.
-
- 21 Feb, 2000 1 commit
-
-
Amos Latteier authored
-
- 17 Feb, 2000 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Ken Manheimer authored
multiply rendered example sections.
-
Ken Manheimer authored
second time without preformatting. Problem was a missing 'continue' in one of the cases.
- 16 Feb, 2000 1 commit
-
-
Amos Latteier authored
-
- 15 Feb, 2000 1 commit
-
-
Christopher Petrilli authored
-
- 14 Feb, 2000 2 commits
-
-
Amos Latteier authored
Fixed a bug that caused files of type text/html to have thewrong content-length set. Thanks to Adam Karpierz.
-
Christopher Petrilli authored
-
- 10 Feb, 2000 1 commit
-
- 09 Feb, 2000 2 commits
-
- 03 Feb, 2000 4 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Changed help system button to explicitly require a product name. Also added a helpURL method to generate a URL to a help topic given a product name a topic name.
-
Amos Latteier authored
Fixed a longstanding bug which prevented the help system from working with an existing product that was not help system aware. This should allow the help system to work correctly with existing Zope installations.
-
- 02 Feb, 2000 1 commit
-
-
Jim Fulton authored
-