معرفی شرکت ها


archetypes.memberdatastorage-1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A facade storage layer for Archetypes delegating to the Plone memberdata tool
ویژگی مقدار
سیستم عامل -
نام فایل archetypes.memberdatastorage-1.1
نام archetypes.memberdatastorage
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Raphael Ritz
ایمیل نویسنده raphael.ritz@incf.org
آدرس صفحه اصلی http://plone.org/products/archetypes.memberdatastorage
آدرس اینترنتی https://pypi.org/project/archetypes.memberdatastorage/
مجوز BSD
Introduction ============ A facade storage for Archetypes which delegates to a Plone site's Memberdata Tool for storing content item field values as memberdata properties. This heavily relies on name magic. It is assumed that the correponding member and content instances have corresponding ids. Correspondence is established with the help of ``Products.PlonePAS.utils.[de]cleanId`` - the same way Plone 4 uses to keep track of member folders. The use case driving its development has been to support custom Archetypes-based content types which can be used as home folders for members and mirroring some of the member properties. That way, people can change member properties by editing their home folder settings. ``archetypes.memberdata`` is used in production on http://www.incf.org. Usage ===== In your Archetypes schema definition you can use the ``MemberPropertyField`` instead of a regular StringField to get and set the field's value in a corresponding member property. Per default, a property with the same name as the field is used unless the ``member_property_id`` is set to point to a different property. For other field types one can use ``MemberdataStorage`` as well as long as the data type can be handled by the member data tool. Changelog ========= 1.1 (2011-03-29) ---------------- * Don't break if email login is enabled [raphael] * Extend test coverage to also check for member property changes being picked up in "content space" [robin]. 1.0 - 2009-04-03 ---------------- * Adding test suite [raphael]. * Adding MemberpropertyField for convenience [raphael]. * Breaking this out of ResearchCommunitySite to make it more accessible (from r15354 - yes, no changes in three years) [raphael].


نحوه نصب


نصب پکیج whl archetypes.memberdatastorage-1.1:

    pip install archetypes.memberdatastorage-1.1.whl


نصب پکیج tar.gz archetypes.memberdatastorage-1.1:

    pip install archetypes.memberdatastorage-1.1.tar.gz