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 - Harz-FEAR
1
Importing into Wedge / importer MySQL bug
« on February 4th, 2014, 01:18 AM »
The importer throws an error:
Code: [Select]
This query:
SELECT @@SQL_BIG_SELECTS, @@SQL_MAX_JOIN_SIZE;
Caused the error:
Unknown system variable 'SQL_MAX_JOIN_SIZE'

I changed line 366 in importer.php to
Code: [Select]
$results = $db->query("SELECT @@SQL_BIG_SELECTS, @@MAX_JOIN_SIZE");
and now it works fine.

MySQL version is 5.6.12
2
Archived fixes / Re: Pretty URLs and Paths
« on January 31st, 2014, 01:45 PM »
I think you can go to the settings table in your database and change the path there.
3
Archived fixes / Re: Wedge submits reply on mobile
« on January 30th, 2014, 09:41 PM »
My first Smartphone had an Alt key, but I don't know how common keyboards on smartphones are nowadays.
4
Test board / Re: teßt
« on January 30th, 2014, 12:37 AM »
Śś@şš
5
Test board / Re: teßt
« on January 30th, 2014, 12:36 AM »
S
6
Importing into Wedge / Re: Database permissions
« on January 29th, 2014, 11:03 PM »
Quote from Farjo on January 29th, 2014, 10:41 PM
What's the command to show a user's permissions?
Code: [Select]
SHOW GRANTS FOR CURRENT_USER();
7
Archived fixes / Re: Wedge submits reply on mobile
« on January 29th, 2014, 10:58 PM »
Quote from Nao on January 29th, 2014, 10:17 PM
Quote from Pandos on January 29th, 2014, 08:45 PM
Sorry, can't reproduce. Using Android with Chrome.
Also, could writing a 'β' simply be associated with typing Alt+S or maybe CtrlGr+S on a German keyboard? β is like 'ss', right..?
It only happens in the message field though, I'm fine in the Subject field.
At least on my desktop Alt+S works everywhere, so I don't think that's it.
8
Test board / Re: teßt
« on January 29th, 2014, 10:51 PM »
fghfgh
Posted: January 29th, 2014, 10:51 PM

sadasd
9
Archived fixes / Re: Wedge submits reply on mobile
« on January 29th, 2014, 09:05 PM »
Not sure what you mean, I'm using the Android 2.3.5 with Sense and the standard browser.
Code: [Select]
Mozilla/5.0 (Linux; U; Android 2.3.5; de-at; HTC_DesireHD_A9191 Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
10
Archived fixes / Wedge submits reply on mobile
« on January 29th, 2014, 08:22 PM »
When I use Wedge on Mobile (Android) and write a ß, it submits the reply instantly.
Nothing wrong on desktop though.
It's a minor thing but may be important for your german users.
11
Test board / teßt
« on January 29th, 2014, 08:18 PM »
Te
12
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 01:40 PM »
Quote from MultiformeIngegno on January 27th, 2014, 09:58 AM
Quote from Harz-FEAR on January 27th, 2014, 02:45 AM
The google CDN for jquery isn't loading, and it's somehow ironic that you can't change the jquery CDN if the CDN isn't reachable.
Actually you can change CDN. You mean to change it automatically when it's down?
No, you can't, the Selectbox doesn't appear when JQuery is missing, I had to go to the database and change it there.
Posted: January 27th, 2014, 01:35 PM
Quote from Nao on January 27th, 2014, 10:20 AM
The only 'sure-fire' solution is the widely documented <script> hack right after the CDN link.
Another solution would be to make the CDN selectbox not dependent on JQuery.
13
The Pub / Re: Wedge repo -- installation feedback
« on January 27th, 2014, 02:45 AM »
The google CDN for jquery isn't loading, and it's somehow ironic that you can't change the jquery CDN if the CDN isn't reachable.
14
Features: Forward thinking / Re: HTML5 support
« on February 6th, 2013, 08:34 PM »
Quote from Nao on February 6th, 2013, 07:00 PM
2/ I had the status buttons (next to user names) included as divs inside a header tag. Three solutions: (a) tell HTML5 to fuck off, (b) give up on the h4 tag and use a div instead, (b) turn pixelicons into a span, and all its sub-classes into 'i' tags. I considered solution (a) for a long time, then switched to solution (c) as of now.
That's because div is a block, span an inline element. This was already invalid in HTML4, I think.
Quote
So... You can see that this very page, will now validate. No reason to cry victory, though... I'm sure that next month, the W3C will find something new to fuck with us. Wanna bet they'll suddenly say that we all need to use "/>" closers on self-closing tags again...?
Did they really do that? Why divide standards into HTML and XHTML in the first place? Just seems an odd thing to do :lol:
15
Features: Forward thinking / Re: HTML5 support
« on February 6th, 2013, 02:12 AM »
Quote from Arantor on February 6th, 2013, 02:03 AM
According to what validator, exactly?
The one from the w3c
Quote
Have they changed their minds (again) about what is valid and what isn't? As it is, we're waiting for them to change their minds, yet again, about certain attributes being required when a certain meta tag is (or is not) present.
Didn't know that :lol:
But they are not the only ones: if you try to validate this thread, the first error is "Line 66, Column 31: Element div not allowed as child of element h4 in this context. (Suppressing further errors from this subtree.)".

There are some more, but they hide between the alt attribute errors.