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
361
Features / Re: New revs
« on April 3rd, 2015, 05:52 PM »
[Commit revision 61584fd]
Author: Pandos (Signed-off)
Date: Fri, 06 Mar 2015 08:19:33 +0100
Stats: 3 files changed; +54 (insertions), -12 (deletions)

  • Don't use bit columns. No,, it's better to use tinyint. Means the same but with different handling.

[Commit revision c267f8c]
Author: Nao
Date: Fri, 03 Apr 2015 17:52:11 +0200
Stats: 3 files changed; +54 (insertions), -12 (deletions)

  • Merge pull request #27 from Pandos/dev
  • Don't use bit columns. No,, it's better to use tinyint. Means the same...
362
Plugins / [Plugin] Re: CountLikes
« on March 22nd, 2015, 11:15 AM »
Doesn't matter, you're not offering to view liked topics, only viewed posts, so off it goes.. ;)
363
Plugins / [Plugin] Re: CountLikes
« on March 20th, 2015, 11:26 PM »
On line 90, $context['is_topics'] is undefined... It's copy-pasted from Profile-View.php, where it's defined earlier...
I just removed that code block, working fine now.
364
Features / Re: New revs
« on March 18th, 2015, 08:32 PM »
[Commit revision 6294c91]
Author: Nao
Date: Wed, 18 Mar 2015 20:32:17 +0100
Stats: 2 files changed; +5 (insertions), -5 (deletions)

  • A couple of relatively ugly changes to allow Like button clicks to show a more informative header than just a plain number of likes... (Msg.template.php, script.js)
  • Note, I could have done without the $(from).hasClass('fadein') test, but seriously, I don't want to manually check all occurrences of reqWin to make sure their parents don't have a title attribute...
365
The Pub / Re: Aeva Media 2.0
« on March 18th, 2015, 07:39 PM »
I'd recommend switching to Wedge instead, but what do I know...... :whistle:
366
Features / Re: New revs
« on March 17th, 2015, 07:58 PM »
[Commit revision 4484e0d]
Author: Nao
Date: Fri, 27 Feb 2015 16:20:26 +0100
Stats: 1 file changed; +10 (insertions), -2 (deletions)

  • Better 'unread' icons for boards in Chrome and Safari 6+. Other browsers untouched, since they don't support CSS filters, at least that's what caniuse.com says. (sections.css)

[Commit revision b819085]
Author: Nao
Date: Sun, 01 Mar 2015 13:04:09 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Fixed a long-lived bug that prevented embedded SVG files from getting rendered, at least in WebKit. (Class-CSS.php)

[Commit revision 40ed7a7]
Author: Nao
Date: Tue, 17 Mar 2015 19:57:17 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Better cat headings for Weaving. (index.css)

[Commit revision 9f1aed2]
Author: Nao
Date: Tue, 17 Mar 2015 19:57:40 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

367
Archived fixes / Re: Topic merging not working anymore
« on March 17th, 2015, 07:42 PM »
It will remain a mystery forever... ;)
368
Off-topic / Windows
« on March 12th, 2015, 12:49 PM »
Okay, since most of the talk is unrelated to Wedge these days and devoted to Linux (of which I'm not a big fan......... Not that I'm a fan of any OSes these days), I'm also taking a break off it and trying to get a real project off the ground (by "real", I mean "not as fantastic and ambitious as Wedge, but one that people are actually willing to pay for.")

So I installed Visual Studio Community on my C: drive (because SSD!), which only had 11 GB of free space...
The installer said, "10 GB required". Good. Go ahead, I'm going to bed. This morning, I woke up to a disaster: VS obviously filled my entire C drive, and in the process many programs crashed... Except for the VS installer, which didn't seem to care.

Only, it had filled my entire drive (that is, NOT 10 GB), so I decided to uninstall that piece of crap because I don't like false promises, AND it filled my control panel's Programs tab with dozens of useless programs I didn't want, like their awful SQL Server... Or ASP.Net, etc.

Okay, so I installed VS automatically and ended up with 9.1 free GB, then after installing everything else one by one, I was at 8.8 GB... Yep. Then I rebooted, and was at 8.7. (My page file is fixed sized, so it's not related to that.) I launched the drive cleanup utility from Microsoft, and eliminated 1.5 GB of old backups and 1 GB of 'pending logs' as suggested by it, and after a reboot, I was at 9.1 GB. I'm not kidding you guys... I uninstalled XP Mode (1.1 GB), rebooted, and was at 9.1 GB again. This whole 'uninstall and cleanup' process is very cool, since I apparently got robbed of about 5 GB of disk space by Microsoft since last night.

And don't tell me to go for Linux, quite obviously from reading the other topic, it's even worse! :lol:
Also, when I removed XP Mode, Microsoft 'forgot' to remove the diff drive (8 GB!), so I had to remove it manually. Thankfully, I didn't forget about it myself... Now at that point, I'm at ~20 GB when I should be at 25 or 26, maybe more.

My question is: what the hell is happening with Windows and the C drive..? I never really looked into that one, because I'm mostly dealing with my data drive, but for instance, a few seconds ago I noticed my drive was at 24.6 (!!!!), then I refreshed, and it was at 19.4. Currently at 19.5. There's something fishy in here... And I couldn't find answers about that issue. So, are you aware guys, of anything that could cause these free space fluctuations? Is it Windows? Is it the hard drive? Do I actually have 25+ GB free space, and I just need to try and fill it somehow..?

Still at 19.5... :-/
Posted: March 12th, 2015, 12:44 PM

Also, it hasn't uninstalled ASP.Net since Windows Update is offering an important update for "ASP.NET Web Frameworks - Security Update for Microsoft ASP.NET MVC 4.0", and yes, I don't want to have ASP.NET anywhere near me, AND it's not showing up in the control panel as an installed program...!!
369
Plugins / [Plugin] Re: CountLikes
« on March 10th, 2015, 11:15 AM »
Fixed a weird error with an unrecognized index on fetch_row... I have no idea why it didn't work, possibly a PHP version specific issue.
Here's the file... Also, fixed some indenting, and stuff.
370
Archived fixes / Re: Data too long for column 'featured' at row 1
« on March 6th, 2015, 04:43 PM »
http://dev.mysql.com/doc/refman/5.0/en/bit-type.html

It's not 'outdated', it's just that it's stricter... (Or did BIT even exist before 5.0...?)

I've never met this problem, though!
Then again, I think wedge.org is mostly running on TINYINT field (otherwise I'd have had to convert manually, and I don't think I did. At least not all fields...) My local install is working fine, and that's with a recent MySQL, so I don't know... Setting, or something?

Apparently, the solution would be to use SET field = b'0' or b'1' instead of SET field = 0 or 1, but it's ugly...

I should remind you that I actually modified the database years ago to use BIT instead of TINYINT where possible... :^^;: (For reasons of "saving space", IIRC. Someone must have advocated for this...)
Going back doesn't sound great to me... :(
371
Features / Re: New revs
« on March 3rd, 2015, 12:05 PM »
[Commit revision 303b49d]
Author: Pandos (Signed-off)
Date: Tue, 03 Mar 2015 09:27:43 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Using Protocol Relative URLs for HTML5
  • If you’re on an HTTPS site but the links and references on the page are hardcoded as HTTP you’ve got problems.

[Commit revision 103ee4f]
Author: Pandos (Signed-off)
Date: Tue, 03 Mar 2015 10:25:17 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)

  • HTML5 Stuff.
  • Making the bitmask parameter more accurate.

[Commit revision 6e662c0]
Author: Nao
Date: Tue, 03 Mar 2015 12:05:20 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • Merge pull request #26 from Pandos/dev
  • HTML5 stuff
372
Support / Re: Input boxes flickering.
« on February 27th, 2015, 11:16 PM »
I think it's forbidden by the Geneva conventions, anyway...
373
The Pub / Re: Creating a Front Page
« on February 27th, 2015, 11:16 PM »
We only took a decision not to make any decisions, if I may say... We didn't want to get into the technicalities of money making (selling the main software? selling plugins? selling support?), especially since we both knew we had little to earn here, and it would be more of a hassle than anything else. However, with Pete leaving the project and me having a kid, I guess I'm in a situation where I need to make an actual decision.
Of course, considering how few forums are currently using Wedge, despite it being 10 times better than any SMF or ElkArte package, I don't think I'm ever going to make over $100 for these 5 years of work, so yeah... Who cares, eh. Even selling the software + tech support won't bring much. The caveat, of course, is that I'll have to eventually push Wedge to the side, and devote myself to a business that actually makes me some money. :(
374
Support / Re: Input boxes flickering.
« on February 27th, 2015, 04:16 PM »
Believe it or not, a few people are still using it, AND Wedge still works okay with it... Well, at least last time I tried, a year ago!
375
The Pub / Re: Creating a Front Page
« on February 27th, 2015, 04:15 PM »
A link to the forum..? Hmm, I think there's a setting in the admin area to have both links to the forum home, and to your website. Not sure, though...

There's no way to add links to the menu for now, I've never had any interest in doing this, so...

Also, generally speaking, if I'm not getting paid for the software, I could at least charge for custom dev... Right?! ::)