Wednesday, 2010-01-06

../irclogs/#mantishelp.2010-01-06.log
--- scribe started ---00:00
CIA-22Mantisbt: robert.munteanu * r317f809f8f83 /library/nusoap/nusoap.php: Fixes #11332: Allow tests to run on PHP 5.300:44
CIA-22Mantisbt: robert.munteanu master-1.2.x * r96813c57f4a7 /library/nusoap/nusoap.php: Fixes #11332: Allow tests to run on PHP 5.300:44
falkienHi, can anybody help about getting blank page instead of login page in IE8?11:52
nuclear_eclipsefalkien: have you tried using a different browser?13:43
nuclear_eclipsepaul_____: around?14:14
paul_____.14:20
paul_____reinstalling win7 on home pc14:23
paul_____or well14:23
paul_____@ work atm14:23
nuclear_eclipseI'm just curious about bug 1115314:23
nuclear_eclipseroadmap for 1.2 says that it's the only remaining issue14:24
nuclear_eclipseand on that note, I'm wondering if we should be preparing yet another RC release, or just go for a 1.2.014:25
paul_____well someone 'rewrote' roadmap14:27
paul_____and moved everything to 1.314:27
paul_____1153 is?14:27
paul_____           for (ClientEditor in ClientEditors) {14:27
paul_____               ClientEditor.setContent(document.getElementById(ClientEditor.clientID).value);14:27
nuclear_eclipsethe download issues14:27
paul_____               ClientEditor.setVisibility(true);14:27
paul_____           }14:27
paul_____btw should that work in javascript? ;/14:27
nuclear_eclipseno clue14:28
paul_____ClientEditor seems to get set to 0 not object in array14:28
nuclear_eclipse"in" from javascript returns a boolean14:28
nuclear_eclipseeg, if ( x in arr )14:28
paul_____oh14:29
paul_____mm14:29
paul_____if i want it to return the object?14:29
nuclear_eclipseI don't think javascript has a builtin concept of iterators14:29
paul_____so I need to do a for ( i , i< x.getlength() type thing?14:30
nuclear_eclipseyou would need to do for(var i = 0; i < arr.length; i++) { iter = arr[i]; ... }14:30
paul_____In terms of 1.2.0/RC14:31
paul_____I really dont know :(14:31
paul_____I want to fix the LDAP stuff to work differently14:32
nuclear_eclipsethen you really need to get moving paul... =\14:32
paul_____I personally think it's a security flaw to store an md5 hash of the ldap password in db14:32
paul_____well, problem is14:33
paul_____what i'd do really is14:33
paul_____set up a system to optionally use realname/email from ldap14:33
paul_____have a plugin store the ldap realname/email in a mantis_plugin_ldap_cache(userid, ldap data, ldap data) type table14:33
paul_____such that when we do plugins we could optinally allow people to have a different mantis email to their ldap email for example14:34
nuclear_eclipsedon't think about auth plugins right now14:34
paul_____no but that's what I'd kinda like to see14:35
nuclear_eclipsewe really need to get 1.2 out the door, and you keep saying you want to fix columns and ldap, but I never see any progress from you because you keep delving into unnecessary design changes...14:35
paul_____well, the change to ldap was to store ldap email/realname/password in mantis_user_table14:35
paul_____which I think is bad, and we shouldn't do14:36
nuclear_eclipseI'm not trying to be mean or rude, but right now we just need good enough :/14:36
paul_____(I know in my case, I couldn't update to current trunk at work for this reason)14:36
nuclear_eclipseso just fix the current ldap implementation to not store password in the db and call it a day :P14:37
paul_____if I pull out the code to store email/realname/password, It then effectively breaks victor's fixes14:37
nuclear_eclipsewell it could still store email/realname, and just (optionally?) not store password hash14:38
paul_____I'm hesitant to add 5-10 config options to configure it all14:38
paul_____in 1.214:38
paul_____then in trunk obsolete those options14:38
paul_____atm,14:38
nuclear_eclipseso just make it not store the password and leave the email/realname storage14:39
paul_____I rely on email being different to ldap in a few cases14:39
paul_____and on accounts not being auto-created14:39
paul_____current trunk code automatically moves realname, automatically stores email and automitically creates accounts14:39
nuclear_eclipseso no matter what you do short of auth plugins, there's no way to reconcile your needs and what's already in Mantis14:39
nuclear_eclipse?14:39
paul_____well, could add 3-4 config options14:40
paul_____the question is14:40
paul_____if one uses ldap14:40
paul_____does it seem reasonable to allow people to override the ldap email for one of their own choice?14:40
nuclear_eclipsebecause right now, all I'm wanting is to get 1.2 out the door into user's hands so that people can start writing plugins against a known stable interface14:40
paul_____I agree14:42
paul_____I just dislike the idea of having big changes lurking around such that trunk looks completely different to a release14:43
paul_____(if history servers, we normally need a .1 and .2 release to 'get it right'14:43
paul_____what i've had to do is install win7 onto new hdd on my pc14:44
paul_____as old drives are on the blink14:44
paul_____which isn't helping me get stuff dne ;/14:44
paul_____brb14:44
mantisbotBug 11153 - valerio - open - assigned15:35
mantisbotTruncated download - http://www.mantisbt.org/bugs/view.php?id=1115315:35
NielsMobHello can someone help me with a small question?15:35
NielsMobIn a past installation it was possible to "filter the bugs by Target Version".15:36
NielsMobBut this is now not posible anymore. i have already search the manual but overlooked it, i think15:37
NielsMobanybody an idea?15:37
nuclear_eclipseNielsMob: the process should not have changed at all...15:37
NielsMobI think i added it myself anyhow? but cant remember where to look15:38
nuclear_eclipsemake sure you're viewing the filter page from a project that has versions difened15:38
nuclear_eclipsehttp://www.mantisbt.org/bugs/view_all_bug_page.php allows you to filter by target versoin...15:38
NielsMobI see them, the odd thing is when i click on the link for target version (on my version) i can select/change everything except the target version15:43
NielsMobmantis.fusionticket.com15:44
nuclear_eclipsewhat version are you using?15:45
nuclear_eclipse"Warning: Admin directory should be removed.15:45
nuclear_eclipse"Warning: The database structure may be out of date. Please upgrade here before logging in.15:45
NielsMobohh wait i mean mantis.fusionticket.org15:46
nuclear_eclipseoh, do you have javascript disabled in your configuration?15:46
NielsMobuse javascript is on15:47
nuclear_eclipsewhat about $g_dhtml_filters?15:49
NielsMobis also on15:50
nuclear_eclipsehmm15:50
nuclear_eclipsewhat's odd is that clicking on the filter takes you to a separate filter page rather than allowing you to modify the filter inline via AJAX15:51
NielsMobi can edit all other fields as aspacted15:51
nuclear_eclipsethat's more-or-less the "old" method of modifying filters15:51
NielsMobyeah i have seen that too.15:51
nuclear_eclipseand quite likely never got updated with the target version filter15:51
NielsMobis that a script problem or db?15:52
nuclear_eclipsecan you go manage configuration and see if there's anything listed there for javascript/dhtml that might override the value in the configuration files?15:52
NielsMobany idea in which page ?15:54
nuclear_eclipsemanage->manage configuration15:55
nuclear_eclipsejust search for "dhtml_filters" on that page15:56
NielsMobnoting15:57
nuclear_eclipsetry searching for "javascript" on there as well15:57
NielsMobalready did ;)15:58
nuclear_eclipsehmm15:58
nuclear_eclipsethen I have no clue15:58
nuclear_eclipsesomething is preventing your installation from using javascript/dhtml stuff on the filters page..15:59
NielsMobthis is my config.inc.php: http://pastebin.com/d50fe3bb0 (removed some db fields)16:01
nuclear_eclipsenothing there looks like it should cause an issue...16:02
nuclear_eclipseoh16:03
nuclear_eclipseyour server is giving a 404 on javascript/common.js16:03
nuclear_eclipseand javascript/aajax.js16:04
NielsMobthat is odd both are there16:04
nuclear_eclipsecould be a permissions issue -- fix those 404's and I'll bet everything will work correctly16:06
NielsMobwhen i try to do the same on http://www.mantisbt.org/bugs/ i get also an 404 ;)16:20
NielsMobnuclear_eclipse: there is something very wrong going one.. my server is looking on a total wrong place for the javascripts.16:31
NielsMobfound it, i think, i have installed something on my server that added an conv.d item that directed all /javascript requests to an other place :(16:43
paul_____nu17:03
paul_____nuclear_eclipse: lo17:07
nuclear_eclipsehi paul_____17:07
paul_____reinstalling windows = pain ;/17:08
nuclear_eclipseso install Ubuntu instead :P17:08
paul_____:)17:13
paul_____well once I have git and stuff back up and runnning ;/17:13
g0rd0nis it possible to "Block " a project, i.e. not allowing issues to be reported anymore, but leave it there just for reference (read-only)?17:29
nuclear_eclipseg0rd0n: I believe that's what the projcet status option is for, but I could be wrong17:32
g0rd0ndoesnt seem to make a difference :(17:33
nuclear_eclipseg0rd0n: alternately, you could modify the configuration workflow thresholds for the project so that only administrators can report new issues...17:34
g0rd0nthats a good idea :P17:35
g0rd0noh dear, can't find where to edit the workflows...17:37
g0rd0nlooks like the workflow stuff only can be configured globally17:41
g0rd0ncan this be enabled somehow? :(17:45
daryng0rd0n you can configure it per project in the database configuration17:45
g0rd0ndaryn: you mean hack the sql db manually?17:45
darynno, it's in manage Configuration i think17:46
g0rd0nooohhhh ok17:46
darynso, you choose the project, set the config option you want to override, use complex as the type, then the value is regular php array syntax17:47
g0rd0nwill try that afterdiiner :)17:48
darynie we have status_enum_workflow as config option and value is17:48
darynarray (  10 => '20:Pending,50:Assigned',  20 => '50:Assigned',  50 => '20:Pending,80:Resolved',  55 => '20:Pending,50:Assigned,80:Resolved,85:Verified,90:Closed',  80 => '20:Pending,55:Reopened,85:Verified,90:Closed',  85 => '20:Pending,55:Reopened,90:Closed',  90 => '20:Pending,55:Reopened',)17:49
g0rd0n10 => '20:Pending,50:Assigned'18:34
g0rd0ni suspect 20: and 50: is the minimum user level?18:34
g0rd0nwhat is the 10 => then?18:34
darynno those are just the keys for the status'  and the 10=> is the status starting from18:37
g0rd0noh18:37
darynso 10=>'20:Pending,50:Assigned' means when the status is 10 it can only be moved to 20 or 5018:37
g0rd0nso if i want to disable every change i can just do array () ?18:38
darynmmm..possibly...18:38
daryni didn't actually configure those. just present them as an example18:38
darynprobably use a different config for access18:39
darynleave the default workflow but change the access to only administrator18:39
darynso the config option for that is set_status_threshold18:39
darynthe type is complex18:39
darynthe value is array(20=>90,50=>90...)18:40
darynwhere 20 and 50 are the possible statuses and 90 is the access level required to change to that status18:40
nuclear_eclipseall that can be accomplished on the manage configuration->workflow thresholds page...18:40
darynyeah...perhaps18:41
nuclear_eclipseyou don't have to deal with shoving in text18:41
g0rd0nwill this also prevent users from creating new issues for that project=18:41
g0rd0nnuclear_eclipse: that page has a global effect, i just want to cut off one project18:41
nuclear_eclipsejust select the project from the top-right project dropdown while on the workflow threhold page, and changes will only apply to that project18:41
darynyou can set the access to NOBODY too if you'd like18:41
g0rd0noh18:41
g0rd0nbummer18:42
g0rd0n:P18:42
darynyeah...that would be much easier18:43
g0rd0nok that's settled.. one other question, as im here :)18:53
g0rd0ni migrated from bugzilla, and everything works fine, except i notived that the Change Log and Roadmap pages are empty.18:53
g0rd0ndid i miss something? i noticed that a new issue i opened in mantis was put in the roadmap, but still change log is empty... how does the change log work?18:54
nuclear_eclipseg0rd0n: those require a) defining versions for your projects, and b) setting issues with target version or fixed-in versoins18:54
g0rd0nhmmm lemme see...18:55
g0rd0noh i see18:56
g0rd0nwe have version, but all the target versions are empty18:56
g0rd0nok, roadmap works, have an assigned and a resolved issue there i just modified... but still no changelog18:58
g0rd0ni just set an issue to resolved, but still empty changelog19:02
nuclear_eclipseg0rd0n: changelog requires you to set a fixed-in version19:03
g0rd0ngot it19:03
g0rd0nyeah sorry19:03
nuclear_eclipseok19:03
g0rd0njust need to be sure everything is ok... about to go in production with a fresh import :)19:03
g0rd0nok wonderful19:05
g0rd0nthank you guys19:05
nuclear_eclipsenp19:05
nuclear_eclipsebtw, if your bugzilla->mantis conversion process is generalized in any way, there are lots of people who would be very happy if you released it for public use :)19:06
g0rd0noh, i am doing it the dirty way19:06
kirillkaMerry Christmas!19:06
g0rd0ntheres a perl script in your bt19:06
g0rd0nthat produces 1.1 stuff, so i import that into a fresh 1.1 mantis, then upgrade it to 1.2-rc219:07
nuclear_eclipseah, ok19:07
g0rd0nand go on from there19:07
g0rd0nbtw is there any way of hiding the "change log" and "roadmap" links from the menu?19:07
nuclear_eclipseyou can set g_view_roadmap_threshold so that only higher level users can see it, but that also affects who can see the target version and fixed-in version fields19:08
kirillkaI think need this question to faq19:08
g0rd0nhmm ok, will do a dirty hack then i guess19:10
kirillkag0rd0n: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=7948&p=22091&hilit=roadmap#p2209119:10
kirillkawhen release 1.2.0?19:12
nuclear_eclipsekirillka: as soon as paulr is done with the stuff I've been waiting three weeks for him to do :P19:14
kirillka:)19:14
kirillkawhat bugs he solve?19:14
nuclear_eclipsesomething with ldap, and something with columns19:14
kirillkaoh no... ldap work..  (for me) :)19:15
g0rd0nldap? oh dear19:15
g0rd0nworkfor me too19:15
nuclear_eclipseright, he doesn't like it because it does things he doesn't want it to, or something like that19:15
g0rd0nhad to hack the ldap_api.php to make it work for me :P19:15
kirillkapaul_____: check this post http://www.mantisbt.org/forums/viewtopic.php?f=3&t=968119:17
nuclear_eclipsekirillka: tell him to use RC2 already... :P19:17
kirillkaok19:17
kirillkanuclear_eclipse: wrote19:19
kirillkaI think on forum need create 2 sub-parts: for 1.x.x and for 1.2.x. Or not?19:22
kirillkanuclear_eclipse: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=9680 is it not correct work apache and php?19:25
nuclear_eclipseI have no clue on that19:25
kirillkadid you see image?19:25
nuclear_eclipseyeah19:26
kirillkaI see image like that, but on git trunk and too old. I forgot how you fix this19:28
kirillkaThis not for rc19:28
paul_____nuclear_eclipse: that's compressing and showing gzip output19:49
paul_____anyway19:49
paul_____grr19:49
paul_____i hate pc's19:49
kirillkapaul_____: lo19:56
kirillkapaul_____: You have mac?19:56
nuclear_eclipseno, he's just one of those idiots that sticks with windows regardless of how much trouble it gives him ;)19:57
kirillkanuclear_eclipse: oh. I like answer one man on forum19:59
kirillkaOne sec19:59
g0rd0nhmm only admin can see email address and real name, others get access denied, and i cant find anywhere where to change this behavior... anyone?20:00
kirillkahttp://www.mantisbt.org/forums/viewtopic.php?f=3&t=8930#p2464720:00
kirillkag0rd0n: see config_default_inc.php20:00
kirillkaand set your value to config_inc.php20:00
g0rd0ngot it :)20:01
kirillka$g_show_user_email_threshold20:01
kirillkaThis specifies the access level that is needed to get the mailto: links20:01
g0rd0noh dear, what are the options other than NOBODY?20:02
kirillkaREPORTER, DEVELOPER, MANAGER20:02
kirillkaADMINISTRATOR20:02
kirillkaVIEWER20:02
kirillkaI think all20:02

Generated by irclog2html.py