moderated
Re: "Pending Message" notification that could be clicked on to delete it.
#suggestion
JohnF,
How about a way to attach a note to the moderator for a messagethat's > pending approval? I like that, if it is kept minimal, like the text box for entering a reason for an edit. If the idea of treating a Deletion request like a claim is taken up then the note can appear as a tool-tip on the badge in the list, and in the red banner warning to a moderator who opens the message. Shal
|
|
moderated
Re: "Pending Message" notification that could be clicked on to delete it.
#suggestion
J,
Someone (or someones, until Shal's "claimed" feature is implemented,If you mean "hard at work writing a rejection note" that's the situation I was addressing recently (#24214); editing a message already claims it. ----- What if instead of actually deleting the message, the member's Delete request operates more like a kind of claim. Approval and Rejection by email would be blocked, and the web Pending list would display a badge indication the member's Deletion request. If a moderator includes the message in an Action from the list (except Delete), a red-banner could report the Deletion Request (and update the list, which might be showing a stale copy from before the member clicked Delete). Similarly if the member opens the message from the list: a red banner message indicating the Deletion request. Or if the moderator clicks on any of the buttons (again, except Delete) the red banner to indicate the Deletion request. As with a moderator claim, I'd let the moderator override the Deletion Request after the red banner has been shown once. Not sure why a mod might do that, but I'm sure someone will find it useful. If no moderator takes care of the Deletion requested message via the web, it should time out and auto-delete, similar to the case with any pending message that isn't approved or rejected. Shal
|
|
moderated
Re: Remove the ID column in databases
#suggestion
I would love to be able to permanently hide the ID column, which I don't use in my database table of chorus members.
If the ID column is hidden, would tables still be sorted by ID number by default? When I add a new member to my table, they get assigned the next sequential ID number. By default, the table is sorted by ID number, so new members appear at the end. However, I prefer to sort my table by the Last Name column, and whenever I add new members, I have to click the Last Name column to see all the members in alphabetical order by last name. Would it be possible to designate a default column to sort by if the ID column is hidden? - Nina
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Yeah, I would remove it.
Have a blessed day! Steph
From: Mark Fletcher
Sent: Thursday, February 20, 2020 11:11 AM To: beta@groups.io Subject: [beta] Remove the ID column in databases #suggestion
Hi All,
In each database, there is an ID column, assigned automatically, starting from 1 and monotonically increasing for each row. It seems that this column leads to some confusion, especially for databases that are edited frequently.
I'm thinking that maybe I should remove that row? Opinions?
Thanks, Mark
|
|
moderated
Re: Change DMARC behavior for p=none
#misc
On Thu, Feb 20, 2020 at 12:31 PM Lena via Groups.Io <Lena=lena.kiev.ua@groups.io> wrote:
In my experience, people who are interested in adding a DMARC record for their domain start with setting one up with p=none. Then they go through and audit the reports on their domain. They see that we are sending email with unmunged From lines, and contact us asking us to fix our problem. This happened twice this past week and has happened on a somewhat regular basis over the past year or two. That said, I've rolled back the DMARC change that I had pushed earlier today; we are once again not re-writing From lines for p=none. Thanks, Mark
|
|
moderated
Re: Change DMARC behavior for p=none
#misc
Glenn Glazer
On 2/20/2020 13:47, ro-esp wrote:
On Thu, Feb 20, 2020 at 02:22 AM, Mark Fletcher wrote:Right now, we munge the From line of messages for people who have DMARC records of p=reject or p=quarantine. We do not do that for people who have DMARC records of p=none. I propose changing that so that we also munge From lines for people with DMARC records of p=none.Please let me know if you have any objections or questions.It's hard to have objections.... as I don't know what is talked about. Does anyone care to explain/translate? "munge", https://www.dictionary.com/browse/munge "p=" ? https://en.wikipedia.org/wiki/DMARC#DNS_record Best, Glenn -- PG&E Delenda Est
|
|
moderated
Re: Change DMARC behavior for p=none
#misc
Michael Halstead
This would frustrate our users who receive software patches via the project's mailing list.
Git takes patch author information from e-mail headers. Right now we have git hooks in place on the server to prevent munged author information from reaching the repositories. Our maintainers have to fix author information before pushing code. Right now our maintainers only have to do that for a few senders. This change would mean fixing that information for every patch. It is not easy to automate fixing author information given the many unique workflows used by our maintainers. Having correct header information, when possible, is very desirable. -- Michael Halstead
|
|
moderated
Re: Change DMARC behavior for p=none
#misc
ro-esp
On Thu, Feb 20, 2020 at 02:22 AM, Mark Fletcher wrote:
Right now, we munge the From line of messages for people who have DMARC Please let me know if you have any objections or questions.It's hard to have objections.... as I don't know what is talked about. Does anyone care to explain/translate? "munge", "p=" ? groetjes, Ronaldo
|
|
moderated
Re: Remove the ID column in databases
#suggestion
On Fri, Feb 21, 2020 at 06:11 AM, Mark Fletcher wrote:
I'm thinking that maybe I should remove that row? Opinions?An indexing method is most definitely required IMHO. Haven't made any form of dbase or excel sheet without it. Sure on IOG there no 'programmable' reference but surely easier to instruct 'go to #23' than have to create them manually. regards dave
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Larry Finch
On Thu, Feb 20, 2020 at 12:11 PM Mark Fletcher <markf@corp.groups.io> wrote:
Well, putting on my DBA hat, relational database theory requires that there be no duplicate rows in a database table. As you can’t control what people put into a row, the ID column assures that every row will be unique. For simple databases of a few tables with no complex joins it probably doesn’t matter, but it’s safest to have the ID column. Another rule of relational databases is that there is no intrinsic order to the rows in a table, so if you want to impose order the ID column or something similar (a date-time column, for example) is essential to have. As an example, select * from mytable is not required to return the rows in the same order every time. If order matters the SQL is select * from mytable order by ID. Larry Larry Finch N 40° 53' 50" W 74° 02' 55"
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Bob Bellizzi
It might be usable if the Database controlling person could
specify the indexing interval at DB initiation and also request reindex & interval at later times -- Bob Bellizzi
|
|
moderated
Re: Change DMARC behavior for p=none
#misc
On Thu, Feb 20, 2020 at 03:22 AM, Mark Fletcher wrote:
Right now, we munge the From line of messages for people who have DMARCI'm objecting to this. This would munge From for everybody. It'd be disruptive, and for what? What's the sense? p=none means no rejection. People (including me) make DMARC records with p=none in the belief that some large receivers consider messages passing DMARC as less likely spam, but we don't want the DMARC disruption, so p=none is deliberate and permanent. Please give examples of problems because of p=none. -- Lena
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Charles Roberts
I agree. Many times I put it on the right side and hide it from my user.....but it's nice to know it's always there when I want it.
On Feb 20, 2020 2:23 PM, "Alex Stone via Groups.Io" <alexstone87@...> wrote:
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Alex Stone
Sorry to be a boring old programmer, but I’ve always found it useful to have an Id column in a database.
toggle quoted messageShow quoted text
On 20 Feb 2020, at 17:11, Mark Fletcher <markf@corp.groups.io> wrote:
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Bob Schrempp
I find a record number useful, make it only visible to a moderator or make it so it can be turned on or off (shown or not shown).
Bob
|
|
moderated
Re: "Pending Message" notification that could be clicked on to delete it.
#suggestion
That’s easily solvable by sending an email message notifying them their message is being moderated, along with a copy of the message. And I think that would be very useful. But the synchronicity problem remains, of a sender trying to delete a message at the same time a moderator is working on moderating it. That’s the ugly/messy part making it seem not worth the trouble.
toggle quoted messageShow quoted text
On Feb 20, 2020, at 10:06 AM, David Grimm <engrdave325@...> wrote:
-- J Messages are the sole opinion of the author, especially the fishy ones.
|
|
moderated
Re: "Pending Message" notification that could be clicked on to delete it.
#suggestion
David Grimm
On Wed, Feb 19, 2020 at 06:51 PM, JohnF wrote:
How about a way to attach a note to the moderator for a message that's pending approval?If a message is sent by email, the sender wouldn't even know it was being moderated, unless the group has a policy that every message from every sender is moderated.. Some members think that any delay in publishing their message is due only to the mechanical computer system. Dave
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Mark, I think you mean "remove that column." I recalled suggesting this in the past, and I found the thread:
https://beta.groups.io/g/main/topic/1763947#8385 It seems the conclusion (using the term loosely) was to keep the #'s but make them visible only to mods. -- J Messages are the sole opinion of the author, especially the fishy ones.
|
|
moderated
Re: Remove the ID column in databases
#suggestion
Mark,
Or, convert it to a permalink icon on each row that shows the ID number as a tooltip. Possibly moved to the right as Duane suggested. Preserving its usability as a sorting key to put the rows in creation order. Shal
|
|
moderated
Re: Remove the ID column in databases
#suggestion
On Thu, Feb 20, 2020 at 11:11 AM, Mark Fletcher wrote:
Opinions?I can work with it either way. Most of the time I don't use it, but it can be handy for seeing which order the items were added in some cases. How about another option, move it to the right side, out of the way? Thanks, Duane
|
|