Skip to content

Commit

Permalink
Remove form.py/widget.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Jun 1, 2015
1 parent 563c8a3 commit ab8b3d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 367 deletions.
9 changes: 0 additions & 9 deletions plone/app/controlpanel/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@

<include file="permissions.zcml" />

<view
type="zope.publisher.interfaces.browser.IBrowserRequest"
for="zope.schema.interfaces.ITuple
zope.schema.interfaces.IVocabularyTokenized"
provides="zope.formlib.interfaces.IInputWidget"
factory=".widgets.MultiSelectTupleWidget"
permission="zope.Public"
/>

<subscriber
handler=".events.handleConfigurationChangedEvent" />

Expand Down
57 changes: 0 additions & 57 deletions plone/app/controlpanel/form.py

This file was deleted.

301 changes: 0 additions & 301 deletions plone/app/controlpanel/widgets.py

This file was deleted.

2 comments on commit ab8b3d6

@petri
Copy link
Member

@petri petri commented on ab8b3d6 Oct 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some third-party code was using stuff from form.py (latest stable collective.indexing 1.8 for example) and they consequently break on Plone 5. What's the recommended way of upgrading?

@l34marr
Copy link
Member

@l34marr l34marr commented on ab8b3d6 Nov 2, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, collective.solr (4.1.0) seems to have the same issue, and this tries to fix it - collective/collective.solr@6e33ccc

Please sign in to comment.