| ../irclogs/#mantishelp.2010-01-06.log | ||
| --- scribe started --- | 00:00 | |
| CIA-22 | Mantisbt: robert.munteanu * r317f809f8f83 /library/nusoap/nusoap.php: Fixes #11332: Allow tests to run on PHP 5.3 | 00:44 |
|---|---|---|
| CIA-22 | Mantisbt: robert.munteanu master-1.2.x * r96813c57f4a7 /library/nusoap/nusoap.php: Fixes #11332: Allow tests to run on PHP 5.3 | 00:44 |
| falkien | Hi, can anybody help about getting blank page instead of login page in IE8? | 11:52 |
| nuclear_eclipse | falkien: have you tried using a different browser? | 13:43 |
| nuclear_eclipse | paul_____: around? | 14:14 |
| paul_____ | . | 14:20 |
| paul_____ | reinstalling win7 on home pc | 14:23 |
| paul_____ | or well | 14:23 |
| paul_____ | @ work atm | 14:23 |
| nuclear_eclipse | I'm just curious about bug 11153 | 14:23 |
| nuclear_eclipse | roadmap for 1.2 says that it's the only remaining issue | 14:24 |
| nuclear_eclipse | and on that note, I'm wondering if we should be preparing yet another RC release, or just go for a 1.2.0 | 14:25 |
| paul_____ | well someone 'rewrote' roadmap | 14:27 |
| paul_____ | and moved everything to 1.3 | 14:27 |
| paul_____ | 1153 is? | 14:27 |
| paul_____ | for (ClientEditor in ClientEditors) { | 14:27 |
| paul_____ | ClientEditor.setContent(document.getElementById(ClientEditor.clientID).value); | 14:27 |
| nuclear_eclipse | the download issues | 14:27 |
| paul_____ | ClientEditor.setVisibility(true); | 14:27 |
| paul_____ | } | 14:27 |
| paul_____ | btw should that work in javascript? ;/ | 14:27 |
| nuclear_eclipse | no clue | 14:28 |
| paul_____ | ClientEditor seems to get set to 0 not object in array | 14:28 |
| nuclear_eclipse | "in" from javascript returns a boolean | 14:28 |
| nuclear_eclipse | eg, if ( x in arr ) | 14:28 |
| paul_____ | oh | 14:29 |
| paul_____ | mm | 14:29 |
| paul_____ | if i want it to return the object? | 14:29 |
| nuclear_eclipse | I don't think javascript has a builtin concept of iterators | 14:29 |
| paul_____ | so I need to do a for ( i , i< x.getlength() type thing? | 14:30 |
| nuclear_eclipse | you would need to do for(var i = 0; i < arr.length; i++) { iter = arr[i]; ... } | 14:30 |
| paul_____ | In terms of 1.2.0/RC | 14:31 |
| paul_____ | I really dont know :( | 14:31 |
| paul_____ | I want to fix the LDAP stuff to work differently | 14:32 |
| nuclear_eclipse | then 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 db | 14:32 |
| paul_____ | well, problem is | 14:33 |
| paul_____ | what i'd do really is | 14:33 |
| paul_____ | set up a system to optionally use realname/email from ldap | 14:33 |
| paul_____ | have a plugin store the ldap realname/email in a mantis_plugin_ldap_cache(userid, ldap data, ldap data) type table | 14:33 |
| paul_____ | such that when we do plugins we could optinally allow people to have a different mantis email to their ldap email for example | 14:34 |
| nuclear_eclipse | don't think about auth plugins right now | 14:34 |
| paul_____ | no but that's what I'd kinda like to see | 14:35 |
| nuclear_eclipse | we 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_table | 14:35 |
| paul_____ | which I think is bad, and we shouldn't do | 14:36 |
| nuclear_eclipse | I'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_eclipse | so just fix the current ldap implementation to not store password in the db and call it a day :P | 14:37 |
| paul_____ | if I pull out the code to store email/realname/password, It then effectively breaks victor's fixes | 14:37 |
| nuclear_eclipse | well it could still store email/realname, and just (optionally?) not store password hash | 14:38 |
| paul_____ | I'm hesitant to add 5-10 config options to configure it all | 14:38 |
| paul_____ | in 1.2 | 14:38 |
| paul_____ | then in trunk obsolete those options | 14:38 |
| paul_____ | atm, | 14:38 |
| nuclear_eclipse | so just make it not store the password and leave the email/realname storage | 14:39 |
| paul_____ | I rely on email being different to ldap in a few cases | 14:39 |
| paul_____ | and on accounts not being auto-created | 14:39 |
| paul_____ | current trunk code automatically moves realname, automatically stores email and automitically creates accounts | 14:39 |
| nuclear_eclipse | so no matter what you do short of auth plugins, there's no way to reconcile your needs and what's already in Mantis | 14:39 |
| nuclear_eclipse | ? | 14:39 |
| paul_____ | well, could add 3-4 config options | 14:40 |
| paul_____ | the question is | 14:40 |
| paul_____ | if one uses ldap | 14:40 |
| paul_____ | does it seem reasonable to allow people to override the ldap email for one of their own choice? | 14:40 |
| nuclear_eclipse | because 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 interface | 14:40 |
| paul_____ | I agree | 14:42 |
| paul_____ | I just dislike the idea of having big changes lurking around such that trunk looks completely different to a release | 14: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 pc | 14:44 |
| paul_____ | as old drives are on the blink | 14:44 |
| paul_____ | which isn't helping me get stuff dne ;/ | 14:44 |
| paul_____ | brb | 14:44 |
| mantisbot | Bug 11153 - valerio - open - assigned | 15:35 |
| mantisbot | Truncated download - http://www.mantisbt.org/bugs/view.php?id=11153 | 15:35 |
| NielsMob | Hello can someone help me with a small question? | 15:35 |
| NielsMob | In a past installation it was possible to "filter the bugs by Target Version". | 15:36 |
| NielsMob | But this is now not posible anymore. i have already search the manual but overlooked it, i think | 15:37 |
| NielsMob | anybody an idea? | 15:37 |
| nuclear_eclipse | NielsMob: the process should not have changed at all... | 15:37 |
| NielsMob | I think i added it myself anyhow? but cant remember where to look | 15:38 |
| nuclear_eclipse | make sure you're viewing the filter page from a project that has versions difened | 15:38 |
| nuclear_eclipse | http://www.mantisbt.org/bugs/view_all_bug_page.php allows you to filter by target versoin... | 15:38 |
| NielsMob | I 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 version | 15:43 |
| NielsMob | mantis.fusionticket.com | 15:44 |
| nuclear_eclipse | what 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 |
| NielsMob | ohh wait i mean mantis.fusionticket.org | 15:46 |
| nuclear_eclipse | oh, do you have javascript disabled in your configuration? | 15:46 |
| NielsMob | use javascript is on | 15:47 |
| nuclear_eclipse | what about $g_dhtml_filters? | 15:49 |
| NielsMob | is also on | 15:50 |
| nuclear_eclipse | hmm | 15:50 |
| nuclear_eclipse | what'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 AJAX | 15:51 |
| NielsMob | i can edit all other fields as aspacted | 15:51 |
| nuclear_eclipse | that's more-or-less the "old" method of modifying filters | 15:51 |
| NielsMob | yeah i have seen that too. | 15:51 |
| nuclear_eclipse | and quite likely never got updated with the target version filter | 15:51 |
| NielsMob | is that a script problem or db? | 15:52 |
| nuclear_eclipse | can 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 |
| NielsMob | any idea in which page ? | 15:54 |
| nuclear_eclipse | manage->manage configuration | 15:55 |
| nuclear_eclipse | just search for "dhtml_filters" on that page | 15:56 |
| NielsMob | noting | 15:57 |
| nuclear_eclipse | try searching for "javascript" on there as well | 15:57 |
| NielsMob | already did ;) | 15:58 |
| nuclear_eclipse | hmm | 15:58 |
| nuclear_eclipse | then I have no clue | 15:58 |
| nuclear_eclipse | something is preventing your installation from using javascript/dhtml stuff on the filters page.. | 15:59 |
| NielsMob | this is my config.inc.php: http://pastebin.com/d50fe3bb0 (removed some db fields) | 16:01 |
| nuclear_eclipse | nothing there looks like it should cause an issue... | 16:02 |
| nuclear_eclipse | oh | 16:03 |
| nuclear_eclipse | your server is giving a 404 on javascript/common.js | 16:03 |
| nuclear_eclipse | and javascript/aajax.js | 16:04 |
| NielsMob | that is odd both are there | 16:04 |
| nuclear_eclipse | could be a permissions issue -- fix those 404's and I'll bet everything will work correctly | 16:06 |
| NielsMob | when i try to do the same on http://www.mantisbt.org/bugs/ i get also an 404 ;) | 16:20 |
| NielsMob | nuclear_eclipse: there is something very wrong going one.. my server is looking on a total wrong place for the javascripts. | 16:31 |
| NielsMob | found 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_____ | nu | 17:03 |
| paul_____ | nuclear_eclipse: lo | 17:07 |
| nuclear_eclipse | hi paul_____ | 17:07 |
| paul_____ | reinstalling windows = pain ;/ | 17:08 |
| nuclear_eclipse | so install Ubuntu instead :P | 17:08 |
| paul_____ | :) | 17:13 |
| paul_____ | well once I have git and stuff back up and runnning ;/ | 17:13 |
| g0rd0n | is 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_eclipse | g0rd0n: I believe that's what the projcet status option is for, but I could be wrong | 17:32 |
| g0rd0n | doesnt seem to make a difference :( | 17:33 |
| nuclear_eclipse | g0rd0n: alternately, you could modify the configuration workflow thresholds for the project so that only administrators can report new issues... | 17:34 |
| g0rd0n | thats a good idea :P | 17:35 |
| g0rd0n | oh dear, can't find where to edit the workflows... | 17:37 |
| g0rd0n | looks like the workflow stuff only can be configured globally | 17:41 |
| g0rd0n | can this be enabled somehow? :( | 17:45 |
| daryn | g0rd0n you can configure it per project in the database configuration | 17:45 |
| g0rd0n | daryn: you mean hack the sql db manually? | 17:45 |
| daryn | no, it's in manage Configuration i think | 17:46 |
| g0rd0n | ooohhhh ok | 17:46 |
| daryn | so, you choose the project, set the config option you want to override, use complex as the type, then the value is regular php array syntax | 17:47 |
| g0rd0n | will try that afterdiiner :) | 17:48 |
| daryn | ie we have status_enum_workflow as config option and value is | 17:48 |
| daryn | array ( 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 |
| g0rd0n | 10 => '20:Pending,50:Assigned' | 18:34 |
| g0rd0n | i suspect 20: and 50: is the minimum user level? | 18:34 |
| g0rd0n | what is the 10 => then? | 18:34 |
| daryn | no those are just the keys for the status' and the 10=> is the status starting from | 18:37 |
| g0rd0n | oh | 18:37 |
| daryn | so 10=>'20:Pending,50:Assigned' means when the status is 10 it can only be moved to 20 or 50 | 18:37 |
| g0rd0n | so if i want to disable every change i can just do array () ? | 18:38 |
| daryn | mmm..possibly... | 18:38 |
| daryn | i didn't actually configure those. just present them as an example | 18:38 |
| daryn | probably use a different config for access | 18:39 |
| daryn | leave the default workflow but change the access to only administrator | 18:39 |
| daryn | so the config option for that is set_status_threshold | 18:39 |
| daryn | the type is complex | 18:39 |
| daryn | the value is array(20=>90,50=>90...) | 18:40 |
| daryn | where 20 and 50 are the possible statuses and 90 is the access level required to change to that status | 18:40 |
| nuclear_eclipse | all that can be accomplished on the manage configuration->workflow thresholds page... | 18:40 |
| daryn | yeah...perhaps | 18:41 |
| nuclear_eclipse | you don't have to deal with shoving in text | 18:41 |
| g0rd0n | will this also prevent users from creating new issues for that project= | 18:41 |
| g0rd0n | nuclear_eclipse: that page has a global effect, i just want to cut off one project | 18:41 |
| nuclear_eclipse | just select the project from the top-right project dropdown while on the workflow threhold page, and changes will only apply to that project | 18:41 |
| daryn | you can set the access to NOBODY too if you'd like | 18:41 |
| g0rd0n | oh | 18:41 |
| g0rd0n | bummer | 18:42 |
| g0rd0n | :P | 18:42 |
| daryn | yeah...that would be much easier | 18:43 |
| g0rd0n | ok that's settled.. one other question, as im here :) | 18:53 |
| g0rd0n | i migrated from bugzilla, and everything works fine, except i notived that the Change Log and Roadmap pages are empty. | 18:53 |
| g0rd0n | did 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_eclipse | g0rd0n: those require a) defining versions for your projects, and b) setting issues with target version or fixed-in versoins | 18:54 |
| g0rd0n | hmmm lemme see... | 18:55 |
| g0rd0n | oh i see | 18:56 |
| g0rd0n | we have version, but all the target versions are empty | 18:56 |
| g0rd0n | ok, roadmap works, have an assigned and a resolved issue there i just modified... but still no changelog | 18:58 |
| g0rd0n | i just set an issue to resolved, but still empty changelog | 19:02 |
| nuclear_eclipse | g0rd0n: changelog requires you to set a fixed-in version | 19:03 |
| g0rd0n | got it | 19:03 |
| g0rd0n | yeah sorry | 19:03 |
| nuclear_eclipse | ok | 19:03 |
| g0rd0n | just need to be sure everything is ok... about to go in production with a fresh import :) | 19:03 |
| g0rd0n | ok wonderful | 19:05 |
| g0rd0n | thank you guys | 19:05 |
| nuclear_eclipse | np | 19:05 |
| nuclear_eclipse | btw, 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 |
| g0rd0n | oh, i am doing it the dirty way | 19:06 |
| kirillka | Merry Christmas! | 19:06 |
| g0rd0n | theres a perl script in your bt | 19:06 |
| g0rd0n | that produces 1.1 stuff, so i import that into a fresh 1.1 mantis, then upgrade it to 1.2-rc2 | 19:07 |
| nuclear_eclipse | ah, ok | 19:07 |
| g0rd0n | and go on from there | 19:07 |
| g0rd0n | btw is there any way of hiding the "change log" and "roadmap" links from the menu? | 19:07 |
| nuclear_eclipse | you 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 fields | 19:08 |
| kirillka | I think need this question to faq | 19:08 |
| g0rd0n | hmm ok, will do a dirty hack then i guess | 19:10 |
| kirillka | g0rd0n: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=7948&p=22091&hilit=roadmap#p22091 | 19:10 |
| kirillka | when release 1.2.0? | 19:12 |
| nuclear_eclipse | kirillka: as soon as paulr is done with the stuff I've been waiting three weeks for him to do :P | 19:14 |
| kirillka | :) | 19:14 |
| kirillka | what bugs he solve? | 19:14 |
| nuclear_eclipse | something with ldap, and something with columns | 19:14 |
| kirillka | oh no... ldap work.. (for me) :) | 19:15 |
| g0rd0n | ldap? oh dear | 19:15 |
| g0rd0n | workfor me too | 19:15 |
| nuclear_eclipse | right, he doesn't like it because it does things he doesn't want it to, or something like that | 19:15 |
| g0rd0n | had to hack the ldap_api.php to make it work for me :P | 19:15 |
| kirillka | paul_____: check this post http://www.mantisbt.org/forums/viewtopic.php?f=3&t=9681 | 19:17 |
| nuclear_eclipse | kirillka: tell him to use RC2 already... :P | 19:17 |
| kirillka | ok | 19:17 |
| kirillka | nuclear_eclipse: wrote | 19:19 |
| kirillka | I think on forum need create 2 sub-parts: for 1.x.x and for 1.2.x. Or not? | 19:22 |
| kirillka | nuclear_eclipse: http://www.mantisbt.org/forums/viewtopic.php?f=3&t=9680 is it not correct work apache and php? | 19:25 |
| nuclear_eclipse | I have no clue on that | 19:25 |
| kirillka | did you see image? | 19:25 |
| nuclear_eclipse | yeah | 19:26 |
| kirillka | I see image like that, but on git trunk and too old. I forgot how you fix this | 19:28 |
| kirillka | This not for rc | 19:28 |
| paul_____ | nuclear_eclipse: that's compressing and showing gzip output | 19:49 |
| paul_____ | anyway | 19:49 |
| paul_____ | grr | 19:49 |
| paul_____ | i hate pc's | 19:49 |
| kirillka | paul_____: lo | 19:56 |
| kirillka | paul_____: You have mac? | 19:56 |
| nuclear_eclipse | no, he's just one of those idiots that sticks with windows regardless of how much trouble it gives him ;) | 19:57 |
| kirillka | nuclear_eclipse: oh. I like answer one man on forum | 19:59 |
| kirillka | One sec | 19:59 |
| g0rd0n | hmm 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 |
| kirillka | http://www.mantisbt.org/forums/viewtopic.php?f=3&t=8930#p24647 | 20:00 |
| kirillka | g0rd0n: see config_default_inc.php | 20:00 |
| kirillka | and set your value to config_inc.php | 20:00 |
| g0rd0n | got it :) | 20:01 |
| kirillka | $g_show_user_email_threshold | 20:01 |
| kirillka | This specifies the access level that is needed to get the mailto: links | 20:01 |
| g0rd0n | oh dear, what are the options other than NOBODY? | 20:02 |
| kirillka | REPORTER, DEVELOPER, MANAGER | 20:02 |
| kirillka | ADMINISTRATOR | 20:02 |
| kirillka | VIEWER | 20:02 |
| kirillka | I think all | 20:02 |
Generated by irclog2html.py