Page 1 of 1
Customize status page and Runtime error report
Posted: Sun Apr 30, 2006 10:29 pm
by CrazyTerabyte
At old status page (cgi-based), we could customize it a lot. All customization is documented at:
http://acm.uva.es/problemset/status.html
With the new status page (php-based), what are the customizations available?
Also, with the old status page, the Runtime Error message was more detailed, including which error occurred:
Runtime Error (SIGSEGV). With the new status page, this is not displayed, but this detail can still be read in e-mail. My suggestion is to show it also at new status-page.
Thanks.
Posted: Tue May 02, 2006 11:59 am
by Carlos
The first thing to say is that the old status page is not up to date. It shows old user's names and old statistics.
Next, new php-based page is a provisional one. It's very bad done, it makes too many querys to the database and it doesn't have all the options. Actually, the options it has don't work 100%. So it need a remodelation. I'll need some time to do it, so you'll have to be patient. I think it's more important to do the change profile page, then I'll be able to do this one. All I need is some time to spend (2-3 hours in a row) in the judge.
About the kind of RE....that won't be possible using the new system, since it's not stored in the DB. I don' think it's a useful feature, since you can get it from the mail reponse, and other people don't care about your kind of RE.
Posted: Tue May 02, 2006 5:06 pm
by CrazyTerabyte
Carlos wrote:About the kind of RE....that won't be possible using the new system, since it's not stored in the DB. I don' think it's a useful feature, since you can get it from the mail reponse, and other people don't care about your kind of RE.
In fact, I think it is useful. Some people don't have mail response enabled (like me). In addition, it is far easier and faster to just look at status page than opening e-mail. So, please consider this a wish, a suggestion.
Posted: Sun Jun 25, 2006 12:30 pm
by Carlos
We've decided not to spend more time in the old judge, we'll start testing and debugging the new one. That's why I won't re-make the stsatus page.
About the RE......we've decided not to give you that information. You can use it to discover judge's input. For the same reason, you won't have access to stderr (nor assert information). In the other hand, you'll be able to see stderr after compiling. This way you can see your errors and warnings.