Search found 1622 matches

by cas
29 Apr 2010, 13:25
Forum: Help
Topic: MySQL on a different machine. Is this possible?
Replies: 2
Views: 3357

Re: MySQL on a different machine. Is this possible?

Localhost needs to be the server that holds MySQL :D
by cas
07 Jul 2009, 08:16
Forum: General Discussion
Topic: Sync mantis and another app
Replies: 3
Views: 3648

Re: Sync mantis and another app

I have made various mantis integrations for other cms'ses. That can be easily implemented with any other application.
Check http://www.nuy.info/apps/owl/browse.php ... &curview=0
by cas
08 Apr 2009, 10:35
Forum: Customizations
Topic: Security Enhancements
Replies: 6
Views: 7609

Re: Security Enhancements

I have made some progress on integrating the crack library but get lost in compiling it to such format that it is readable by the php_crack.dll
Where can I find precompiled ones or even better, is there a tool that i can use under Windows to compile it myself?
by cas
20 Mar 2009, 07:49
Forum: Customizations
Topic: Automation of Reports
Replies: 1
Views: 2543

Re: Automation of Reports

You can use Scheduled tasks to run anything on a regular base, also PHP scripts.
here is a sample:

REM *** this batch is running as a scheduled task under the ... Account ***
g:
cd \inetpub\wwwroot\mantis
php.exe my_weekly_report.php
by cas
23 Feb 2009, 16:15
Forum: General Discussion
Topic: Plugin repository
Replies: 20
Views: 18974

Plugin repository

Is there a central repository available for plugins (as of version 1.2.*)?
If so, where to find it, if not can one be created?
We should have at least 2 sections, standard mantis plugins and third party ones.
by cas
23 Feb 2009, 16:15
Forum: General Discussion
Topic: Does Mantis run in IIS
Replies: 1
Views: 2266

Re: Does Mantis run in IIS

Yes, simply follow the same instructions.
by cas
23 Feb 2009, 16:10
Forum: Customizations
Topic: Moving issues from one Mantis to another
Replies: 2
Views: 4166

Re: Moving issues from one Mantis to another

Yes, for code search mantisbt.org/bugs
by cas
04 Jul 2008, 07:03
Forum: Help
Topic: Migrate Issues to different user
Replies: 2
Views: 2558

Re: Migrate Issues to different user

It is your lucky day, there is a script available that does exactly this.
I have created these scripts some time ago and someone else made some adjustments to it.
You can fidn it here:
http://www.mantisbt.org/bugs/view.php?id=7260
by cas
17 Jun 2008, 12:58
Forum: Help
Topic: Plugin development
Replies: 7
Views: 5310

Re: Plugin development

Question is how you can trigger the hard-coded bit, anyway there is room to improve.
by cas
17 Jun 2008, 09:15
Forum: Help
Topic: Does Mantis Issues Importer(v7) work w/1.1.1?
Replies: 1
Views: 2179

Re: Does Mantis Issues Importer(v7) work w/1.1.1?

Try and you will find out.
But if you simply upgrade, you may even not need the importer.

Cas
by cas
17 Jun 2008, 08:55
Forum: Help
Topic: Plugin development
Replies: 7
Views: 5310

Re: Plugin development

I have published one plugin called FAQ which you can find here: http://www.mantisbt.org/bugs/view.php?id=9261 In addition i have almost finished a simple plugin that allows copying of an issue into your calendar or tasklist. Also started work on a plugin to allow sending an issue from one instance t...
by cas
17 Jun 2008, 06:19
Forum: Help
Topic: Plugin development
Replies: 7
Views: 5310

Re: Plugin development

Hi Arenx, I did saw your posting and had a look on the deboutv site. Since I was playing with version 1.2.0 , I started also with the new plugin model. I found the answer from Vincent on compatibility not very clear and so far did not managed to download anything from his site (but only tried twice)...
by cas
16 Jun 2008, 06:47
Forum: Help
Topic: Copy Project from one instance to another
Replies: 1
Views: 2254

Re: Copy Project from one instance to another

I have made a set of import script in the past exactly for this purpose, check this posting:
http://www.mantisbt.org/bugs/view.php?id=7229

Cas
by cas
11 Jun 2008, 14:05
Forum: Help
Topic: Plugin development
Replies: 7
Views: 5310

Plugin development

I am working on my first mantis plugin and managed to get almost everything working. Where I am struggling is in the (un)install area. My plugin needs a table an I have not figured out how to do that at install time within plugin management. Clearly at uninstall time, the table ought to beremoved, a...
by cas
04 Jun 2008, 08:37
Forum: Customizations
Topic: Notes Tabs
Replies: 3
Views: 5147

Re: Notes Tabs

You should do that through adjusting the stylesheets.
I have found this sometime ago ( Usable Mantis) and have added it to my installation.
happy to send the scripts somewhere.

Cas