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.
6271
Archived fixes / Re: SMF bug (untracked?) Flood time limits are enforced for admins
« on March 1st, 2012, 09:55 PM »
+1, by design. Makes sense to me.
6272
Bug reports / Re: SMF bug 4905 (signature length verified before preparsecode)
« on March 1st, 2012, 09:54 PM »
Hmm... How about we simply count bbcode as a single character or something? Anything between [] could be ignored, for instance. (As long as it's a recognized bbc tag of course...)
6273
Archived fixes / Re: Fixed SMF bugs
« on March 1st, 2012, 09:52 PM »To a degree, this is why SMF always suggests use of repair_settings.php to fix everything.
As far as the attachment pruning, I seem to recall 0 being ignored as it falls foul of empty(), though it is a little unlikely to want to prune everything. I'm not sure it is a bug as a result. But I can look into it.
Also, max width and max height for attachment thumbnails are set to 400 in your code... Any reason for that? Even here, the max width is much higher than that. I changed it locally to 1280x1024 which is probably good enough for maximum thumbnail dimensions... :P
Speaking of which, how about setting 'int' to have a 'min' of 0 by default? You've already set it to 0 pretty much everywhere, really...
6274
Archived fixes / Re: Fixed SMF bugs
« on March 1st, 2012, 07:31 PM »
Was playing with forum URL changes, and I've got to say, it's pretty complicated to update everything...
Wedge tells me to click here to update URLs. So I go there and it's just the theme page, so I update the theme data but the regular forum URL page isn't mentioned (although I did manually modify the Settings.php page), and Smiley sets, avatar and attachment URLs aren't mentioned either.
Also, even after updating all of these, I still needed to empty my JS cache manually. (Not sure why, but CSS was okay...)
Other issues: in the Attachment pruning page, I tried all three options to delete all files. The first one deleted a few files. The 'more than X days' setting was flawed: if I type in 0, it won't delete all files.
And the other two choices are similar. I was totally unable to delete any of the remaining files (dated today, 11:30am).
Wedge tells me to click here to update URLs. So I go there and it's just the theme page, so I update the theme data but the regular forum URL page isn't mentioned (although I did manually modify the Settings.php page), and Smiley sets, avatar and attachment URLs aren't mentioned either.
Also, even after updating all of these, I still needed to empty my JS cache manually. (Not sure why, but CSS was okay...)
Other issues: in the Attachment pruning page, I tried all three options to delete all files. The first one deleted a few files. The 'more than X days' setting was flawed: if I type in 0, it won't delete all files.
And the other two choices are similar. I was totally unable to delete any of the remaining files (dated today, 11:30am).
6275
Archived fixes / Re: Fixed SMF bugs
« on March 1st, 2012, 05:51 PM »
I doubt it would :P
Well, even accented characters would be accepted... It's just an equivalent of (?!\w), anyway. (But I'd rather use \b because I'm not sure it'd work at the end of a string.)
Well, even accented characters would be accepted... It's just an equivalent of (?!\w), anyway. (But I'd rather use \b because I'm not sure it'd work at the end of a string.)
6276
Features / Re: New revs
« on March 1st, 2012, 05:48 PM »
rev 1415
(6 files, 4kb)
+ Added topic_privacy and thought_privacy tables, for later use. Please note that the primary key is a combination of all existing keys, so it may not exactly be very useful as such... I'm not a MySQL guru. (install.sql)
* Optimized SSI's poll function. A tiny bit. I think. Did I say I wasn't a MySQL guru already...? (SSI.php)
* Translation. (Errors.french.php, index.french.php, Login.french.php, ManageMembers.french.php)
(6 files, 4kb)
+ Added topic_privacy and thought_privacy tables, for later use. Please note that the primary key is a combination of all existing keys, so it may not exactly be very useful as such... I'm not a MySQL guru. (install.sql)
* Optimized SSI's poll function. A tiny bit. I think. Did I say I wasn't a MySQL guru already...? (SSI.php)
* Translation. (Errors.french.php, index.french.php, Login.french.php, ManageMembers.french.php)
6277
Archived fixes / Re: Fixed SMF bugs
« on March 1st, 2012, 05:39 PM »
You mean a BBC like "[hello,world=foobar]"...? Sounds silly to me... ;)
6278
Archived fixes / Re: SMF bug 4936 (disabling certain bbc in signatures accidentally stops others)
« on March 1st, 2012, 03:59 PM »If i bbcode is disabled in signatures, img is as well due to the way string matching occurs.
And I even helped fix this one originally >_>
6279
Archived fixes / Re: Fixed SMF bugs
« on March 1st, 2012, 01:34 PM »
Yeah I'll take it slow today.
I meant rate not rhythm. Direct french translation ;)
I meant rate not rhythm. Direct french translation ;)
6280
Archived fixes / Re: Fixed SMF bugs
« on March 1st, 2012, 01:03 PM »
Good work!
You'll reach 9k posts by tomorrow at this rhythm, BTW :lol:
OT
I'm still groggy from my evening. Totally unable to deal with coding. And it really, really doesn't happen to me often...
Definitely not a day to convert Wedge.org to use Wedge.
I will, however, at the very least release screenshots of Weaving. If the importer bugs are fixed today, I'll also publish a version running Wedge.org (but NOT on wedge.org, and possibly with posting disabled), otherwise I'll just publish a bare-bones version.
You'll reach 9k posts by tomorrow at this rhythm, BTW :lol:
OT
I'm still groggy from my evening. Totally unable to deal with coding. And it really, really doesn't happen to me often...
Definitely not a day to convert Wedge.org to use Wedge.
I will, however, at the very least release screenshots of Weaving. If the importer bugs are fixed today, I'll also publish a version running Wedge.org (but NOT on wedge.org, and possibly with posting disabled), otherwise I'll just publish a bare-bones version.
6281
Archived fixes / Re: SMF bug 4870 (incorrectly capitalised month names)
« on March 1st, 2012, 09:47 AM »
Then ucwords is never run?
6282
Archived fixes / Re: SMF bug 4870 (incorrectly capitalised month names)
« on March 1st, 2012, 08:44 AM »
An example? I don't remember this.
6283
Archived fixes / Re: SMF bug 4956 (slash in cache key causes cache to fail)
« on March 1st, 2012, 07:47 AM »
Second solution. Definitely. :)
6284
Archived fixes / Re: Fixed SMF bugs
« on February 29th, 2012, 11:24 PM »
Just edit the first post in the new topic ;)
6285
Bug reports / Re: SMF bug 4714 (replace GIFs with PNGs)
« on February 29th, 2012, 08:33 PM »
I'm All for CSS driven. Ehehh.