Show More
Commit Description:
merge algo with java, finally....
Commit Description:
merge algo with java, finally....
References:
File last commit:
Show/Diff file:
Action:
test/fixtures/users.yml | 38 lines | 728 B | text/x-yaml | YamlLexer |
pramook
initial commit...
r0 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58
<%
User.public_class_method :encrypt
Jittat Fakcharoenphol
started cleaning up tests, fixed fixtures loading error, removed error when contest time limit is uninitialized
r275 salt = "abc"
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 %>
john:
login: john
Jittat Fakcharoenphol
started cleaning up tests, fixed fixtures loading error, removed error when contest time limit is uninitialized
r275 full_name: john
hashed_password: <%= User.encrypt("hello",salt) %>
salt: <%= salt %>
Jittat Fakcharoenphol
logs out users after contests changed
r294 activated: true
Jittat Fakcharoenphol
shows problems availabe in contests
r278
login test
r626 admin:
login: admin
full_name: admin
hashed_password: <%= User.encrypt("admin",salt) %>
Jittat Fakcharoenphol
started cleaning up tests, fixed fixtures loading error, removed error when contest time limit is uninitialized
r275 salt: <%= salt %>
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58 roles: admin
Jittat Fakcharoenphol
logs out users after contests changed
r294 activated: true
jittat
[web] added graders_right_to_admin_role, added a few functional tests: main, user_admin, graders, login...
r58
Jittat Fakcharoenphol
shows problems availabe in contests
r278 james:
login: james
full_name: James
hashed_password: <%= User.encrypt("morning",salt) %>
salt: <%= salt %>
contests: contest_a
Jittat Fakcharoenphol
logs out users after contests changed
r294 activated: true
Jittat Fakcharoenphol
shows problems availabe in contests
r278
jack:
login: jack
full_name: Jack
hashed_password: <%= User.encrypt("morning",salt) %>
salt: <%= salt %>
contests: contest_a, contest_b
Jittat Fakcharoenphol
logs out users after contests changed
r294 activated: true