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.
781
Features / Re: New revs
« on May 20th, 2014, 10:04 PM »
[Commit revision c9b9157]
Author: Nao
Date: Tue, 20 May 2014 21:50:32 +0200
Stats: 2 files changed; +2 (insertions), -0 (deletion)
Date: Tue, 20 May 2014 21:50:32 +0200
Stats: 2 files changed; +2 (insertions), -0 (deletion)
- Fixing post page buttons in responsive mode. (editor.css)
782
Archived fixes / [switch languages] Re: Weird error
« on May 20th, 2014, 03:56 PM »
I also need to fix the memcached issue, so that'll be good...
783
Archived fixes / [switch languages] Re: Weird error
« on May 20th, 2014, 03:54 PM »
I swear to you, I'm not getting any errors at all...
As for cache keys, IIRC, I 'fixed' them by forcing the keys to be md5 hashes, rather than the original keys.
Your cache generation times... They don't match what I'm getting locally. Then again, I only see real improvements in performance when using level 1; the rest is just too heavy for my taste.
Anyway, since it's likely I'm gonna take on your hosting offer (:)), and I'm already trying to find a replacement for my FTP client (which doesn't support SFTP, boohoo...), I guess I'll be able to test locally, too!
As for cache keys, IIRC, I 'fixed' them by forcing the keys to be md5 hashes, rather than the original keys.
Your cache generation times... They don't match what I'm getting locally. Then again, I only see real improvements in performance when using level 1; the rest is just too heavy for my taste.
Anyway, since it's likely I'm gonna take on your hosting offer (:)), and I'm already trying to find a replacement for my FTP client (which doesn't support SFTP, boohoo...), I guess I'll be able to test locally, too!
784
Archived fixes / [switch languages] Re: Weird error
« on May 20th, 2014, 12:42 AM »
Maybe you should use something else than memcache(d)... PHP 5.5's built-in cache + APCU, maybe? :P
Anyway, well, I guess it's a problem with deleting the keys for memcached when regenerating stuff... Maybe it's keeping an old copy of query_see_*, or something.
For the record, opening this post triggered the infamous layout bug for me (super tall posts). This is the... trigger for me. I'll try to do a flexbox-less version of Wedge.
Anyway, well, I guess it's a problem with deleting the keys for memcached when regenerating stuff... Maybe it's keeping an old copy of query_see_*, or something.
For the record, opening this post triggered the infamous layout bug for me (super tall posts). This is the... trigger for me. I'll try to do a flexbox-less version of Wedge.
785
Features / Re: New revs
« on May 19th, 2014, 11:42 PM »
[Commit revision afcefe5]
Author: Nao
Date: Mon, 19 May 2014 22:26:42 +0200
Stats: 1 file changed; +4 (insertions), -4 (deletions)
[Commit revision 253f20f]
Author: Nao
Date: Mon, 19 May 2014 22:30:20 +0200
Stats: 3 files changed; +25 (insertions), -21 (deletions)
[Commit revision affdb8f]
Author: Nao
Date: Mon, 19 May 2014 23:42:34 +0200
Stats: 1 file changed; +1 (insertion), -0 (deletion)
Date: Mon, 19 May 2014 22:26:42 +0200
Stats: 1 file changed; +4 (insertions), -4 (deletions)
- Slightly better https handling in pre-embedding. (Aeva-Embed.php)
[Commit revision 253f20f]
Date: Mon, 19 May 2014 22:30:20 +0200
Stats: 3 files changed; +25 (insertions), -21 (deletions)
- Better styling of board stats/last post. Hopefully, it doesn't add too much CSS. But I'm saving CSS elsewhere specifically so I can add more CSS where it matters, so... (Boards.template.php, MessageIndex.template.php, sections.css)
- Topic lists are now responsive, as well as board lists inside board pages. (MessageIndex.template.php, sections.css)
[Commit revision affdb8f]
Date: Mon, 19 May 2014 23:42:34 +0200
Stats: 1 file changed; +1 (insertion), -0 (deletion)
- show_signatures setting should be on by default... (install.sql)
786
Archived fixes / [switch languages] Re: Weird error
« on May 19th, 2014, 07:32 PM »
Still unable to reproduce, I'm afraid... :-/
787
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 07:04 PM »
And I can't think of a way to reproduce, lol...
788
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 06:57 PM »
Lol, can't reproduce by following Sara's steps... ;)
It does happen, though, it's just that the steps to reproduce are incorrect.
It does happen, though, it's just that the steps to reproduce are incorrect.
789
Archived fixes / Re: A rather silly menu bug
« on May 19th, 2014, 06:19 PM »
This is a known issue; I actually met it again earlier today while testing notifications.
To be specific, it's linked to my code for making menus work on mobile devices (which are click-based, rather than hover-based). I should probably simply disable this on non-mobile...
To be specific, it's linked to my code for making menus work on mobile devices (which are click-based, rather than hover-based). I should probably simply disable this on non-mobile...
790
Features / Re: New revs
« on May 19th, 2014, 03:21 PM »
[Commit revision d2368b1]
Author: Nao
Date: Mon, 19 May 2014 15:21:29 +0200
Stats: 2 files changed; +20 (insertions), -7 (deletions)
Date: Mon, 19 May 2014 15:21:29 +0200
Stats: 2 files changed; +20 (insertions), -7 (deletions)
- Added an extra animation for the search box. Simple, but it looks nice really. (index.css, script.js)
- Fixed icons for Media and Memberlist menu entries. (index.css)
791
Archived fixes / [Notifications ] Re: Impossible to change settings
« on May 19th, 2014, 03:13 PM »
Bug wasn't in the notif saving code itself, but in the fact that it was never run, because any URL with ";save" in the profile area will be redirected to ";updated" immediately, without being redirected to the requester code...
Sick!
Sick!
792
Features / Re: New revs
« on May 19th, 2014, 02:15 PM »
[Commit revision 6b37b73]
Author: Nao
Date: Mon, 19 May 2014 14:15:09 +0200
Stats: 2 files changed; +3 (insertions), -3 (deletions)
Date: Mon, 19 May 2014 14:15:09 +0200
Stats: 2 files changed; +3 (insertions), -3 (deletions)
- Fixed notification preferences not being saved. Messy one... (Notifications.php)
- Giving up on this member icon thingy for now. (assets/icons/members.gif)
793
Features / Re: New revs
« on May 18th, 2014, 09:37 PM »
[Commit revision 245019a]
Author: Nao
Date: Sat, 17 May 2014 17:54:43 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
[Commit revision d172d15]
Author: Nao
Date: Sun, 18 May 2014 21:24:18 +0200
Stats: 1 file changed; +5 (insertions), -6 (deletions)
[Commit revision bcd3d00]
Author: Nao
Date: Sun, 18 May 2014 21:25:09 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
[Commit revision d96e014]
Author: Nao
Date: Sun, 18 May 2014 21:26:09 +0200
Stats: 1 file changed; +3 (insertions), -6 (deletions)
[Commit revision 4a329ae]
Author: Nao
Date: Sun, 18 May 2014 21:35:20 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Sat, 17 May 2014 17:54:43 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- The topic prefix handler didn't take internationalized response prefixes into account. (Subs-Template.php)
[Commit revision d172d15]
Date: Sun, 18 May 2014 21:24:18 +0200
Stats: 1 file changed; +5 (insertions), -6 (deletions)
- Optimized size of clearfix hack for non-IE6/7 browsers. Saves at least 40 gzipped bytes, which is always nice. (common.css)
- Fixed clearfix for IE6/7. (common.css)
[Commit revision bcd3d00]
Date: Sun, 18 May 2014 21:25:09 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)
- Fixed page replacements generating errors if the variable is internally messed up. (Subs-Template.php)
[Commit revision d96e014]
Date: Sun, 18 May 2014 21:26:09 +0200
Stats: 1 file changed; +3 (insertions), -6 (deletions)
- Another cache query optimized. I love PHP 5.3. (Aeva-Gallery.php)
[Commit revision 4a329ae]
Date: Sun, 18 May 2014 21:35:20 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Media items look bad when there's little space available. (media.css)
794
Archived fixes / [Install] Re: Error 500
« on May 17th, 2014, 05:57 PM »
Okay, what's in your page_replacements setting..?
This is the thing you can fill up in the Pretty URLs admin page... But I'm more interested in the raw data in the settings table, than what the PURLs page tells you.
(It's probably an unserialize error.)
BTW, replacing lines 405 and 406 with this should work...
Code: [Select]
This is the thing you can fill up in the Pretty URLs admin page... But I'm more interested in the raw data in the settings table, than what the PURLs page tells you.
(It's probably an unserialize error.)
BTW, replacing lines 405 and 406 with this should work...
if (!empty($settings['page_replacements']) && ($extra_pr = unserialize($settings['page_replacements'])) !== false)
$pr = array_merge($pr, $extra_pr);795
Archived fixes / [Media Gallery] Re: YouTube links sometimes not working
« on May 17th, 2014, 05:41 PM »
Marking this as fixed. Make sure to tell me if it doesn't work for you... (Technically, since I haven't committed my https fixes, you may not even be able to post these files at all on your local websites..?)