Monday, 2010-10-18

*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 240 seconds)00:23
*** Joins: micahg (~micah@ubuntu/member/micahg)00:25
*** Joins: davidinc (~davidinc@213.55.100.134)01:38
*** Quits: tavasti (~tavasti@ov1.tavasti.fi) (Remote host closed the connection)02:15
*** Joins: giallu (~giallu@fedora/giallu)02:31
*** Joins: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl)02:33
*** Quits: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl) (Changing host)02:33
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:33
*** Joins: kirillka (~Miranda@195.242.142.17)02:37
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)03:02
*** Quits: siebrand (~beis@sm.xs4all.nl) ()03:07
*** Quits: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk) (Quit: Rixie)03:49
*** Joins: Shasta- (Shasta@c-67-201-195-170.reshall.wwu.edu)03:57
*** Parts: Shasta- (Shasta@c-67-201-195-170.reshall.wwu.edu)04:03
*** Joins: Al_Chapone (~chatzilla@ATuileries-151-1-22-109.w82-123.abo.wanadoo.fr)04:33
*** Quits: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk) (Read error: Connection reset by peer)04:57
*** Joins: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk)04:58
*** Quits: davidinc (~davidinc@213.55.100.134) (Quit: #mantishelp)04:58
*** Joins: davidinc (~davidinc@213.55.100.134)04:59
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)05:29
*** Quits: davidinc (~davidinc@213.55.100.134) (Ping timeout: 240 seconds)06:10
kirillkadhx1: around?06:15
dhx1kirillka: hi06:16
kirillkadhx1: hi. Did you remember I send to mantis-dev patch to fix $t_font in graph_api.php?06:16
kirillkaI can't find it06:17
dhx1found it, 15/09/1006:17
dhx1[mantisbt-dev] [PATCH] I don't understand, why $t_font = '', and then check exist other except arial.ttf. Fix it06:18
dhx1        if ( plugin_config_get( 'eczlibrary' ) == ON ) {06:18
dhx1                $ttf_dir = '';06:18
dhx1-               $t_font = '';06:18
kirillkaYes. But I don't see in master or master-1.2.x06:18
dhx1I thought I committed that fix?06:18
kirillkaI think so, but don't see where06:18
dhx1you might be right... http://git.mantisbt.org/?p=mantisbt.git;a=history;f=plugins/MantisGraph/core/graph_api.php;h=7a1a196b89d1df04acf4139dc0fcd2dd17209a32;hb=HEAD06:20
dhx1I must have done something wrong then06:21
dhx1I'll correct it now06:21
kirillkadhx1: thanks.06:22
dhx1actually do you have that in git format-patch format?06:22
kirillkadhx1: I think yes06:23
dhx1oh06:23
dhx1http://www.mantisbt.org/bugs/view.php?id=1099506:23
dhx1that is what I did... asked for comment instead of committing it06:23
dhx1duh06:23
kirillkaI don't sure that all can check it in windows06:25
dhx1it's OK, I'll commit that patch and see what happens :)06:25
dhx1oh paul noticed a big mistake with that patch06:27
dhx1that is why I didn't commit it06:27
kirillkadhx1: You can't commit this patch?06:33
dhx1I'll check06:34
*** Joins: rolfkleef1 (~rolf@urtica.xs4all.nl)06:46
*** rolfkleef1 is now known as rolfkleef06:46
*** Quits: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk) (Remote host closed the connection)07:05
dhx1kirillka: committed, let me know how it goes07:09
CIA-21Mantisbt: hickseydr master-1.2.x * red4de9ae2645 /plugins/MantisGraph/core/graph_api.php: Fix #10995: Unable to read or find fonts when using JpGraph07:09
dhx1if ezC can't find a font then it'll complain07:09
dhx1but it always did that07:09
CIA-21Mantisbt: hickseydr * r3bb92717d33d /plugins/MantisGraph/core/graph_api.php: Fix #10995: Unable to read or find fonts when using JpGraph07:09
dhx1complain = not visibly like JpGraph does07:09
kirillkadhx1: tnx, I see in log07:10
*** Joins: root_ (~root@178.63.23.88)07:20
root_dhx1: we spoke about that patch before...07:20
*** root_ is now known as paulr07:20
* paulr sighs07:20
paulrsilly vm's07:20
dhx1paulr: yep, that font checking code only applied to JpGraph anyway07:21
*** Quits: Al_Chapone (~chatzilla@ATuileries-151-1-22-109.w82-123.abo.wanadoo.fr) (Ping timeout: 260 seconds)07:21
paulrnope?07:21
paulrif ( plugin_config_get( 'eczlibrary' ) == ON ) {07:21
paulr-$ttf_dir = '';07:21
dhx1I mean the error message07:21
dhx1JpGraph prints its own images containing font not found errors07:22
paulrecz doesn't...07:22
paulrand that code only applied to ecz...07:22
dhx1ezC is the one which needs manual creation of an error image07:22
dhx1oh yeah07:22
dhx1:)07:23
dhx1....back-pedalling... brb :)07:23
paulrbtw, we had this discussion before :)07:23
dhx1paulr: fixed it back up again, committing it now07:51
*** Joins: tavasti (~tavasti@ov1.tavasti.fi)07:52
kirillkadhx1: did you check your patch? I see it differ with my patch07:52
dhx1yep I broke it07:54
dhx1now I'm fixing it :)07:54
dhx1secretly I just wanted to make multiple commits to make this project look more alive :p07:54
kirillkadhx1: :), but it work, or you rewrite?07:55
dhx1ok try this...07:58
CIA-21Mantisbt: hickseydr * r10557b0434d4 /plugins/MantisGraph/core/graph_api.php: Fix #10995: Correct font paths and error messages for ezGraph07:58
CIA-21Mantisbt: hickseydr master-1.2.x * r3f87254dfd29 /plugins/MantisGraph/core/graph_api.php: Fix #10995: Correct font paths and error messages for ezGraph07:58
paulrdhx1: did you see my note on pdo last night after you went to bed?07:59
dhx1aye08:02
*** Quits: paulr (~root@178.63.23.88) (Quit: Lost terminal)08:20
*** Joins: Al_Chapone (~chatzilla@ATuileries-151-1-22-109.w82-123.abo.wanadoo.fr)08:25
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)09:16
*** Quits: kirillka (~Miranda@195.242.142.17) (Quit: kirillka)09:52
*** Joins: giallu_ (~giallu@fedora/giallu)09:55
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 245 seconds)09:57
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)10:02
*** Quits: Al_Chapone (~chatzilla@ATuileries-151-1-22-109.w82-123.abo.wanadoo.fr) (Read error: Connection reset by peer)10:02
*** Joins: Al_Chapone (~chatzilla@ATuileries-151-1-23-224.w82-123.abo.wanadoo.fr)10:07
*** Quits: giallu_ (~giallu@fedora/giallu) (Ping timeout: 240 seconds)10:45
*** Quits: Al_Chapone (~chatzilla@ATuileries-151-1-23-224.w82-123.abo.wanadoo.fr) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])12:13
*** Joins: Github (~Github@sh1-ext.rs.github.com)12:30
Githubmantisbt: master David Hicks * 3bb9271 (1 files in 1 dirs): Fix #10995: Unable to read or find fonts when using JpGraph ...12:30
Githubmantisbt: master David Hicks * 10557b0 (1 files in 1 dirs): Fix #10995: Correct font paths and error messages for ezGraph ...12:30
Githubmantisbt: master commits 49bb5df...10557b0 - http://bit.ly/dC0pFD12:30
*** Parts: Github (~Github@sh1-ext.rs.github.com)12:30
*** Joins: Github (~Github@sh1-ext.rs.github.com)12:30
Githubmantisbt: master-1.2.x David Hicks * ed4de9a (1 files in 1 dirs): Fix #10995: Unable to read or find fonts when using JpGraph ...12:30
Githubmantisbt: master-1.2.x David Hicks * 3f87254 (1 files in 1 dirs): Fix #10995: Correct font paths and error messages for ezGraph ...12:30
Githubmantisbt: master-1.2.x commits a75865f...3f87254 - http://bit.ly/bhBmJx12:30
*** Parts: Github (~Github@sh1-ext.rs.github.com)12:30
*** Parts: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)12:36
*** Quits: hardyNH (~hardyNH@c-24-128-17-162.hsd1.nh.comcast.net) (Quit: hardyNH)12:37
*** Joins: hardyNH (~hardyNH@c-24-128-17-162.hsd1.nh.comcast.net)12:45
*** Quits: micahg (~micah@ubuntu/member/micahg) (Read error: Operation timed out)13:03
*** Joins: siebrand (~beis@sm.xs4all.nl)13:16
*** Joins: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk)13:32
*** Joins: micahg (~micah@66.146.192.96)13:34
*** Quits: micahg (~micah@66.146.192.96) (Changing host)13:34
*** Joins: micahg (~micah@ubuntu/member/micahg)13:34
*** Joins: moto-moi (~hylke@cara.xs4all.nl)13:44
*** Joins: Shasta- (Shasta@c-67-201-233-206.reshall.wwu.edu)15:01
Shasta-hi, I'm having some trouble getting SMTP to work, I've looked through a bunch of stuff on the forums and around the web but test_email still fails. Any help would be great15:03
moto-moiit doesn't differ al that much from a normal php-script to send email?15:06
Shasta-nope, but the same server (gmail) is working fine with a few other services15:08
nuclear_eclipseShasta-: what version of Mantis are you using?15:11
Shasta-1.2.315:13
nuclear_eclipseFrom the -help mailing list:15:14
nuclear_eclipseGmail works !15:14
nuclear_eclipse$g_phpMailer_method = PHPMAILER_METHOD_SMTP;15:14
nuclear_eclipse$g_smtp_host = 'smtp.gmail.com';15:14
nuclear_eclipse$g_smtp_username = 'myuser@mydomain.com';15:14
nuclear_eclipse$g_smtp_password = 'mypassword';15:14
nuclear_eclipse$g_smtp_connection_mode = 'tls';15:14
nuclear_eclipse$g_smtp_port = 25;15:14
nuclear_eclipseI'm not sure if that actually works because I don't use gmail....15:14
Shasta-I think I tried that already, but I'll put it in again15:14
nuclear_eclipseotherwise, I think it might be a limitation of the phpMailer library that MantisBT uses15:15
Shasta-the phpMailer site claims compatibility with googles smtp servers15:16
* nuclear_eclipse wonders if that's only in versions of phpMailer newer than what MantisBT ships with...15:16
nuclear_eclipseI don't really deal with any of the email stuff in Mantis though, so I'm not sure how much I can help15:16
Shasta-ah, I've already updated the phpMailer version, one of the posts claimed that helped, no difference though15:17
Shasta-this is what I got with those settings15:17
Shasta-SYSTEM WARNING: stream_socket_enable_crypto(): this stream does not support SSL/crypto15:17
Shasta-and the newest version of phpMailer is from october of last year, I think you guys already ship that version15:18
nuclear_eclipse"system warning" sounds liek it might be an issue with your PHP setup...15:19
nuclear_eclipseeg, maybe you're missing one of the modules phpMailer needs to make an SSL connection...15:19
Shasta-yeah, I'll look around15:20
Shasta-damnit, I didn't have openssl enabled, could have sworn I did. thanks for the help15:25
nuclear_eclipseyou're welcome15:25
CIA-21Mantisbt: s.mazeland master-1.2.x * r65c910314652 /.gitignore: Can't just ignore the complete plugins folder. Please find another solution.15:32
CIA-21Mantisbt: s.mazeland master-1.2.x * r703d2a06e0a3 / (14 files in 5 dirs): Localisation updates from http://translatewiki.net15:32
nuclear_eclipsesiebrand: I don't think there is another solution...15:34
nuclear_eclipseand for those of us who run and develop mantis from git with muliple plugins beyond the core set, it's very "sucky" to constantly have our repo marked as "dirty" because of the plugins dir...15:36
nuclear_eclipseit's also far too easy to accidentally add unintended files without a blanket ignore statement...15:38
nuclear_eclipseif you want to make sure we include new translations for core plugins, it's easy to negate the blanket ignore for specific core plugin paths...15:40
nuclear_eclipseeg, have a .gitignore with:15:40
nuclear_eclipse> plugins/15:40
nuclear_eclipse> !plugins/MantisCoreFormatting15:41
siebrandnuclear_eclipse: use two plugins folder? One for distribution plugins, one for others?15:55
siebrandnuclear_eclipse: then exclude the 'others' folder?15:55
nuclear_eclipsethat's a lot more areas to check for plugins, is the above solution not enough?15:56
siebrandnuclear_eclipse: yeah, if that works, I'm fine with it.15:56
nuclear_eclipseok15:56
*** Joins: giallu_ (~giallu@fedora/giallu)16:16
nuclear_eclipseso apparently either `man gitignore` is lying, or I don't understand what it means when it says: "An optional prefix ! which negates the pattern; any matching file excluded by a previous pattern will become included again. If a negated pattern matches, this will override lower precedence patterns sources."16:19
*** Quits: moto-moi (~hylke@cara.xs4all.nl) (Ping timeout: 276 seconds)16:45
*** Quits: Shasta- (Shasta@c-67-201-233-206.reshall.wwu.edu) (Ping timeout: 265 seconds)16:48
*** Joins: djSupport_ (~djsupport@188-221-240-190.zone12.bethere.co.uk)17:07
*** Joins: siebrand_alt (~beis@sm.xs4all.nl)17:15
*** Quits: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk) (*.net *.split)17:16
*** Quits: siebrand (~beis@sm.xs4all.nl) (*.net *.split)17:16
*** siebrand_alt is now known as siebrand17:16
*** Joins: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk)18:01
*** Quits: djSupport_ (~djsupport@188-221-240-190.zone12.bethere.co.uk) (Ping timeout: 272 seconds)18:04
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Quit: Ex-Chat)18:05
*** Joins: Github (~Github@sh1-ext.rs.github.com)18:30
Githubmantisbt: master-1.2.x Siebrand Mazeland * 65c9103 (1 files in 1 dirs): Can't just ignore the complete plugins folder. Please find another solution.18:30
Githubmantisbt: master-1.2.x Siebrand Mazeland * 703d2a0 (11 files in 2 dirs): Localisation updates from http://translatewiki.net ...18:30
Githubmantisbt: master-1.2.x commits 3f87254...703d2a0 - http://bit.ly/bVwzOd18:30
*** Parts: Github (~Github@sh1-ext.rs.github.com)18:30
*** Quits: rolfkleef (~rolf@urtica.xs4all.nl) (Read error: No route to host)19:13
*** Joins: Shasta- (Shasta@c-67-201-195-170.reshall.wwu.edu)19:50
*** Parts: Shasta- (Shasta@c-67-201-195-170.reshall.wwu.edu)19:50
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)20:00
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)20:00
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 264 seconds)20:17
*** Quits: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk) (Read error: Connection reset by peer)20:33
*** Joins: giallu__ (~giallu@88-149-143-237.dynamic.ngi.it)20:39
*** Quits: giallu_ (~giallu@fedora/giallu) (Ping timeout: 245 seconds)20:39
*** Joins: micahg (~micah@ubuntu/member/micahg)22:26

Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!