From: Alain D'E. <ala...@gm...> - 2015-05-11 09:56:10
|
Hi, I just had a look at your plugin on your repo (I am no admin, just a MantisBT user), and I noticed several things which could be considered as flaws against the mantis policies: - The plugin does seem to take into account the visibility of he issue by the connected user. You just make a select on all the bugs and display them. Some issues can be set as hidden for some users or category of users (public/private for instance...) - Not all the users can modify the status of an issue, which your plugin does not seem to take into account (meaning a viewer could possibly update the status of an issue via the plugin) - It also seems that you are bypassing the workflow defined by the mantis manager/admin. One could define for its installation that a resolved ticket cannot be opened again for example. - Your plugin does not seem to work without an internet connection as you link directly to JQuery online (echo '<script src=" https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js "></script>';) I am assuming all that just by reading your files, I could be wrong on some point. But I would like to alert you on some notes in case it is rejected by the mantisBT core team. Regards, AlainD. On Mon, May 11, 2015 at 11:32 AM, S. P. <spi...@gm...> wrote: > Hi, > > this is to announce a new plugin LikeTrello which allows to drag-n-drop > issue cards between status columns in order to change their status. > Inspired by https://trello.com/. > > See https://github.com/spidgorny/LikeTrello for animated GIF. > > Please add it to the list of plugins on wiki and > https://github.com/mantisbt-plugins. > > https://www.mantisbt.org/bugs/view.php?id=19675 > > The *list of people* who should have *push access*: spidgorny > > Slawa Pidgorny. > ____________________________________________ > Time tracking and invoicing: > http://rechnung-plus.de/ > > Need a new web-site? > http://sigayeva.com/ > > Making appointments online: > http://appointment.at/ > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > mantisbt-dev mailing list > man...@li... > https://lists.sourceforge.net/lists/listinfo/mantisbt-dev > > -- AlainD. |