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 - Arantor
3826
Does AeMe create these? You, sir, win an internet if it does.
3827
That suggests then that we might want to remove the body text in every case from PM notifications and just be done with it? Not even making it optional, allows for editing after sending - until it has been read, of course.

Plus that then gains the benefit by default of not having messages sent by return email to the admin...
3828
Well, I did a cursory search and most of the places that might possibly be candidates fall into my other case anyway...
3829
I've never heard of MD5 being slow, neither SHA1.
3830
Off-topic / Random idea: non-generic default avatars
« on April 9th, 2012, 02:56 PM »
http://www.phoboslab.org/log/2008/12/instant-avatars

I think it might be cool to have this as an option, perhaps replacing an empty avatar by default. Not sure I want it in Wedge core but could be a neat plugin.

Of course, I'd probably rethink the distribution method slightly and have it be a setup whereby it would generate the avatars for users on the first call and thus make them stored thereafter.
3831
Re first post: it's actually bad UI for those people who are using a desktop because it's a link that doesn't go anywhere and it actually feels broken.

Second post... if the top levels are clickable in the admin panel, where would they go? For some things, like Plugins, going to the first menu item is OK but for some things - like Configuration - going to the first item is actually probably more confusing.
3832
There's also a related bug in SMF about the cache folder where it won't reinstate the index.php or .htaccess files if removed from the top level cache folder.

What it might also be worth doing is setting up a web.config file for IIS which works in a similar way as I understand it (need to talk to some IIS folks about that, really - it isn't common but it should be handled if possible)
3833
I also need to check whether there's a performance impact when moving from a text to a mediumtext but I don't believe there is.
3834
As a thought for the admin panel, this might mean we create a new page for each block of icons, perhaps listing everything that's in each area, maybe even with some descriptions.

Thoughts?
3835
Should definitely hash it all the time, I'm just trying to figure out the best way to do this since there's already an MD5 hash in the filename as it is.
3836
Anyone else who feels strongly about this one?
3837
I'm thinking about this one again.

The grand plan is that attachments, avatars and media, these places all have write access anyway. Plugins, smileys, etc. won't have that access but will do it via the FTP passthrough (as discussed elsewhere) which means there won't be permissions issues, but also where we won't be using native file operations anyway.

Result is that there's very few places this can actually be done meaningfully, except perhaps as a change to the file cache (since the same flock processing should still be possible)
3838
I'm happy with this as it is and as such moving to fixed bugs. We can always revisit it later, of course.
3839
Is this still happening? I cannot reproduce it on my system, not even with different cache systems being used.
3840
Bug reports / Re: Board order issues
« on April 8th, 2012, 06:13 PM »
It's running the exact same query with one difference - only the category gets an extra clause in the WHERE.

The 'obvious' answer would be to ORDER BY board_order but that will add an overhead that isn't needed (since it works naturally elsewhere)