Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Issue tracker plugin for Vanilla 2.0

edited August 2010 in Vanilla 1.0 Help
Hello all, we have been using issue tracker with vanilla 1.x for about a year now, its been good and may people were pleased we decided to try vanilla 2.0.1 and true to its great new features my boss really does not want to go back to 1.x. Is there anyone who is willing to create a plugin that will

1. Allow the assigning of projects (discussions) to a user.
2. Add the assigned project to the assigned users follow list.

the plugin should work in any theme, I was able to re-create the rest of the tool simply by adding a localization file with the following. In a file en-CA.php

<?php if (!defined('APPLICATION')) exit(); /* Change "Bookmarks" to be "Follows", and other fun translation changes. */ // Discussion / Question $Definition['Start a New Discussion'] = 'Post a Project'; $Definition['Discussions'] = 'Projects'; $Definition['All Discussions'] = 'All Projects'; $Definition['My Discussions'] = 'Mine'; $Definition['Delete Discussion'] = 'Delete Project'; $Definition['No discussions were found.'] = 'No projects were found.'; $Definition['Discussion Title'] = 'Project Title'; $Definition['In this Discussion'] = 'In this Project'; $Definition['Categories'] = 'Projects'; $Definition['Closed'] = 'Resolved'; $Definition['Post Discussion'] = 'Post Project'; $Definition['%1$s started a %8$s.'] = '%1$s asked a %8$s.'; $Definition['%1$s commented on %4$s %8$s.'] = '%1$s commented on %4$s %8$s.'; $Definition['discussion'] = 'project'; // Bookmark / Follow $Definition['Bookmarked Discussions'] = 'Following'; $Definition['My Bookmarks'] = 'Following'; // Comment / Answer $Definition['Write Comment'] = 'Write Comment'; $Definition['Post Comment'] = 'Post Comment'; $Definition['%1$s more comments'] = '%s more'; $Definition['%1$s older comments'] = '%1$s older'; $Definition['Comment'] = 'Thread'; $Definition['Comments'] = 'Threads';

Again I believe the only thing keeping vanilla 2.0.1 from being a great issue tracker is the inability to assign users, any help or direction would be great!

Comments

  • Basically it could leverage bookmarking instead of bookmarking a discussion for yourself by assigning it to a user it would bookmark it for that user, that way we could leverage current vanilla 2.0.1 technology
  • Hi,guys,why still bother yourself on web design?? Sosotechnology Co.,Ltd, founded in July 2006,which is a website design and software development company offers you a comprehensive professional design for your business through expert technology, clean and usable design, our team is a brilliant group which is commposed of Web Programmers, Web Designers and Internet Marketers.
    We have been doing outsource website projects for years. We know what it takes to build a successful website project for foreign clients.
    Hey,what are u waiting for yet ? please feel free to contact us,we are sure you'll be surprised at what we do for you!

    Here is our contact methods:

    E-mail:web@soso-tech.com

    web: www.soso-tech.com

    Msn: web@soso-tech.com

    Tel:+86 591 87667218

    Fax:+86 591 87552383

    Skype: soso-tech
Sign In or Register to comment.