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.
1276
Features / Re: New revs
« on March 1st, 2014, 02:28 PM »
[Commit revision 8d7c216]
Author: Nao
Date: Sat, 01 Mar 2014 14:04:30 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)
[Commit revision 7d5286f]
Author: Nao
Date: Sat, 01 Mar 2014 14:19:15 +0100
Stats: 1 file changed; +35 (insertions), -40 (deletions)
Date: Sat, 01 Mar 2014 14:04:30 +0100
Stats: 1 file changed; +2 (insertions), -0 (deletion)
- Added an alias to 'enable database query logging' in the admin area's debug page. It seems more adequate to put it there, but it also belongs to the error log settings page, so... Best of both worlds, right..? (ManageServer.php)
[Commit revision 7d5286f]
Date: Sat, 01 Mar 2014 14:19:15 +0100
Stats: 1 file changed; +35 (insertions), -40 (deletions)
- Fixed database error when searching something and typing a space or a comma in the 'user' box. (Search2.php)
1277
Archived fixes / Re: Database Error: You have an error in your SQL syntax...
« on March 1st, 2014, 02:18 PM »
Fixed!
Thanks :)
Thanks :)
1278
Archived fixes / Re: Database Error: You have an error in your SQL syntax...
« on March 1st, 2014, 02:13 PM »
I can't reproduce this. The error doesn't show the complete query.
Please go to Admin > Server > Error log > Settings, and enable the logging of DB queries. Then, if and when this happens again, please post the complete query.
Oh, scratch that... It's good if you enable this, but I was able to reproduce.
Search for anything, and instead of '*' in the username box, enter ',' (just a comma), or a space (or several). Boom, error shows up.
Will fix in a minute.
Please go to Admin > Server > Error log > Settings, and enable the logging of DB queries. Then, if and when this happens again, please post the complete query.
Oh, scratch that... It's good if you enable this, but I was able to reproduce.
Search for anything, and instead of '*' in the username box, enter ',' (just a comma), or a space (or several). Boom, error shows up.
Will fix in a minute.
1279
Archived fixes / Re: Smileys are gone
« on March 1st, 2014, 01:45 PM »
I don't know.
Did you create the gz folder manually, or something..?
Because I don't see anything wrong in OriginalFiles.php, which handles the creation of htaccess files in gz folders. :-/
Did you create the gz folder manually, or something..?
Because I don't see anything wrong in OriginalFiles.php, which handles the creation of htaccess files in gz folders. :-/
1280
Archived fixes / Re: Smileys are gone
« on March 1st, 2014, 12:43 AM »
Disabling compressed output changed the CSS.GZ extension of your smiley file into CSS, so it probably means the smiley file was corrupted in the first place.
I'm just trying to figure out why it wasn't fixed by purging your cache.
I'm just trying to figure out why it wasn't fixed by purging your cache.
1281
Archived fixes / Re: Smileys are gone
« on March 1st, 2014, 12:37 AM »
Bugger, I wanted to see the bug in action... -_-
1282
Archived fixes / Re: Smileys are gone
« on February 28th, 2014, 11:59 PM »
No errors..? Then why does your JS stop executing?
I'm using the Cyna smiley set. It's a creation of mine, but VERY much inspired by two of my favorite smiley sets: PunBB's (for size) and Invision's (for face concepts). It also adds some smileys that aren't in either package. Also, I made most of the animated smileys, such as :^^;:
I don't want to distribute it within the main package, because I'm not sure about my legal rights here. So, as an alternative, I'm distributing it as part of the stash repo.
I'm using the Cyna smiley set. It's a creation of mine, but VERY much inspired by two of my favorite smiley sets: PunBB's (for size) and Invision's (for face concepts). It also adds some smileys that aren't in either package. Also, I made most of the animated smileys, such as :^^;:
I don't want to distribute it within the main package, because I'm not sure about my legal rights here. So, as an alternative, I'm distributing it as part of the stash repo.
1283
Features / Re: Plugin revs
« on February 28th, 2014, 11:44 PM »
[Commit revision 94ad239]
Author: Nao (Signed-off)
Date: Fri, 28 Feb 2014 23:43:38 +0100
Stats: 3 files changed; +7 (insertions), -4 (deletions)
Date: Fri, 28 Feb 2014 23:43:38 +0100
Stats: 3 files changed; +7 (insertions), -4 (deletions)
- facebook: Login was missing an error string if a user was already linked with your Facebook account. (facebook/plugin.php, facebook/languages/plugin.*.php)
1284
Features / Re: New revs
« on February 28th, 2014, 11:42 PM »
[Commit revision d206d8c]
Author: Nao
Date: Fri, 28 Feb 2014 23:42:07 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)
Date: Fri, 28 Feb 2014 23:42:07 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)
- Allow error messages to retain HTML links. (Errors.php)
1285
Archived fixes / Re: APC Cache Errors
« on February 28th, 2014, 11:36 PM »Fair enough.
Damn ubuntu and their slow updates.
1/ Uninstall Ubuntu's ACPu package.
2/ Do this: pecl install apcu-beta
3/ Restart everything.
If you don't have pecl available, you can install it, I'm pretty sure Ubuntu has an 'automatic' package for it. I remember using it some time ago. (I only tested Ubuntu for a short while.)
1286
Archived fixes / Re: Smileys are gone
« on February 28th, 2014, 11:33 PM »
What's in your console's error log?™
1287
Features / Re: New revs
« on February 28th, 2014, 10:47 PM »
[Commit revision 770ffa1]
Author: Nao
Date: Fri, 28 Feb 2014 16:00:26 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 8bb537d]
Author: Nao
Date: Fri, 28 Feb 2014 22:47:39 +0100
Stats: 1 file changed; +6 (insertions), -4 (deletions)
Date: Fri, 28 Feb 2014 16:00:26 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Don't show the 'Edited' icon for guests, otherwise they'll never get a chance to dismiss it... (Display.php)
[Commit revision 8bb537d]
Date: Fri, 28 Feb 2014 22:47:39 +0100
Stats: 1 file changed; +6 (insertions), -4 (deletions)
- Fixed undefined variable when caching CSS in a situation where Wedge skipped loadSettings entirely (such as the installer.) (Subs-Cache.php)
1288
The Pub / Re: How come I don't see the language flags?
« on February 28th, 2014, 09:43 PM »
Did you purge the cache?
1289
Archived fixes / Re: This is us text not displayed on mobile devices
« on February 28th, 2014, 02:58 PM »
This is by design, actually. It's the same on wedge.org, for instance... I just didn't want to 'waste' valuable space on the limited height of the first visible page, i.e. I preferred to put the focus on the latest topics.
I'm planning to add 'Show on mobile devices' checkboxes for each entry once I write some UI for the whole thing.
I'm planning to add 'Show on mobile devices' checkboxes for each entry once I write some UI for the whole thing.
1290
Archived fixes / Re: APC Cache Errors
« on February 28th, 2014, 02:35 PM »
Googling it shows it's a bug in APCu that was fixed last year. Make sure you have a recent version of it!
You could just add a @ before the call but the cache clearing op probably fails anyway.
Or just remove the user parameter but that's not compatible with APC so I can't do that.
Sucks.
You could just add a @ before the call but the cache clearing op probably fails anyway.
Or just remove the user parameter but that's not compatible with APC so I can't do that.
Sucks.