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.
4936
Features / Re: New revs
« on February 13th, 2012, 01:52 AM »
(1 file, 2KB)
Revision: 1329
Author: arantor
Date: 13 February 2012 00:52:07
Message:
! Add the number of reported posts to the admin menu, for the reported posts item, and build a total count for the admin menu as a whole. We can probably remove it from the top of the sidebar at this point, where it is underappreciated, just like it is in SMF themes. (Subs.php)
----
Modified : /trunk/Sources/Subs.php
Revision: 1329
Author: arantor
Date: 13 February 2012 00:52:07
Message:
! Add the number of reported posts to the admin menu, for the reported posts item, and build a total count for the admin menu as a whole. We can probably remove it from the top of the sidebar at this point, where it is underappreciated, just like it is in SMF themes. (Subs.php)
----
Modified : /trunk/Sources/Subs.php
4937
Features / Re: Storing the modified-post user id
« on February 13th, 2012, 01:41 AM »
Well, the base part of this is now done, so it only remains for cleaning up the rest of it should we choose to do so.
4938
Plugins / Re: Readability
« on February 13th, 2012, 01:24 AM »
Well, I was a bit bored this evening and didn't want to tackle anything too huge, so I made this as a plugin. I'm not 100% happy about it, because for some reason their JS doesn't play nicely if you do that. Or maybe I'm just tired and doing it wrong, don't know but it never worked properly unless I used their exact code for some reason.[1]
It's really not that exciting but it has all the usual refinements (admin page, etc.) and it's in the plugins SVN repo too.
(Moving to Plugins since it's now officially a plugin :P)
It's really not that exciting but it has all the usual refinements (admin page, etc.) and it's in the plugins SVN repo too.
(Moving to Plugins since it's now officially a plugin :P)
| 1. | Maybe tomorrow I'll take another look, eh. |
4939
Features / Re: Disallowing edits to posts
« on February 13th, 2012, 12:13 AM »
Subject, no, but the others could be I guess.
But I don't see that as a 'right now' thing, though certainly now would be the sort of time if it were going to happen.
But I don't see that as a 'right now' thing, though certainly now would be the sort of time if it were going to happen.
4940
Features / Re: Disallowing edits to posts
« on February 12th, 2012, 10:45 PM »
Interesting idea, though it means another column we would only use very occasionally.
4941
Features / Re: Disallowing edits to posts
« on February 12th, 2012, 09:41 PM »
That isn't in dispute, and normal permissions can cope with that. This suggestion is primarily for the case where a moderator edits a post and the author edits it back.
4942
Features / Re: Disallowing edits to posts
« on February 12th, 2012, 07:27 PM »
Don't get me wrong, I can see situations where it would be useful, I'm just not convinced that the 'out of the box' experience with Wedge needs that, but I'm keen to avoid implementing technical solutions when there are more effective people solutions.
4943
Features / Re: Disallowing edits to posts
« on February 12th, 2012, 07:22 PM »But a mod can overwrite a global moderator's lock, can't they?
Also, I'm not convinced that for something like lock or pin that you need to apply a technical/logistical solution for what is ultimately a non-technical problem - if you have a moderator who keeps screwing around, remove them from being a moderator.
4944
Features / Re: Disallowing edits to posts
« on February 12th, 2012, 07:13 PM »
Well, that part is sort of the idea, though I'm not sure what else you'd need to do (since locks are also similarly covered; there is an internal difference between a non-moderator locking their own topic and a moderator lock, and the non mod cannot override the mod lock)
4945
The Pub / Re: Quick moderation
« on February 12th, 2012, 06:43 PM »
Well, I'm not sure what the right approach is, I just think that using classes isn't quite the way to go for that particular operation. (Given how little of Wedge uses classes elsewhere, that is.)
But certainly it needs some kind of kick up the backside.
But certainly it needs some kind of kick up the backside.
4946
The Pub / Re: Quick moderation
« on February 12th, 2012, 06:34 PM »
Yes, it did run those extra queries, even if the action is markread, because even as one of the comments notes:
Code: [Select]
I haven't gotten into rewriting quick moderation yet, since it clearly needs a rewrite (given that it sets up for people doing multiple actions at once but there is no interface I can see for doing this)
// !!! Maybe just do this on the actions people want to use?I haven't gotten into rewriting quick moderation yet, since it clearly needs a rewrite (given that it sets up for people doing multiple actions at once but there is no interface I can see for doing this)
4947
Features / Disallowing edits to posts
« on February 12th, 2012, 05:40 PM »
Well, more than once Nao and I talked about logging the user id of the person who edits a post. Maybe we can use that to prune some of the data from the table, maybe we won't do that yet, don't know. (It's not a huge deal if we decide to do that, put it that way.)
But what this does mean is that we can identify who last edited a post, and more importantly, we can figure out if either the last editor is the post author or not, or even if the last editor is actually a moderator.
This means we can (quickly but maybe slightly inaccurately, or slower but guaranteed accurate) identify whether the post was edited by a moderator and potentially disallow future edits to that post, by non moderators.
Would you use such a feature? Would you want it enabled by default (that if a post is edited by someone other than the author, only a moderator can edit it further)? Something further?
But what this does mean is that we can identify who last edited a post, and more importantly, we can figure out if either the last editor is the post author or not, or even if the last editor is actually a moderator.
This means we can (quickly but maybe slightly inaccurately, or slower but guaranteed accurate) identify whether the post was edited by a moderator and potentially disallow future edits to that post, by non moderators.
Would you use such a feature? Would you want it enabled by default (that if a post is edited by someone other than the author, only a moderator can edit it further)? Something further?
4948
Features / Re: New revs
« on February 12th, 2012, 05:29 PM »
(1 file, 1KB)
Revision: 1326
Author: arantor
Date: 12 February 2012 16:29:30
Message:
! Also have quick edit return the appropriate profile link when a post is being edited, so that it is a link, and is formatted correctly. (JSModify.php)
----
Modified : /trunk/Sources/JSModify.php
Revision: 1326
Author: arantor
Date: 12 February 2012 16:29:30
Message:
! Also have quick edit return the appropriate profile link when a post is being edited, so that it is a link, and is formatted correctly. (JSModify.php)
----
Modified : /trunk/Sources/JSModify.php
4949
Features / Re: New revs
« on February 12th, 2012, 05:19 PM »
(5 modified, 3KB)
Revision: 1325
Author: arantor
Date: 12 February 2012 16:19:27
Message:
! Store the user id of who modifies a post when it's modified. (JSModify.php, Post2.php, Subs-Post.php)
! If we have the user id of who modifies a post, link to it. Still need to fix the JS editing response doing this properly, however. (Display.php, Display.template.php)
----
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/JSModify.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Themes/default/Display.template.php
Revision: 1325
Author: arantor
Date: 12 February 2012 16:19:27
Message:
! Store the user id of who modifies a post when it's modified. (JSModify.php, Post2.php, Subs-Post.php)
! If we have the user id of who modifies a post, link to it. Still need to fix the JS editing response doing this properly, however. (Display.php, Display.template.php)
----
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/JSModify.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Themes/default/Display.template.php
4950
The Pub / Re: Quick moderation
« on February 12th, 2012, 03:22 PM »
Anyway, for those who haven't seen the changelog, I've done it, and it all seems to work as expected :)