- 04 Aug, 1999 3 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
Now medusa's http server is better about handling broken HTTP requests. It now tries to figure out a reasonable request, and failing that it returns a 400 error. This patch has been submitted to Sam Rushing.
-
Amos Latteier authored
Added a -r switch for read-only operation. In read-only mode ZServer won't write any pid or log files. The mode is only really good for running in weird environments, like off a CD.
-
- 03 Aug, 1999 17 commits
-
-
Jim Fulton authored
-
Amos Latteier authored
-
Amos Latteier authored
Fixed problems with product permissions registration methods that caused product permissions to get lost when adding, changing and deleting permission objects.
-
Jim Fulton authored
-
Jim Fulton authored
Restructured _str using continue to avoid excessive nesting.
-
Jim Fulton authored
sql method is called in a version. Column meta-data should (and is now) only computed when an sql method is tested.
-
Jim Fulton authored
-
Jim Fulton authored
version.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
change in the gadfly package layout. Fixed browsing bug, arising from new not-quite-tables in gadfly.
-
- 02 Aug, 1999 5 commits
-
-
Jim Fulton authored
safe. Also localized a bunch of regular expressions using "static" variables (aka always default arguments).
-
Amos Latteier authored
-
Amos Latteier authored
-
Jim Fulton authored
since it gets passed to ts_regex.split, which is thread-safe and wants to use regs.
-
- 31 Jul, 1999 3 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Michel Pelletier authored
-
- 30 Jul, 1999 3 commits
-
-
Jim Fulton authored
-
Christopher Petrilli authored
-
Jim Fulton authored
in Sync.Synchronized, because Sync.Synchronized doesn't want to play with __getattr__. Also changed to allow correct execution on systems without threads.
-
- 29 Jul, 1999 7 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
- 28 Jul, 1999 2 commits
-
-
Michel Pelletier authored
damn Findable ZClass. Now Zclasses that want to automagically catalog and uncatalog themselves can just subclass CatalogAware and it will work dandy.