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
526
Plugin Support / Re: Wedge way to add Profile Field
« on October 7th, 2014, 01:52 AM »
Where should this hook be added..?

Also, FYI, it's "received", not "recieved". ;) (see your README and plugin-info.xml files!)
527
Plugin Support / Re: Plugin Request: Code Highlighting
« on October 7th, 2014, 01:50 AM »
I think it's plugin material -- just like the SMF mod you've linked to. ;)
528
Hmm... Dunno, to me the simple solution is to set the default membergroup to being post-moderated, then you create another group for users with 1+ posts and disable post-moderation for it..?
529
Archived fixes / Re: Hacking attempt...
« on October 6th, 2014, 09:19 PM »
Usually it's 0755 for folders and 0644 for files, or the other way around. 0777 is overkill and might get blocked. Honestly not sure.
530
Archived fixes / Re: Hacking attempt...
« on October 6th, 2014, 05:24 PM »
Accessing an external installer script is so 2005... So SMF really. Wedge does everything for you and it's more secure, too.
531
Features / Re: New revs
« on October 6th, 2014, 12:41 AM »
[Commit revision 0303ffc]
Author: Nao
Date: Sun, 05 Oct 2014 16:08:56 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Shortened strings returned by... shorten_subject(). (Subs.php)

[Commit revision 4bd583c]
Author: Nao
Date: Sun, 05 Oct 2014 16:09:42 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • Fixed minor glitch on skin selector in responsive mode. (Themes.php)

[Commit revision 261d5a3]
Author: Nao
Date: Sun, 05 Oct 2014 16:10:58 +0200
Stats: 1 file changed; +6 (insertions), -4 (deletions)

  • Commenazi, and spacinazi. (Subs-Media.php)

[Commit revision 9f4c805]
Author: Nao
Date: Mon, 06 Oct 2014 00:41:11 +0200
Stats: 2 files changed; +41 (insertions), -39 (deletions)

  • More fixes to the search popup. Should behave better in mobile mode *and* desktop mode, too... What an annoying piece of code, still. (script.js, sections.css)
532
Plugin Support / Re: Wedge way to add Profile Field
« on October 4th, 2014, 09:41 AM »
Still have no idea what this is about lol. I'll focus on plugins once 1.0 is out I guess..?

Anyway I should tell you that the feature in working on is precisely a rewrite of the like feature. I felt that since likes were an exclusive feature of Wedge and that elk now ships a 1.0 with the same feature (although not a good a ours: P), Wedge needs to retain its crown.

So... It will change eventually.
533
Archived fixes / Re: Input #userspec
« on October 3rd, 2014, 01:31 AM »
The bulk of the problem comes down to the fact that I was testing on a reduced window size, and it didn't use the same responsive behavior as what you guys tested on.
However, after I applied my fix, I realized mobile rendering wasn't great either, because it would cut off the popup on its left. So I made and pushed a patch to fix that, which actually makes things worse.

I hate this popup... It's a great feature, but it's horrible to develop.

Then again, most of the features I'm working on these days are horribly hard to do, which is why I'm taking so long to complete them... (I've been doing a rewrite of the Likes system that started easy, and ended up requiring unexpected database changes, you know the drill...)
534
Features / Re: New revs
« on October 2nd, 2014, 01:03 AM »
[Commit revision 49279a9]
Author: Nao
Date: Wed, 01 Oct 2014 20:30:19 +0200
Stats: 1 file changed; +0 (insertion), -1 (deletion)

  • Removing an older hack for mobile. (sections.css)

[Commit revision 3def5d7]
Author: Nao
Date: Thu, 02 Oct 2014 01:03:20 +0200
Stats: 3 files changed; +7 (insertions), -16 (deletions)

  • So... It turned out, my search popup code was a bit messed up because my browser always runs with a narrow width, so that responsive layouts are always enabled. And while it worked fine in responsive mode, I somehow managed to break it in desktop mode in the last few months. Fixing this by applying the responsive layout on desktop browsers, and we're done. (index.css, sections.css)
  • Tweaked JS so that search popups never overflow to the left of the screen if it's too narrow. (script.js)
535
Archived fixes / Re: Search box "by user" input
« on October 1st, 2014, 03:55 PM »
I used to do that at some point, but I guess I forgot, ehh...

Anyway, done, I think.
536
Features / Re: New revs
« on October 1st, 2014, 03:55 PM »
[Commit revision dd42929]
Author: Nao
Date: Wed, 01 Oct 2014 15:54:52 +0200
Stats: 2 files changed; +4 (insertions), -2 (deletions)

  • Fixed search popup's widths altogether. (Search.template.php, sections.css)
537
Archived fixes / Re: Search box "by user" input
« on September 30th, 2014, 05:14 PM »
Look at my version...
I have no idea why my boxes are wider (i.e. they adapt to the popup's internal width), and yours are adapting to the parent (search box)'s width...

Basically, now MY popup is ugly... :(
538
Features / Re: New revs
« on September 29th, 2014, 09:57 PM »
[Commit revision a230857]
Author: Nao
Date: Mon, 29 Sep 2014 21:53:55 +0200
Stats: 1 file changed; +4 (insertions), -4 (deletions)

  • Not sure why I insisted on 'assuming' a scrollbar width in $(window).width(), when I could simply rely to $('body').width() to get a scrollbar-less width... Or is it some other thing that causes bugs elsewhere..? I'll find out soon enough. (sbox.js)

[Commit revision 95d35e4]
Author: Nao
Date: Mon, 29 Sep 2014 21:56:16 +0200
Stats: 2 files changed; +7 (insertions), -2 (deletions)

  • Now right-floating select box hints (i.e. <small> tags), which was my original plan. It caused a bug around which I worked by forcing a style temporarily... Weird bug, but whatever... Works in Chrome now. Haven't tested in other browsers, but as usual, if you're not getting paid for something, you'll have to rely on others to do some of the testing for you. (index.css, sbox.js)

[Commit revision 3022c8a]
Author: Nao
Date: Mon, 29 Sep 2014 21:57:22 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)

539
Bug reports / Re: Shorten Subjects in Stats
« on September 28th, 2014, 12:21 AM »
But what browser..?!
540
Archived fixes / Re: Input #userspec
« on September 27th, 2014, 10:51 PM »
I think one of the reasons I don't like pull requests is that they force me to pull from the remote repo even on my personal copy and I always forget to do that...

Anyway done. But I still don't know which browser this affected because it works fine even on chrome mobile and Firefox for me...