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.
8296
Features / Re: New revs - Public comments
« on August 1st, 2011, 04:31 PM »Bah, I missed the array_flip, thinking you were just doing the isset check on it at the end and that it wouldn't work as expected then...
8297
Features / Re: Blogging features
« on August 1st, 2011, 04:21 PM »Also re: beginning of the topic:
- XML-RPC, what's your current opinion on this? Our discussion on trackbacks made me want to implement this without using that protocol. I still think it'd be best to avoid it, but we could 'simply' add it, and allow blog authors to be the only ones allowed to view a trackback.
- Posting from email: did you look into their code, then? Is there any magic behind it?
8298
Features / Re: New revs - Public comments
« on August 1st, 2011, 04:17 PM »
Yeah, that's what I'm thinking too. The admin area doesn't need as much attention as the front end, at least when it comes to these details.
Small remark on rev 901. ManageSettings.php got screwed up during your merge operation. You cancelled my changes in the timezone retrieval loop, but didn't cancel the line just before it that did an array_flip(). As a result, it's broken. I've restored my copy (which uses isset() instead of in_array() and should thus be faster), I'll commit it again when I have something else to commit (other than minor details in the ManageMedia template.)
Small remark on rev 901. ManageSettings.php got screwed up during your merge operation. You cancelled my changes in the timezone retrieval loop, but didn't cancel the line just before it that did an array_flip(). As a result, it's broken. I've restored my copy (which uses isset() instead of in_array() and should thus be faster), I'll commit it again when I have something else to commit (other than minor details in the ManageMedia template.)
8299
Development blog / Re: Now with 97% more visuals!
« on August 1st, 2011, 03:36 PM »Except that users with red/green colour blindness had real trouble differentiating them. (And R/G colour blindness is the most predominant form, more common in males, too)
http://www.cosc.brocku.ca/~bockusd/3p94/webui1.pdf has the full thing for now, it's well worth a read even though it looks like it's years out of date, because the principles it talks about are still true now.
Note that this doesn't mean we should change anything that we have, because for the users who will most likely use Wedge, they're in the Western Europe/US group, which generally means we have similar cultural connotations for colour (green = good, red = danger/bad, that sort of thing), but it is worth being aware of it, I find.
8300
Off-topic / Re: IE users are dumb
« on August 1st, 2011, 02:30 PM »
I know! I know! The stupid ones are those who buy their meat online using IE6. :niark:
8301
Features / Re: New revs - Public comments
« on August 1st, 2011, 02:28 PM »Yeah, that's what I meant; I've fixed the loop myself separately, but I'll fix it when I commit what I do have.
Yes, it can be used more, because it's not heavy in itself, it's only heavy if comma_format wasn't being used already, but the places that occurs are not common.
That one's on my todo list.Quote So, who's going to convert the rest of the plural thingies?
Note to self: merge aeva_utf2entities() into westr::cut().
8302
The Pub / [Archive] Re: Logo Madness
« on August 1st, 2011, 02:13 PM »
And another try... This time with PT Sans.
I'm starting to get the hang of these vector drawing programs. It's the main point of my work on this logo really. I'm getting experience and all.
Still, I wouldn't mind getting some feedback... :P
I'm starting to get the hang of these vector drawing programs. It's the main point of my work on this logo really. I'm getting experience and all.
Still, I wouldn't mind getting some feedback... :P
8303
Features / Re: New revs
« on August 1st, 2011, 02:00 PM »
rev 900
(7 files, 14kb)
+ Added format_comma parameter to number_context(), allowing to disable comma formatting in specific cases. (Subs.php)
+ Optimized comma_format() to skip the (albeit very fast) number_format() call if the number is an integer (no decimal separator) and has less than 4 digits (no thousands separator). Performance is about 25% slower if the test fails, and 400% faster if it succeeds. (Subs.php)
! Searched PM messages didn't show the number of users in a replied PM, unlike other areas in Wedge. (PersonalMessage.php)
- Deleted wedge_checkReplied, as it was basically an early draft of number_context(). (PersonalMessage.php)
* Number of moderator reports now uses number_context(). (index.template.php, index.language.php)
* draftAutoPurge now uses number_context(), as originally intended. (PersonalMessage.template.php, Profile.template.php)
(7 files, 14kb)
+ Added format_comma parameter to number_context(), allowing to disable comma formatting in specific cases. (Subs.php)
+ Optimized comma_format() to skip the (albeit very fast) number_format() call if the number is an integer (no decimal separator) and has less than 4 digits (no thousands separator). Performance is about 25% slower if the test fails, and 400% faster if it succeeds. (Subs.php)
! Searched PM messages didn't show the number of users in a replied PM, unlike other areas in Wedge. (PersonalMessage.php)
- Deleted wedge_checkReplied, as it was basically an early draft of number_context(). (PersonalMessage.php)
* Number of moderator reports now uses number_context(). (index.template.php, index.language.php)
* draftAutoPurge now uses number_context(), as originally intended. (PersonalMessage.template.php, Profile.template.php)
8304
Features / Re: New revs
« on August 1st, 2011, 01:56 PM »
rev 899
(11 files, 12kb)
* Upped the minimum PHP version to 5.2.3, so we can use the double_encode parameter on htmlspecialchars(). (install.php, readme_*.html, webinstall.php, upgrade.php, Class-String.php)
* Changed is_integer() to is_int() or a version that's approximately twice faster, (int) $number === $number. (smf_api.php, Class-String.php, Aeva-Subs-Vital.php)
* jQuerification of packman's file permission page. (Packages.template.php)
! Fixed folder icon alignment and padding in file permission page. (Packages.template.php)
@ NB: big commit today, so I'm splitting it in two. The next one will be there in a few.
(11 files, 12kb)
* Upped the minimum PHP version to 5.2.3, so we can use the double_encode parameter on htmlspecialchars(). (install.php, readme_*.html, webinstall.php, upgrade.php, Class-String.php)
* Changed is_integer() to is_int() or a version that's approximately twice faster, (int) $number === $number. (smf_api.php, Class-String.php, Aeva-Subs-Vital.php)
* jQuerification of packman's file permission page. (Packages.template.php)
! Fixed folder icon alignment and padding in file permission page. (Packages.template.php)
@ NB: big commit today, so I'm splitting it in two. The next one will be there in a few.
8305
Off-topic / Re: IE users are dumb
« on August 1st, 2011, 10:43 AM »
I seldom eat vegetables on my own will, so I guess that one's wrong :niark:
8306
Features / Re: New revs - Public comments
« on August 1st, 2011, 10:22 AM »I haven't looked (been way too busy with stuff) but I suspect it's similar to the one I have on my local copy, which also has the ability to load the timezone from the members table as well.Quote Is my fix okay for you? Feel free to rewrite it... I only fixed the error, really.
Not really, no, because it's not actually used all that often in the scheme of things.Quote Your number convert function -- isn't he comma_format stuff going to kill performance if used on a larger scale...?
Posted: August 1st, 2011, 10:21 AM
So, who's going to convert the rest of the plural thingies?
8307
Development blog / Re: Now with 97% more visuals!
« on August 1st, 2011, 10:19 AM »
Meaning we should not make the icons monochromatic?
8308
Other software / Re: Wedge and SMF directions
« on August 1st, 2011, 10:18 AM »Almost wonder if wiki + threaded discussion would work better for others. Forums can't do everything ;)
8309
Development blog / Re: Would you rather have free speech or a free beer?
« on August 1st, 2011, 10:12 AM »Which means I really should've registered an account here before leeching all the informations into a rather noobish blog post! :eheh:
(i.e. posting on a blog to raise Wedge awereness.)
Given how Wedge links are being censored off simplemachines.org, it's the only way we can make ourselves heard of.
8310
Off-topic / Re: IE users are dumb
« on August 1st, 2011, 10:10 AM »
@Rusty> Actually, I spend a lot of time fixing *all* browsers... Because they're not all as good as Opera when it comes to following standards... :whistle:
Of course, IE6 is the worst of all, but considering I'm spending less and less time giving a shit about it... By the time we're out, it'll be used by less than 10% of users, *and* most of these are in China and Korea anyway. Wedge's target is primarily English and French speaking countries.Quote from CJ Jackson on July 30th, 2011, 12:59 AM What does it say..?
Of course, IE6 is the worst of all, but considering I'm spending less and less time giving a shit about it... By the time we're out, it'll be used by less than 10% of users, *and* most of these are in China and Korea anyway. Wedge's target is primarily English and French speaking countries.
This reminds me of a test between vegans, vegetarians and meat eaters. :lol: