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.
5626
Features / Re: Menu bug: separator not removed if it's the first visible item on a menu
« on November 1st, 2011, 02:16 PM »
I'll look at it in a bit, just wanted to log that it is the case, really.
5627
Features / Menu bug: separator not removed if it's the first visible item on a menu
« on November 1st, 2011, 01:02 PM »
If a group can see the admin menu, typically because of being able to see the moderate stuff, but don't have access to anything further up that menu, they're given the separator, then the rest of the menu contents. We need to have it skip the separator if it's the first item in a menu.
5628
Off-topic / Re: Post count fever
« on November 1st, 2011, 12:50 PM »You're just too good with a keyboard. I don't know how you can pull it off.
My problem is that you post so much and such long posts -- they're always interesting to read but many times I'll just consider the fact it'll take me 20 minutes to answer and then you'll answer and that another 20 minutes and that's how I kill so many good conversations with my laziness.
Possibly a reason to use threaded replies?
5629
Off-topic / Re: Post count fever
« on November 1st, 2011, 12:36 PM »
You will again - just not right now :P
I can't just suddenly turn out 100+ posts, it needs something to catalyse it. Previously that was the black hole that was the SMF support boards, where there have always been more people asking for help than provided it.
I can't just suddenly turn out 100+ posts, it needs something to catalyse it. Previously that was the black hole that was the SMF support boards, where there have always been more people asking for help than provided it.
5630
Features / Re: New revs
« on November 1st, 2011, 11:38 AM »
(2 modified, 1KB)
Revision: 1142
Author: arantor
Date: 10:37:35, 01 November 2011
Message:
! The board listing had an extra quote in it when using a custom class for a given board's icon. (Boards.template.php, MessageIndex.template.php)
----
Modified : /trunk/Themes/default/Boards.template.php
Modified : /trunk/Themes/default/MessageIndex.template.php
Revision: 1142
Author: arantor
Date: 10:37:35, 01 November 2011
Message:
! The board listing had an extra quote in it when using a custom class for a given board's icon. (Boards.template.php, MessageIndex.template.php)
----
Modified : /trunk/Themes/default/Boards.template.php
Modified : /trunk/Themes/default/MessageIndex.template.php
5631
Features / Re: Thought system
« on November 1st, 2011, 10:49 AM »
Yes, yes it would.
That's why it's important to figure out whether it's truly needed on every member lookup - or if it's not, when it is actually used.
For example, the pm prefs and notify prefs are only called for when handling PMs and notifications respectively, and putting them in a separate table probably isn't going to make a lot of difference (though, it gets complicated when figuring out the whole 'default setting' vs 'user setting' thing in that case without having an explicit row per user)
Whereas I can see the thought being pulled more often (like personal text is)
That's why it's important to figure out whether it's truly needed on every member lookup - or if it's not, when it is actually used.
For example, the pm prefs and notify prefs are only called for when handling PMs and notifications respectively, and putting them in a separate table probably isn't going to make a lot of difference (though, it gets complicated when figuring out the whole 'default setting' vs 'user setting' thing in that case without having an explicit row per user)
Whereas I can see the thought being pulled more often (like personal text is)
5632
Off-topic / Re: Post count fever
« on November 1st, 2011, 10:47 AM »I'm going to Ikea so you have a couple of hours to outdo me. Good luck! :D
5633
Features / Re: Not supplying profile links if no permission
« on November 1st, 2011, 10:32 AM »
PHPSESSID breaks it. (And in some cases it breaks your recolouring test too)
But at least it's something I can remove from WedgeDesk now...
Posted: November 1st, 2011, 10:24 AM
But at least it's something I can remove from WedgeDesk now...
5634
Features / Re: Thought system
« on November 1st, 2011, 10:25 AM »
There's several fields in the members table already that you could argue about, e.g. pm prefs, notify prefs.
Splitting those off into a separate table might not be a bad idea, they're not required that often in reality.
Splitting those off into a separate table might not be a bad idea, they're not required that often in reality.
5635
Off-topic / Re: Post count fever
« on November 1st, 2011, 10:24 AM »
That sounds almost like a plan ;)
5636
Features / Not supplying profile links if no permission
« on November 1st, 2011, 09:47 AM »
This is something I've thought about more than once, and went far enough as to implement a helper function in SimpleDesk for it.
If you can't see other user profiles (e.g. you're a guest), why show the link? It'd save bandwidth, because it's not adding the variety of links per page, plus it means search engines aren't given links to your user's profiles - which means they don't try access them, which saves you a fairly surprising amount of server load.
The downside is *doing it*. Gut instinct tells me it should done after the member group colour replace operation so that we don't have to stick conditional logic throughout the templates.
If you can't see other user profiles (e.g. you're a guest), why show the link? It'd save bandwidth, because it's not adding the variety of links per page, plus it means search engines aren't given links to your user's profiles - which means they don't try access them, which saves you a fairly surprising amount of server load.
The downside is *doing it*. Gut instinct tells me it should done after the member group colour replace operation so that we don't have to stick conditional logic throughout the templates.
5637
Off-topic / Re: Post count fever
« on November 1st, 2011, 09:37 AM »
In other news, to hit 7500 before Nao, I need to make another 93 posts, as opposed to Nao's 20... only time will tell.
5638
Features / Re: Thought system
« on November 1st, 2011, 09:00 AM »
XSS like abusing the crap out of you sending your username and password to spam Twitter. Which would be ironic if it weren't for the fact it was spamming malware links.
It would probably be better to have it as two separate columns for performance.
It would probably be better to have it as two separate columns for performance.
5639
Other software / Re: Once upon a time...
« on November 1st, 2011, 08:52 AM »
In which case the TARDIS very definitely has not been destroyed. The nearest that happens is what happens in episode 12.
Oh, and there's what happens in series episode 13.
Oh, and there's what happens in series episode 13.
5640
Features / Re: New revs
« on November 1st, 2011, 12:40 AM »
(4 modified, 3KB)
Revision: 1141
Author: arantor
Date: 23:39:27, 31 October 2011
Message:
! Don't bother logging the session id of the user when an error is logged. Makes the table smaller, the log view smaller and means users don't get presented with something that almost never means anything to them anyway. (install.sql, Errors.php, ManageErrors.php, Errors.template.php)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Themes/default/Errors.template.php
Modified : /trunk/other/install.sql
@ C-c-c-combo breaker, the last 9 commits or so were absolute alternating ones :P
Revision: 1141
Author: arantor
Date: 23:39:27, 31 October 2011
Message:
! Don't bother logging the session id of the user when an error is logged. Makes the table smaller, the log view smaller and means users don't get presented with something that almost never means anything to them anyway. (install.sql, Errors.php, ManageErrors.php, Errors.template.php)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/ManageErrors.php
Modified : /trunk/Themes/default/Errors.template.php
Modified : /trunk/other/install.sql
@ C-c-c-combo breaker, the last 9 commits or so were absolute alternating ones :P