codesyntax/cs.auth.twitter

Adding the plugin usin ZMI doens't work

Closed this issue · 4 comments

keul commented

There's an addform.pt template, but it's not linked to the browser view.

Ups, some ZCML is missing then... i'll look at it

the PAS plugin is not installed at all; the import step handler is never hit by the installation code.

I created a import_steps.xml with this, but even after reinstalling, the PAS Plugin is not working:

<?xml version="1.0"?>
<import-steps>
  <import-step
    id="cs.auth.twitter-various"
    handler="cs.auth.twitter.setuphandlers.importVarious"
    title="Additional CS Twitter Authentication setup"
    version="1.0">
    <dependency step="rolemap"/>
  </import-step>
</import-steps>

If you install the plugin through the Plone Control Panel, it gets installed correctly. I know I am missing the tests... but I'll commit-them later :)

@keul fixed in 1a2bedc