Friday, 2009-05-08

../irclogs/#mantishelp.2009-05-08.log
--- scribe started ---00:00
ToffeePopsHi, I noticed on the mantis website when going to the bugtracker, your users have avatars. How do we add avatars in our system?02:03
ToffeePopsWe are on mantis 1.1.2 (yeah we need to upgrade). Has the avatar support gone in since then?02:03
nuclear_eclipseiirc, it's in 1.1.x02:10
nuclear_eclipseiirc, you should just need to set $g_show_avatar_threshold in your config_inc.php02:11
ToffeePopsAh, awesome, will try it out... but I know little about our mantis setup (except via the web interface) - where do I find that cfg file? Something like /opt/mantis...?02:15
rtylerhttp://www.mantisforge.org/dev/manual/en/administration_guide/x2248.html02:39
rtylerlooking at that02:39
rtylerthere's no custom_constant_inc.php in 1.202:39
ToffeePopsnuclear_eclipse: oh, btw, found it thanks :)02:41
ToffeePopsOnce I've set set $g_show_avatar_threshold (and set $g_show_avatar = ON), what do I do to set an avatar? I thought I could do this through 'my account'...?02:53
ToffeePopsHi, I've enabled avatars in our mantis setup (and we're seeing the default 'no_avatar.png' in our mantis calls) but I cannot see how to set an avatar picture. How do you do it?03:49
[KK]KirillТрям. Any around?07:57
dhx_myep hey08:00
[KK]Kirilldhx_m: hi..08:01
[KK]Kirillwhat happend with paul, john?08:01
[KK]Kirillwhere are they?08:02
dhx_mtoo angry after learning their Duke Nukem Forever Mantis plugin will no longer be of use? :p08:03
[KK]Kirilldhx_m: why?08:03
dhx_m... bad joke... 3d Realms was closed a few days ago for good... so DNF really will be forever08:04
[KK]Kirill:)08:05
abalonesofthi09:27
abalonesoftyou there ?09:28
abalonesoftI have some queries concerning mantisbt using09:29
abalonesoftany one can help me with this09:29
abalonesoftplease09:29
rtylersilly mibbit user09:50
mantisbotNew bug: Bug 10471 - Storm - open - new12:20
mantisbotNew bug: Date type custom fields is not updating - http://www.mantisbt.org/bugs/view.php?id=1047112:20
nuclear_eclipse[KK]Kirill: here now12:29
[KK]Kirillhi12:29
[KK]KirillJohn, I have linux-server12:30
[KK]KirillCan you help me config it for git-server, such as git.mantisforge.org?12:30
nuclear_eclipse[KK]Kirill: I only know how to set up git.mantisbt.org -- mantisforge.org is completely different, and only paulr knows how that works...12:32
[KK]Kirillnuclear_eclipse: did you know where paul?12:35
nuclear_eclipsenope12:35
[KK]Kirill:(12:36
[KK]KirillOne sec. I just look git.mantisbt.org12:36
dhx_mhowdy12:38
nuclear_eclipsehi12:38
dhx_mI have a patch for bug 10453 ready :)12:39
mantisbotBug 10453 - dhx - open - new12:39
mantisbotTime tracking billing menu link should show for those with read only access to billing data - http://www.mantisbt.org/bugs/view.php?id=1045312:39
[KK]Kirilljohn, what i must configure such as git.mantisbt.org?12:47
nuclear_eclipsegitosis, gitweb, and git-daemon12:47
[KK]Kirillok12:48
nuclear_eclipsemantisforge doesn't use gitosis, and uses a highly modified version of gitweb; I don't how/where to find information on how to set it up, and paulr spent a lot of effort and time doing it12:49
[KK]Kirillok. thanks12:49
[KK]KirillI see. I already installed  gitweb, and git-daemon. gitosis - not found12:51
nuclear_eclipsehttp://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way12:51
[KK]Kirillnuclear_eclipse: It's pretty way. Thanks12:52
nuclear_eclipseyou're welcome12:53
nuclear_eclipsedhx_m: I have to disagree with 1045313:07
dhx_mhmm really?13:07
nuclear_eclipseit seems correct the way it currently is13:07
nuclear_eclipsethe threshold it uses it specifically defined as users running reports13:08
nuclear_eclipse    /**13:08
nuclear_eclipse     * access level required to run reports13:08
nuclear_eclipse     * @global int $g_time_tracking_reporting_threshold13:08
nuclear_eclipse     */13:08
nuclear_eclipse    $g_time_tracking_reporting_threshold = MANAGER;13:08
dhx_moh oops13:08
dhx_mI thought it was who could track time13:08
dhx_mrather than who could create reports13:08
nuclear_eclipsehehe, the name is confusing...13:08
nuclear_eclipse$g_time_tracking_edit_threshold is the one you were thinking of13:09
dhx_mah *doh* :)13:09
dhx_min that case, I'll delete the branch :)13:09
dhx_mthanks for the heads up13:09
nuclear_eclipsenp, I'll mark the issue appropriately13:09
dhx_mthanks :)13:09
CIA-31Mantisbt: frodgers * r9204036daf39 /manage_tags_page.php: Now passing manage_tags_page.php to the print menu call to prevent link being present when on manage tags page.13:31
dhx_mnew committer?13:32
nuclear_eclipseno, my co-worker :)13:32
dhx_mah :)13:32
dhx_mwas wondering why I had never heard of him before lol13:32
Vyas #eventum13:33
VyasSorry, might not be a very good question but I am just wondering Is there a way in Mantis that users wont have to create accounts to submit issues. The existing users in network can report issues and the Domain Controller authenticates the users ?13:48
nuclear_eclipseVyas: there is basic support for using LDAP authentication; iirc, it just auto-creates new user accounts if authentication succeeds13:51
Vyasnuclear_eclipse: Ah, nice. Is there any support for Active Directory ?13:53
nuclear_eclipseVyas: talk to paulr; AD is based off of LDAP, and we don't explicitly support it, but paulr knows how to modify the LDAP support for use with AD13:54
Vyasnuclear_eclipse: I see. I'll ping paulr one of these days and ask him if he would be able to help me. Thanks : )13:56
nuclear_eclipseyou're welcome13:56
mantisbotNew bug: Bug 10472 - KarolinaR - open - new14:11
mantisbotNew bug: Custom fields are missing separators - http://www.mantisbt.org/bugs/view.php?id=1047214:11
CIA-31Mantisbt: jreese * r4f83762b98c0 /bug_report_page.php: Fixed duplicate summary texts on the simple report page.14:11
kenguestany mantis plugins for responding to/taking emails as input?15:02
nuclear_eclipsekenguest: not yet; you're more than welcome to create one :)15:08
nuclear_eclipsehowever, I do believe that Giallu is/has created a separate Python app that performs that task outside of Mantis via the SOAP API15:09
kenguestI've done similar for an internal document management system here in work.15:10
mantisbotNew bug: Bug 10473 - eltaca - open - new16:47
mantisbotNew bug: Integration with TESTLINK - http://www.mantisbt.org/bugs/view.php?id=1047316:47
mantisbotNew bug: Bug 10474 - eltaca - open - new17:07
mantisbotNew bug: Time tracking should be able to filtrer by CATEGORY - http://www.mantisbt.org/bugs/view.php?id=1047417:07
paulrduke for ever!21:04

Generated by irclog2html.py