Skip to content
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

get rid of completly (in whole core) unused plone_scripts #1802

Merged
merged 2 commits into from
Oct 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Breaking changes:
- MimetypesRegistry icons are now a browser resource directory instead of skins folder.
[jensens]

- Remove unused ``plone_scripts`` (not used nor tested anywhere in coredev) [jensens]

- ``add_ext_editor.py``
- ``author_find_content.py``
- ``create_query_string.py``
- ``getGlobalPortalRoles.py``
- ``getPopupScript.py``
- ``getPortalTypeList.py``
- ``getPortalTypes.py``
- ``plone_log.py``
- ``sort_modified_ascending.py``

New features:

- Add sort_on field to search controlpanel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ from Products.CMFCore.utils import getToolByName

plone_utils = getToolByName(context, 'plone_utils')
contentEditSuccess = 0
plone_log = context.plone_log
portal_factory = getattr(context, 'portal_factory', None)
if portal_factory is not None:
new_context = context.portal_factory.doCreate(context)
Expand Down
27 changes: 0 additions & 27 deletions Products/CMFPlone/skins/plone_scripts/add_ext_editor.py

This file was deleted.

48 changes: 0 additions & 48 deletions Products/CMFPlone/skins/plone_scripts/author_find_content.py

This file was deleted.

36 changes: 0 additions & 36 deletions Products/CMFPlone/skins/plone_scripts/create_query_string.py

This file was deleted.

10 changes: 0 additions & 10 deletions Products/CMFPlone/skins/plone_scripts/getGlobalPortalRoles.py

This file was deleted.

16 changes: 0 additions & 16 deletions Products/CMFPlone/skins/plone_scripts/getPopupScript.py

This file was deleted.

57 changes: 0 additions & 57 deletions Products/CMFPlone/skins/plone_scripts/getPortalTypeList.py

This file was deleted.

15 changes: 0 additions & 15 deletions Products/CMFPlone/skins/plone_scripts/getPortalTypes.py

This file was deleted.

13 changes: 0 additions & 13 deletions Products/CMFPlone/skins/plone_scripts/plone_log.py

This file was deleted.

12 changes: 0 additions & 12 deletions Products/CMFPlone/skins/plone_scripts/sort_modified_ascending.py

This file was deleted.