-
## Description
[Common] Challenge phase should be "Challenge Phase"
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/password
In the 'Active Contests' Widget
Wai…
sdgun updated
10 years ago
-
## Description
[Common] Handle Name and Rating display in two lines
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/password
In the 'Active Contests' Widget
Wai…
sdgun updated
10 years ago
-
## Description
'Share' button won't work
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/password
In the 'Active Contests' Widget
Wait till 'Coding Phase' Start…
sdgun updated
10 years ago
-
## Description
'Please click View Detail link ...' must --> 'Please click View Details link'
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/password
In the 'Ac…
sdgun updated
10 years ago
-
## Description
When we expand the 'Code Area' Challenge container is not fit into the bottom of that section
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/pas…
sdgun updated
10 years ago
-
## Description
[Common] 'Please wait for text info' pop up is not seen clearly
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/password
In the 'Active Contests'…
sdgun updated
10 years ago
-
## Description
'Summary' and 'Chat Room' must move to left to align with the 'Competition Arena' title
## Steps
Open the Web Areana : http://arena.cloud.topcoder.com:3000
Login as sandking/password…
sdgun updated
10 years ago
-
Templates.. Surprised there's been very little to NO discussion here with regards to the current template system.. However, templates are worthy of a serious looksee as they are the thing unfortunatel…
-
Is the post data modified? I'm using the POST in the hash like:
```
sub vcl_hash {
hash_data(req.url);
hash_data(req.http.host);
hash_data(parsereq.body(get));
hash_data(parsereq.body…
-
In Java it's illegal for a package to have the same name as a class.
For example, if you have a class named `com.foo` (`package com; class foo{}`) you can't have a package named `com.foo`.
We should…