Skip to content

Commit

Permalink
- Removed last remnants of the Zope 2 Help System
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 14, 2020
1 parent 97c3c2d commit d328435
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 277 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
3.10 (unreleased)
-----------------

- Removed last remnants of the Zope 2 Help System

- Zope 4 ZMI improvements for ZSQL Method objects

- Zope 4 ZMI improvements for database connection objects
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ exclude MANIFEST.in
recursive-include src *.dtml
recursive-include src *.gif
recursive-include src *.py
recursive-include src *.stx
16 changes: 0 additions & 16 deletions src/Products/ZSQLMethods/help/Z-SQL-Method.stx

This file was deleted.

44 changes: 0 additions & 44 deletions src/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx

This file was deleted.

41 changes: 0 additions & 41 deletions src/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx

This file was deleted.

44 changes: 0 additions & 44 deletions src/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx

This file was deleted.

23 changes: 0 additions & 23 deletions src/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx

This file was deleted.

102 changes: 0 additions & 102 deletions src/Products/ZSQLMethods/help/ZSQLMethod.py

This file was deleted.

9 changes: 3 additions & 6 deletions src/Shared/DC/ZRDB/DA.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,9 @@ class DA(BaseQuery,
connection_hook = None

manage_options = (
({'label': 'Edit', 'action': 'manage_main',
'help': ('ZSQLMethods', 'Z-SQL-Method_Edit.stx')},
{'label': 'Test', 'action': 'manage_testForm',
'help': ('ZSQLMethods', 'Z-SQL-Method_Test.stx')},
{'label': 'Advanced', 'action': 'manage_advancedForm',
'help': ('ZSQLMethods', 'Z-SQL-Method_Advanced.stx')})
({'label': 'Edit', 'action': 'manage_main'},
{'label': 'Test', 'action': 'manage_testForm'},
{'label': 'Advanced', 'action': 'manage_advancedForm'})
+ RoleManager.manage_options + Item.manage_options)

def __init__(self, id, title, connection_id, arguments, template):
Expand Down

0 comments on commit d328435

Please sign in to comment.