Monday, 2011-03-28

*** Joins: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl)02:28
*** Quits: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl) (Changing host)02:28
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:28
*** Joins: giallu (~giallu@fedora/giallu)02:46
*** Joins: kirillka (~Miranda@195.242.142.17)03:03
*** Joins: Ales (~ales_bomb@93.83.127.42)03:05
Aleshey, I have two questions about mantis 1. is it possible to remove navigation and login line when user is anonymus?; 2. is it possible to display different logo image for every project id?; any help would be appreciated, thanx05:20
dhx1you'd probably have to do a few quick code hacks to get 1. working05:51
dhx12. try changing $g_top_include_page on a per project basis05:53
Alesthanx for your reply, where should I start for 1.?05:53
dhx1Ales: sorry, on (2) you can change $g_logo_image on a per-project basis05:54
dhx1Ales: via the administration UI configuration screen05:55
Alesok, that is good05:55
dhx1for (1) see the html_login_info() function in core/html_api.php05:55
dhx1also for (1) to remove the menu on a per-user basis you'll need to wrap around calls to print_menu() in the html_page_top*() functions05:56
dhx1where * = 1, 2, 2a, etc05:56
dhx1actually, it looks like just 2 and 2a05:56
Alesgreat, I'll dig right into it, thank you05:57
*** Joins: Rixie_ (~Rixie@188.177.20.182)06:15
*** Quits: Rixie (~Rixie@188.177.20.182) (Read error: Operation timed out)06:17
*** Rixie_ is now known as Rixie06:17
*** Quits: kirillka (~Miranda@195.242.142.17) (Remote host closed the connection)06:49
*** Joins: kirillka (~Miranda@195.242.142.17)06:50
Aleshi, is it possible that 1.2.3 version doesn't have this option "change $g_logo_image on a per-project basis"? Under manage project I cannot find any possibility to change this value07:40
*** Joins: hardyNH (~hardyNH@c-24-128-17-162.hsd1.nh.comcast.net)08:07
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)08:56
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Read error: Connection reset by peer)09:02
*** Joins: rolfkleef (~rolfkleef@82-69-198-84.dsl.in-addr.zen.co.uk)09:05
*** Parts: Ales (~ales_bomb@93.83.127.42)09:05
*** Joins: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au)09:12
*** Quits: Rixie (~Rixie@188.177.20.182) (Quit: Rixie)09:56
*** Quits: kirillka (~Miranda@195.242.142.17) (Quit: kirillka)09:58
*** Joins: dhx_z (~anonymous@60-242-108-164.static.tpgi.com.au)09:58
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:02
*** Joins: retroj (~retroj@unaffiliated/retroj)10:03
*** Quits: dhx1 (~anonymous@60-242-108-164.static.tpgi.com.au) (Remote host closed the connection)10:05
*** dhx_z is now known as dhx110:05
*** Quits: giallu (~giallu@fedora/giallu) (Read error: Operation timed out)10:47
*** Joins: tmckeown (~Adium@64.191.211.43)11:29
*** Joins: Dreksypoo (~Jon@ool-18bfe16f.dyn.optonline.net)12:00
*** Quits: rolfkleef (~rolfkleef@82-69-198-84.dsl.in-addr.zen.co.uk) (Ping timeout: 260 seconds)12:08
*** Dreksypoo is now known as JonMarkGo12:42
*** Joins: giallu (~giallu@fedora/giallu)12:48
*** Joins: paul__79 (~IceChat09@2001:470:9310:aaaa:d140:8d81:589e:62b6)13:13
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Quit: Ex-Chat)14:31
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)14:31
*** Joins: rolfkleef (~rolfkleef@host217-34-97-145.in-addr.btopenworld.com)15:32
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Ping timeout: 246 seconds)16:53
*** Parts: tmckeown (~Adium@64.191.211.43)17:33
*** Quits: paul__79 (~IceChat09@2001:470:9310:aaaa:d140:8d81:589e:62b6) (Quit: A fine is a tax for doing wrong. A tax is a fine for doing well)19:00
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 250 seconds)19:16
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)20:00
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)20:00
*** Quits: mydog2 (~me@adsl-64-175-41-49.dsl.pltn13.pacbell.net) (Remote host closed the connection)20:14
*** Quits: rolfkleef (~rolfkleef@host217-34-97-145.in-addr.btopenworld.com) (Ping timeout: 240 seconds)21:06
*** Joins: theshadow (~theshadow@li34-90.members.linode.com)21:35
theshadowok I'm trying to debug my mantis+source integration+github setup. When I try to import everything it says "Retrieving master ... failed." I think it might be my settings which I currently have set to github_username=git url=git@github.com:myusername/project.git GitHub Repository=projectname apilogin=myusername apitoken=myapitoken primary branches=master Where can I look for more information?21:40
jreesetheshadow: 21:47
jreesegithub_username should be the github account the repo is hosted under (myusername)21:47
jreeseand the url doesn't really matter21:47
theshadowah21:49
theshadowlet me try that21:49
theshadowjreese: you're awesome! thank you!21:49
jreeseyou're welcome :)21:50
*** Joins: CIA-60 (~CIA@208.69.182.149)23:05
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk) (*.net *.split)23:06
*** Quits: skayser (~ska@vserver01.sebastiankayser.de) (*.net *.split)23:06
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (*.net *.split)23:06
*** Quits: retroj (~retroj@unaffiliated/retroj) (*.net *.split)23:06
*** Quits: CIA-1 (~CIA@208.69.182.149) (*.net *.split)23:06
*** Quits: tavasti (~tavasti@ov1.tavasti.fi) (*.net *.split)23:06
*** Quits: killefiz (~sven@fedora/pdpc.base.killefiz) (*.net *.split)23:06
*** Quits: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net) (*.net *.split)23:06
*** Quits: theshadow (~theshadow@li34-90.members.linode.com) (*.net *.split)23:06
*** Quits: wolog (~wolog@wolog.info) (*.net *.split)23:06
*** Joins: skayser (~ska@vserver01.sebastiankayser.de)23:14
*** Joins: killefiz (~sven@fedora/pdpc.base.killefiz)23:19
*** Joins: tavasti (~tavasti@ov1.tavasti.fi)23:19
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k1109.webspeed.dk)23:20
*** Joins: theshadow (~theshadow@li34-90.members.linode.com)23:20
*** Joins: JonMarkGo (~Jon@ool-18bfe16f.dyn.optonline.net)23:20
*** Joins: wolog (~wolog@wolog.info)23:20
*** Joins: retroj (~retroj@unaffiliated/retroj)23:21

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!