Hot answers tagged revisions-list
19
Just click on the time that shows how long ago it was edited...
If you do not see a time for how long ago it was edited, that the current version is also the original post (thanks Pesto).
EDIT: As of 5/22/13 the entire phrase "edited on month day at time" is now a clickable link, which should be a lot more intuitive.
17
To clarify why I view this a bug, consider that the "grace period" for edits is already a compromise: unlike many wiki systems, Stack Exchange does not have any notion of "minor" edits, changes that don't fundamentally alter the meaning of a post. We encourage substantive edits, but of course mistakes do happen - so to prevent mile-long revision histories, ...
16
For the most part, Jeff Mercado's comment on your question is correct; not everything in the diff will always make the most sense to a human in all edge cases.
For example, if you fix a typo to turn "wheather" into "weather", you're just removing a single letter – however, the diff will show that you removed one word and added another. While in that ...
14
This has been addressed and should be in the next build.
We tried the exploding computer trick, but testing got expensive. After that, we decided to have these kinds of edits that occur within the grace period leave a revision behind, but with a comment indicating that the edit was a "grace-period reversion". The grace period itself has not been changed.
...
14
About the only thing that would make sense is that the author originally included that text in his post when you hit the edit button and made your change. As you were making your edit, the author removed that text from his post within 5 minutes of posting it preventing it from becoming a new revision. When you submitted your change you then unknowingly put ...
13
From Jeff Atwood's twitter:
Dear Next Person Who Opens a Pluralization 'Bug', I will personally come to your house and bludgeon you to death with a giant S
- 3:33 AM Feb 1st, 2009 via web
Jeffs comes acrosses as pretty stubborns, I doubts his minds will have changed since then, despites how ridiculously easy this is to implements.
12
Once I answer something I generally leave it unless someone points out that it might be incorrect, then I try my best to fix it.
Your answers might have been spot on, but:
Someone else posted something similar before you
Someone else communicated more effectively with the OP, or in general
Your solution, while technically sound, might not have been the ...
12
You can review the change list at any time that there are changes through the GUI by clicking on the edited X min ago link:
Then you'll be shown all edits in a sequence separated by edit, with additions of that edit in green and deletions in red.
There is a 5 minutes edit window that doesn't show on the edit history (all edits in that window are shown ...
12
I am asking this because the revision
history for this answer here seems to
be missing the original posted answer
(which I saw and clearly remember).
This is most likely because the OP edited it within the 5 minutes editing grace period. In that case there is no revision, and the old revision is modified instead.
11
While I think wikipedia could learn some things from this healthy QA ecosystem, I don't think they're the same thing.
It's much easier to get people answer questions in an unbiased way with rep, than it is to get people to speak on religion, political figures, and history in an unbiased way. In short it's apples and oranges.
Look at the About page. ...
11
It appears we've hit an area here where CSS browser compatibility can still use some work. I checked five browsers, and got three different results: Safari and IE agree, Chrome and Opera agree, and Firefox stands all alone, also being the only one where it looks really totally broken.
When using pre-wrap as Martijn Pieters suggests (and it's really the ...
10
The [featured] tag automatically expires. That is:
[...] no revision is created when the featured tag is removed
from a question after 30 days.
[...]
Thus, when you edit the revision, the tag is still there -- although it does
not exist on the current view of the post. So in order to get it to appear,
you'll need to make some other ...
9
The reason for this not being such a hot idea is the same why character-by-character diff isn't implemented in the first place. It works fine in the simplest of cases...
...but it breaks horribly when the change is anything more radical than a typo fix.
8
This took an insane backfill to get the data in a proper state for display, but it's now done.
For the vast majority of "closed as duplicate" questions, you can see the chosen originals in the revision list.
There are a few very old closures that we couldn't figure out, but anything closed after 2009-05-20 11:52:52.627 should have something to display.
8
Answers are only "soft-deleted", meaning they exist but are hidden from regular users.
Users with over 10k reputation, moderators, or SE employees can view Deleted questions and answers. In addition, you can view your own deleted answers if you can view the question, although this isn't the case since the question itself is deleted.
Moderators and SE ...
8
This is a great idea - we've never explicitly stored why a post became community wiki, but there's usually enough information in the history to infer it.
That being said, history can sometimes be a bit... flaky, so it's a best effort. If there is a lot of missing data, we can probably fix it up.
Thanks again for the suggestion; we'll push a first draft ...
8
restriction is good since only diamonds and above can modify it
I don't see that argument at all. The point of a revision history is transparency - if something changes, you can find out what, when, who changed it, and perhaps even why they changed it. That it also allows some users to edit or rollback is useful, but you hardly need a full-blown ...
8
The best place to start is the old episodes of the podcast. They trace the early history in some detail. The old articles on the blog will also have a lot of the information you're after. A lot of the history of how the rules evolved is right here on meta.
8
How much time did Jeff Atwood spend on creating the first usable version of Stack Overflow? [closed]
6-8 weeks.
But honestly, I can imagine making a first cut, that allows for questions, answers and reputation tied to voting likely would not take too much effort (just check out one of Phil Haack's many haackoverflow presentations). However, I don't think the first usable version would have many of the features we all have grown to love. And certainly I ...
8
Stackoverflow: July 31st, 2008 21:26 (deleted, 10k rep can see it)
ServerFault: April 30th, 2009 6:49
Meta: June 28th, 2009 7:14
SuperUser: July 15th, 2009 6:27
7
This has now been implemented!
The question will now record who started the bounty, when, and how much was put out. It will then record which answer had the bounty awarded, and by who.
The answer will now record how much bounty was won, and by who it was awarded.
You can see examples of a question and an answer. This is a retro-active effect, so all ...
7
No, neither moderators nor high-rep users have the ability to delete revisions. The dev team can, as long as there's a subsequent revision (they can't delete all the revisions for a given post)
This comes up when users accidentally post their password or other confidential information. You can edit the post to remove it (creating a new revision), flag it ...
7
No, not to my knowledge; by the time you have 10k or more rep, you are heavily invested in the community and it is "yours" as well as everyone else's. Which is entirely the way it's supposed to work -- these sites are like public parks, for the enrichment, enjoyment, and learning of everyone with an interest in the topic.
Stated another way, nobody's going ...
7
Reference balpha's answer to Q 111252.
It seems like your first example could easily be improved by having the lexer consider each of the following as "words" (case-insensitive):
http:
https:
file:
data:
ftp:
imap:
ldap:
telnet:
about:
chrome:
et cetera.
Optionally, an entire URL could be considered a word, but I've personally modified the middle of ...
6
I certainly see this on Mac OS X 10.7.4, Firefox 14.0.1 as well.
The use of the white-space CSS property is a recent change, and I think it wasn't tested with enough diffs. Using pre-wrap instead of pre is, to my eyes, the correct fix.
6
You've come across what I'd call rather strange behavior, but I'm not certain that it's necessarily a bug. I'm calling it Schrödinger's Revision ™
It appears that you were trying to roll back to a previous body revision while preserving tag changes. However, since all you changed was the tags, that's the only post history record created.
Since it ...
6
Yes, it was indeed the <br/> (to be precise, it was the self-closing / at the end) that wasn't handled correctly and thus broke here (in particular due to the condensing of long diffs). I've made two changes:
This particular case is now handled correctly, and
in case similar issues happen in the future, this will a) be logged in our error log, and b) ...
6
Answers will be subjective, but here's a shot at some of the things I've seen:
Very clear rules about what constitutes a good question.
A community willing to enforce those rules and not just relying on a few uber mods.
A community that is willing to be a little flexible about those rules.
A sense of humor but one that doesn't get in the way of our serious ...
6
While this would certainly be an interesting piece of information, before we can think about implementing something we must ask if it will be useful and beneficial.
To What End?
As we know (and have repeatedly discussed) reputation is not equivalent to programmatic skills, historical reputation even less so. Let's take a few examples.
Jon Skeet and Jon ...
6
Interesting to hear this from somebody somewhat involved in Wikipedia. I must admit that I've been thinking about contributing to WP a few times, but was always put off by the strong feeling of being an outsider to a rather closed group, and what felt to me like both a complicated user interface and hierarchy - I have had a very hard time really ...
Only top voted, non community-wiki answers of a minimum length are eligible
