- 25 Apr, 2000 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
-
- 24 Apr, 2000 6 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
Moved help system code to the HelpSys module. Removed the HelpSystem module. This was done to improve backword compatibility with Zope 2.1.6 and earlier. Zope's built recently from CVS may have problems with this change. If I hear a lot of complaints I may add backward compatibility, otherwise it should be easy enough fix by either erasing your database or replacing your HelpSys object.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
First cut at a simple API documentation facility. This is not the same thing as interfaces. This is simply a way to put object and method information into the help system.
-
- 21 Apr, 2000 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
-
- 19 Apr, 2000 3 commits
-
-
Jeffrey Shell authored
-
Jeffrey Shell authored
defined in a ZClass
-
Jeffrey Shell authored
Defined Instance Method. But you should be able to guess that.
-
- 18 Apr, 2000 3 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 17 Apr, 2000 1 commit
-
-
Tres Seaver authored
-
- 14 Apr, 2000 1 commit
-
-
Jim Fulton authored
-
- 13 Apr, 2000 1 commit
-
-
Tres Seaver authored
-
- 12 Apr, 2000 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 11 Apr, 2000 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
database area. This is thanks to a request from. Gregor Hoffleit <flight@hoffleit.de>.
-
- 10 Apr, 2000 1 commit
-
-
Tres Seaver authored
-
- 08 Apr, 2000 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 06 Apr, 2000 3 commits
-
-
Christopher Petrilli authored
-
Jim Fulton authored
-
Tres Seaver authored
(in order to enable REMOTE_USER mode) also opens the monitor to any user connecting through localhost.
-
- 05 Apr, 2000 5 commits
-
-
Tres Seaver authored
* Merge #1045: propagate extra URL parameters through tree tag.
-
Amos Latteier authored
Fixed a bug that broke Zope during startup because it was trying to set the Owner local role when the REQUEST was not available.
-
Tres Seaver authored
-
Amos Latteier authored
Changed 'registerHelp' to do nothing if the help files haven't changed on disk since that last time help was registered.
-
Amos Latteier authored
Changed helpValues to only report ProductHelps that actually have help. Also added support for smarter help registration.
-
- 04 Apr, 2000 2 commits
-
-
Jim Fulton authored
objects with the ID 'REQUEST'. Added support for getPhysicalRoot method, which is actually acquired from the top-level object. We actually set the attribute to Acquisition.Acquired to make sure. We also provide a security setting that makes it callable only from Python. Added unrestrictedTraverse, which does publisher-style traversal (__bobo_traverse__, getattr, getitem) without security checks. Provide a setting that makes it private.
-
Jim Fulton authored
Added getPhysicalRoot method, which just returns self. This methof is acquired by objects that need to get hold of the top-level application object.
-