| ../irclogs/#mantishelp.2010-07-28.log | ||
| --- scribe started --- | 00:00 | |
| Al_Chapone | hi | 12:39 |
|---|---|---|
| Al_Chapone | does somebody use custom field into view issue ? | 12:41 |
| alexsander | how 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 |
| alexsander | i've used this example: http://www.mantisbt.org/forums//viewtopic.php?f=3&t=9956 | 15:09 |
| alexsander | this post: http://www.mantisbt.org/forums//viewtopic.php?f=3&t=9956#p25535 | 15:10 |
| alexsander | nuclear_eclipse, have you ever used $g_log_destination ? | 15:10 |
| nuclear_eclipse | I would imagine you would set it to a filename that the webserver has write access to, like "/tmp/mantisbt.log" | 15:21 |
| alexsander | nuclear_eclipse, I also thought that and used that same "/tmp/mantisbt.log" but nothing was written | 15:22 |
| atrol | alexsander, try $g_log_destination = 'file:/tmp/mantisbt.log'; | 15:38 |
| alexsander | atrol I used it this way, of course | 15:54 |
| alexsander | I've followed another lead, it seems to be a phpmailer problem -- it is not validating my email address | 15:54 |
| alexsander | I'm using an internal server, all addresses are username@server without any dots | 15:55 |
| alexsander | it seems phpmailer tries to validate and always reject them with "Invalid address", before even trying to actually send anything to the mail server | 15:56 |
| alexsander | nuclear_eclipse, I think I found the problem, read above | 15:58 |
| alexsander | the problem is HERE ---> http://bugs.php.net/bug.php?id=49656 | 16:00 |
| alexsander | is "mantisbt-help" mailing list active? | 16:10 |
| nuclear_eclipse | alexsander: not much traffic on the list, but people are pretty quick to help if they know the solution | 16:17 |
| alexsander | nuclear_eclipse, have you seen the php.net link above? | 16:17 |
| nuclear_eclipse | just looked at it | 16:17 |
| alexsander | nuclear_eclipse, it seems phpmailer is using a validation that fails to validate valid local emails | 16:18 |
| paul | dhx_m: moo | 17:23 |
| micheller | Hello, everyone. | 17:52 |
| alexsander | hi | 17:53 |
| micheller | I have some questions about Mantis, css and themes. | 17:53 |
| micheller | Mantis already have css support, right? But not to themes. Is that okay? | 17:54 |
| micheller | I 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 |
| alexsander | micheller, maybe you look for something like this? http://git.mantisforge.org/w/phptal.git | 18:04 |
| micheller | alexsander, thanks for your answer. I'm looking at it | 18:05 |
| alexsander | where 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 newer | 19:07 |
| nuclear_eclipse | 1.2.1 should only require PHP 5.1 or newer | 19:09 |
| moto-moi | I'm using 5.3.2 afaik | 19:09 |
| moto-moi | So I'm wondering which error makes you think you need a newer version? :) | 19:09 |
| alexsander | for the 5.2 series I'm 100% sure it requires 5.2.9 or newer | 19:09 |
| moto-moi | hmm, wait.. I'm half asleep or something :X | 19:10 |
| moto-moi | alexsander: have you read http://docs.mantisbt.org/master/en/administration_guide.html#ADMIN.INSTALL.REQUIREMENTS ? :) | 19:11 |
| alexsander | moto-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 |
| alexsander | this bug 47282 was fixed here: http://www.php.net/ChangeLog-5.php#5.2.9 | 19:13 |
| moto-moi | damn, that's a stupid fuckup in the php code 8)7 | 19:13 |
| alexsander | moto-moi, I had to debug thru mantis -> phpmailer -> php (FILTER_VALIDATE_EMAIL) to find it | 19:14 |
| moto-moi | Yeah, those filters kinda suck :/ | 19:15 |
| alexsander | who 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_2 | hi all | 19:38 |
| Simpson_2 | how up to date is the SOAP interface ? | 19:38 |
| moto-moi | alexsander: well, I would think the mantis of mantibt.org would be a good place to start? :P | 19:39 |
| Shakra | dhx_m - are you available to talk about a possible regression? | 20:29 |
| paul | he's probably sleeping | 20:35 |
| paul | details? | 20:35 |
| Shakra | if you look at http://www.mantisbt.org/bugs/view.php?id=12097 | 20:35 |
| Shakra | it has the same issue that is patched in http://www.mantisbt.org/bugs/view.php?id=10647 | 20:36 |
| Shakra | i believe you would change : $t_updated_bug->target_version = gpc_get_string( 'target_version', $t_existing_bug->target_version ); | 20:37 |
| Shakra | to | 20:37 |
| Shakra | if( 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 |
| Shakra | yes? | 20:38 |
| paul | isn't that sitll in the current code? | 20:42 |
| Shakra | it 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 |
| Shakra | the 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" statuses | 20:51 |
| paul | is it broken or fixed in trunk atm? | 21:00 |
| Shakra | broken in trunk | 21:00 |
| Shakra | er... | 21:01 |
| Shakra | let me see what's in trunk | 21:01 |
| Shakra | if 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 there | 21:05 |
| paul | right | 21:13 |
| Shakra | I just figured I'd pass it on...I seem to have gotten my instance in working condition now.. ;) | 21:14 |
| dhx_m | Shakra: thanks for reporting this issue, I can confirm it's a regression in the master branch | 21:44 |
| paul | lo dhx | 21:46 |
| dhx_m | paul: howdy | 21:47 |
| paul | you run debian at all btw? | 21:48 |
| Shakra | dhx_m: you're welcome :) | 21:53 |
| dhx_m | paul: neg | 22:05 |
| CIA-26 | Mantisbt: s.mazeland master-1.2.x * r174e0c0216f1 / (125 files in 4 dirs): Localisation updates from http://translatewiki.net. | 22:07 |
| paul | dhx_m: I need to learn ruby | 22:11 |
| paul | ;/ | 22:11 |
| dhx_m | paul: what for? | 22:13 |
| paul | pm | 22:16 |
| Github | mantisbt: master-1.2.x Siebrand Mazeland * 174e0c0 (121 files in 4 dirs): Localisation updates from http://translatewiki.net. ... - http://bit.ly/c6olpq | 22:30 |
Generated by irclog2html.py