Skip to content

Commit

Permalink
Merge pull request #1802 from plone/remove-unused-scripts
Browse files Browse the repository at this point in the history
get rid of completly (in whole core) unused plone_scripts
  • Loading branch information
jensens authored Oct 21, 2016
2 parents 8914978 + dfa3616 commit 6bbd14d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 235 deletions.
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.

0 comments on commit 6bbd14d

Please sign in to comment.