Show More
Commit Description:
- fix authorization for viewing submission, only admin can view all problems all the time, normal user depends on right.view_submission and problem.available?...
Commit Description:
- fix authorization for viewing submission, only admin can view all problems all the time, normal user depends on right.view_submission and problem.available? - add max score query
References:
File last commit:
Show/Diff file:
Action:
test/load/common_visitors.rb | 8 lines | 146 B | text/x-ruby | RubyLexer |
Jittat Fakcharoenphol
load test reads site_url from command line
r315 if !defined? VISITOR_OPTION_LIST
VISITOR_OPTION_LIST = {}
end
Jittat Fakcharoenphol
added first page load test on localhost
r314
Jittat Fakcharoenphol
load test reads site_url from command line
r315 visitor "FirstPageViewer", VISITOR_OPTION_LIST do
stores_cookies
Jittat Fakcharoenphol
added first page load test on localhost
r314 get "/"
end