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
1861
Features / Re: New revs
« on January 22nd, 2014, 03:31 PM »
[master e27fe6b]
 5 files changed, 20 insertions(+), 13 deletions(-)

+ Rewrote YouTube embed code to allow for a resizable, responsive iframe. I'd wanted to do that one for some time. (Aeva-Embed.php, Subs-Aeva-Sites.php, sections.css)

* Skins, not themes. If I do one at a time, I'll be done in 10 years. (Themes.english.php)

! Layout fix. (README.md)
1862
Development blog / Re: That'll do.
« on January 22nd, 2014, 03:21 PM »
How's it working now?
I don't have enough free RAM to launch Firefox (I've got something like 200 tabs in it, and it's not so efficient at handling them these days), so I can't test right now, but I think that regardless, you will *all* appreciate this little treat I'm offering to Youtube embedding fans. ;)
Posted: January 22nd, 2014, 03:05 PM

Oops, working on a small height issue. Will be back ASAP with a proper version.
Posted: January 22nd, 2014, 03:10 PM

And voilà :) Finally, Wedge gets fully responsive YouTube embeds.
1863
Importing into Wedge / Re: Importer tool
« on January 22nd, 2014, 02:23 PM »
Pushed to the repo.

Avatar & attachment confirmed to work fine. Thanks!
Also added some translatable strings.

Now, all we need to do is import Aeva Media settings and files... (I'm sure it'll be easy. Nah, just kidding.)
1864
The Pub / Re: What I HATE in Wedge!
« on January 22nd, 2014, 01:53 PM »
There isn't always enough space. But I get your point; at some point I wrote a script that would get stuff out of the menu until it reached the maximum available size, à la phpMyAdmin. But I didn't proceed with it because it was visible at page load time, and I prefer to avoid patrons to see what's going on in the kitchen.

Also, the mini-menus are all loaded from a complex, short JS structure in the HTML, so there's no Ajax involved here.
1865
The Pub / Re: What I LIKE in Wedge!
« on January 22nd, 2014, 10:50 AM »
I was surprised myself; I didn't remember that Wilde had the same header as Wilderless; the only reason it's different in wedge.org is because I have a custom CSS file in that folder, which adds the header background (the Wedge logo).

As for cool developers, I'm sure you don't know THAT many developers in the first place... Or at least I hope so :lol:
1866
The Pub / Re: Wedge repo -- installation feedback
« on January 22nd, 2014, 10:48 AM »
Did a clean install of Wedge Alpha on my Xampp running MySQL 5.0 and PHP 5.5, worked fine. I don't think MySQL 5.5 would be related to these problems, so it must be some kind of OS setting out there.

Pandos, do you mean you think BIT should be avoided? From what I could see, there are no bugs in the current implementation (except of course for the initial scare over unsigned bits), and the worst it can do is truncate results to 0 and 1. All I can do right now is just stick to bits when I'm sure I'll only be using a boolean value, because I think it's slightly misleading and lazy programming to add a 'is_something' column, with values 0 and 1, and then decide that you want to add value 2 to represent something else, closely related but not directly. Sure.
1867
The Pub / Re: Wedge repo -- installation feedback
« on January 22nd, 2014, 09:47 AM »
Quote from Auk on January 22nd, 2014, 01:40 AM
Well done. On my test VM, extracting the file, the permissions weren't set so I had to set everything to 644/777,
It's strange that Wedge can't do these by itself. I didn't think there'd be so many setups that don't give the PHP user any folder rights.
Quote from Auk on January 22nd, 2014, 01:40 AM
afterwards I then experienced issues with the wedge installer being "unthemed" (like in Norodo's pic), managed to get that installed anyway. Then I browsed to my profile to fix the theme problem. Going to admin, I get many file writing related problem, this all points to /gz/keys/ directory, I then fixed that directory to be writable.
That folder was added to the writable list a few hours before you posted. Did you install from an 'early' release? Because many install bugs were fixed after that... (I think.)
Quote from Auk on January 22nd, 2014, 01:40 AM
Now for my test-remote server that is not hosted on my computer (Free hosting service.) Uploading to my webhost, installing, no problems, it installed flawlessly. No theme problems too. This hosts uses:
Or maybe it's a problem with PHP 5.4 or MySQL 5.5, but I doubt it. Perhaps I'll give Xampp another try though.
1868
The Pub / Re: Wedge repo -- installation feedback
« on January 22nd, 2014, 09:44 AM »
Quote from ftab4me on January 22nd, 2014, 06:02 AM
Well. I downloaded the zip file and uploaded to my server. There was no install.php in the root.
Never said there would be...
Quote from ftab4me on January 22nd, 2014, 06:02 AM
Found it in the install directory. Tried to install from /install/install.php. This caused errors  about not finding certain directories. Copied all files from from /install to root /.
As indicated in the readme.
Why does nobody read readme files..?
It even shows up in second position in the paragraph list.
http://github.com/Wedge/wedge/
There it is. Second paragraph. Installation. Mentions every step to follow.
The alpha package will ship with all install/ files in the root by default, but for the pre-alpha, I'm expecting people to at least read the readme... :whistle:
Quote from ftab4me on January 22nd, 2014, 06:02 AM
Ran the install again and  everything installed without error. Deleted install.php from root and deleted the /install directory.
Yup.
Quote from ftab4me on January 22nd, 2014, 06:02 AM
So far Wedge is installed on one of my sub-domains, wedge.helmer.co. Looking forward to the next release.
Oh... So you're elk.helmer.co over at Elk's?
1869
Importing into Wedge / Re: Importer tool
« on January 22nd, 2014, 07:33 AM »
Absolute path works for me. Dunno why it didn't for you.
Database permissions van be complicated to get right. Honestly, I wouldn't know why you need access to one db on another...

As a reminder, the importer tool still doesn't support avatars, attachments and media items. I'll look into it when I'm done with fixing install problems.
1870
The Pub / Re: What I HATE in Wedge!
« on January 22nd, 2014, 07:27 AM »
Installation problems have their own topic.
Please keep this to things you didn't like after you got it working. ;)
1871
Development blog / Re: That'll do.
« on January 22nd, 2014, 01:40 AM »
Strange! I certainly don't have this happening to me...
Anyone else?

What's your browser?

A quick 'fix' to access the Like button: right click the message (above the video), click 'Inspect' or anything your browser offers you, navigate to the <iframe> tag, hit the Delete key if you can (to delete the thing), or add a style like 'display: none' to it. Then, you should have access to the button.

Or, use a better browser, of course... :P

1:40am here in Paris, getting up at 7am, so I'm hitting the bed. Now.
1872
The Pub / What I HATE in Wedge!
« on January 22nd, 2014, 01:36 AM »
If you have anything nasty to say about Wedge, post it here!
You can't please everyone, so I'm expecting some negative feedback. If many people agree on something, then maybe it's time to do... something about it.

You don't have to install Wedge of course, but if you do, you'll be able to say what you hate about the admin area, of course.
1873
The Pub / What I LIKE in Wedge!
« on January 22nd, 2014, 01:36 AM »
If you have anything nice to say about Wedge, post it here!
Did you enjoy a particular feature that you think makes it stand out from the rest? Did you notice a little something that was never advertised anywhere, but that made you fall in love with Wedge?

You don't have to install Wedge of course, but if you do, you'll be able to say what you like about the admin area, of course.
1874
Development blog / Re: That'll do.
« on January 22nd, 2014, 01:30 AM »
Quote from MultiformeIngegno on January 22nd, 2014, 01:20 AM
Nao I'm really excited.. I was there 3 years ago..
Not only were you one of the first to be there -- probably registered on the first day -- but you're also the only one who stayed until now! There are others who haven't actually 'left', but they haven't posted in many months, and thus they don't qualify for this special prize. :P
Quote from MultiformeIngegno on January 22nd, 2014, 01:20 AM
it's strange to remember when we was discussing the name of the project, the change of domain names of the forum, the switch from SMF to wedge of this forum, the hard work of you and Pete. I'm really happy this day finally arrived !! :-) congrats (to you and Pete in particular but also to john and Shitiz )!! :)
It's been a lot of fun. And it had its share of disappointment, too.

Including the fact that I'm... Not... In... My... Bed... Right... NOW. :ph34r:
1875
Features / Re: New revs
« on January 22nd, 2014, 01:28 AM »
[master fcdb130] I'm a zombie... I'm already sleeping... And I'm committing big fixes.
 2 files changed, 4 insertions(+), 2 deletions(-)

Fixed icons not getting embedded, and thus making Wedge load less smoothly. This was due to this week's rewrite of... some stuff, the one where I wanted to save some... other things, and as such added more stuff. (Class-CSS.php)

Temporarily removing PHP minification. The time savings it brings to your server aren't exactly saving me time when it comes to providing support. (index.php)