-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize sendto #94
Comments
How about the "people now know how to copy and paste a URL and/or click the Mail Link button in their mobile browser; let's kill this" option? |
I'm all for it. Any arguments against? |
People still like to push web page as mail as they share with twitter or facebook. The level 0 of social networking. It's not essential but cool. |
I think that Plone definitely needs a push on social networking stuff. I think we force the push by removing this and poiting to one of the many addons that do this much better. |
I have an edge use case for you (in favor of keeping the feature.) I can recall a couple projects where the authors/editors/reviewers have used this feature as a way to share a link to an item that's in the Draft state (or similar state that allows View access to an anonymous site visitor) if they knew the direct URL to an item (because they won't typically find the item in navigation or search results until after it's published.) So, this provides a way to still allow some anonymous, non-Plone-user a sort of 'informal review' or a 'sneak peak' at some new content, but not a review that's enforced by the workflow, so that they still feel sort of in the loop on things. |
@ctxlken I consider that you volunteering to migrate it then :) |
By that argument it should be moved to toolbar aka the backend.
|
Agreed that's how it 'should' work, @eleddy , but little faith in me getting to it before end of January. Maybe I could trade you some January time helping on plone.com. (An offer you can't refuse.). I can live without send_to, by the way! but offer stands. ;). To be continued... outside of github. |
The send to link is too open to abuse from spammers. I've had to remove the 'allow sendto' permission on older portals, even where there was no link to the form, because spammers still found it and were sending out email ostensibly from us. At the very least this permission should only be available to Managers by default, but I'd prefer to just see it gone. |
Pull request opened for sendto rewrite to z3c form: #179 |
There are two options on this plip: this minimal way and the "wholy crap this thing is ancient and I want to make it nicer" way. I'll accept either.
Minimum: Update to z3c and browser views.
Files:
The text was updated successfully, but these errors were encountered: