this explains whats going on, since i tried to install the tagtray plugin just yesterday and got dissapointed when it wouldn't work. i'll try to add the changes Jayro used, and then upload it again. but i hope the 0.6 branch of plugins will be ressurected soon as andy C suggested
On 23 Juni, 18:37, Andy C <[email protected]> wrote: > Plugins are currently in a state of flux. > > Branches are being created for 0.6 and 0.7 and trunk will not so much > be a truck as a dead, withered twig. > > The tagtray version in trunk is the 0.7 version as is the 0.7 branch. > > Hopefully someone will resurrect the 0.6 version and create the > necessary branch otherwise people using 0.6.2 will get very confused > and unhappy. > > On Jun 23, 3:11 pm, Jayro <[email protected]> wrote: > > > I downloaded the Tag Tray plugin from the distribution directory and > > got an error when I tried to install it. I checked the code and the > > info() function is missing from the beginning of the class. Added that > > and it worked fine, so someone just needs to update the file. Here's > > what I added: > > > function info() > > { > > return array( > > 'name' => 'Tag Tray', > > 'version' => '1.0', > > 'url' => 'http://habariproject.org/', > > 'author' => 'Habari Community', > > 'authorurl' => 'http://habariproject.org/', > > 'license' => 'Apache License 2.0', > > 'description' => 'Displays a tray of tags on the > > publish page to > > click on and add to the edited post.' > > ); > > } > > > (Tried to submit a ticket on the Trac system, but my submission kept > > getting rejected as spam even after I registered for an account.) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
