- 25 Mar, 1999 22 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
convert to extension classes to make permission machinery work properly. This needs some more thought.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
convert to extension classes to make permission machinery work properly. This needs some more thought.
-
Jim Fulton authored
Moved a bunch of logic up from Folder.
-
Jim Fulton authored
-
Jim Fulton authored
Moved many facilities up to ObjectManager.
-
Jim Fulton authored
Note that the previous check in also included a rename of PrincipiaFnd to ZopeFind (with PrincipiaFind retained as an alias).
-
Jim Fulton authored
convert to extension classes to make permission machinery work properly. This needs some more thought.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
(effectively) inheriting permissions settings. That is, a class' permission settings are the union of whatever settings it has with settings in all base classes.
-
Jeffrey Shell authored
raised. fixed to return null
-
Jim Fulton authored
-
- 24 Mar, 1999 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Ken Manheimer authored
regression.
-
Ken Manheimer authored
named link...
-
Ken Manheimer authored
-
Jim Fulton authored
and __call__ method (as alias to index_html) for DTML scripting.
-
Ken Manheimer authored
as: "whatever", :file_in_same_dir or "whatever"::file_in_same_dir .__init__(): relax the second gsub, using a '*' instead of a '+', so the stuff before the ':' can be missing, and also do postprocessing so any resulting '<a href=":file_in_same_dir">'s have the superfluous ':' removed. *Seems* good!
-
- 23 Mar, 1999 8 commits
-
-
Ken Manheimer authored
- *.stx are (mostly arbitrary) reference structured text files, and - *.ref are previously processed output from the corresponding *.stx files. Here's the in-depth explanation: The directory has a bunch of .stx files (ones found on the zope.org site, plus an 'examples.stx' file, for accumulating a body of examples) plus corresponding .ref files, previously produced by a prior, established StructuredText version. The script 'regress' applies the new ../StructuredText.py version to produce .new files, and then compares the .ref files and the .new files, complaining if any differences are found. The intended procedure is to make your changes in ../StructuredText.py, iron them out as best you can, and then try the regress script to identify any unexpected functionality changes/backwards-compatability losses. (We also need to develop the body of reference text and examples.)
-
Amos Latteier authored
-
Amos Latteier authored
-
Ken Manheimer authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Amos Latteier authored
the update.
-
Jim Fulton authored
-