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.
841
Features: Theming / Re: CSS caching
« on May 2nd, 2013, 12:49 PM »everyone's been very busy discussing SMF licensing changes and other things that were already discussed last month... and the month before... etc. I don't get why everyone is wasting their time repeating themselves continually
It's not that I don't care about Wess, it's that I have no idea what's truly best.
My gut instinct says these are important:
browser (ie6, firefox[17-], whatver...)
os (android, ios[-5], whatever...)
member
guest
rtl
admin
mod
and these are not:
member ID (m1, m2...)
board ID (b1...)
category ID (c1...)
842
Features / Re: Post Deletion
« on May 2nd, 2013, 12:46 PM »
Incorrect. It works exactly the opposite way around.
If mods and admins see everything, there's no need to filter out the messages they can't see. No extra work required.
But if you have to select items, you have to prefetch and strip out the rows you don't want - and you can't use an index for it due to low selectivity (a topic with 1000 posts and a moderated reply at the end has 1001 rows of which you want 1000, and the system will have to go through every row for that because the index will be no good for that use case)
If mods and admins see everything, there's no need to filter out the messages they can't see. No extra work required.
But if you have to select items, you have to prefetch and strip out the rows you don't want - and you can't use an index for it due to low selectivity (a topic with 1000 posts and a moderated reply at the end has 1001 rows of which you want 1000, and the system will have to go through every row for that because the index will be no good for that use case)
843
Archived fixes / Re: Board 'Last Post' Bug
« on May 2nd, 2013, 12:44 PM »
And as we discussed before, this is also an SMF bug only it's more visible in our case because we default to going back to the topic on posting.
This is the *real* reason why SMF defaults to going back to the list of topics after posting, so that the board gets updated with 'not so new' status.
This is the *real* reason why SMF defaults to going back to the list of topics after posting, so that the board gets updated with 'not so new' status.
844
Archived fixes / Re: Embbed Auto Resizing
« on May 2nd, 2013, 12:42 PM »
True enough. But for embedded content, I don't think you can automatically resize it since half of them need an actual size to work off.
Oh, that's a thought...
@Nao: since to do that (auto resize an embedded item to current width), you'd have to do that in the client, what about shifting the embed logic to the client side? It'd mean more bandwidth if more sites are used (but it's cacheable) but the performance saving would be enormous on the server.
Oh, that's a thought...
@Nao: since to do that (auto resize an embedded item to current width), you'd have to do that in the client, what about shifting the embed logic to the client side? It'd mean more bandwidth if more sites are used (but it's cacheable) but the performance saving would be enormous on the server.
845
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 04:25 AM »Neither the org nor the project has "chased away" any members, developers or otherwise.
You do realise there are other ways you can push someone out of a project without visibly appearing to do so, right? Cast your mind back to 2009 when I joined the team. Bryan and I didn't get along to start with. Then I realised that there was a problem: he was suggesting things and no-one was listening because it was him saying them, not because the ideas were bad. So late 2009 I started reiterating some of Bryan's ideas. Only now they were good ideas because it wasn't Bryan saying them.
Is that not pushing Bryan out of the project to some degree? Wait, wasn't he actually kicked out of the project at one time?
Oh I must be mistaken, no-one was ever kicked out of the project. Oh and January 2010 NEVER HAPPENED.
neither the org nor the project has told any developers how to code
neither the org nor the project has tried to take away anyone's right to their own code or "steal" copyright.
See, I'd listen to what you were saying if it weren't for the fact that YOU PERSONALLY told me I did not have the right to EDIT MY OWN FUCKING POSTS on sm.org at one point in time claiming they were under the CLA, because at the time the only method I had to protest what was going on in a way that could actually make a difference was by removing my own posts, because that was the only thing I had left. Then I didn't even have the right to edit or remove my own posts.
Yes, that happened, folks. And Kindred HIMSELF was the one who moved me into a group that revoked those rights as well as being the one who told me about it.
And that's not pushing me out of the project in any fashion? No, I suppose in your world that's not a method of pushing someone away.
SM does not claim copyright to any individual code.
SM claims copyright to the work as a whole, compiled piece. The copyright statement was correctly updated to reflect copyright held by SM and individual contributors.
The fact you STILL AFTER ALL THIS TIME DO NOT UNDERSTAND what we are trying to tell you is so saddening.
So you want to copy Apache. Fine, that makes sense. Except the bulk of the people in the Apache Foundation are contributors to the projects too. I don't see much contribution from SM to SM's actual project code. Unlike Apache.
SHE is the one who illegally changed/removed the copyright statement. (and I will note, she did so after resigning from the lead dev position the organization and the team - so she had no right to change anything. yes, someone should have gotten around to fixing her commit rights before then, but that's a different matter)
I would add, though, that it has prompted a necessary review and change that would not have occurred if she had not done so.
(and we never said that developers must assign copyright to the corporation. We stated that the corporation owns the copyright to the compiled work, seeing as how the lead developer has final say on what code is included - and the lead developer is acting for the project and the corporation in that role (it's not an individual, it's a role which can be and has been held by many individuals over the course of the software))
and the org server and site teams have never denied access to resources for actual needs - for random and ill-thought meaderings, yes...for actual, conceived and stated purposes, no.
(and I'll note that, when Norv was granted root access to certain servers, she abused that access)
The sad truth is that I'm wasting my time and energy telling you and the rest of the projanisation[1] this because you stopped listening a long time ago. I only respond to this to add the alternative point of view for those playing along at home.
| 1. | Not a typo. There is a real inability to differentiate the two because most of the members of one are members of the other and vice versa. Meaning that there's not really any need to have both. |
846
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 04:00 AM »
Oh, the concept of having a place to blow off steam that won't materially affect the rest of the forum populace is fairly well understood as a concept. I don't have a problem with the concept as a whole, I have a problem with one-click-ifying that concept. Right now it is fully possible to implement as a manual thing (create the group, create the board, set the access, manually move people to that group as needed)
I'm aware there is already the setup for a 'ban' group as it is, which is a group users get moved to when fully banned. Mostly for the visual aspect (since it's possible to format users by their primary group, and that is more than just colour, it's bold, italic, underline, strikethrough or any, short, otherwise arbitrary CSS), so the concept of a sin bin group is not unfamiliar to me and as I said, there's already some precedent in the design for it. But I'm just hesitant - and I don't know why (and I don't like not knowing why I don't like something!)
PHP doesn't really come into it much, most of this work is little more than cloning the ban group logic which is small enough in itself really.
I'm aware there is already the setup for a 'ban' group as it is, which is a group users get moved to when fully banned. Mostly for the visual aspect (since it's possible to format users by their primary group, and that is more than just colour, it's bold, italic, underline, strikethrough or any, short, otherwise arbitrary CSS), so the concept of a sin bin group is not unfamiliar to me and as I said, there's already some precedent in the design for it. But I'm just hesitant - and I don't know why (and I don't like not knowing why I don't like something!)
PHP doesn't really come into it much, most of this work is little more than cloning the ban group logic which is small enough in itself really.
847
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 03:53 AM »
And I'll say this - you are consistent in your denial of the state of affairs. Like it or not, she's more right than wrong in this whole sorry state of affairs. I wonder what the SFLC will say in response to her comments to them about it.
Your constant denial and pretending that half the issues aren't present or aren't important taints the waters too. That entire fandango today that Yoshi raised, and the way it was handled by the people in charge, that taints the waters too. It's not for nothing that so many people who 'can do' have all upped and left over the years, far more than the usual churn that is expected with F/OSS development.
How many people on the project and/or organisation actually have contributed to *other* established F/OSS projects? How many people have any idea what it's like to do so?
Your constant denial and pretending that half the issues aren't present or aren't important taints the waters too. That entire fandango today that Yoshi raised, and the way it was handled by the people in charge, that taints the waters too. It's not for nothing that so many people who 'can do' have all upped and left over the years, far more than the usual churn that is expected with F/OSS development.
How many people on the project and/or organisation actually have contributed to *other* established F/OSS projects? How many people have any idea what it's like to do so?
848
The Pub / Re: This is realy slick!
« on May 2nd, 2013, 03:49 AM »
You wait until you see some of the goodies under the hood like edit-free plugins :D
I should add, this site runs with several plugins, not that you'd know it offhand. Currently:
* Active members in topic
* Improved Attachments Upload
* User Mentions (the @ user thing, yes that's a *plugin* for the notifications system, which was originally itself a plugin!)
* Old URLs (for redirection of media and feed URLs)
* Personal Message flash (the one that makes the envelope icon flash when you have a new PM)
* Pie Polls (displays the result of votes as a pie chart)
* The skin selector widget in the sidebar
* Users online today
* The revision number in the footer
And none of those requires edits to anything.
I should add, this site runs with several plugins, not that you'd know it offhand. Currently:
* Active members in topic
* Improved Attachments Upload
* User Mentions (the @ user thing, yes that's a *plugin* for the notifications system, which was originally itself a plugin!)
* Old URLs (for redirection of media and feed URLs)
* Personal Message flash (the one that makes the envelope icon flash when you have a new PM)
* Pie Polls (displays the result of votes as a pie chart)
* The skin selector widget in the sidebar
* Users online today
* The revision number in the footer
And none of those requires edits to anything.
849
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 03:44 AM »Drafts! Duh! OK not used to that luxury ... :wow:
Will do. I got some catching up to do.
Ha! Well I'll be. Out of the mouths of babes - so to speak.
I think you are familiar with the concept. Instead of banning a member or placing them in moderation I send them to a board that is the only board they can see when logged in.
Board access underwent a huge overhaul. Access to boards is not a straight per-group yes/no any more, and hasn't been for a while. Firstly, seeing a board and entering a board are two separate things (by design), you can see a board without being able to enter it, good for paid subscriptions type boards perhaps. (The message shown for those boards defaults to 'This board is off limits to you" but is customisable.) The reverse is also true, it is possible to enter a board without it being on the board index if so configured.
Secondly, and perhaps more relevantly, it is possible to deny sight/access to boards to groups. So a troublemaker group can easily exist, can easily be 'deny access to all boards except <this one>'. But I'm a bit leery of implementing it, I just don't know why.
Hmm, that gives me another idea for infractions but there really is no good way to implement that cleanly at this juncture (I'm thinking that one of the infraction penalties would be 'restrict access to the Sin Bin board' or whatever it's called but that presents a variety of other matters that are troublesome from a UI standpoint as well as a logical standpoint (but certainly not insurmountably so, perhaps as a plugin)
850
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 03:26 AM »Yeah I was referring to Death on Two Legs. Ex Manager Norman (I forgot what his last name is) if I'm not mistaken.
I was reading that yesterday and I agree with a few of the things that TestMonkey(Norv?) said.
851
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 03:23 AM »
Check Profile > Draft Posts?
852
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 02:39 AM »There must be (and from what I've read is) a lot of history leading up to this.
Thing is, that was 3 years ago and not really a lot has changed in that time. http://www.elkarte.net/index.php?topic=310.0 is also well worth the read.
Is there anything I can do to help? I'll try to keep up with what's going on and keep investigating the user experience here. I'd love to test it but I know there are probably more capable people doing that now. Shoot, from what I can see I'd consider moving my forum over when it's ready.
I don't know that what I have planned will entirely resolve it but I certainly agree the tools are not up to the job as they stand.
| 1. | It's http://www.simplemachines.org/community/index.php?topic=412353.0 if you're wondering. |
853
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 02:29 AM »
You mean 'Death On Two Legs' from A Night At The Opera? That's not 'considered' a hate song, it's fairly clearly so :P The real trick is knowing who it was 'dedicated to...' ;)
* Arantor is such a Queen fan, he even tracked down that truly, truly awful game based on Queen's music.
854
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 02:22 AM »
I look back at the mods I've written and I realise just how many of them are either in Wedge or if they're not already, will be in some form or another. It's actually quite surprising when you look at it.
855
Other software / Re: My review of customer service on SMF
« on May 2nd, 2013, 02:16 AM »Oh you got footnotes! Crap love that mod! One of the best (IMHO), well most useful, ever.