At 09:08 19.09.2008 +0200, Vincent DEBOUT wrote: >> On Thu, Sep 11, 2008 at 3:32 PM, Fabian Cenedese <[EMAIL PROTECTED]> >> wrote: >>> Has anybody ever written a script/tool to import issues? Maybe with >>> MantisConnect? As this will be a one time thing it doesn't need to have >>> a nice GUI. >> >> I am actually working on such a feature, it will work by exporting the >> current set of filtered bugs to an XML file and then importing them >> back from the manage menu. >> >> more details on: >> http://www.mantisbt.org/wiki/doku.php/mantisbt:importexport > >Hi, > >Please, taak a look on what I've done to be compatible or to take example : ><http://deboutv.free.fr/mantis/plugin.php?plugin=Import%2FExport> ><http://bugtracker.morinie.fr/mantis/dokuwiki/doku.php?id=mantis:13:start> ><http://bugtracker.morinie.fr/mantis/dokuwiki/doku.php?id=mantis:13:importing_issue_s> > >Fabian, > >You can report what is wrong on my forum (or by mail), I'll fix it.
I'll try again, if I find the time. Otherwise if you just take a fresh mantis 1.1.2 install you might also see these problems. From memory: The mantis version check is looking for a variable that doesn't exist anymore, either got renamed or completely changed. After I manually created such a variable in my config_inc.php I could continue. The import/export plugin also had a problem with the version check but I think it complained that my mantis was too new :) I don't know anymore if it was import or export but the scripts failed completely because it wanted to call some unexisting function (probably also available only in older mantis versions). I couldn't make much of the message. Deinstalling the plugin and the manager also failed, I don't know the reason anymore. Leftover files are not that much a problem, but it also left a config setting in the database for the new menu options. That took me a while until I found it and could delete it. That's all I can remember. Thanks for your work. bye Fabi ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mantisbt-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
