collective.setdefaulteditor

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Maurits van Rees last modified Feb 16, 2011 02:12 AM

Set the default editor in Plone for all existing members.

Project Description

Introduction

When you install a new visual editor in your Plone Site, you can set wysiwyg_editor in portal_memberdata to the proper value for this new editor. This only means that new users will get this new editor. To change the editor for all existing users, use this package.

This makes available a browser view @@set-default-editor and follow the instructions. You can choose to run this in dry-run mode and see how many users would be changed. When dry run is not selected, details are logged to the instance log.

On the same form you can also select to set the default editor for new users at the same time as changing it for existing users.

Many users

When there are many users (see Site Setup / Users and Groups / Settings) we try to get all members by searching for a login with 'a', then 'b', etc. This is not ideal, but if for example LDAP gives problems because it returns too many results (which means it does not actually return anything at all) then this may help. If you still have trouble, try setting event-log-level = debug in the instance section of your buildout.cfg, run buildout again, start the instance in the foreground and then try again and see where it goes wrong. Hopefully this gives you an idea for some custom code to write. (If it is general enough, please share your work in a branch and contact me.)

Todo

  • Add tests.

Contributors

I (Maurits van Rees) found the main code in an article by Rob Gietema. He apparently got the script from Kelly Craig. And I have seen the same code in a post to the plone-setup list by Reinout van Rees. So I claim it back in defense of our family honour. ;-)

Changelog

1.2 (2010-04-27)

  • When there are many users (site_properties/many_users) try to get all members by searching for a login with 'a', then 'b', etc. Not ideal, but if for example LDAP gives problems because it returns too many results (which means it does not actually return anything) then this may help. [maurits]

1.1 (2010-04-21)

  • Also offer option to set the chosen editor as new default in portal_memberdata. [maurits]
  • Added form to make setting the editor more user friendly. [maurits]
  • Check that the input for the wanted editor is sane: is that editor actually installed? [maurits]

1.0 (2010-03-17)

  • Initial release [maurits]

Current Release
collective.setdefaulteditor 1.2

Released Apr 27, 2010

Download file Get collective.setdefaulteditor for all platforms
collective.setdefaulteditor-1.2.zip
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
1.2 Apr 27, 2010 More about this release… final
1.1 Apr 21, 2010 More about this release… final
1.0 Mar 17, 2010 More about this release… final

Comments (0)