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.
3826
Bug reports / Re: SMF bug 4961 (no index.php or .htaccess file when new attach folder made)
« on April 9th, 2012, 03:00 PM »
Does AeMe create these? You, sir, win an internet if it does.
3827
Bug reports / Re: SMF bug 4834 (no way to disable PM body being sent in notifications)
« on April 9th, 2012, 02:59 PM »
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...
Plus that then gains the benefit by default of not having messages sent by return email to the admin...
3828
Archived fixes / Re: SMF bug 4913 (convert fopen/fwrite to file_put_contents)
« on April 9th, 2012, 02:57 PM »
Well, I did a cursory search and most of the places that might possibly be candidates fall into my other case anyway...
3829
Archived fixes / Re: SMF bug 4956 (slash in cache key causes cache to fail)
« on April 9th, 2012, 02:57 PM »
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.
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
Bug reports / Re: SMF bug 4770 (top level menu items should be clickable)
« on April 9th, 2012, 02:20 PM »
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.
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
Bug reports / Re: SMF bug 4961 (no index.php or .htaccess file when new attach folder made)
« on April 9th, 2012, 02:05 PM »
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)
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
Archived fixes / Re: SMF bug 4859 (Text limit not necessarily enforced properly)
« on April 9th, 2012, 02:03 PM »
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
Bug reports / Re: SMF bug 4770 (top level menu items should be clickable)
« on April 9th, 2012, 02:02 PM »
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?
Thoughts?
3835
Archived fixes / Re: SMF bug 4956 (slash in cache key causes cache to fail)
« on April 9th, 2012, 02:00 PM »
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
Bug reports / Re: SMF bug 4834 (no way to disable PM body being sent in notifications)
« on April 9th, 2012, 01:58 PM »
Anyone else who feels strongly about this one?
3837
Archived fixes / Re: SMF bug 4913 (convert fopen/fwrite to file_put_contents)
« on April 9th, 2012, 01:57 PM »
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)
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
Archived fixes / Re: SMF bug 4755 (registration disabled still shows links to register)
« on April 9th, 2012, 01:52 PM »
I'm happy with this as it is and as such moving to fixed bugs. We can always revisit it later, of course.
3839
Archived fixes / Re: Fatal error: Unsupported operand types in Load.php
« on April 9th, 2012, 01:50 PM »
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)
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)