Tag Info

Hot answers tagged

39

Spot the bug: bool showNormalNavigation = IsMetaSite && !User.IsAnonymous; Damn you, De Morgan! Yeah - should be: bool showNormalNavigation = IsMetaSite || !User.IsAnonymous; Edit: And yeah, my fault. Thanks Kevin for fixing!


35

Retag is dead, long live retag. Erm. Long live smarter edit. Retag is gone. It has ceased to be. The "please go back and click the retag link instead of edit" message is gone. We will (not) miss it. Editing tags only will result in the same behavior as retag, except for the message (low enough rep will put it in review queue for suggested edits, having ...


24

The tag-score job appears to be running again (yay!), but if it goes down again, or if someone is impatient with the once-a-day updates, I posted a page that gets the Tag Scores for a given user. It returns results that are up-to-the-minute (excepting possible caching, by the API, on repeat requests). The results are fully sortable and searchable. Here's ...


16

Yes please! In addition to the benefits mentioned in the question this will also put a small impediment in front of a small group, who I'm going to call the "re-taggers". This group has 2 factions: The "I can create tags. Look, that question needs a new tag. Let's add it. Do any other questions need the same tag? Look, there's 20 of them. I know they need ...


12

Reputation has no bearing on 'understanding closing and deletion on Stack Overflow'. I could link you to lots of high reputation users that love questions that are demonstrably not a good fit for Stack Overflow. We all have our biases. In this particular case, the question has a few problems: It's asking for link only answers. That's bad, as we've ...


11

On SO, the Careers 2.0 job ads are served by Careers and the other ads on the page are served by AdZerk. You may have noticed that the Careers 2.0 ad served in the sidebar comes in both single-height and double-height flavors. The way we coordinate that is that AdZerk serves a special snippet of HTML just like it would serve a banner ad. When the careers ad ...


8

This will be fixed in the next build, rev > 2013.5.14.1013. I took Tim Stone's advice and used the hashchange event - it really cleaned the code up (thanks, Tim).


8

The code that grants non-10k users the ability to see their own deleted questions but not independently-deleted answers appears to be applying to 10k users as well, even though in their case it's a restriction of privilege. Yes. Oversight on my part - missed an extra Boolean test there. This issue was also affecting moderators and employees ;) This is ...


7

According to a comment by Jeff Atwood on this answer to a similar (though not duplicate question), you can no longer do this and the button has been removed. It seems your only option is to hope a mod comes along and fixes it or to do as Jeff suggests in another comment and email your issue to Stack Exchange. Hope that helps. (by the way I checked out ...


7

I made a binding vote to close on both. If you come across these organically, vote to close and move on. If it looks like there is recent activity that may cause a problem, flag it. Otherwise, there's no really good reason to worry about old posts ( or bring them up on Meta), we have plenty of new posts that need attention. There's even a chat room devoted ...


7

This feature has been implemented now. Whenever the rejection dialog is opened, if the suggestion is rejected by other user(s), it will show us the reason for the rejection same as closing dialog like this:


7

You can do this using the is:answer and user:me filters on the site search. Simply tack these on to any search, and it will filter it, showing just your answers. As an example, if you wanted to find all of your answers for the c# tag, you would search [c#] is:answer user:me Note: "me" here is a shortcut that will plug your user ID into the search. You ...


7

Don't leave any further comments. As you mention it's been done already and hasn't helped. Flag one of the answers for moderator attention, use the Other reason and explain that the user is persistently promoting his youtube channel in a spammy way. The mod will then action the flag and determine the appropriate course of action, which may be a mod message ...


6

As these things go, it wasn't that easy... but it's done and will be out in the next deployment: Support for multiple parameters (e.g. http://www.youtube.com/watch?&v=ieFVN-PKLSA) Support for shortened links (e.g. http://youtu.be/ieFVN-PKLSA) Support for fragments or parameters with start time (e.g. http://youtu.be/ieFVN-PKLSA?t=3s or ...


6

I actually like that it links to the revision history instead of the user profile, because it reminds me that the post is a CW and the user displayed may not be the actual author of the post. Typically when I click on a user profile link from a post they posted, it's because I want to see something about them in regards to the post they created, and it ...


5

When URLs are auto-linked, we never include a trailing period (or comma or question mark etc.) for reasons that are very obvious in your question. However the change to improve auto-linking around trailing parentheses is made in such a way that the closing paren is first included in the to-be-linked URL, only to be excluded again if we find that it has no ...


5

This will be fixed in the next deploy. Root cause was HttpRequestBase.Url really not wanting to keep # in a trailing position, regardless of whether it was encoded or not.


5

The issue with retag being different from edit is moot, as retag is gone. With edit, it is now enabled on deleted questions, unless they are self deletes, as this can open a window to abuse (self delete, edit and later undelete immediately). You can now also see revisions on your own deleted question, just like it is already possible with answers.


5

It's kinda strange that while you can retag questions without problems in the 500-2000 range, if you retag AND edit them it goes to the the edit queue. This might have some valid points (if the new tags are only valid if your edit is approved, but in this case maybe your edit is invalid anyway) So one more proposal: if the retag option is killed then, when ...


4

This has been fixed. Such accounts are now merged. The first time I tried, it took a few minutes for the merge to take effect. In the meanwhile one of the accounts' "my logins" popup displayed a 404 error: The accounts were merged instantly the second time I tried.


4

This has been implemented now. Whenever a question is edited after it is closed, it will be added in to a reopen review queue. E.g. take a look at this review. It was added to a reopen queue after being edited. It also shows the revision made after the question was closed.


4

Thanks for reporting this - I was able to reproduce the issue on the site. Turns out that there was a missing constraint on the voting table. I cleared out all duplicate votes, added the missing constraint and you can now no longer voter multiple times for an app. Please try to break it some more and let us know ;)


3

Can we be permitted to set reasonable future end dates (within ~7–10 years, like LinkedIn or Facebook) for the end dates of education items? Perhaps even ~1 year in the future for start dates, too, in the case that people are accepted to a program they are yet to formally begin. Yes! That's a great suggestion and we've made that exact change. ...


3

This should be back and up and running now though I'm not sure I'd call it fixed just yet. We had an issue where we were not supplying a useragent to the github api which was resulting in a bunch of forbidden responses. The logic on our end wasn't (and still isn't) handling forbidden responses very well and caused the redirect loop, but we have fixed the ...


2

In it's current form, it wasn't a real question. The code sample the op included looked to be syntactically incorrect due to a mismatched { and ], and as a result it wasn't clear if there was a variable passed in as the second argument or if the {0} was actually included by itself. I don't know enough about C# to know if Console.WriteLine("Length: {0}"); is ...


2

This crops up occasionally on old questions (the bug which caused it was fixed long ago). This particular one was probably complicated by its history, which involved a migration and lots of locking, unlocking, deletion and undeletion. I've restored the migration history and removed the accept marks.


2

Looks like there were a few locations in our database which didn't have proper names associated with them. Reason was that they were larger than countries, but smaller than continents. Struggling with their identity, they fell through the cracks. This should now be fixed. You might wanna move the "distance" slider all the way to the right when searching ...


2

I think this bug has been resolved now. I tried the following steps: Opened the following link in a new incognito window of Chrome (because I was logged-in in normal window) http://stackoverflow.com/questions/tagged/mysql+or+sql+or+sql-server+or+sql-server-2008+or+sqlite Then clicked on Log in and logged-in with my Gmail account. And it redirected me on ...


2

Authors of deleted answers have always been able to see them*. As of a few weeks ago, authors of deleted questions can now view them as well, regardless of reputation. Authors of answers to deleted questions must still have the mod tools privilege in order to view them. This is unlikely to change. There's always Mark's hack... *well, not quite always, but ...


2

Yes there is a way. See this for a detailed answer. If you want to try either C# or Scala, just [c#] or [scala] For both C# and Scala [c#] [scala] To have only C# and ignore overlapping Scala [c#] -[scala] Note: No space between - and [



Only top voted, non community-wiki answers of a minimum length are eligible