Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Nao
6016
Archived fixes / [Bug] Re: Select menu is slightly broken on touch screens
« on March 17th, 2012, 09:26 PM »
Which is why iPhones get a much higher size. To avoid the bars.
I don't remember if I added this for tablets as well.
I dunno how a scrollbqr is supposed to be used on a touch device.

Should really create a bug board now... ;)
6017
Archived fixes / [Bug] Re: PM gets multiplied
« on March 17th, 2012, 09:22 PM »
Didn't I mention this bug yesterday in the list of bugs I compiled got you and I to look into? ;)and yeah, drafts were my first idea. Because I could literally see pms getting written ;)
6018
I spent over 28 hours on it and I'm feeling like a zombie, see my latest thought... :P

The main issue with Wedge right now is that I've been committing an awful lot of skin changes and hacks that are going to need some clean-up before we can release those... ;)
But there's no better way to test-drive the software than using it on a rather large website like this one!
6019
Off-topic / Re: OMG! How can I download this!!!!!!!!
« on March 17th, 2012, 08:07 PM »
But I don't know you, so it's not as fun for me! ::)
6020
Features / Re: New revs
« on March 17th, 2012, 08:06 PM »
rev 1480
(10 files, 4kb)

+ Added a blog class to help style blog posts. Styling the original post is as easy as reaching ".blog .first-post"... So I did just that to remove the background color and increase the font size. (Display.template.php, InfoCenter.template.php, sections.css)

! Fixed a gradient function issue that caused some browsers to show the fallback background color in addition to the gradient itself. Hopefully this won't break anything else, seems unlikely at least. (Class-CSS.php)

* Committing my latest changes to the Wedge.org homepage, including removing the roundframe classes and quick board list, and moving the slogan section right before the main title, because in my case I'm floating both and need this to be done this way. That's what I like about skins. You can perfectly decide to change the order later because it's all in a macro. (Home.template.php, index.template.php)

- Wedge was always showing an 'Awaiting approval' message next to attachments in Post pages, because it couldn't find the approval field that was removed earlier. (Post.template.php)

! Fixed smart quote splitter. (editor.js, post.js)

! Fixed thought form margin when replying to a thought. (index.member.css)

! Quick hack to make #board_list and .board_list both stylable... (sections.css)

@ Taking a break, the missus being back from her ski holidays and everything... And she's not glad that I'm on my PC :whistle:
6021
Thanks for the fix :)
6022
Off-topic / Re: OMG! How can I download this!!!!!!!!
« on March 17th, 2012, 08:00 PM »
Just here: http://wedg........

Oops, I almost gave it away! :niark:
6023
Hmm, there are plenty of little issues with it, but it's okay. Drafts, and the way they're implemented (also in PMs!), are one of the selling points of Wedge.
One thing I noticed, and would like to suggest, is that if Remove Draft is clicked, either reset the timeout counter, or just disable it, because it's unlikely the author really plans to post the message (may be testing something). At some point I clicked Removed Draft, and the button showed up again two seconds later... ;)

Ah, bugger, button icons are broken in IE9... :-/
6024
Archived fixes / [Bug] Re: Unable to reply a post
« on March 17th, 2012, 02:47 PM »
Maybe we should ask them...
6025
Features / Re: New revs
« on March 17th, 2012, 01:18 PM »
My! Forgot to post this one...

rev 1477
(6 files, 4kb)

! Add Media button was still showing up even with the Media gallery disabled. (Class-Editor.php)

! I don't know what this $firstIndex business was all about, but it didn't work on blogs. Rewrote it to simply use min($messages), which will retrieve the old message ID in the list. That's bound to be the first message to show up, innit...? (Display.php)

+ Added the proper board index to the homepage, below latest topics and latest thoughts. As I said - it's just ten lines of code and not template edits... Über-cool. (Home.php)

! Removing tapatalk from 404 error logs. Seriously, we don't need to see that. Also transforming ampersand entities to regular ampersands. Hopefully that'll be enough to make some referrers browsable without edits. (QueryString.php)

* Changed ssi_recentTopics() so that it uses the topic's title, rather than the last post's. Also removed a duplicate id_topic field retrieval. I don't even know how that never generated a MySQL error...! (SSI.php)

+ Adding a Save class to the Pretty URL admin page's submit button. (Admin.template.php)
6026
Archived fixes / [Bug] Re: Unable to reply a post
« on March 17th, 2012, 01:14 PM »
Maybe these are leftovers from when it was an SMF board?
6027
Archived fixes / [Bug] Re: Unable to reply a post
« on March 17th, 2012, 12:34 PM »
I don't know, do you have a tapatalk app installed somewhere?

It seems to be coming from 'guests', so I think it's someone on their iPhone or something that's running the Tapatalk app and trying to access Wedge.org, or something... I don't know. You know, perhaps it identifies Wedge as SMF and tries to find some custom code that will allow for Tapatalk to communicate with it.
But there's no such thing, so...!
6028
Archived fixes / [Bug] Re: Unable to reply a post
« on March 17th, 2012, 11:37 AM »
Addendum: the error only occurs if you press Reply or Quote on one of your own PMs... The Preview works otherwise. But if it's a PM of yours -- error message.

@willemjan> False positive means that Bad Behavior is telling Wedge that you're doing a potentially 'suspect' action, and thus is attempting to restrict your movements. But it seems that generating the error forces Wedge to call loadPermissions() which in turns tries to load a board ID but it hasn't been filled in yet, so it generates an error for that problem, rather than for the original problem.

Anyway, that's for Pete to fix now...

BTW, what the HELL are these HTTP requests for wedge.org/mobiquo/tapatalkdetect.js?!
Wedge is not compatible with Tapatalk. If I'm getting one of these failed requests once more, I'll mailbomb them!
Well, maybe not, but it's been a long time since I've seen the word mailbomb, wanted to use it!
6029
Archived fixes / [Bug] Re: Unable to reply a post
« on March 17th, 2012, 11:29 AM »
That's possibly because I temporarily disabled Bad Behavior.
But it's unrelated to the fact that I've spotted where the error comes from: Bad Behavior returns a false positive on you guys, and then tries to attach an error, but it errors out on a different matter (i.e. trying to SHOW the error) before it even gets to show you the error. So, the 'board not found' error is not your error, it's Bad Behavior's. Well, not Bad Behavior's, but the code that is inspired by BB. :P

Another bug (unrelated?): click Preview when replying to a Personal Message. It insists that you're not the author, and sends a fatal error.
6030
Archived fixes / [Bug] Re: Unable to reply a post
« on March 17th, 2012, 11:17 AM »
This is the error that Google kept getting yesterday.
Now it seems that others are getting it, too! I've seen Farjo and another in the error log as well.

The only difference this morning is that I disabled pretty topic URLs, 'just in case'... I'll re-enable them because I don't think it changes anything.