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
5596
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 5th, 2012, 02:04 PM »
Quote from MultiformeIngegno on April 5th, 2012, 10:23 AM
Finally! :D
This is really useful, groups are ok but really limited. :)
Like Pete says. We discussed this thoroughly just a few weeks ago... :-/
Posted: April 5th, 2012, 02:02 PM

BTW, just to give some random statistics... Over at Noisen, there's only one blog author who ever used topic privacy (ever!), apart from me. And it does have the 'Friends' privacy setting that is more 'practical' to use than Wedge's. Even then, nope, nobody will use it... Probably because they generally don't speak about themselves except by PM, where they know for 'sure' that it's fine to write anything. Still... It's probably a feature that I'm more obsessive about, than anyone else combined. Lol.
5597
Bug reports / Re: Recent posts does not honor topic privacy
« on April 5th, 2012, 02:01 PM »
Alright. Because I'm not even started when it comes to applying privacy policies... ;)
As you can see, although it works perfectly at noisen.com, we want it to work both efficiently and as fast as possible in Wedge. While efficiency is not a problem in Noisen (nobody ever found my 'hidden' topic), query efficiency probably isn't. But because Noisen has less than a million posts, and far from that really, it's not (yet) a problem there...
5598
Features / Re: timeformat annoys me...
« on April 5th, 2012, 01:05 PM »
First sentence is okay but I'm afraid I didn't catch the rest.
How are you going to trim leading zeros on %d if it's in the middle of a string anyway...? Might as well use the trimmed version to begin with. SMF/Wedge already replace %e on the fly with %#d IIRC, if Windows is found.
5599
Bug reports / Re: Board order issues
« on April 5th, 2012, 12:32 PM »
cat_order? Yep... (Long ago.)
Posted: April 4th, 2012, 12:06 PM

Bump?
(Oh there are so many posts I'm waiting for someone to answer really... :P)
5600
Features / Re: New revs
« on April 5th, 2012, 12:32 PM »
rev 1538
(4 files, 5kb)

! If the user chose to view PMs as conversations, their outbox would keep showing conversations instead of filtering their sent messages. (PersonalMessage.php)

! Fixed an odd undefined index in PMs, although I don't really know what could have caused it... (PersonalMessage.php)

! Harmonized help popups when opened as actual windows -- they were unreadable at this point. (Help.template.php)

* Simplifying is not always for the best. (PersonalMessage.french.php)

- A lone windowbg declaration. (Profile.template.php)
5601
Features / Re: timeformat annoys me...
« on April 5th, 2012, 10:27 AM »
Quote from Pandos on April 3rd, 2012, 02:12 PM
Did you try it with %-e ?
The "-" option requests no padding.
I'm having trouble with %-e.
I updated the documentation to "blindly" say to use %-e instead of %e, and to use it by default at install time as well...
However, I can't for the life of me find any frigging documentation about this 'hidden feature' of strftime().
This is annoying to me because for what it's worth, it could very well be something that only works on Apache 2, or Windows, or whatever.

Right now I'm considering returning a trimmed string instead of doing it at strftime().
I don't think that trim() is a very expensive function, and it should solve problems when using parenthesis around the date.
What do you think, guys..?
5602
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 5th, 2012, 08:02 AM »
Thanks! Will look into it when I'm on my pc.
5603
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 5th, 2012, 07:54 AM »
Why not simply rely on user created groups?
Although I agree that if people are going to create a group just for one topic it's a bit silly, but at least its faster... Or is it.

Can you share your code in private? I'm interested in seeing your implementation. As you know I got obsessed with topic privacy shortly before we went live and I'm still hurt I didn't manage to write a ui timely enough. To me, privacy is the most critical feature to complete before going alpha. The rest can 'wait' I think.
5604
Bug reports / Re: Recent posts does not honor topic privacy
« on April 5th, 2012, 07:45 AM »
You mean-- if you apply privacy through the db?
5605
Features / Re: New revs
« on April 4th, 2012, 05:58 PM »
rev 1537
(10 files -1, 5kb)

* Downloading or viewing files stored in Aeva Media would either be very quick (static thumbnails) or as slow as it could be (full site + media area loading). Ensured that Wedge/AeMe never load more than necessary, i.e. skip loading the menu items. (Aeva-Gallery.php)

+ Added a canonical URL to the main media areas: homepage, album page and item page. (Aeva-Gallery.php)

- Removed 'About' section from Aeva Media. The default landing page is now the settings page. (Admin.php, Aeva-Gallery.php, Aeva-ModCP.php, ManageMedia.php, about.png, Admin.language.php, ManageMedia.language.php, ManageMedia.template.php)

! Some media admin areas still used we:title instead of we:cat. (ManageMedia.template.php)

! Fixed an oversight that broke Today/Yesterday. (Subs.php)
5606
Off-topic / Re: Another reason to dislike reCaptcha
« on April 4th, 2012, 04:52 PM »
Quote from Arantor on April 4th, 2012, 03:31 PM
But for multiple language sites, sure, we can look at extending that in some fashion. I might even be persuaded to allow admins to define multiple answers that are acceptable, e.g. variant spellings. Which would also allow you to write the same question in - say - two languages, and define both answers as allowed.
Sounds like a good idea... :)
5607
Off-topic / Re: Another reason to dislike reCaptcha
« on April 4th, 2012, 03:27 PM »
Certainly -- except for non-English speakers!

We really need to add some kind of UI to make it easy to choose a language for the question I'd say.
It's probably better, UX-wise, than implementing a [lang] tag (which I'll probably end up doing, for completeness.)
5608
Off-topic / Re: Another reason to dislike reCaptcha
« on April 4th, 2012, 03:08 PM »
weCaptcha is way better anyway! :eheh:
5609
Other software / Re: Connection error
« on April 4th, 2012, 12:07 PM »
I'm sure it's because they have too many posts, and individual requests may tend to get lost in the wild...
5610
Bug reports / Re: Board order issues
« on April 4th, 2012, 11:05 AM »
Is this one fixed or not.?