Monday, 2010-08-16

../irclogs/#mantishelp.2010-08-16.log
--- scribe started ---00:00
Githubmantisbt: master Paul * 3ea2997 (12 files in 7 dirs): Diagnostic Logging ...06:30
Githubmantisbt: master Paul * d4c9fb6 (1 files in 1 dirs): Update lang api for new language files06:30
Githubmantisbt: master Paul * cad0ad1 (50 files in 1 dirs): Convert language files to array format06:30
Githubmantisbt: master Paul * 272bde3 (1 files in 1 dirs): compress_api.php is included by core.php06:30
Githubmantisbt: master Paul * f15d1bf (1 files in 1 dirs): Arguments for config_get are incorrect - order should be user,project06:30
Githubmantisbt: master Paul * 8b4f607 (1 files in 1 dirs): This block of code, is currently pointless: ...06:30
Githubmantisbt: master commits 1289ac3...8b4f607 - http://bit.ly/d35j6906:30
paulrdhx_m: moo09:16
dhx_mpaulr: boo09:16
paulryay09:16
paulrdhx_m: did you see my sunday work?09:16
dhx_mlooks good :)09:18
dhx_mnew logging system = :)09:19
dhx_m 65 files changed, 44991 insertions(+), 44961 deletions(-)09:24
paulrnot sure bout language file headers09:33
paulrdhx_m: will working on columns tonight09:33
dhx_mpaulr: I vaguely remember this... what was the plan again?09:33
paulrwednesday :P09:43
istvanbhi11:41
istvanbif the user selected "all projects" and then click "report issue" he get a project selector where he can select against which project he wants to file the issue11:42
istvanbI would find it useful to has this page every time, because it could happen that he selected another project and forgot about it so he files the report under the wrong project. Is there a way to display that page all the time? (I guess its the select_login_proj_page.php)11:43
nuclear_eclipseistvanb: it's possible to move issues between projects, so why bug them all the time for it if you can correct any mistakes *if* they happen11:46
istvanbyes its true I can move them, however showing that page all the time would avoid this type of mistakes11:47
nuclear_eclipsewell to answor your question, no, there's no way to do that11:48
nuclear_eclipsejust tell your users to pay attention to what project they have selected11:48
nuclear_eclipseat some point you need to be able to trust your users to be smart enough to actually think for themself ;)11:49
istvanboh, I never trust in my users :D11:51
istvanbjust kidding... its not a big deal, hopefully it wont be an issue in the future11:51
DavidincWhen do you plan to release 1.3.x?'13:57
istvanbI am wondering what is the meaning of the resolution "suspended". Many times an issue can not be resolved immediately since other things and then it would be nice to somehow mark the issue is "suspended". But how could it be a resolution?14:24
nuclear_eclipseDavidinc: when it's ready :P14:31
nuclear_eclipseistvanb: resolution suspended is imo meant for when you permanently put a bugfix/feature on hold because either it;s obsolete or being repalced by something else, or some similar manner14:32
istvanboh, ok... I would use the "duplicate" or simply the "wont fix" in these cases. From my understanding "suspended" means that "ok now I dont work on this, but later on I will pick it up"14:39
nuclear_eclipsewell, it all depends on context and how you want to interpret it :)14:39
istvanbtrue :)14:49
Davidincnuclear_eclipse: take your time no pro :)14:53
istvanbgood deal guys! I gotta go now, keep up the good work :)15:52
micahgnuclear_eclipse: what's the process for nonsense bugs like the following:16:20
micahgfoobot: bug 1226016:20
foobotmicahg: sorry, bug 12260 was not found16:20
micahgfoobot: check your cache :)16:21
micahghttp://www.mantisbt.org/bugs/view.php?id=1226016:21
micahghmmm it really isn't there...16:21
nuclear_eclipsemicahg: it's already been deleted ;)16:21
micahgnuclear_eclipse: ah, ok, so, those should just be deleted?16:22
nuclear_eclipseyep16:22
micahgk, got it16:22
paulrmoo16:55
docgnometrying to add a new status following http://docs.mantisbt.org/master/en/administration_guide.html#ADMIN.CUSTOMIZE.STATUS aaand i did everything it said in there an now i have a new status, but it just shows up as @70@17:45
docgnomehrm. it is mantis 1.2.1...17:46
nuclear_eclipsedocgnome: you need to override $s_status_enum_string from strings/english.txt in custom_strings_inc.php17:47
docgnomesame thing in 1.2.1... hrm. ok i'll try that. I've got $s_status_enum_string set in config_inc.php17:49
nuclear_eclipseno, config_inc should be $g_, custom_strings_inc should be $s_17:49
nuclear_eclipsethey serve different purposes, but should more or less be consistent with each other17:50
docgnomei have both in config_inc17:50
nuclear_eclipsethat's incorrect17:50
nuclear_eclipse$s_ needs to be set in custom_strings_inc.php17:50
docgnomefinally. thanks.17:51
docgnomei think i tried that and it didn't work, or i put the wrong var in there or something17:52
docgnomenuclear_eclipse: thanks. driving me ape17:56
nuclear_eclipseyou're welcome17:56
paulrlo siebrand18:47
siebrandpaulr: hey.18:47
siebrandpaulr: saw your commit. Huge diff, haven't checked it yet.18:47
paulrconverted files18:47
paulrheh18:47
paulrk18:47
paulrit's the updated format discussed earlier this year18:47
siebrandpaulr: so we're still on the 1.2 branch for now; this is on master, right?18:47
paulrif you've got a good memory that is18:47
paulryes18:47
paulrmaster18:47
paulrhowever, atm, all the files have same comment at top18:48
paulrnot sure if we need to add author's information in or just updated credits file18:48
siebrandsure, no problem.18:48
* paulr would just like to generate language files from translate wiki TBH18:48
siebrandwhen will this format be in a released product?18:48
* paulr shrugs :)18:48
siebrand1.3 branch?18:48
paulr2012?18:48
paulr:)18:48
paulrour average release cycle is about 2-3 years :P18:49
siebrandheh.18:49
siebrandnever too late to break a pattern.18:49
paulrdhx/myself want to (potentially) change numbering scheme19:05
CIA-103Mantisbt: giallu * r736ce666fb37 /plugins/XmlImportExport/ (XmlImportExport.php lang/strings_english.txt): Fail installation if xmlreader and xmlwriter extensions are not present21:25
CIA-103Mantisbt: giallu * r7196522b31fa /core/classes/MantisPlugin.class.php: Add docs for errors() method21:25
CIA-103Mantisbt: giallu * r1ca21993bd3d / (core/constant_inc.php lang/strings_english.txt): Add plugins installation error code and message21:25
CIA-103Mantisbt: giallu * r39d36e0de7e3 /core/classes/MantisPlugin.class.php: Add docs for install(), rewrap init()21:25
Githubmantisbt: master Gianluca Sforna * 1ca2199 (2 files in 2 dirs): Add plugins installation error code and message22:32
Githubmantisbt: master Gianluca Sforna * 736ce66 (2 files in 2 dirs): Fail installation if xmlreader and xmlwriter extensions are not present22:32
Githubmantisbt: master Gianluca Sforna * 7196522 (1 files in 1 dirs): Add docs for errors() method22:32
Githubmantisbt: master Gianluca Sforna * 39d36e0 (1 files in 1 dirs): Add docs for install(), rewrap init()22:32
Githubmantisbt: master commits 8b4f607...39d36e0 - http://bit.ly/cq4soH22:32
paulrdhx_m: just got up?22:45

Generated by irclog2html.py