Wednesday, 2010-07-07

*** Joins: geek745 (~geek745@pool-71-107-70-123.lsanca.dsl-w.verizon.net)00:22
geek745got a bunch of typo suggestions for coding rules on http://www.mantisbt.org/guidelines.php00:22
geek745should I just hit the -dev mailing list for that?00:23
geek745the phpinfo.net page linked from the guidelines page is also not loading for me at this time...00:25
*** Quits: geek745 (~geek745@pool-71-107-70-123.lsanca.dsl-w.verizon.net) (Quit: Leaving)00:36
*** Joins: kirillka (~Miranda@global01.vester.ru)00:59
*** Joins: davidinc (d5374b0f@gateway/web/freenode/ip.213.55.75.15)01:39
*** Quits: siebrand (~beis@sm.xs4all.nl) ()01:56
*** Quits: micahg (~micah@ubuntu/member/micahg) (Read error: Operation timed out)02:19
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:30
*** Quits: mellen (~thansen@x1-6-00-22-02-00-0c-40.k253.webspeed.dk) (Ping timeout: 260 seconds)02:37
*** Joins: mellen (~thansen@x1-6-00-22-02-00-0c-40.k253.webspeed.dk)02:40
*** Quits: davidinc (d5374b0f@gateway/web/freenode/ip.213.55.75.15) (Ping timeout: 252 seconds)02:48
*** Quits: KevBurnsJr (KevBurnsJr@c-69-181-187-21.hsd1.ca.comcast.net) ()03:00
*** Joins: olgagirl (~olgagirl@212-198-248-35.rev.numericable.fr)04:17
*** Quits: olgagirl (~olgagirl@212-198-248-35.rev.numericable.fr) (Client Quit)04:18
*** Joins: ToffeePops (~chatzilla@202.20.3.13)06:51
ToffeePopsHi, is it possible to prevent users from updating 'additional information' after an issue has been opened?06:52
*** Joins: fanno (~Morten@90.184.93.233)06:53
*** Quits: rolfkleef (~rolf@cc1080790-a.hdb1.ov.home.nl) (*.net *.split)07:06
*** Joins: rolfkleef (~rolf@cc1080790-a.hdb1.ov.home.nl)07:09
nuclear_eclipseToffeePops: not without hack07:35
nuclear_eclipsea hack*07:35
ToffeePopsah, ok.07:37
*** Joins: PennStater^AtWrk (~Aaron@unaffiliated/pennstater)07:37
ToffeePopsnuclear_eclipse: problem is we have some staff who keep modifying that info at the start of an issue, rather than just adding new notes...07:41
ToffeePopsSure there are those 'revisions' links in the issue history area... but it's a pain to always have to go to those. Basically it's a staff training/disipline thing, but it'd be nice if we could just stop them!07:41
nuclear_eclipseToffeePops: oh, I know!07:42
nuclear_eclipseToffeePops: edit your config_inc.php to remove those fields from the update page07:43
ToffeePopsoh, how cool is that! I'll take a squizz...07:43
nuclear_eclipseI keep forgetting that we've added that feature :P07:43
ToffeePopsnuclear_eclipse: works great, thanks!07:56
nuclear_eclipseyou're welcome :)07:57
ToffeePopsIt's a bit of a bugger that the admin can't edit those fields now either, but I guess admin can sneak in, change the setting temporarily... or just hack the database direct ;-)07:58
nuclear_eclipseToffeePops: you could potentially add a config value to the database that overrides the default configuration for users with higher access values...08:00
ToffeePopscrikey I wouldn't know where to start ;-)08:01
nuclear_eclipse:P08:02
nuclear_eclipseundiscoverable features ftw08:02
ToffeePopsnuclear_eclipse: Oh - would I add a new row to mantis_config_table, with a config_id like 'update_issues_page_columns'?08:10
ToffeePopsAnd with a whole lotta stuff like a:19:{i:0;s:2:"id";i:1;s:10:"project_id";i:2;s:11:... ???08:10
ToffeePops(ftw??)08:11
nuclear_eclipseyep08:11
nuclear_eclipseand the access level setting would be 50 or 90 or whatever matches the level you'd want08:11
ToffeePopsthat's pretty cool08:12
ToffeePopsand is there any guide to what all the a:19:{i:0;s:2:"id";i:1;s:10:"project_id";i:2;s:11:... stuff means?08:12
ToffeePopsI mean, what do I start with?08:12
nuclear_eclipseI believe it's the PHP serialization format08:13
ToffeePopsI can see there are field names in there, but...08:13
ToffeePopsah, ok08:13
nuclear_eclipsephp> =serialize(array("foo" => "bar", 1 => 3))08:13
nuclear_eclipse"a:2:{s:3:\"foo\";s:3:\"bar\";i:1;i:3;}"08:13
ToffeePopsi=integer, s=string methinks?08:14
nuclear_eclipseit's just a recusive combination of <type>:<length>:<value>08:14
nuclear_eclipseyep08:14
nuclear_eclipsein the case of <type> == i, there is no length08:15
ToffeePopsgroovy08:15
ToffeePops(no, not that 'other' groovy08:15
ToffeePops:)08:15
nuclear_eclipse:P08:15
nuclear_eclipsehttp://us3.php.net/manual/en/language.oop5.serialization.php08:15
ToffeePopscheers. one last thing - does the 'config_id' value matter or is that pretty arbitrary?08:16
nuclear_eclipseif it's a number, it's probably just an auto-increment08:17
ToffeePopsconfig_id  varchar(64)08:18
ToffeePopswell I'll try it tomorrow after our nightly backup ;-)08:19
ToffeePopsNot sure if you know about this... I thought I saw a proposal to replace www.gravatar.com with something else (or provide an alternate means)... has anything been worked on in this area?08:19
nuclear_eclipseI know it's been proposed, but I don't think anyone ever actually started working towards it08:20
ToffeePopsok08:20
nuclear_eclipseafaik, the only people who really wanted it were unwilling to actually implement it08:20
nuclear_eclipseor the one person who submitted some code did a very incomplete job of it08:20
nuclear_eclipseI can't remember 100%08:20
nuclear_eclipseit's a complex problem :P08:20
ToffeePopsI was just curious... not a biggie for us :-)08:21
ToffeePopsHey, thanks heaps for your help. Am wrecked, need to get home and get some sleep, cheers08:22
nuclear_eclipseyou're welcome08:22
*** Quits: ToffeePops (~chatzilla@202.20.3.13) (Quit: home)08:24
*** Joins: phr34k (~phpfreake@d83-180-32-66.cust.tele2.nl)08:37
phr34khello i'm trying to interact with MantisConnect from c# - i'm getting this error; Element 'faultstring' with namespace name '' was not found. Line 6, position 117.08:39
phr34ki've found one blog entry where the author resolved the error by switching the layouts as to what .net expects i.e. exact ordering, i've tried to reproduce his but didn't work for me.08:41
*** Joins: bigbluehat (~byoung@adsl-84-34-214.gsp.bellsouth.net)08:44
*** Quits: fanno (~Morten@90.184.93.233) (Quit: Leaving.)08:59
*** Quits: kirillka (~Miranda@global01.vester.ru) (Quit: kirillka)09:59
*** Joins: fanno (~b3g@193.3.95.240)10:33
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:47
*** Joins: micahg (~micah@ubuntu/member/micahg)10:50
*** Joins: siebrand (~beis@sm.xs4all.nl)12:18
*** Joins: moto-moi (~hylke@cara.xs4all.nl)13:01
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 260 seconds)13:10
*** Joins: bajki (4dec085c@gateway/web/freenode/ip.77.236.8.92)13:18
bajkihi13:18
*** Joins: siebrand_alt (~beis@sm.xs4all.nl)13:19
*** Quits: siebrand (~beis@sm.xs4all.nl) (Ping timeout: 240 seconds)13:19
bajkii have a question connected to guest permissions13:28
bajkii can see that main mantis bugtracker is opened to guests, they can browse tickets, milestones, changelog etc13:28
bajkibut on my local mantis, there is no possibility to use tracker without logging in13:29
bajkii was searching for proper option in admin panel but i didn't found anything13:29
nuclear_eclipsebajki: you have to create a user account to be used as the anonymous user, and edit your config_inc.php to enable that functionality13:30
bajkioh13:30
nuclear_eclipselook at config_inc.php.sample13:30
bajkiok i'll check that13:30
bajkihmm13:31
bajkioh ok, you're right, thanks! :)13:31
nuclear_eclipseyou're welcome13:32
bajkiok it works, great, thanks again for help and take care13:40
*** Quits: bajki (4dec085c@gateway/web/freenode/ip.77.236.8.92) (Quit: Page closed)13:41
*** Joins: micahg (~micah@ubuntu/member/micahg)13:44
*** Joins: foobot (~supybot@leetcode.net)14:00
*** Quits: foobot (~supybot@leetcode.net) (Quit: nuclear_eclipse)14:08
*** Joins: foobot (~supybot@leetcode.net)14:11
*** Parts: foobot (~supybot@leetcode.net)14:12
phr34knobody any help on my problem/question?14:17
nuclear_eclipsephr34k: I don't have any useful experience with the SOAP API, esp not with C#, and I don't think anyone else is around atm14:19
nuclear_eclipsesorry14:19
nuclear_eclipseyou could send a message to the mantisbt-help@lists.sourceforge.net mailing list and see if someone can help you there14:19
phr34ki'll try my chances there i suppose then thanks14:23
*** Joins: foobot (~supybot@leetcode.net)14:31
nuclear_eclipsefoobot: bug 12314:31
foobotnuclear_eclipse: sorry, bug 123 was not found14:31
nuclear_eclipsefoobot: bug 12514:31
foobotnuclear_eclipse: sorry, bug 125 was not found14:31
nuclear_eclipsefoobot: bug 986514:31
foobotBug 9865 - dlgrasse - open - new14:31
foobotMain page to show all user news items if no project is selected - http://www.mantisbt.org/bugs/view.php?id=986514:31
*** siebrand_alt is now known as siebrand14:37
*** Quits: fanno (~b3g@193.3.95.240) (Read error: Connection reset by peer)16:46
*** Joins: fanno (~Morten@90.184.93.233)17:29
*** Joins: giallu (~giallu@fedora/giallu)17:33
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 248 seconds)17:50
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Quit: Ex-Chat)17:51
*** Quits: bigbluehat (~byoung@adsl-84-34-214.gsp.bellsouth.net) (Quit: bigbluehat)17:54
*** Joins: paulr (~paul@cpc1-enfi9-0-0-cust389.hari.cable.virginmedia.com)18:31
paulrmo18:31
*** Quits: rolfkleef (~rolf@cc1080790-a.hdb1.ov.home.nl) (Ping timeout: 240 seconds)18:59
*** Quits: paulr (~paul@cpc1-enfi9-0-0-cust389.hari.cable.virginmedia.com) ()19:37
*** Quits: fanno (~Morten@90.184.93.233) (Read error: Connection reset by peer)19:38
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)19:59
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)20:00
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 265 seconds)21:44
*** Joins: |HaruAFK| (~haruka@p54ACC3A7.dip.t-dialin.net)22:25
*** Quits: |Otter| (~haruka@p54ACEF85.dip.t-dialin.net) (Read error: Operation timed out)22:26
*** Joins: micahg (~micah@ubuntu/member/micahg)22:31
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 240 seconds)23:38

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