- 08 Sep, 1997 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Sep, 1997 4 commits
-
-
Jim Fulton authored
- 02 Sep, 1997 15 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Changed document creation call.
-
Jim Fulton authored
No longer use Realm module.
-
Jim Fulton authored
Took out break in non-existent xxx_find_object.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 29 Aug, 1997 3 commits
-
-
Jim Fulton authored
-
- 28 Aug, 1997 1 commit
-
-
Jim Fulton authored
-
- 27 Aug, 1997 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
navigation to application.
-
o Added support for role registration to Application.py Products may define a __.role_names in their __init__.py which may be a tuple of role names which will be added to the global list of role names which appears in the role assignment select box when defining/editing a user. o Application.Application now has a default __allow_groups__ attribute which is a UserFolder with no members defined. This default top-level UF is not visible in the UI, and the user can create a new UF at the top level (in the Application object) at a later time which will simply override the default and be visible in the UI. Since the default UF has no users, an out-of-the-box application's management interfaces will effectively be available to the superuser alone. o Removed the __init__ in Folder which created a default ACL. This is no longer needed. o Made some minor (but controversial!) style consistency fixes to some of the OFS templates.