Skip to Content.
Sympa Menu

comanage-users - [comanage-users] writing my first comanage plugin

Subject: COmanage Users List

List archive

[comanage-users] writing my first comanage plugin


Chronological Thread 
  • From: Dave Dykstra <>
  • To: <>
  • Subject: [comanage-users] writing my first comanage plugin
  • Date: Thu, 18 May 2017 15:55:01 -0500
  • Authentication-results: internet2.edu; dkim=none (message not signed) header.d=none;internet2.edu; dmarc=none action=none header.from=fnal.gov;
  • Ironport-phdr: 9a23:jqjAdxxBqWQl5+HXCy+O+j09IxM/srCxBDY+r6Qd2+8SIJqq85mqBkHD//Il1AaPBtSErasVwLOL6ejJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhjexe65+IRG5oQnMtsQan5ZpJ7osxBfOvnZGYfldy3lyJVKUkRb858Ow84Bm/i9Npf8v9NNOXLvjcaggQrNWEDopM2Yu5M32rhbDVheA5mEdUmoNjBVFBRXO4QzgUZfwtiv6sfd92DWfMMbrQ704RSiu4qF2QxDmkicHMyMy/n/RhMJ+kalXpAutqwFjz4LRZoyeKfhwcb7Hfd4CS2RPXthfWTFCDIyzc4QAEuQOPedDoonhu1cDtweyCRW2Ce/xzDJDm3/43bc90+QkCQzI0hYvH8wQv3/Jotv0NKQSUfupzKnS1zrIcvRb1irz6YfVaR0hr/eMUqh0ccbLxkkvEB3Fg0yWpIf4MT2V0eENvHKa7+pmTe+vimgnqx1vrTi1wMcjlJXJipwPxl/a6Cp53YA4LsC7Rk5jedOoDpVduzuHO4dqTM4uWX9ktDonxrEcpJK3YSwHxIw6yxPRdvCLaZaE7gzjWeqLPDt1hmxpdKixihuz90Wr1/fyWdOu0FlQqypIitnMuW4J1xzU8sWHRedy8Vu91TqSzgzc9+RELV4tmarcMJEu3KQ8lp0OsUTfBSD2n1j2jKmLeUk+4uio8ePnYqn4qZCAK490iwb+MqI0lsy4HOQ4LgwOX2+c+eS/zrHs4Ur5QLBSgv03lKnWrozaKNwFqqO3GQNZz5ov5hilAzu4zNgUgGMLIE9YdB+Dl4TpPkvBIPH8DfexmVSslzJryujbMbzvH5rANXbDkLH7crZ58UJcxw0zzc5H65JOFr4BOO7zWlP2tNHAEhA5NAm0zPzhCNpn2YMRR3uDArKCMKzMq1+I/fkiI+2NZI8OpDb9MOYp6+TvjX8/hV8SY7Op3Z0JZ3CkAPhqOVuWbmfxgoRJLWBf6gE5SeXsgVKPFCNIamypd6M6+jwhDo+6V8HOSp3705Kb2yLuMpRIayhqG1OXDW3hP9GIRPskZiSbJolulSJSBuvpcJMoyRz77Fyy8LFgNOeBv3RAuA==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

I would like to play around with writing a plugin to add custom data
items to the CO Person page. I have read through
https://spaces.internet2.edu/display/COmanage/Writing+Registry+Plugins
and tried out the example below the table at

https://spaces.internet2.edu/display/COmanage/Writing+Registry+Plugins#WritingRegistryPlugins-MenuLinks

I had a question about whether or not cmPluginMenus was supposed to go
inside the class definition, since that's what the CakePHP Plugin
examples did, but I answered that myself by looking at the existing
plugins in app/Plugin. All of them return an empty array, but at least
I can see that the function goes inside the class definition.

The next question is, what affect is the example supposed to have on a
CO person page? I don't see any difference, so I don't know if it is
doing anything. The documentation doesn't say what to look for. The
table says it goes to the "My Identities" menu, but I don't see that
anywhere.

Dave



Archive powered by MHonArc 2.6.19.

Top of Page