{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nAll functionality was moved to Products.CMFPlone!\n\nThis package provides backward compatible imports and zcml only.\n\nDo not use, except you need to support non migrated addons..\nChangelog\n=========\n\n4.0.0 (2018-10-30)\n------------------\n\nBreaking changes:\n\n- Now this packages should not be needed in Plone 5.2 core anymore.\n It will be removed there as dependency.\n Addon code then needs to depend on it directly if backward compatibility is needed.\n This works not in Plone 5.1 and lower.\n [jensens]\n\nFixes:\n\n- Move permissions zcml to Products.CMFPlone.\n [jensens]\n\n- Introduce subclasses for interfaces (just to keep dotted path).\n Removes dup definitions.\n [jensens]\n\n\n3.0.4 (2016-02-11)\n------------------\n\nFixes:\n\n- Fix backwards-compatibilty import for SecurityControlPanel.\n [esteele]\n\n\n3.0.3 (2015-06-05)\n------------------\n\n- Remove ConfigurationChangedEvent. Import from new location to keep bbb.\n [timo]\n\n- Remove RAM control panel (has been moved to p.a.caching).\n [timo]\n\n- Remove skins control panel (has been moved to p.a.theming).\n [timo]\n\n\n3.0.2 (2015-05-04)\n------------------\n\n- Remove not used code qi.pt/qi.py. The prefs_install_products_form\n view moved to Products.CMFPlone/controlpanel/quickinstaller.py (closes\n https://github.com/plone/Products.CMFPlone/issues/430)\n [vincentfretin]\n\n- Fix missing closing div in qi.pt\n [vincentfretin]\n\n- Removed CMFDefault dependency\n [tomgross]\n\n\n3.0.1 (2015-03-26)\n------------------\n\n- Disable language control panel because it has been moved to\n z3c.form/plone.app.registry.\n [bloodbare]\n\n- Remove unused control panel code. Keep imports for bbb.\n [timo]\n\n- Remove the filter control panel (moved to Products.CMFPlone)\n [timo]\n\n- Remove Products.PloneTestCase dependency\n [timo]\n\n\n3.0.0 (2015-03-13)\n------------------\n\n- Remove the syndication control panel (moved to Products.CMFPlone).\n [timo]\n\n- Remove the quickinstaller (moved to Products.CMFPlone).\n [timo]\n\n- Remove the users/groups control panel (moved to Products.CMFPlone).\n [timo]\n\n- Remove the navigation control panel (moved to Products.CMFPlone).\n [timo]\n\n- Remove the markup control panel, as it was moved to Products.CMFPlone.\n [thet]\n\n- Remove the control panel overview (moved to Products.CMFPlone)\n This breaks Plone 4 compatibility.\n PLIP 10359 (https://dev.plone.org/ticket/10359)\n https://github.com/plone/Products.CMFPlone/issues/290\n [khink]\n\n\n2.4.6 (2014-11-01)\n------------------\n\n- Nothing changed yet.\n\n\n2.4.5 (2014-10-23)\n------------------\n\n- Remove DL's from portal message templates.\n https://github.com/plone/Products.CMFPlone/issues/153\n [khink]\n\n- Allow ``text-decoration`` in TinyMCE\n see https://github.com/plone/plone.app.controlpanel/pull/18\n [jnachtigall]\n\n- Integration of the new markup update and CSS for both Plone and Barceloneta\n theme. This is the work done in the GSOC Barceloneta theme project.\n [albertcasado, sneridagh]\n\n- Update
in all templates with
\n [albertcasado]\n\n\n2.4.4 (2014-06-06)\n------------------\n\n- prevent error when missing popupforms.js or\n plone.app.jquerytools.overlays.css\n [tkimnguyen]\n\n- Be able to disable safe html transform from control panel\n [vangheem]\n\n2.4.3 (2014-04-19)\n------------------\n\n- Changed timezone setting check to work with controlpanel consolidation\n effort of Plone 5.\n [thet]\n\n\n2.4.2 (2014-04-13)\n------------------\n\n- add quickinstaller control panel\n [vangheem]\n\n\n2.4.1 (2014-03-01)\n------------------\n\n- Remove site control panel since it has been moved to Products.CMFPlone.\n (PLIP #10359: http://dev.plone.org/ticket/10359)\n\n- Remove site control panel since it has been moved to Products.CMFPlone.\n [timo]\n\n\n2.4.0 (2014-02-22)\n------------------\n\n- Remove search control panel since it has been moved to Products.CMFPlone.\n [timo]\n\n- Add a warning, if plone.app.event is available but timezone is not set.\n [thet]\n\n- Remove the calendar control panel, which is replaced by plone.app.event.\n [davisagli]\n\n- Adapt tests to the plonetheme.classic removal in Plone 5.\n [timo]\n\n- Remove columns in the controlpanel overview.\n [esteele]\n\n- When switching on the 'Use email address as login name' option in\n the security control panel, automatically update PAS to use\n lowercase login names and migrate the existing login names.\n Part of PLIP 13419.\n [maurits]\n\n- Add 'Use UUID user ids' option in security control panel.\n Part of PLIP 13419.\n [maurits]\n\n\n2.3.8 (unreleased)\n------------------\n\n- Fix test email: msgid was sent, not translation.\n [thomasdesvenain]\n\n- fix syndication settings to not write on read\n [vangheem]\n\n\n2.3.7 (2013-08-13)\n------------------\n\n- In the users listing and group membership listing, show the user's\n login name instead of the user id, which is an internal identifier.\n [davisagli]\n\n- In the groups listing, don't show the group name if it is the same\n as the group title.\n [davisagli]\n\n- Don't display the upgrade portal message unless the logged in user\n actually has the permission to upgrade the portal. No one likes a\n tease.\n [eleddy]\n\n\n2.3.6 (2013-05-30)\n------------------\n\n- Fix get_display_pub_date_in_byline when upgrading your site, refs\n https://dev.plone.org/ticket/13604\n [maartenkling]\n\n\n2.3.5 (2013-05-23)\n------------------\n\n- Do not assume roles managed through the control panel include Manager.\n [danjacka]\n\n\n2.3.4 (2013-01-13)\n------------------\n\n- Call searchUsers with the 'name' argument instead of 'login'.\n 'name' is the officially supported way according to the PAS interface.\n [maurits]\n\n\n2.3.3 (2013-01-01)\n------------------\n\n- Fix description of 'email as login' security setting. It said\n existing users could go to the personalize information page and save\n it to start using their email as login, but that no longer works and\n is too hard to fix. We now only recommend using the\n migrate-to-emaillogin page as manager.\n Fixes http://dev.plone.org/ticket/11283\n [maurits]\n\n- Only show the inline editing setting if plone.app.kss is present.\n [davisagli]\n\n- Fix as site administrator modify users in controlpanel\n when a user in the list is in administrator group, refs #12307\n [maartenkling]\n\n- When browsing users and groups, clear searchstring when adding\n or removing. Also do not show search results then.\n [maurits]\n\n- When browsing users and groups, clear searchstring when selecting\n show all.\n [maartenkling]\n\n- Add error class to portalMessage when portalMessage contains error\n [maartenkling]\n\n- Fix 'Redirect immediately to link target' setting doesn't stick #12892\n [maartenkling]\n\n- Change title and description for permitted styles so its correct\n [maartenkling]\n\n- Fix @@usergroup-groupmembership \"Show All users\" batching broken\n [maartenkling]\n\n\n2.3.2 (2012-10-16)\n------------------\n\n- Fixed issue with email_from_name set as string instead of unicode\n This fixes http://dev.plone.org/ticket/12385\n [ericof]\n\n- Fixed issue with non-ascii Workflow titles breaking types\n control panel.\n [ericof]\n\n\n2.3.1 (2012-08-29)\n------------------\n\n- Fixed i18n regression in control-panel.pt\n [vincentfretin]\n\n\n2.3 (2012-07-02)\n----------------\n\n- Added 'display publication date in author byline' option to Site\n Settings control panel.\n [vipod]\n\n\n2.2.6 (2012-06-29)\n------------------\n\n- Users/groups controlpanel: When sending a password mail fails, an error\n message will now be issued. Fixes http://dev.plone.org/ticket/6047\n (together with a commit for Products.CMFPlone).\n [kleist]\n\n\n2.2.5 (2012-05-25)\n------------------\n\n- Move form help inside field labels to improve accessibility.\n [smcmahon]\n\n- Updated zope.formlib imports.\n [hannosch]\n\n- Avoid hard dependency on Archetypes.\n [davisagli]\n\n- Add missing condition in usergroups template.\n [pjstevns]\n\n- Add .gitignore.\n [pjstevns]\n\n- Fix component lookup error during startup.\n [pjstevns]\n\n\n2.2.4 (2012-04-15)\n------------------\n\n- Don't display an empty list element if the control panel item isn't visible.\n [esteele]\n\n- Restore the ILockSettings support using the\n EditingControlPanelAdapter. This may affect plone.app.form (IOW,\n formlib) forms whose subscribers call\n plone.locking.TTWLockable.lock().\n [rossp]\n\n\n2.2.3 (2012-01-26)\n------------------\n\n- Fix tests after recent plone.app.layout change to create a\n useractions view.\n [maurits]\n\n- Really make the dependency of the markup control panel on wicked optional.\n [vincentfretin]\n\n- Don't use plone_utils's getUserFriendlyTypes for blacklisting calculation in\n navigation-controlpanel, so it isn't dependend on search-controlpanel\n settings anymore. Fixes: #9012.\n [thet]\n\n- Pyflakes cleanup.\n [thet]\n\n\n2.2.2 (2011-10-17)\n------------------\n\n- Forward-port http://dev.plone.org/plone/changeset/52199, which displays both\n CMFPlone's package and profile versions on the control panel overview.\n [esteele]\n\n- Make a condition in usergroup_groupdetails.pt Chameleon-safe.\n [stefan]\n\n\n2.2.1 (2011-08-23)\n------------------\n\n- Mail-panel: If sending of test e-mail fails, log the exception\n and show it in the status message.\n [kleist]\n\n\n2.2 - 2011-07-19\n----------------\n\n- Merge PLIP 11774. Refs http://dev.plone.org/plone/ticket/11774\n [esteele]\n\n- Merge PLIP 9352. Refs http://dev.plone.org/plone/ticket/9352\n [esteele]\n\n\n2.1.3 (2011-09-21)\n------------------\n\n- Display both CMFPlone's package version and profile version in the control\n panel overview.\n [esteele]\n\n\n2.1.2 (2011-09-16)\n------------------\n\n- Introduced an update method in GroupMembershipControlPanel and\n UserMembershipControlPanel to seperate setting of variables and template\n rendering, so it is possible to subclass those classes to add new\n functionnalities.\n [vincentfretin]\n\n- Fixed canAddToGroup check in usergroups_usermembership view, apparently\n a bad copy and paste from the old prefs_search_macros. It checked against\n the authenticated user instead of the member we're currently looking at.\n [vincentfretin]\n\n- On usergroup-groupmembership view, check for each found principal that it\n can be added to the group. Previously it checked that authenticated user can\n be added to the group, that is non sense.\n [vincentfretin]\n\n- On the Type-panel, fix the case when no workflow is set as default workflow.\n Fixes http://dev.plone.org/plone/ticket/11901\n [WouterVH]\n\n\n2.1.1 - 2011-05-13\n------------------\n\n- Many users/groups setting should provide warning to users/groups config\n Fixes http://dev.plone.org/plone/ticket/11753\n [aclark]\n\n\n2.1 - 2011-04-03\n----------------\n\n- Make the dependency of the markup control panel on wicked optional.\n [davisagli]\n\n- Remove hidden `form.submitted` field in the form wrapping the \"Add New User\"\n button on the groups overview page. The presence of that field forces a\n CSRF check in the add groups form, which fails. Fixes #11553.\n [smcmahon]\n\n\n2.1b1 - 2011-01-03\n------------------\n\n- Depend on ``Products.CMFPlone`` instead of ``Plone``.\n [elro]\n\n- Make sure the ConfigurationChangedEvent is fired when the types\n control panel setting changed.\n [timo]\n\n- Fix critical errors on user and group pages\n when some groups or users have a non-ascii character in their title.\n Sort groups and users on their fullname or title normalized.\n Similar as http://dev.plone.org/plone/ticket/11301\n [thomasdesvenain]\n\n- Fixed : Group titles were not display on group prefs page\n when title property was got from mutable properties plugin.\n [thomasdesvenain]\n\n- Prevent privilege escalation when access to the Users and Groups control\n panel is given to non-Manager users. Only users with the \"Manage portal\"\n permission can grant the Manager role, or assign users to groups that grant\n the Manager role. Also, non-Managers cannot edit the roles of, reset the\n password of, or delete users or groups with the Manager role.\n [davisagli]\n\n- Declare dependency on Zope2 >= 2.13.0.\n [davisagli]\n\n- Protect each control panel using its own specific permission, instead of the\n generic \"Manage portal\". This way access to particular control panels can be\n delegated.\n [davisagli]\n\n- Update the @@overview-controlpanel view to match changes that had happened in\n plone_control_panel.pt in CMFPlone.\n [davisagli]\n\n- Replace reference to \"personalize_form\" with \"@@personal-information\".\n http://dev.plone.org/plone/ticket/10890\n [khink]\n\n- Add extra info message if passwords were reset.\n http://dev.plone.org/plone/ticket/10756\n [khink]\n\n\n2.0.5 - 2011-01-03\n------------------\n\n- Fix critical errors on user and group pages\n when some groups or users have a non-ascii character in their title.\n Sort groups and users on their fullname or title normalized.\n Similar as http://dev.plone.org/plone/ticket/11301\n [thomasdesvenain]\n\n- Fixed : Group titles were not display on group prefs page\n when title property was got from mutable properties plugin.\n [thomasdesvenain]\n\n- Replace reference to \"personalize_form\" with \"@@personal-information\".\n http://dev.plone.org/plone/ticket/10756\n [khink]\n\n- Add extra info message if passwords were reset.\n http://dev.plone.org/plone/ticket/10756\n [khink]\n\n\n2.0.4 - 2010-10-27\n------------------\n\n- Disable autocomplete for the mail control panel's SMTP user id and password\n fields. Otherwise some browsers complete them with the site user id and\n password. This closes http://dev.plone.org/plone/ticket/9185.\n [davisagli]\n\n- Different descriptions for Stripped attributes and Stripped combinations\n fields.\n [thomasdesvenain]\n\n2.0.3 - 2010-09-09\n------------------\n\n- Increased refresh time interval to 30 seconds for the restart action of the\n maintenance control panel.\n [kleist, hannosch]\n\n\n2.0.2 - 2010-08-08\n------------------\n\n- Changed some messages in @@ramcache-controlpanel view.\n [vincentfretin]\n\n\n2.0.1 - 2010-07-31\n------------------\n\n- Check whether users can be added to the group. Don't show the add form on\n @@usergroup-groupmembership if not.\n [esteele]\n\n\n2.0 - 2010-07-18\n----------------\n\n- Use the standard libraries doctest module.\n [hannosch]\n\n- Adjusted tests to match new PortalTransforms and Plone defaults.\n [hannosch]\n\n- Use correct listingheader_user_name or listingheader_group_name instead\n of listingheader_group_user_name in @@usergroups-usermembership\n and @@usergroups-groupmembership.\n Fixes http://dev.plone.org/plone/ticket/10747\n [vincentfretin]\n\n- Removed text from @@skins-control panel, since 'Mark External Links'\n does not have to be checked for 'open in new window' to work. #10772\n [cwainwright]\n\n- Update license to GPL version 2 only.\n [hannosch]\n\n\n2.0b7 - 2010-05-31\n------------------\n\n- Fixed types.pt to render in cmf.pt.\n [pilz]\n\n- Fixed typo that prevented a message from showing up when switching\n back from emaillogin to login in with userid.\n [maurits]\n\n- Updated help text for users overview control panel.\n [davisagli]\n\n\n2.0b6 - 2010-05-01\n------------------\n\n- Use new i18n:translate identifiers in usergroups_usermembership.pt.\n Correct capitalization of tab names.\n [esteele]\n\n- Fix capitalization of \"Group Name\" in groups overview.\n [esteele]\n\n- Remove the email column from the Users Overview page.\n [esteele]\n\n- Replaced prefs_user_details form with personal information and personal\n preferences forms (plone.app.users). Added two tabs for these forms.\n http://dev.plone.org/plone/ticket/10327\n [kcleong]\n\n\n2.0b5 - 2010-04-08\n------------------\n\n- Remove setting of display_border from all templates; this is now done in\n prefs_main_template.\n [davisagli]\n\n- Removed msgid for \"Site Setup\" message in plone/app/controlpanel/overview.pt\n [vincentfretin]\n\n- Made formlib-based forms consistent with the updated breadcrumb style in\n Plone 4.\n [limi]\n\n- Fixed various i18n issues.\n [vincentfretin]\n\n\n2.0b4 - 2010-03-05\n------------------\n\n- Reworked user and group listings to prevent excessively long batching URLs and\n resubmission of role changes via the batching links; requires changes to\n batching templates in Plone 4.0b1.\n [cah190]\n\n- Added a link to show all search results (thus temporarily disabling batching)\n for user and group listings.\n [cah190]\n\n- Performing a search on the users and groups overviews now resets the batching\n state such that page 1 is always shown after the search is submitted.\n [cah190]\n\n- The users overview will now return to the same page of results after role\n changes are submitted.\n [cah190]\n\n- Remove the option to turn off nesting.\n [esteele]\n\n- Updated emaillogin.pt to recent markup conventions.\n References http://dev.plone.org/plone/ticket/9981\n [spliter]\n\n- Remove unused imports in usergroups.py.\n [esteele]\n\n- Add the recursive_groups plugin to the bottom of the IGroupsPlugin list, not\n the top.\n [esteele]\n\n\n2.0b3 - 2010-02-18\n------------------\n\n- Updated usergroups* templates to the recent markup conventions.\n References http://dev.plone.org/plone/ticket/9981\n [spliter]\n\n- Removed #region-content from all templates.\n This refs http://dev.plone.org/plone/ticket/10231\n [limi]\n\n\n2.0b2 - 2010-02-17\n------------------\n\n- Updated\n - usergroups_groupmembership.pt\n - usergroups_groupsoverview.pt\n - usergroups_usermembership.pt\n - usergroups_usersoverview.pt\n - usergroupssettings.pt\n\n to the recent markup conventions. And got rid of redundant\n .documentContent/#region-content markup.\n References\n http://dev.plone.org/plone/ticket/9981\n http://dev.plone.org/plone/ticket/10231\n [spliter]\n\n- Removing redundant .documentContent markup.\n This refs http://dev.plone.org/plone/ticket/10231\n [limi]\n\n- Create a new dedicated @@editing-controlpanel instead of splitting up the\n site control panel.\n [hannosch]\n\n- Updated control-panel.pt and maintenance.pt to recent markup conventions.\n Got rid of 'viewspace' CSS ID and slot.\n References http://dev.plone.org/plone/ticket/9981\n [spliter]\n\n- Fixed a string which contained double quote.\n [vincentfretin]\n\n- Split @@site-controlpanel form in two fieldsets \"general\" and \"editing\".\n [csenger]\n\n\n2.0b1 - 2010-01-29\n------------------\n\n- Add an enable/disable nested groups option to the users/groups settings prefs.\n [esteele]\n\n- @@usergroup-userprefs now requires the zope2.ManageUsers permission instead\n of cmf.ManagePortal.\n [esteele]\n\n- @@usergroup-userprefs now shows an icon to designate that the user has\n inherited that global role through group membership.\n [esteele]\n\n- Display users in @@usergroup-userprefs by Fullname (user id).\n [esteele]\n\n- Add membershipSearch method to UsersGroupsControlPanelView. Will replace the\n soon-to-be-deprecated prefs_user_group_search.py from Plone's plone_prefs.\n [esteele]\n\n- Properly handle nesting of groups. UI now allows addition and display of\n groups within other groups.\n Closes http://dev.plone.org/plone/ticket/8556\n [esteele, cah190]\n\n- @@usergroup-groupprefs now shows an icon to designate that the group has\n inherited that global role from another group.\n [esteele, cah190]\n\n- Factor up commonly used methods in user/groups controlpanel views.\n [esteele]\n\n- Add @@usergroup-groupmembership to handle adding, removing, modifying group\n members.\n [esteele, cah190]\n\n- Added explicit i18n:translate for the fieldset legends, so Chameleon\n translates the labels.\n [limi]\n\n- Display group title in @@usergroup-groupprefs form.\n [esteele]\n\n\n2.0a4 - 2009-12-27\n------------------\n\n- Specify all package dependencies and use zope.site for the getSite function.\n [hannosch]\n\n\n2.0a3 - 2009-12-16\n------------------\n\n- Don't mark site.py's \"default_editor\" field as required as it's a select\n field.\n [esteele]\n\n\n2.0a2 - 2009-12-03\n------------------\n\n- Adjusted filter controlpanel tests to new defaults in PortalTransforms.\n [hannosch]\n\n- Move prefs_navigation_form to plone.app.controlpanel as\n @@navigation-controlpanel.\n [esteele]\n\n- \"Users\", \"Groups\" and \"Settings\" configlets' views are polished visually\n to follow rest of configlets. Fixes #9825\n [spliter]\n\n- Point the users overview 'add user' button to the new @@new-user form.\n [esteele]\n\n- Rephrased debug-mode info.\n This closes http://dev.plone.org/plone/ticket/9788\n [naro]\n\n- Fixed bad i18n markup in emaillogin.pt. This closes\n http://dev.plone.org/plone/ticket/9767\n [vincentfretin]\n\n\n2.0a1 - 2009-11-14\n------------------\n\n- Fixed calendar and filter tests.\n [hannosch]\n\n- Add option in themes configlet to enable/disable overlay popups.\n [smcmahon]\n\n- Make sure the filter control panel doesn't fail if kupu is not installed.\n [davisagli]\n\n- Added test for DC meta data properties.\n [robgietema]\n\n- Added default editor setting to the Site settings control panel.\n [rob gietema]\n\n- Moved remaining html filter settings from Kupu library tool to safe_html\n transform.\n [robgietema]\n\n- Added @@migrate-to-emaillogin browser view so admins can update the login\n names of existing users. It can check for duplicate emails and can update the\n login name of all users to their email addresses or back to their user ids.\n http://dev.plone.org/plone/ticket/9214\n [maurits]\n\n- Added use_email_as_login property to security control panel.\n http://dev.plone.org/plone/ticket/9214\n [maurits]\n\n- Force a page refresh when saving changes to the skins control panel. This\n forces newly-chosen themes to fully take effect.\n [esteele]\n\n- Use `zope.ramcache` in favor of `zope.app.cache`.\n [hannosch]\n\n- Removed the dependency on plone.app.form's named_template_adapter, as it\n does not work with Zope 2.12.\n [hannosch]\n\n\n1.3 - 2010-03-03\n------------------\n\n- Fixed some duplicated msgids with different defaults.\n There is no new strings to translate.\n See http://dev.plone.org/plone/ticket/9633\n [vincentfretin]\n\n- Explicitely set the default workflow on types before re-mapping said\n workflow to their new states. See http://dev.plone.org/plone/ticket/9031\n Thanks to fmoret for the patch.\n [mj]\n\n\n1.2 - 2009-05-09\n----------------\n\n- Bug fix: so called 'bad types' are not listed in the search panel, but on\n save they should still be added to the types_not_searched property in the\n site_properties.\n [maurits]\n\n\n1.2b1 - 2009-03-09\n------------------\n\n- Add 'Redirect immediately to link target' option for Link type in Site\n Settings Types\n [andrewb]\n\n- Add 'Enable locking for through-the-web edits' option in Site Settings\n [davisagli]\n\n- Let the site settings adapter also adapt ILockSettings so it\n can be used from plone.locking\n [davisagli]\n\n\n1.1.3 - 2009-03-07\n------------------\n\n- \"Mark external links\" and \"External links open in new window\" were not working\n independently ('mark' had to be set for 'new window' to work) and marking could\n not be turned off at all (#7383). Fixed by having either one enable the js\n support and adding a new site property to control marking. Implemented so\n that new site property will be assumed false if missing and created on change\n if missing -- so no migration required. There is a matching change in Plone\n app in a couple of javascripts.\n [smcmahon]\n\n- 'Enable User Folders' in the security control panel supports\n create/delete a 'My Folder' link user action know from Plone 2.*\n http://dev.plone.org/plone/ticket/8417\n [pelle]\n\n- Added failing browser test to catch the missing 'My Folder' link\n when member creation is enabled http://dev.plone.org/plone/ticket/8417\n [pelle]\n\n\n1.1.2 - 2008-08-18\n------------------\n\n- Use the MultiCheckBoxWidget from plone.app.form that uses