Tuesday, 2009-05-05

../irclogs/#mantishelp.2009-05-05.log
--- scribe started ---00:00
mantisbotNew bug: Bug 10452 - sgadamsetty - open - new03:32
mantisbotNew bug: Can i change the values of Status enum values? - http://www.mantisbt.org/bugs/view.php?id=1045203:32
mantisbotNew bug: Bug 10453 - dhx - open - new06:23
mantisbotNew bug: Time tracking billing menu link should show for those with read only access to billing data - http://www.mantisbt.org/bugs/view.php?id=1045306:23
mantisbotNew bug: Bug 10454 - fyang - open - new11:15
mantisbotNew bug: in the Games section,you cannot valid your answer.Is it normal? - http://www.mantisbt.org/bugs/view.php?id=1045411:15
mantisbotNew bug: Bug 10455 - fyang - open - new11:20
mantisbotNew bug: In the Sounds section,there is no sound when you click on the song.It happens for each song - http://www.mantisbt.org/bugs/view.php?id=1045511:20
Polhello ;)11:24
PolIs it possible to send a mail to administrators when a new bug is filled up ?11:24
Polnobody here ? :(11:27
thraxispPol: Yes.12:26
thraxispPol: Look under Manage -> Manage Configuration -> Notifications.12:26
thraxispas an administrator. This can be set on a project basis.12:27
Polok thraxisp I try :)15:00
Polthraxisp: I would like to receive a mail as soon as something changed in any project15:02
Polthraxisp: do you think it's doable ?15:03
* giallu receives mails for every action in his tracker15:17
Polhow do you do ?15:20
Polgiallu: how did you do that ? :s15:21
PolI can't figure it out15:21
kenguesthmm. why would you want to clone a bug report?15:31
PolI dont want that15:33
PolI just want to be notified by email when something change15:33
Polil every projets15:33
Pol*in15:33
gialluPol, http://mantis.pastebin.com/m7123bd9915:35
* Pol checking15:36
gialluit sends everything to UPDATER and above15:36
gialluyou will want to tune it to your case15:36
giallunow leaving15:36
Polhold on 2 sec15:36
PolI just want it to send a mail to the user who created the bug15:36
PolAND the administrator15:36
kenguestPol: send in a patch when you're done? :D15:38
Polerm...15:38
PolI don't think this will require a patch...15:38
PolI just don't understand how to setup that thing15:38
PolThe doc is really not easy15:38
paulrdhx_m: lo?18:12
paulrlo siebrand18:21
paulrwhat did you do ? :)18:21
siebrandpaulr: did I do something?18:22
paulrto roadmap18:22
siebrandI br0ked it?18:22
paulrdunno18:22
paulrit's changed18:22
siebrandpaulr: oh, you mean to the contents, not to the code?18:22
paulrya18:22
siebrandpaulr: I moved all non-essentials from 1.2.x to 1.x.x18:23
siebrandpaulr: so we can go to near 100%, release 1.2.0 and plan for 1.2.x again18:23
siebrandpaulr: had a discussion with nuclear_eclipse, and he said that issues shouldn't be planned for 1.2.0 for some reason.18:24
siebrandpaulr: so this was the only way to get some clarity on where we stand for a 1.2.x release.18:25
paulrlo daryn20:19
paulrdaates?20:19
daryn:)20:19
daryni actually have working systems...just got them talking to each other....working on loading up data now20:19
paulrhehe20:20
rtylernuclear_eclipse: I'd lub you long time if you'd adjust the GH support for your fancy plugin :D20:48
paulrlo giallu21:11
gialluyo21:11
paulrdid you make tests file for url?21:14
gialluyeah, it doesn't work. strings_api needs config_api that needs databasase api that needs config api that needs error api that need config api and at the end you get errors...21:19
paulrthats fine21:22
paulrcommit the tests21:22
paulr:)21:22
paulrwe can make them run later!21:23
* giallu hopes that's not the approach we use for the rest of the code...21:24
rtylerare there any markdown plugins for Mantis? HTML sucks :/21:26
paulrrtyler: john coded one21:26
paulri think it's on git.mantisforge.org21:26
paulrgiallu: well, your statement must be wrong21:26
paulrerror api that need config api21:26
paulrerror api doesn't need config api iirc21:26
rtylerby george it is21:26
rtylerhow'd I miss that21:26
* paulr shrugs21:26
paulrgiallu: but I think it's probably more useful to have 'tests' in phpunit format there21:27
giallupaulr, it was a dramatization, but the effect is the same21:27
paulrbut not 'linked'21:27
paulrthen not have them there21:27
rtylerAPPLICATION WARNING #2400: Event "EVENT_ACCOUNT_PREF_UPDATE_FORM" has not yet been declared.21:27
rtylerwith 1.2a321:28
rtylerany clues on what that one is?21:28
paulrsomethings probably been renamed21:28
paulrgiallu: I dont think config api should include error api21:30
giallupaulr, line 22621:30
gialluerror_parameters( $p_option );21:30
rtylerpaulr: can I turn off the warning unless it's a "big deal"21:31
rtyleraha, found it21:31
rtylerg_display_errors21:31
paulrgiallu: well, part of me thinks we should just do21:34
paulrif function_exists() there21:35
paulrother alternative is replace with throwing an exception?21:35
gialluI guess so, or something I'm testing now21:35
paulrwell21:36
paulrthe question is21:36
paulrdo we want to trigger errors21:36
paulror could we replace errors with exceptions21:36
gialluI'd say we want to sart using exceptions, but right now it's not something I'd do just for running tests21:37
giallupaulr, what's this type1, type2 type3 stuff in string sanitize?21:41
paulrdifferent type's of url21:42
paulrjohn rewrote that function last :P21:43
gialluah21:43
giallu§I'd have a number of questions...21:43
paulranyway, i'm thinking21:43
paulrI want to make error_parameters optional throughout code21:43
* giallu does not even know what error_parameter is used for...21:44
paulrpassing in parameters to errors21:44
gialluuh?21:44
paulrso we can have EMPTY_FIELD error21:44
paulrthen say which fields21:44
giallucan't that be done with trigger_error?21:45
paulrno21:45
giallucool21:45
paulrhence my thought of replace21:45
paulrerror_params; trigger21:45
paulrwith21:45
paulrif function_exists(error_params); errorparams; trigger;;21:45
giallulooks ugly...21:47
paulrI just thought of probably the more obvious fix21:52
paulrpass an array to triger_error21:52
paulr(if one can do that)21:52
paulrcan't do that ;/21:52
darynpaulr i have all my db's up now but i have to go pick up kids...next checkout your updates and test.22:05
paulrheh22:06
paulrbed soon for me ;/22:06
rtylercan you disable that silly "your session half expired, enter your password to enter Manage again?"22:13
giallurtyler, IIRC you can in 1.222:24
rtylergiallu: remember where per chance?22:24
gialluconfig_inc.php22:24
rtyleranother question, can I default all tickets in a particular project to be assigned to a particular user (say, team/project lead)22:25
rtylergiallu: I figured as such :P22:25
gialluyes, you can deafault bugs in each category to different users22:26
rtylereh, you have to click thruogh to *each* category to change that22:26
giallu$g_reauthentication = ON;22:27
gialluthis is the default22:27
rtylerwonderful, thanks22:27
giallurtyler, yeah. that's something needing a patch...22:27
rtylergiallu: righto22:27
* rtyler notes you can't edit 'General'22:28
gialluI guess that's inherited22:28
rtylerah22:29
* giallu wonders what's the purpose of * requires string_api kind of comments just before lines like: require_once( $t_core_dir . 'string_api.php' );23:05
mantisbotNew bug: Bug 10456 - ischilling - open - new23:18
mantisbotNew bug: Editing project information, f.e. changing from public to private, does result in ERR 500 - http://www.mantisbt.org/bugs/view.php?id=1045623:18
rtylerhmm, can one create a custom resolution field?23:51
rtylerrather, status field23:52
rtylerhmm, looks like this is all we got: http://www.mantisforge.org/dev/manual/en/administration_guide/x2248.html23:52

Generated by irclog2html.py