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.
5536
Other software / Re: Customisation site rewrrite
« on April 10th, 2012, 12:36 PM »
Or maybe it's just her way of saying, "We'll never do it"...
Or, worse, her way of saying that they grossly underestimate the time needed to finish smCore... Heck, even we underestimated the time needed for Wedge to be 'clean' by over a year...
Or, worse, her way of saying that they grossly underestimate the time needed to finish smCore... Heck, even we underestimated the time needed for Wedge to be 'clean' by over a year...
5537
Test board / Re: Test topic.
« on April 10th, 2012, 12:34 PM »
IIRC, Aeva's onposting wasn't called because of incompatibilities with the JS handling or something... But that's probably something that could be fixed.
Also, the question is to know whether or not this is a Wedge or SMF bug... (the quote stuff.)
SELECT * FROM wedge_messages WHERE body LIKE '%"%'
Showing rows 0 - 29 ( 3,987 total, Query took 0.0035 sec)
Yeah... Funny eh? Apparently double quotes have been happily living in our database forever without any worries...
Also, the question is to know whether or not this is a Wedge or SMF bug... (the quote stuff.)
SELECT * FROM wedge_messages WHERE body LIKE '%"%'
Showing rows 0 - 29 ( 3,987 total, Query took 0.0035 sec)
Yeah... Funny eh? Apparently double quotes have been happily living in our database forever without any worries...
5538
Bug reports / Re: SMF bug 4770 (top level menu items should be clickable)
« on April 10th, 2012, 12:06 PM »
Bad UI but somehow needed at the time -- was the only way to have a very short and compact CSS+JS menu. I added pseudo-links precisely so they could be targeted along with the rest of the linkable menu items. But since they don't point to anything, browsers shouldn't make them look like links or whatever... What is it that ruins the UX? The hand pointer?
I don't think we can solve the top level destination either...
I don't think we can solve the top level destination either...
5539
Bug reports / Re: SMF bug 4961 (no index.php or .htaccess file when new attach folder made)
« on April 10th, 2012, 12:03 PM »5540
Test board / Re: Test topic.
« on April 10th, 2012, 12:01 PM »
I, for one, would love to know why this is happening at all.
And another reason for me to advocate using double quotes in the DB, rather than quot entities... :whistle:
And another reason for me to advocate using double quotes in the DB, rather than quot entities... :whistle:
5541
Off-topic / Re: Random idea: non-generic default avatars
« on April 10th, 2012, 12:00 PM »
I don't like the font, actually... Might as well reuse our own embedded fonts, especially BebasNeue because it can fit more letters on a single line...
Heck, there's nothing preventing 'random' positioning of the user name in the avatar, as well as adjusting the size depending on the user name's length. And random font, too... Also for the background glyph. (Eh, why not a dingbat font even... or anything that accepts random unicode!)
The glass file supposedly adds an iOS icon effect but it's too subtle to be seen. He should have increased the contrast a lot...
Since our default size is 100x100, it would make sense to have something that size, plus it increases the chances of fitting the entire user name on the avatar.
Heck, there's nothing preventing 'random' positioning of the user name in the avatar, as well as adjusting the size depending on the user name's length. And random font, too... Also for the background glyph. (Eh, why not a dingbat font even... or anything that accepts random unicode!)
The glass file supposedly adds an iOS icon effect but it's too subtle to be seen. He should have increased the contrast a lot...
Since our default size is 100x100, it would make sense to have something that size, plus it increases the chances of fitting the entire user name on the avatar.
5542
Archived fixes / Re: SMF bug 4755 (registration disabled still shows links to register)
« on April 10th, 2012, 11:49 AM »
Yup, all good!
5543
The Pub / Re: Wedge and International Domain Names (IDNs)
« on April 10th, 2012, 11:46 AM »
I suppose it would. Would have to test though...
5544
Test board / Re: Test topic.
« on April 10th, 2012, 11:11 AM »
Kay then...
First post is using entities (quot) in the database. Second post isn't.
That's the reason for the bug... YET another issue with preparsing, this time the other way around (i.e. quick edit adds the bug.)
First post is using entities (quot) in the database. Second post isn't.
That's the reason for the bug... YET another issue with preparsing, this time the other way around (i.e. quick edit adds the bug.)
5545
Test board / Re: Test topic.
« on April 10th, 2012, 10:46 AM »As evidenced here...
BTW, full posting doesn't add the closer spoiler tag, while quick edit does.
5546
Test board / Re: Test topic.
« on April 10th, 2012, 10:45 AM »Bug!
The multi-word spoiler tag actually works on first post, but breaks on quick edit...!
5547
Features / Re: New revs
« on April 10th, 2012, 10:43 AM »
rev 1547
(1 file, 3kb) (very old DB changes that I kept postponing...)
! Fixed spoiler tag adding extra double quotes on double-quoted strings. For instance, if you want to add a custom string in your Spoiler button, use [spoiler="Hello world"] (or just [spoiler=foobar] if there are no spaces), but this would generate extra double quotes in the final HTML. (install.sql)
! Added white-space trimming around quotes. Have yet to determine whether this actually works though... It's not like in the Noisen codebase where I was doing it manually with a couple of regexes, ah ah. (Why am I laughing?) (install.sql)
* Added a few new default settings: disable_rss (0) (media area should show feed links by default), and for other areas: max_urlLength (50) (any URLs longer than 50 chars should be cut off), and display_who_viewing (2) (Wedge should show user names viewing a topic by default since it's already shown in the stats area). (install.sql)
* Harmonized value insertion queries. (install.sql)
(1 file, 3kb) (very old DB changes that I kept postponing...)
! Fixed spoiler tag adding extra double quotes on double-quoted strings. For instance, if you want to add a custom string in your Spoiler button, use [spoiler="Hello world"] (or just [spoiler=foobar] if there are no spaces), but this would generate extra double quotes in the final HTML. (install.sql)
! Added white-space trimming around quotes. Have yet to determine whether this actually works though... It's not like in the Noisen codebase where I was doing it manually with a couple of regexes, ah ah. (Why am I laughing?) (install.sql)
* Added a few new default settings: disable_rss (0) (media area should show feed links by default), and for other areas: max_urlLength (50) (any URLs longer than 50 chars should be cut off), and display_who_viewing (2) (Wedge should show user names viewing a topic by default since it's already shown in the stats area). (install.sql)
* Harmonized value insertion queries. (install.sql)
5548
Archived fixes / Re: SMF bug 4956 (slash in cache key causes cache to fail)
« on April 10th, 2012, 10:33 AM »
I don't think + and = characters are invalid in any way, really...?! Whatever the file system... It's just something that's included in any standard.
If anything, to me it's less scary than the (infinitesimal) chance of collision a md5 hash may generate...
If anything, to me it's less scary than the (infinitesimal) chance of collision a md5 hash may generate...
5549
Other software / Re: Customisation site rewrrite
« on April 10th, 2012, 10:29 AM »
Yeah... Even then, what could possibly stop them from using Aeva Media, and kindly asking me & Dragooon to forfeit our copyright notice for them...? I would certainly consider it.
At least they'd get a decent system up and running in a few days...
At least they'd get a decent system up and running in a few days...
5550
Other software / Re: Customisation site rewrrite
« on April 10th, 2012, 09:53 AM »
After all these years (dr who blah blah) I have only one thing to say to you: lulz!