#dev | Logs for 2015-06-11

« return
[01:02:56] cmn32480 is now known as mechanicsilentbob
[01:09:53] mechanicsilentbob is now known as cmn32480
[01:34:53] -!- cmn32480 has quit [Ping timeout: 264 seconds]
[01:35:09] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has joined #dev
[04:45:15] -!- Tachyon has quit [Read error: Connection reset by peer]
[04:45:37] -!- Tachyon [Tachyon!~Tachyon@xuco.me] has joined #dev
[06:11:13] -!- cmn32480 has quit [Read error: Connection reset by peer]
[06:11:47] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has joined #dev
[08:22:46] -!- Tachyon has quit [Read error: Connection reset by peer]
[08:23:04] -!- Tachyon [Tachyon!~Tachyon@xuco.me] has joined #dev
[11:20:36] -!- cmn32480 has quit [Quit: See You Later]
[12:05:08] <FatPhil> Just discovered a weird bug with the poll booth!
[12:05:36] <FatPhil> the HTML title is sometimes incorrect
[12:06:16] <FatPhil> but it's an intermittent fault that seems to fix itself
[12:06:31] <FatPhil> by reloading the page, the title becomes correct
[12:07:40] <FatPhil> Select a random historical poll, you'll see the voting options, and a "results" link - click that. The title's wrong
[12:08:51] <FatPhil> Hmmm, nope, it's weirder than that. Even once you've selected the historical poll, the title can be wrong on the page with the voting options.
[12:09:39] <FatPhil> but not always
[12:12:40] <FatPhil> plugins/PollBooth/templates/viewpoll;pollBooth;default tells me nothing :-(
[12:55:58] <paulej72> FatPhil: it may be a problem with caching
[12:57:43] <paulej72> even though we truned off memecache. Or it could be due to how our new cluster mysql does not return items orderd by default id. but i rember seeing this bug before and I did not track it down.
[16:22:25] <FatPhil> yeah, with memcache turned off it should be easier to track down
[16:23:25] <FatPhil> what's the name of the table containing the poll questions? maybe I can trace the route of the string out of the database, rather than trying to trace back from the template
[16:35:00] <paulej72> not sure pollquestions pollanswers auto_poll are the ones I can see real quick glance.
[16:35:31] -!- Tachyon_ [Tachyon_!~Tachyon@xuco.me] has joined #dev
[16:39:05] -!- Tachyon has quit [Ping timeout: 264 seconds]
[16:45:03] <FatPhil> hence asking - I took a quick grep and didn't conclude much!
[16:47:22] <FatPhil> I guess it might be somewhere around:
[16:47:23] <FatPhil> plugins/PollBooth/pollBooth.pl: title => $form->{question},
[16:47:26] <FatPhil> plugins/PollBooth/pollBooth.pl: title => $form->{question},
[16:47:29] <FatPhil> plugins/PollBooth/pollBooth.pl: title => $question->{question},
[16:47:35] <FatPhil> a good place to start looking
[19:37:39] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has joined #dev
[19:42:00] -!- cmn32480 has quit [Client Quit]
[21:50:57] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has joined #dev
[22:26:29] -!- cmn32480 has quit [Ping timeout: 264 seconds]