|
|
Hmm, not too sure, its working for others, I'll look into in the morning.
|
|
|
|
|
Nope, I have the same issue.
|
|
|
|
|
There is a " and RootAdmin." missing in your biography ( I let you find where).
|
|
|
|
|
Security: It’s Getting Worse[^] has the issue still.
public class SysAdmin: Employee
{
public override void DoWork(IWorkItem item){
if (item.User.Type == UserType.NoLearn){
throw new NoIWillNotFixYourComputerException(new Luser(item.User), "STOP GIVING ME THE SAME ISSUE EVERY 30 SECONDS!!!");
}else{
base.DoWork(item);
}
}
}
|
|
|
|
|
|
Seems to be fine for me. Are you still seeing the issue?
cheers
Chris Maunder
|
|
|
|
|
It's working. For now...
public class SysAdmin: Employee
{
public override void DoWork(IWorkItem item){
if (item.User.Type == UserType.NoLearn){
throw new NoIWillNotFixYourComputerException(new Luser(item.User), "STOP GIVING ME THE SAME ISSUE EVERY 30 SECONDS!!!");
}else{
base.DoWork(item);
}
}
}
|
|
|
|
|
Ok, the dev's fixed it so it should be all good now. Comment away... Although I have a feeling like I may regret opening my article to comments.
|
|
|
|
|
My reputation points are currently 407 (according to the number to the right of my account name at the top of the page). When I post this message, I'll see that my reputation points are still 407. If I navigate to another page, then I'll see that my reputation points are 408.
|
|
|
|
|
My assumption appears to have been incorrect. I have navigated a few times and my reputation points still show as 407. I'm guessing that is cached and periodically updates.
|
|
|
|
|
Interestingly, my reputation immediately shows up as 409 when I posted the above message. I didn't have to navigate anywhere. Maybe just really good timing?
|
|
|
|
|
I noticed it yesterday as well, I think it is just a matter of time to get refreshed, because at the end the points are there
|
|
|
|
|
Just be careful, it seems you are talking to yourself.
|
|
|
|
|
I'm not sure which of you to answer.
But yes: caching. And timing. You has them.
cheers
Chris Maunder
|
|
|
|
|
Just signed in, some posts and tried to vote the "welcome to the lounge" I got this error[^]. It actually was my first vote, I tried to vote up another post and it worked as usual.
modified 17-Apr-12 19:46pm.
|
|
|
|
|
I think I know whats going on with this... thanks, its on my list for today.
|
|
|
|
|
This has been fixed now, there was a setting that didn't take hold. Thanks for the info.
|
|
|
|
|
You are welcome. Thanks to all of you for the great work.
I could vote without a problem now.
|
|
|
|
|
After creating my account and loging in for the first time I saw a blinking brief near my name (upper right corner). I moved the mouse and popup came to tell "email needs confirmation", just clicking on it confirmed the email but blinking brief stayed, clicking on it twice made the brief to disappear. All this without going to my e-mail at all.
After that I went to my mail and clicked it correctly, opening the same page with the same message as the first time described above.
Edit: "Me" saw it before[^]
modified 16-Apr-12 19:06pm.
|
|
|
|
|
|
|
|
Probably merged ones from CP.
|
|
|
|
|
Yep, these are people that hade articles on codeproject that were migrated over to rootadmin. When this was done, we copied over there profiles and the codeproject join date snuck in with that. We will be reviewing this one shortly.
|
|
|
|