Tuesday, 2012-05-29

*** Joins: kirillka (~Miranda@195.242.142.17)01:14
*** Joins: rac-mb (d5a5bb1e@gateway/web/freenode/ip.213.165.187.30)01:59
*** Parts: rac-mb (d5a5bb1e@gateway/web/freenode/ip.213.165.187.30) ()01:59
*** Joins: giallu (~giallu@fedora/giallu)02:36
*** Joins: ak5 (~ak5@1.202.127.195)04:09
ak5hi for some reason the captcha field doesn't work on my installation of mantisbt04:10
*** Joins: dregad (~dregad@155.250.128.35)04:15
*** Joins: dhx1 (~anonymous@60-242-247-232.static.tpgi.com.au)04:19
dregadhi dhx105:42
dhx1dregad: hey05:42
dregadhow are things05:42
dregadI spent some time trying to fix #13304 - issue with xml parsing errors when displaying error messages in 1.305:44
dregadwas hoping to have your feedback on this05:44
dregadhttps://github.com/dregad/mantisbt/commits/fix-13304-xml-errors05:45
dregadif you don't mind having a look and let me know what you think05:45
dhx1fixed in next? :p05:45
dregadwhenever next / Paul's mantisbt2 become the next master05:46
dregad:P~~~05:46
dhx1you're on the right track05:46
dhx1this bug can only be fixed for instances where we use output buffering05:46
dhx1(which should be all of the time with the current output architecture, file downloads excluded)05:47
dhx1the output buffer needs to be completely flushed and a new error page generated05:47
dhx1the current contents of the output buffer are useless in an error situation05:47
dhx1we don't know what the XHTML markup is and can't close tags/etc05:48
dhx1this is kind of what we do in the 'next' branch with the new Exception handler system05:48
dregadso what you're saying is that I shouldn't bother fixing it for 1.3 ?05:49
dhx1you can try... but it will never work perfectly05:49
dhx1that is why I suggest treating every error as fatal05:50
dhx1or ignored05:50
dhx1! no inline errors !05:50
dregadthought inline had already been removed in 1.305:50
dhx1at least with fatal errors the output buffer can be flushed and a new page outputted05:50
dhx1perhaps...05:50
dregadin that case, if I understand correctly, you recommend instead of trying to parse the output buffer (in my commit, lines 153-159), to just output html_page_top() again, followed by error output05:52
dhx1not quite05:53
dhx1flush/destroy the output buffer and then output html_page_top... etc05:53
dregadyeah that's what I meant05:53
dhx1create a new dedicated error page in other words05:53
dregadokay05:55
dregadi'll see what I can come up with05:55
dregadthanks for your advice05:55
dhx1I'm currently trying to decide whether what I dislike most: pulseaudio or openrc's network configuration format05:56
dhx1let me know how you go05:56
dhx1the aim was to try and get next merged into 'master' as soon as possible05:56
dhx1but that hasn't quite happened yet05:56
dregadWell, with you and Paul pulling in different directions does not help05:57
dhx1I will try and cherry pick/merge Paul's changes into 'next'05:57
dhx1as Daryn and myself did earlier with Paul's database work05:58
dregadat least now he's pushing his changes to github ;)05:58
dhx1:)05:59
dregadsome of the stuff he implemented make a lot of sense06:00
dregadit just makes me feel bad to see all these individual efforts with a (seeming) lack of common objective06:01
dhx1yeah, open source :)06:01
dregad;)06:01
dregadthat's why I focus on 1.2 fixes mostly06:02
dregadthis way I don't have the impression to waste time06:02
dregadand only have to live with occasional comments about this or that commit being stupid06:04
dhx11.2.x is still important06:06
dregadspeaking of which, there's something I really want to do which I'm sure will cause some reactions from raised eyebrows to worse06:06
dhx1I'm interested06:06
* dregad wants to upgrade adodb :)06:06
dregad5.17 is out now, and includes all the fixes I need to pull oracle support into 1.2 (and 1.3 too)06:07
dregaduntil your new DB model replaces that06:07
dregadof course06:07
dregadwhat do you say?06:08
dhx1I'm happy with upgrading ADOdb... I would have done it myself for 1.2.x except... Paul added a bunch of random local patches (MSSQL, etc) a while ago that are hard to split out and merge back in to 5.1706:11
dhx1I tried to move away from a custom ADOdb installation in 1.3.x06:11
dhx1and from memory I think it is vanilla ADOdb?06:11
*** Quits: ak5 (~ak5@1.202.127.195) (Ping timeout: 245 seconds)06:18
dregadcorrect, 1.3 is on vanilla06:18
dregadthe problem with paul's fixes in 1.2 is that they were committed as one batch, and they are not documented06:19
dregad(as we have already discussed on the mailing list)06:19
dhx1yeah06:19
*** Joins: ak5 (~ak5@1.202.127.195)06:20
dregadi'm tempted to revert 1.2 to vanilla and see if anything breaks06:21
dhx1look at it from the positive side... some things will break, others will be fixed :)06:21
dregadrigth06:22
dregadanyway if something breaks we can reapply the fix, and then submit patch requests upstream to john lim - he seems to be responsive to documented problems with patches06:22
dregad@jreese - if you get a chance can you disable user lintest on mantisbt.org, he's been reporting 6 test issues in the past 10 minutes06:23
dhx1responsiveness wasn't always the case though06:29
dregadI know06:34
dregadbut there's been regular releases (every 2-3 months) since July 2011 - after a silence longer than 1 year06:36
* dregad is hungry - time for lunch :-)06:38
*** Quits: ak5 (~ak5@1.202.127.195) (Ping timeout: 244 seconds)07:08
*** Quits: kirillka (~Miranda@195.242.142.17) (Ping timeout: 260 seconds)08:12
*** Joins: kirillka (~Miranda@195.242.142.17)08:28
*** Quits: giallu (~giallu@fedora/giallu) (Ping timeout: 246 seconds)11:50
*** Joins: Paul_46 (~IceChat09@cpc1-enfi15-2-0-cust580.hari.cable.virginmedia.com)13:15
GitHub185[mantisbt] atrol pushed 1 new commit to master: http://git.io/CkoB0A15:44
GitHub185[mantisbt/master] Fix #14306: Tabbing to file upload field not possible on report page - Roland Becker15:44
GitHub116[mantisbt] atrol pushed 1 new commit to master-1.2.x: http://git.io/5XvToA15:44
GitHub116[mantisbt/master-1.2.x] Fix #14306: Tabbing to file upload field not possible on report page - Roland Becker15:44
Paul_46dregad: moo16:12
GitHub153[mantisbt] dregad pushed 1 new commit to master: http://git.io/mqzC1g18:31
GitHub153[mantisbt/master] Fix Excel export of plug-in columns limited to first 100 rows - Damien Regad18:31
GitHub90[mantisbt] dregad pushed 1 new commit to master-1.2.x: http://git.io/N8-d1A18:31
GitHub90[mantisbt/master-1.2.x] Fix Excel export of plug-in columns limited to first 100 rows - Damien Regad18:31
Paul_46dregad: you good at setting up oracle right?18:54
GitHub20[mantisbt] dregad pushed 2 new commits to master: http://git.io/3hZFpg18:58
GitHub20[mantisbt/master] Fix PostgreSQL errors with boolean fields - Damien Regad18:58
GitHub20[mantisbt/master] Optimize filter_db_get_available_queries() - Damien Regad18:58
GitHub51[mantisbt] dregad pushed 2 new commits to master-1.2.x: http://git.io/FABsVQ18:58
GitHub51[mantisbt/master-1.2.x] Fix PostgreSQL errors with boolean fields - Damien Regad18:58
GitHub51[mantisbt/master-1.2.x] Optimize filter_db_get_available_queries() - Damien Regad18:58
Paul_46dhx1: you there?19:08
*** Quits: Paul_46 (~IceChat09@cpc1-enfi15-2-0-cust580.hari.cable.virginmedia.com) (Quit: I cna ytpe 300 wrods pre mniuet!!!)19:34
*** Quits: dhx1 (~anonymous@60-242-247-232.static.tpgi.com.au) (Quit: Leaving)19:41
*** Quits: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)20:00
*** Joins: sdfjkljkdfsljkl (~sdfjkljkd@static.96.23.63.178.clients.your-server.de)20:00

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