Monday, 2010-04-12

*** Quits: siebrand (~beis@sm.xs4all.nl) ()01:25
*** Joins: kirillka (~Miranda@global01.vester.ru)01:27
*** Joins: ypnOz (~ypnoz@bzq-218-17-89.cablep.bezeqint.net)01:40
ypnOzhello01:50
ypnOzanybody here?01:52
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:32
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 248 seconds)03:38
*** Joins: rolfkleef (~rolf@urtica.xs4all.nl)03:39
ypnOzis it possible to hide/deny access to some issues, between developpers ? anyone knows ?04:44
*** Joins: fanno (~Morten@90.184.93.233)07:13
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Ping timeout: 246 seconds)07:48
Cupertinodunno07:57
*** Quits: fanno (~Morten@90.184.93.233) (Quit: Leaving.)08:28
*** Joins: rolfkleef (~rolf@mail.iucn.nl)08:49
*** Joins: texens (~cb6ef6e6@gateway/web/freenode/x-nixcrobecwjmwvoj)08:51
*** Quits: kirillka (~Miranda@global01.vester.ru) (Read error: Connection reset by peer)09:10
*** Joins: kirillka (~Miranda@global01.vester.ru)09:11
*** Joins: mantisbt_04084 (~51d37e03@gateway/web/freenode/x-sxiikxxtdeppjtut)09:19
*** Quits: mantisbt_04084 (~51d37e03@gateway/web/freenode/x-sxiikxxtdeppjtut) (Client Quit)09:20
*** Joins: mantisbt_04084 (~51d37e03@gateway/web/freenode/x-jqmrykzarslcaywq)09:20
*** Quits: mantisbt_04084 (~51d37e03@gateway/web/freenode/x-jqmrykzarslcaywq) (Client Quit)09:21
nuclear_eclipseypnOz: best solution to that is to create multiple private projects that only certain users are given access to09:21
*** Quits: rolfkleef (~rolf@mail.iucn.nl) (Ping timeout: 276 seconds)09:22
ypnOzthx nuclear_eclipse actually, we are trying to use mantis for both Bug tracking for our tools AND tasks manager for some employees...Mantis is doing everything perfectly, except that for a certain project, different people work on different thing, and i would like to have the content of the 'issues' and discussions being kept 100% private09:27
ypnOzwe have played hours with the Thresholds...without success09:28
ypnOzthere is always something that is not working, they either dont see their own issues or see issues of All09:28
*** Joins: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com)09:29
*** Joins: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl)09:33
nuclear_eclipseypnOz: if you set a project to private, you then have to assign users to that project, potentially with different access levels than their global level, so with multiple private projects, you should be able to split things up into the necessary developer groups09:35
*** Joins: tcplomp (~57d31770@gateway/web/freenode/x-emkcwenqylbwhfro)09:36
nuclear_eclipseand with categories and versions able to be inherited from project parents, you could potentially share a lot of that data between all of the projicts if you set it up just right09:36
tcplompI am looking for some help on getting my sourceforge repository info into mantis using the 'source integration' toolkit from john reese09:37
* nuclear_eclipse is John Reese, so hopefully I can help :)09:37
tcplompSuper!, I described my setup at http://www.mantisbt.org/forums/viewtopic.php?f=2&t=10209&sid=d1ae5f5e04d2d255d4794fddecb0ed98 as well. Here's my setup:09:39
tcplompType SourceForge SVN URL https://lv-cct-tool.svn.sourceforge.net ... v-cct-tool Extra Info  sf_project => string(11) "lv-cct-tool" svn_username => string(5) "Tonpg" svn_password => string(7) ****** standard_repo => bool(false) trunk_path => string(5) "Trunk" branch_path => string(0) "" tag_path => string(4) "Tags" ignore_paths => bool(true)09:39
nuclear_eclipsetcplomp: can you try setting the branch_path to "Branches" and importing again, see if that works?  I fear that a blank branch path might be confusing it... =\09:42
tcplompuhm, no luck, trying to set the 'standard_repo' to true didn't help either.09:47
nuclear_eclipsehmm09:47
tcplompI tried to debug the script by using some echo statements, however an altered PHP file is reported as 'import not succeeded' a security measure by mantis I suppose?09:47
nuclear_eclipseno, shouldn't be09:47
nuclear_eclipsehmm, I can replicate the problem on my local install..09:49
nuclear_eclipsetcplomp: I'll investigate the issue in a bit and see if I can't figure out what's going on09:50
nuclear_eclipseprobably broke something in my recent changes09:50
tcplompnuclear_eclipse: thanks, if you need any further details, let me know!09:50
*** Joins: fanno (~b3g@193.3.95.240)09:59
*** Quits: kirillka (~Miranda@global01.vester.ru) (Quit: kirillka)10:02
nuclear_eclipsetcplomp: I believe it's because the svn log has leading slashes in front of all the filenames...10:17
nuclear_eclipseI'm guessing because the lv-cct-tool directory isn't the actual svnroot10:18
nuclear_eclipseI'm gonna make the SVN plugin strip those leading slashes when it's parsing everything10:19
tcplompNuclear, I'm loosing you. What is the actual command used to get the repo info? I thought: 'svn log -v -r 0:HEAD --limit 200 https://lv-cct-tool.svn.sourceforge.net/svnroot/lv-cct-tool'10:20
nuclear_eclipseyep10:20
nuclear_eclipseand in the output that generates, all of the filenames have leading slashes10:21
nuclear_eclipseand the parsing code I wrote wasn't expecting that...10:21
nuclear_eclipseso it wasn't "finding" any of the files, which meant it couldn't assign a branch to any of the changesets, which meant it was hitting some edge cases10:22
nuclear_eclipseI'll fix the edge cases as well as the parsing10:22
tcplompIf I run that (on the mantis server), could you clarify what you mean by trailing. Are that slashes before the Trunk or after the file name? (english isn't my native tongue)10:22
nuclear_eclipseeg, it listed a file in r200 as "/Trunk/Code Capture Tool.ogpb" but the parser was expecting "Trunk/Code Capture Tool.ogpb"10:23
tcplompAllright, I see.10:26
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:32
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)10:38
nuclear_eclipsetcplomp: if you update source-integration from the latest git, I just committed fixes that will let you import your repository now10:42
nuclear_eclipsehowever, I suggest you set your tag_path as "Tags/Releases" in your repository configuration so that it gets the correct tag name10:43
nuclear_eclipseotherwise all tags will show up as the branch "Releases"10:43
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:51
tcplompNuclear: I got the latest release and can confirm that I get all the info  back! Thanks!11:03
nuclear_eclipseyou're welcome :)11:05
paul__lo john11:12
*** Joins: micahg (~micah@ubuntu/member/micahg)11:15
nuclear_eclipsehi paul__ 11:17
tcplompwhoops found another (small) bug. If your filename has a space in it, the 'diff' link inside the repository replaces it with a plus '+'. I don't know how, but my address bar of firefox allows spaces, but I think %20 would do as well11:21
*** Quits: texens (~cb6ef6e6@gateway/web/freenode/x-nixcrobecwjmwvoj) (Quit: Page closed)11:38
*** Joins: moto-moi (~hylke@cara.xs4all.nl)12:07
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 260 seconds)12:43
*** Quits: rolfkleef (~rolf@82-204-82-162.fttx.bbeyond.nl) (Ping timeout: 246 seconds)12:55
*** Joins: cobexer (~cobexer@188-23-5-56.adsl.highway.telekom.at)12:58
*** Joins: covOPprometheus (~mequish@zux221-088-158.adsl.green.ch)13:48
covOPprometheusdaryn: hi there13:49
darynhello13:49
*** Joins: micahg (~micah@ubuntu/member/micahg)14:04
*** Joins: siebrand (~beis@sm.xs4all.nl)14:09
*** Joins: AzaToth (~azatoth@wikipedia/AzaToth)14:16
*** cobexer is now known as \cobexer|away14:45
*** Quits: siebrand (~beis@sm.xs4all.nl) (Read error: Connection reset by peer)14:46
*** Joins: siebrand (~beis@sm.xs4all.nl)14:46
*** Parts: covOPprometheus (~mequish@zux221-088-158.adsl.green.ch)15:16
*** Joins: kirillka (~Miranda@221-68-52-95.baltnet.ru)15:25
kirillkanuclear_eclipse: thx15:32
*** Joins: cobexer (~cobexer@188-23-97-204.adsl.highway.telekom.at)15:34
*** Quits: \cobexer|away (~cobexer@188-23-5-56.adsl.highway.telekom.at) (Ping timeout: 260 seconds)15:35
*** Joins: [KK]Kirill (~Miranda@149-88-52-95.baltnet.ru)15:36
*** Quits: kirillka (~Miranda@221-68-52-95.baltnet.ru) (Read error: Connection reset by peer)15:36
*** Quits: [KK]Kirill (~Miranda@149-88-52-95.baltnet.ru) (Read error: Connection reset by peer)15:36
*** Joins: kirillka (~Miranda@149-88-52-95.baltnet.ru)15:40
*** Joins: giallu (~giallu@fedora/giallu)15:52
kirillkadaryn: hi15:59
darynhi kirillka15:59
kirillkadaryn:  sorry for late... Happy Birthday!15:59
daryn?  that's really late :) but thanks anyway16:00
kirillkadaryn: :) sorry... My mistake... I wrote wrong reminder :(16:01
darynnp.16:01
kirillkagiallu: When you wrote identi.ca plugin for MantisBT?16:04
gialludid I ?16:05
kirillkagiallu: I see only you and I use it16:06
gialluuhm16:08
kirillkagiallu: :)16:08
gialluso let's see. you installed the twitter plugin on your installation and now you see there my tweets?16:08
gialluI must be more careful then...16:09
kirillkanot. I see your tweets in identifox :)16:09
gialluah ok16:09
kirillkaI can't understand how create source-plugin for bzr :(16:19
* giallu wonders what's stored in custom_field_string table16:19
daryngiallu all the values for the custom fields16:21
gialluah16:21
gialluI see now16:21
daryni want to upgrade it so the value field is a long text but not sure about other db's16:22
daryni have a patch for allowing textarea custom fields but need the schema change16:23
giallupush it ;)16:23
daryn:)16:25
gialluso, custom fields metadata is listed in custom_field table16:26
gialluassociations of fields to projects in custom_field_project16:27
gialluand actual content in  custom_field_string16:27
darynsounds about right16:27
gialluso let's say I delete something from  custom_field, I should probably delete referenced stuff in custom_field_project and custom_field_string16:28
paul__daryn: we been through that one before ;/16:29
darynno we haven't.  you never gave me the code for the schema!16:29
daryni could update it but i don't know what the schema change should be.  i just manually updated mysql16:29
paul__I think I concluded we can't change it16:30
paul__but would need to add an extra table16:30
paul__or migrate data16:30
darynthat's different than what you said last week...at least what i saw16:30
gialluIIRC we have code to deal with deleted users and show a "dummy" one if that's not found?16:31
paul__yes16:31
paul__it shows {0}16:31
gialluk16:31
paul__although16:32
paul__hopefully we're not deleting records with stuff in db16:33
*** Quits: tcplomp (~57d31770@gateway/web/freenode/x-emkcwenqylbwhfro) (Quit: Page closed)16:33
paul__daryn: well, we had a plan before16:33
paul__:)16:33
daryni didn't think we ever decided16:34
paul__what we didn't decide on was rules16:34
paul__iirc, the rest we'd pretty much decided on16:34
darynrules is a whole different issue16:34
darynand the textarea bit is very minor change16:35
darynor, addition really16:35
paul__text area yea16:35
paul__changing the db type no ;/16:36
darynso we can't use the same field...dang it16:36
paul__but i'm pretty sure I tested this loop before16:36
paul__would just need to look it up16:36
darynok well, i've got code for that too.  it just seems hacky to do that16:36
paul__do what?16:36
* paul__ confused :)16:37
daryni thought we decided all the db's were smart enough to just use the smallest space necessary16:37
daryntwo tables16:37
paul__yes16:37
daryncf string table and cf text table blah16:37
paul__what I can't recall is whether we decided want wanted string + text16:37
paul__think answer was 'yes'16:37
darynfunny, i think the answer was no16:38
darynwas a long time ago16:38
paul__as iirc, mssql wont convert varchar() to text()16:38
darynstupid mssql16:38
paul__i'll be back on coding mantis this week i think16:39
darynVARCHAR will store the string as is. VARCHAR fields in different records will be of different length.  TEXT will always right-pad the string to fill all available space.  TEXT fields in different records will be of the same length.16:40
daryn^ that blows16:40
paul__wehats that from ?16:40
darynan mssql board16:41
paul__not sure about that16:41
paul__howevermmmmmmmmmm16:41
paul__ntext, text, and image data types will be removed in a future version of Microsoft SQL Server. Avoid using these data types in new development work, and plan to modify applications that currently use them. Use nvarchar(max), varchar(max), and varbinary(max) instead.16:41
*** Quits: cobexer (~cobexer@188-23-97-204.adsl.highway.telekom.at) (Remote host closed the connection)16:42
darynyeah, i'm looking at that too...16:42
paul__wtf16:42
paul__varchar [ ( n | max ) ]16:42
paul__Variable-length, non-Unicode character data. n can be a value from 1 through 8,000. max indicates that the maximum storage size is 2^31-1 bytes. The storage size is the actual length of data entered + 2 bytes.16:42
paul__er16:43
paul__so16:43
paul__instead of ntext/text16:43
paul__one should use varchar(max)16:43
* paul__ ponders16:43
darynyeah...which version has this though16:43
paul__I didn't know it existed16:43
paul__so I suecpt 200816:43
paul__To solve this problem, Microsoft introduced the VARCHAR(MAX),  NVARCHAR(MAX), and VARBINARY(MAX) data types in SQL Server 2005. These data types can hold the same amount of data BLOBs can hold (2 GB) and they are stored in the same type of data pages used for other data types16:44
paul__mmmmm16:44
daryn200516:44
darynhm... can't index a varchar(max) field16:45
paul__you can't do some stuff with ntext16:51
paul__hence16:51
* nuclear_eclipse hates dealing with db-agnostic webapps for exactly this reason17:01
nuclear_eclipsethe moment you want to get beyond the most generic schema or use cases, it all falls to pieces trying to resolve differences between all the implementations17:01
*** Quits: fanno (~b3g@193.3.95.240) (Remote host closed the connection)17:03
*** Joins: rolfkleef (~rolf@urtica.xs4all.nl)17:26
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Quit: Ex-Chat)17:42
paul__nuclear_eclipse: http://arstechnica.com/tech-policy/news/2010/04/uk-govt-ip-address-is-intellectual-property-address.ars17:46
paul__someone I know online17:46
paul__wrote a letter to UK government about a law they were doing17:46
nuclear_eclipsepaul__: I've seen that :P17:49
nuclear_eclipsevery amusing :)17:50
paul__22:49 <@meeb> jesus christ it's still going17:51
paul__so yea17:51
paul__http://www.theregister.co.uk/2010/04/12/labour_manifesto1/17:54
paul__heh17:54
paul__this is great stuff :)17:54
*** Joins: fanno (~Morten@90.184.93.233)18:04
*** Quits: daryn (~INTERACT\@rrcs-76-79-4-2.west.biz.rr.com) (Quit: daryn)18:10
*** Quits: siebrand (~beis@sm.xs4all.nl) ()18:33
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Ping timeout: 252 seconds)19:45
*** Quits: scribe9343423 (~scribe934@mantisforge.org) (Remote host closed the connection)20:00
*** Joins: scribe9343423 (~scribe934@mantisforge.org)20:00
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 276 seconds)20:08
*** Quits: AzaToth (~azatoth@wikipedia/AzaToth) (Remote host closed the connection)20:23
dhx_mpaul__: lol @ Intellectual Property address! :)20:35
*** Joins: micahg (~micah@ubuntu/member/micahg)21:37
*** Joins: daryn (~INTERACT\@h195.152.16.98.dynamic.ip.windstream.net)22:07
*** Quits: fanno (~Morten@90.184.93.233) (Quit: Leaving.)22:21
*** Quits: kirillka (~Miranda@149-88-52-95.baltnet.ru) (Quit: kirillka)23:46

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