Wednesday, 2010-07-28

../irclogs/#mantishelp.2010-07-28.log
--- scribe started ---00:00
Al_Chaponehi12:39
Al_Chaponedoes somebody use custom field into view issue ?12:41
alexsanderhow do I use $g_log_level and $g_log_destination ? it seems nothing is being written on log file (mantis 1.2.1)15:09
alexsanderi've used this example: http://www.mantisbt.org/forums//viewtopic.php?f=3&t=995615:09
alexsanderthis post: http://www.mantisbt.org/forums//viewtopic.php?f=3&t=9956#p2553515:10
alexsandernuclear_eclipse, have you ever used $g_log_destination ?15:10
nuclear_eclipseI would imagine you would set it to a filename that the webserver has write access to, like "/tmp/mantisbt.log"15:21
alexsandernuclear_eclipse, I also thought that and used that same "/tmp/mantisbt.log" but nothing was written15:22
atrolalexsander, try $g_log_destination = 'file:/tmp/mantisbt.log';15:38
alexsanderatrol I used it this way, of course15:54
alexsanderI've followed another lead, it seems to be a phpmailer problem -- it is not validating my email address15:54
alexsanderI'm using an internal server, all addresses are username@server without any dots15:55
alexsanderit seems phpmailer tries to validate and always reject them with "Invalid address", before even trying to actually send anything to the mail server15:56
alexsandernuclear_eclipse, I think I found the problem, read above15:58
alexsanderthe problem is HERE ---> http://bugs.php.net/bug.php?id=4965616:00
alexsanderis "mantisbt-help" mailing list active?16:10
nuclear_eclipsealexsander: not much traffic on the list, but people are pretty quick to help if they know the solution16:17
alexsandernuclear_eclipse, have you seen the php.net link above?16:17
nuclear_eclipsejust looked at it16:17
alexsandernuclear_eclipse, it seems phpmailer is using a validation that fails to validate valid local emails16:18
pauldhx_m: moo17:23
michellerHello, everyone.17:52
alexsanderhi17:53
michellerI have some questions about Mantis, css and themes.17:53
michellerMantis already have css support, right? But not to themes. Is that okay?17:54
michellerI also believe that the main think of the community is not to have so many js on it, right? Is that any effort to make a patch or a version more friendly to not technical users?17:55
alexsandermicheller, maybe you look for something like this? http://git.mantisforge.org/w/phptal.git18:04
michelleralexsander, thanks for your answer. I'm looking at it18:05
alexsanderwhere I can find, in the website, the minimal PHP version for Mantis? 1.1.8 worked fine with 5.2.6 but 1.2.1 seems to require 5.2.9 or newer19:07
nuclear_eclipse1.2.1 should only require PHP 5.1 or newer19:09
moto-moiI'm using 5.3.2 afaik19:09
moto-moiSo I'm wondering which error makes you think you need a newer version? :)19:09
alexsanderfor the 5.2 series I'm 100% sure it requires 5.2.9 or newer19:09
moto-moihmm, wait.. I'm half asleep or something :X19:10
moto-moialexsander: have you read http://docs.mantisbt.org/master/en/administration_guide.html#ADMIN.INSTALL.REQUIREMENTS  ? :)19:11
alexsandermoto-moi, so this document may need an observation: "If you use local network email addresses you need 5.2.9 or newer (see http://bugs.php.net/bug.php?id=47282)."19:12
alexsanderthis bug 47282 was fixed here: http://www.php.net/ChangeLog-5.php#5.2.919:13
moto-moidamn, that's a stupid fuckup in the php code 8)719:13
alexsandermoto-moi, I had to debug thru mantis -> phpmailer -> php (FILTER_VALIDATE_EMAIL) to find it19:14
moto-moiYeah, those filters kinda suck :/19:15
alexsanderwho should I email to warn about this?19:16
michelle_Hello everyone. Thanks for the early support. Now, I'm wondering if someone has experience to build a template for my company.19:34
michelle_I'd like to see a previous work, a portfolio.19:34
Simpson_2hi all19:38
Simpson_2how up to date is the SOAP interface ?19:38
moto-moialexsander: well, I would think the mantis of mantibt.org would be a good place to start? :P19:39
Shakradhx_m - are you available to talk about a possible regression?20:29
paulhe's probably sleeping20:35
pauldetails?20:35
Shakraif you look at http://www.mantisbt.org/bugs/view.php?id=1209720:35
Shakrait has the same issue that is patched in http://www.mantisbt.org/bugs/view.php?id=1064720:36
Shakrai believe you would change : $t_updated_bug->target_version = gpc_get_string( 'target_version', $t_existing_bug->target_version );20:37
Shakrato20:37
Shakraif( access_has_project_level( config_get( 'roadmap_update_threshold' ), $t_existing_bug->project_id ) ) {20:38
Shakra     $t_updated_bug->target_version = gpc_get_string( 'target_version', $t_existing_bug->target_version );20:38
Shakra}20:38
Shakrayes?20:38
paulisn't that sitll in the current code?20:42
Shakrait is correct in the current 1.2.1 release...but http://www.mantisbt.org/bugs/view.php?id=12097 is the master...and is targeted for 1.3.x...20:49
Shakrathe reason why I am even messing with this part of the code is because I deployed a 1.2.1 release...and only then discovered that 1.2.1 is not friendly to my custom workflows with 5 different "resolved" statuses20:51
paulis it broken or fixed in trunk atm?21:00
Shakrabroken in trunk21:00
Shakraer...21:01
Shakralet me see what's in trunk21:01
Shakraif i'm looking at the correct trunk: http://git.mantisforge.org/w/mantisbt.git?a=tree;h=refs/heads/master;hb=refs/heads/master... it looks like it's broken there21:05
paulright21:13
ShakraI just figured I'd pass it on...I seem to have gotten my instance in working condition now.. ;)21:14
dhx_mShakra: thanks for reporting this issue, I can confirm it's a regression in the master branch21:44
paullo dhx21:46
dhx_mpaul: howdy21:47
paulyou run debian at all btw?21:48
Shakradhx_m: you're welcome :)21:53
dhx_mpaul: neg22:05
CIA-26Mantisbt: s.mazeland master-1.2.x * r174e0c0216f1 / (125 files in 4 dirs): Localisation updates from http://translatewiki.net.22:07
pauldhx_m: I need to learn ruby22:11
paul;/22:11
dhx_mpaul: what for?22:13
paulpm22:16
Githubmantisbt: master-1.2.x Siebrand Mazeland * 174e0c0 (121 files in 4 dirs): Localisation updates from http://translatewiki.net. ... - http://bit.ly/c6olpq22:30

Generated by irclog2html.py