Search found 10 matches

by cembree
04 Feb 2008, 14:37
Forum: Customizations
Topic: Mantis Pager
Replies: 3
Views: 4423

Re: Mantis Pager

Thanks for the encouragement :)

I have grand visions of doing the properly and well, so we'll see how things go.
by cembree
21 Jan 2008, 17:10
Forum: Help
Topic: EMail notification for new ticket NOT assigned
Replies: 1
Views: 2510

Re: EMail notification for new ticket NOT assigned

Yes, at least for the default project. You'd need this or RTFM to see how it works for sure.

Manage | Users and select yourself or another user. Scroll down to the Account Preferences section. About 8 items down the list is Notify on New. Check yes.
You'll get a notification for each new issue/bug.
by cembree
16 Jan 2008, 23:58
Forum: Customizations
Topic: Mantis Pager
Replies: 3
Views: 4423

Re: Mantis Pager

For those (any) of you who care... I've started putting some plans down on digital paper for mantis pager. Find it here:
http://www.ezas.net/mantispager/

I'm just getting the ball rolling on the rewrite, so don't get too excited :?

PS: If anyone on the Mantis dev. team has plans for something ...
by cembree
10 Jan 2008, 20:24
Forum: Customizations
Topic: How to manage projects shared by different customers ?
Replies: 5
Views: 6393

Re: How to manage projects shared by different customers ?

Unless I missed something.... ... this should be pretty easy.

Create a project for each customer. Make it Private via Manage | Manage Projects
Create a user(s) for each client.
Assign the appropriate uses(s) to each project as needed.

Your staff can be assigned to all projects and see them all ...
by cembree
02 Jan 2008, 16:33
Forum: Customizations
Topic: Mantis Pager
Replies: 3
Views: 4423

Mantis Pager

I have released the first version of the mantis_pager script. It is being used to scan for new bugs that remain un-changed for for X of hours. It will then send a notice to the assigned person on regular intervals (currently 4 hours). It also escalates by contacting other assigned project members ...
by cembree
04 Dec 2007, 17:25
Forum: Customizations
Topic: Mantis/Joomla! integration
Replies: 30
Views: 57182

Re: Mantis/Joomla! integration

And as luck would have it... I search the forums for LDAP and came up with a link to show you how....

http://mantisbt.org/forums/viewtopic.php?f=4&t=2439&p=7148&hilit=LDAP#p7148

And LDAP for Joomla is here: http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,158/Itemid ...
by cembree
04 Dec 2007, 14:40
Forum: Customizations
Topic: Mantis/Joomla! integration
Replies: 30
Views: 57182

Re: Mantis/Joomla! integration

Perry,

You could probably make the argument that all of these applications (Joomla, Mantis, Forums, etc) should have a hook into alternative authentication systems. Personally, I'd love to see LDAP be a common denominator, since it will plug into Netware NDS, MS AD, RH Directory Services, etc ...
by cembree
02 Dec 2007, 19:08
Forum: Customizations
Topic: Mantis/Joomla! integration
Replies: 30
Views: 57182

Re: Mantis/Joomla! integration

Modifications to Joomla User Manager Screen:

I didn't care to type in the Mantis Level every time, so I used radio buttons. Changes to changes are hard to follow, so if anyone would like to re-write my explanation, feel free :)

above in this thread, we're changing admin.users.html.php; around line ...
by cembree
24 Nov 2007, 06:07
Forum: Customizations
Topic: Mantis/Joomla! integration
Replies: 30
Views: 57182

Re: Mantis/Joomla! integration

Thanks to all of the folks in this thread that helped with Joomla/Mantis integration. Following the step above, I was able to integrate things very well. I'd send a demo site link, but it's for clients only... :/ (not mine, my clients clients).

RE: Joomla w/o IFRAME. The IFRAME allows us to use ...
by cembree
24 Nov 2007, 06:00
Forum: Customizations
Topic: Adding new Status
Replies: 3
Views: 6966

Re: Adding new Status

It depends on what you mean by trouble...

You can edit the status in lang/strings_english.txt.
Look for "s_status_enum_string = " some stuff. Create a new status name and # value that makes sense.

does that help?