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
1756
Archived fixes / Re : follow_me() bug, shows up from time to time.
« on January 28th, 2014, 01:25 PM »
Does it happen when you come back to a tab, or when you first load it?

In the past, I found that very rarely, when coming back to a tab (in Chrome), my div size math was returning a zero and I was stuck with zero-width divs in the user box. Sometimes I would also get much larger sizes than expected. I fixed that by being more careful about tab switching, but maybe Firefox doesn't play along.

Is the text out of bounds only when it's in follow_me mode, or even outside of it? (e.g. you're viewing the post before it.)
1757
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 01:21 PM »
Lol.

Well, I think that's just a random thing anyway. (i.e., hard to reproduce.)

Did you test the rest of the bugs mentioned by Pandos in his first post?
I'm currently working with him in private to see if my alternative handling of the query string can fix the search problem.
1758
Importing into Wedge / Re: Database permissions
« on January 28th, 2014, 01:19 PM »
@TE, while I'm happy that the importer is smart enough to import from other systems, I think realistically we can assume that most Wedge users will be coming from a SMF background, at least until it gets popular enough to stand as an unmissable forum package.
For that reason, it might be best to go the extra length for SMF users.

Also, I thought that since the import script has access to the source's Settings.php, it could very easily re-use this file's user name & password when connecting to the source database..?

@Farjo, I think that what bothers Thorsten is the fact that these db user & password would be stored in a clear text file. However, it could just as well be stored in $_SESSION. I'm not exactly sure why it's a problem at all. The importer has little chance of compromising your website anyway.
1759
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 01:00 PM »
:cool:
Posted: January 28th, 2014, 12:56 PM

Pandos, I've sent you a PM about this!
1760
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 12:43 PM »
I see...
Well, I have a potential fix for that, but I'm not sure it'll work. Stay tuned.
1761
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 12:18 PM »
Worst I could get in the Search Results linktree was about 265 bytes. Add another dozen bytes for ';start=30', and... Well, it's a far cry from the 2K bytes I was fearing I'd get.

Seriously, how can you get super-long query strings then..?!
1762
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 12:15 PM »
But that's only *there*, right..? Search isn't entirely broken to begin with?
1763
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 12:02 PM »
Hmm...
There's a 2083-char limit for IE requests, but I don't know anything about reverse proxies having problems with char limits as well.

The thing is, the original search is done through a post, so I don't see how it could be a problem. The only way I can get $context['params'] to show up is through a 'Next Page' link, for instance. Is that where you start having problems..?
1764
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 11:21 AM »
Can you be more specific when you say something doesn't work...? Because it works perfectly for me now...

It was only broken due to a last-minute change long ago where I removed a test for the upcook query string, and replaced it for an AJAX test... Which was wrong on two levels: (1) I did the reverse of the test I was thinking about, (2) Flash-based uploads never use Ajax, they just use a regular request, so I had to actually force Ajax status in QueryString.php, which was a waste of time, (3) it also disrupted the template flow, and made it impossible to issue a proper response. Not my most glorious change in the codebase, indeed, but if there's one thing I can be proud of, it's that I don't have any problems recognizing my errors. In this case, it was a human error, and I'm happy it got a human solution. :P

* Nao thinks he just wrote a Like-magnet.
* Nao likes Like-magnets.
* Nao likes Likes.

Oooooh, new bug! Inline me's! Yay! :lol:
1765
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 11:16 AM »
Well, it's the goal... IIRC, Pete wrote that for Bad Behavior handling (BB actually searches for CF headers), but it can be applied to any reverse proxy in general, and from what I can gather, CloudFlare and PSS would belong to that category.

Oh, I just looked through the source code, and noticed that CloudFlare is even mentioned in the comments!
So, basically:
- Take grepWin or any program that does folder-wide searches,
- Search for CloudFlare,
- And there you have it, your solution. ;)

I'm just surprised that Lorenzo wouldn't know about the feature, considering he's been using CF for quite some time now. I'm sure it was discussed before.
1766
Archived fixes / Re: Issues with CDN's
« on January 28th, 2014, 10:43 AM »
Just want to be sure of something...
Did you guys both enable proxy settings in Wedge..?

Admin > Server > Server (1st choice) > Proxy Settings.
I'm just asking.
1767
The Pub / Re: Sidebar - Can it be disabled while in a board?
« on January 28th, 2014, 10:13 AM »
You can easily build a skin where the sidebar is hidden or, better, moved to the bottom. I may write one of these in the near future.

Then just force your board skins to use that.
1768
The Pub / Re: Member location on posts
« on January 28th, 2014, 10:12 AM »
Duplicate question....
1769
Plugins / Re: Plugin request - Join date and location in posts
« on January 28th, 2014, 10:11 AM »
I think all of this is handled through custom fields in the Admin area. I'm not sure though, I haven't played with this in a long time.
1770
The Pub / Re: Wedge repo -- installation feedback
« on January 28th, 2014, 12:23 AM »
Oh, the irony...

You must be using a very recent version of PHP. Recently they started deprecating mysql() functions.
It's an old importer script, and it was never converted to use mysqli(), unlike the rest of Wedge. Problem is the same on openimporter.
Either TE will fix it by tomorrow, or I'll look into it. In the meantime, you can always try to downgrade your PHP to 5.3, and retry importing.
Quote from Pandos on January 28th, 2014, 12:22 AM
Cherokee is the fastest server around :)
Not only CF has problems. even Google PSS!
Wrote this month ago. There are several issues with Cloud services.
Ahum... Well, dunno how to fix these, I'm afraid.