[Zope3-dev] Re: SVN: Zope3/trunk/ - Implemented a generic user preferences system.

Florian Lindner mailinglists at xgm.de
Mon Apr 4 14:57:40 EDT 2005


There is a small typo in the README.txt:

florian at horus ~/Zope3/src/zope/app/preference $ svn diff README.txt
Index: README.txt
===================================================================
--- README.txt  (revision 29876)
+++ README.txt  (working copy)
@@ -365,7 +365,7 @@
   >>> interfaces.IPreferenceCategory.providedBy(prefs.ZMISettings2)
   True

-And the tree can built again by carefully cosntructing the id:
+And the tree can built again by carefully constructing the id:

   >>> context = xmlconfig.string('''
   ...     <configure



Is this the best way to contribute something? (posting a "svn diff" to the dev 
list and to the original contributor?)
Or is this just for type overkill and I should not report typos I find?

Bye,

Florian


Am Freitag, 1. April 2005 14:34 schrieb Stephan Richter:
> Log message for revision 29798:
>   - Implemented a generic user preferences system.
>
>       * User preferences are combined in groups that are described by
>         schemas.
>
>       * One can create a tree of preference groups using Python's dot
>         notation in the group ids.
>
>       * Preference groups can be declared to act as categories, which is
>         used by the UI to improve the organization of the preferences.
>
>       * Using a default preference provider, the site administrator can
>         customize the default settings of the preferences for a user on a
>         site wide bases. Acquisition in multi-site pages is supported.
>
>       * The preferences are very easily accessible in TALES via a traversal
>         namespace::
>
>           /++preferences++/zmi/folder/sortedby
>
>       * Preferences are easily accessible in Python code::
>          >>> prefs = IUserPreferences(context)
>
>         where the context merely has to be an ``ILocation``.
>
>       * Preferences can be easily edited using intuitive URLs::
>
>           http://localhost:8080/++preferences++/zmi
>
>
>
> Changed:
[...]
>   D   Zope3/trunk/src/zope/app/preference/README.txt
>   A   Zope3/trunk/src/zope/app/preference/README.txt
[...]



More information about the Zope3-dev mailing list