#dev | Logs for 2014-07-22

« return
[00:04:29] juggs is now known as juggs|afk
[00:18:37] juggs|afk is now known as juggs
[04:10:59] -!- Space_Man has quit [Ping timeout: 244 seconds]
[05:15:11] -!- bspar has quit [Quit: Screw you guys, I'm going home]
[06:58:37] juggs is now known as juggs|afk
[07:19:43] -!- Alberto has quit [K-Lined]
[07:20:04] -!- Alberto [Alberto!~Alberto@189.132.ywz.wni] has joined #dev
[07:21:04] Alberto is now known as SoyGuest34866
[07:51:17] -!- Space_Man [Space_Man!~Space_Man@91-886-365-69.static.enta.net] has joined #dev
[09:35:05] -!- Space_Man has quit [Remote host closed the connection]
[09:36:58] -!- Space_Man [Space_Man!~Space_Man@91-886-365-69.static.enta.net] has joined #dev
[10:33:27] SoyGuest71713 is now known as cosurgi
[10:33:31] -!- cosurgi has quit [Changing host]
[10:33:31] -!- cosurgi [cosurgi!~cosurgi@Soylent/Staff/Wiki/cosurgi] has joined #dev
[10:52:26] -!- Tachyon has quit [Ping timeout: 244 seconds]
[12:11:54] -!- Tachyon [Tachyon!Tachyon@nhomqqz83.ms.mff.cuni.cz] has joined #dev
[12:21:18] -!- Tachyon has quit [Ping timeout: 244 seconds]
[12:29:58] -!- Tachyon [Tachyon!Tachyon@nhomqqz83.ms.mff.cuni.cz] has joined #dev
[13:04:24] <TheMightyBuzzard> paulej72, i know you did the new messaging system, any chance you've already fixed the journal notifications and i missed it?
[13:04:54] <TheMightyBuzzard> as in notifying you a friend posted a new journal not containing anything and not linked to said journal entry.
[13:05:26] <paulej72> yes it has been fixed. it was a pull houtly after 14.06 went live
[13:06:42] <TheMightyBuzzard> awesome. i was going to hop on that if it wasn't because someone brought it up this morning.
[13:42:49] -!- Alberto_ [Alberto_!~Alberto@187.214.mnu.li] has joined #dev
[13:46:02] -!- SoyGuest34866 has quit [Ping timeout: 244 seconds]
[14:26:20] -!- Tachyon has quit [Ping timeout: 244 seconds]
[15:15:34] -!- Tachyon [Tachyon!~Tachyon@08-95-23-750.tmcz.cz] has joined #dev
[15:30:23] -!- mrcoolbp [mrcoolbp!~mrcoolbp@Soylent/Staff/mrcoolbp] has joined #dev
[16:15:21] -!- n1 has quit [Ping timeout: 244 seconds]
[16:24:12] -!- Tachyon_ [Tachyon_!~Tachyon@91-69-85-696.tmcz.cz] has joined #dev
[16:27:14] -!- Tachyon has quit [Ping timeout: 244 seconds]
[16:37:34] -!- Tachyon_ has quit [Ping timeout: 244 seconds]
[16:43:13] -!- Tachyon [Tachyon!~Tachyon@91-69-85-696.tmcz.cz] has joined #dev
[17:14:15] -!- Tachyon has quit [Ping timeout: 244 seconds]
[18:08:19] -!- Tachyon [Tachyon!~Tachyon@xuco.me] has joined #dev
[19:38:12] Alberto_ is now known as Alberto
[20:32:59] <Alberto> there is a few issues on the pl files at Soylent as in Slashdot
[20:33:11] <Alberto> you pass < ' > or things like that and crash
[20:52:54] <TheMightyBuzzard> if you say so. does fine for me.
[21:09:54] * Alberto learning about regex
[21:11:38] <TheMightyBuzzard> if you can point me specifically to how to get an error page, i'll be glad to look into it but i've just recently been over that code and i'm almost positive a bug like that could not happen.
[21:46:18] -!- Drop [Drop!~Drop___@via1-vhat2-0-3-jppz214.perr.cable.virginm.net] has joined #dev
[22:05:36] <Alberto> TheMightyBuzzard, i'm on that right now
[22:06:08] <Alberto> TheMightyBuzzard, are you there?
[22:06:14] <TheMightyBuzzard> yep
[22:06:59] <Alberto> http://soylentnews.org
[22:07:10] <Alberto> must validate the string right?
[22:07:16] <Alberto> to avoid manipulation
[22:08:21] <TheMightyBuzzard> working as expected. that's our version of a 404 file not found page
[22:08:43] <mrcoolbp> yeah, that doesn't look like the right syntax
[22:08:45] <Alberto> No, this is your 404 http://soylentnews.org
[22:09:15] <Alberto> mrcoolbp, i know i added the <> (replaced the 14)
[22:09:18] <TheMightyBuzzard> both are. give an empty sid and you get the same thing
[22:12:08] <Alberto> http://soylentnews.org
[22:12:10] <Alberto> as this
[22:14:05] <TheMightyBuzzard> Alberto, that might be something, try it over on dev and see if it still works if you would. there have been a LOT of changes to the underlying code recently.
[22:14:19] <Alberto> dev.soylent?
[22:14:28] <Alberto> http://dev.soylentnews.org
[22:14:29] <Alberto> same
[22:16:11] <Alberto> http://dev.soylentnews.org
[22:16:14] <Alberto> same
[22:16:38] <TheMightyBuzzard> shows entirely different for me
[22:18:02] <Alberto> what you see?
[22:18:34] <Alberto> Submission Preview
[22:18:34] <Alberto> submission by at
[22:18:34] <Alberto> An anonymous coward writes:
[22:18:38] <Alberto> all empty
[22:19:26] <TheMightyBuzzard> yep, sure enough. which would let you submit an empty story. strangely browser specific though. does not work in FF, does in chrome.
[22:20:00] <mrcoolbp> nice find Alberto
[22:20:18] * Alberto likes to explore
[22:20:39] <Alberto> subid must be valid and exist on DB
[22:20:41] <Alberto> right?
[22:21:00] <TheMightyBuzzard> yep, tis checked
[22:22:23] <Alberto> and maybe redirect the error from article.pl to 404 too
[22:22:30] <Alberto> because i don't see an 404
[22:22:53] <Alberto> from a marketing point is always better to suggest nor show an 404
[22:23:03] <Alberto> #nothing to do here" isn't good :P
[22:23:20] * TheMightyBuzzard scratches his chin
[22:23:54] <TheMightyBuzzard> possibly. you'd have to convince someone who worried about marketing though.
[22:24:11] <TheMightyBuzzard> <--- code monkey and no ambitions beyond that.
[22:24:22] <Alberto> compression has detected something wrong with your submission
[22:24:24] <Alberto> zS
[22:24:25] <Alberto> xD
[22:24:43] <Alberto> mrcoolbp, i let you submit that error on submit.pl
[22:24:43] <TheMightyBuzzard> now that is a proper error message working as expected.
[22:26:02] <mrcoolbp> Alberto: um, okay
[22:26:23] <Alberto> i'm lazy to write bug reports
[22:26:45] <Alberto> mrcoolbp, TheMightyBuzzard said that the submit.pl?op=viewsub&subid=%3Ctest%3E didn't worked on FF but in chrome yes. is Weird
[22:27:21] <TheMightyBuzzard> i'd just paste that line in an issue n call it good. in fact, i think i will.
[22:29:38] <Alberto> This two vars are not used: note title on http://dev.soylentnews.org so is useless to have them on a "<a href"
[22:30:20] <TheMightyBuzzard> hmm?
[22:31:38] <Alberto> http://dev.soylentnews.org
[22:31:39] <Alberto> open that
[22:31:59] <mrcoolbp> TMB, thanks, working on some graphic stuff right now
[22:31:59] <Alberto> when you click on a link there you will see an URL like this: http://dev.soylentnews.org
[22:32:07] <TheMightyBuzzard> wait, mrcoolbp yar
[22:32:22] <Alberto> BUT all from &note to the end is useless because you only need http://dev.soylentnews.org
[22:32:26] <mrcoolbp> TMB ?
[22:32:27] <Alberto> to display the article
[22:32:30] <TheMightyBuzzard> with ya
[22:33:16] <TheMightyBuzzard> yeah, title isn't used
[22:33:38] <Alberto> and note
[22:33:59] <TheMightyBuzzard> note isn't in the link
[22:34:12] <Alberto> &note=&title=HTML-only+Gmail
[22:34:15] <Alberto> it is
[22:34:35] <TheMightyBuzzard> you're seeing a different link than me then
[22:34:56] <Alberto> Open: http://dev.soylentnews.org
[22:35:01] <TheMightyBuzzard> hrm. you using chrome?
[22:35:04] <Alberto> don't be logged in
[22:35:19] <TheMightyBuzzard> mmm could be it
[22:35:48] <TheMightyBuzzard> that's a templates issue looks like. note isn't used there but is elsewhere.
[22:35:54] <TheMightyBuzzard> well elsewhen
[22:36:26] <Alberto> where i can see the article template?
[22:36:29] <Alberto> or header one
[22:36:41] <Alberto> the website also needs dublin core support
[22:37:00] <TheMightyBuzzard> tell me what a dublin core is and i'll consider it.
[22:37:23] <TheMightyBuzzard> https://github.com
[22:37:42] <Alberto> meta data templates
[22:37:42] <Alberto> http://moz.com
[22:37:52] <Alberto> to define quotations etcetera
[22:38:52] <Alberto> TheMightyBuzzard, also http://schema.org
[22:38:57] <TheMightyBuzzard> https://github.com if you want specific
[22:39:30] <TheMightyBuzzard> oh, yeah, not gonna happen any time soon on that.
[22:40:05] <Alberto> even if i do it?
[22:40:28] <TheMightyBuzzard> if you do it, rock on with your bad self and submit it as a pull request.
[22:40:35] <Alberto> great
[22:40:36] <Alberto> :d
[22:42:14] <TheMightyBuzzard> submit it to me if you would though. so i can merge it to a branch of its own and test it on a vm before pushing it to dev for heavy testing. https://github.com
[22:42:51] <TheMightyBuzzard> unless you have a strong desire to set up a vm of your own to make sure it doesn't break things.
[22:43:48] <Alberto> i can do that
[22:43:58] <Alberto> the meta tags are important
[22:44:10] <Alberto> anyway can't vote nor change anything, is a suggestion
[22:44:11] <Alberto> :p
[22:44:59] <TheMightyBuzzard> oh, the accessibility features or complete lack thereof bugging you?
[22:49:53] <Alberto> well is the website hs it is better for indexation and other stuff, included the format of pages on devices
[22:51:58] <TheMightyBuzzard> probably. i'm a crabby old bastich when it comes to html though. anything beyond vanilla html 2.0 annoys me and i mostly let someone like paulej72 deal with it.
[22:52:25] <TheMightyBuzzard> he's our resident template maestro
[22:53:26] <TheMightyBuzzard> unless you want the job, in which case http://wiki.soylentnews.org
[22:55:52] <TheMightyBuzzard> think i'm slated for meta-moderation work for the next month or two. lack of meta-mod was why i got involved. NC and PJ didn't have time with bugs always cropping up.
[22:59:25] <Alberto> i'm not coding material (perl stuff)
[22:59:31] <Alberto> but i want to help
[22:59:32] <Alberto> :D
[23:00:07] <TheMightyBuzzard> plenty of template work to be done. frees up folks like PJ and myself for doing the perl.
[23:00:34] * TheMightyBuzzard shrugs
[23:27:00] juggs|afk is now known as juggs