Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-30 | Add #owned_by? to the models that didn't have it (when appropriate) | Luke Shumaker | |
2014-04-29 | elimination works SOMETIMES... other times it just can't put down a damned ↵ | tkimia | |
winner | |||
2014-04-24 | luke's typo fix | tkimia | |
2014-04-24 | rename Tournament#tournament_stages to Tournament#stages | Luke Shumaker | |
2014-04-24 | do away with stages_ordered | Luke Shumaker | |
2014-04-23 | views/matches/index.html: tidy up | Luke Shumaker | |
2014-04-22 | I hate code | Luke Shumaker | |
2014-04-22 | I HATE CODE | Luke Shumaker | |
2014-04-22 | Merge branch 'clean2' | Luke Shumaker | |
Conflicts: app/models/team.rb app/views/matches/index.html.erb app/views/matches/show.html.erb | |||
2014-04-22 | run ./generate.sh | Luke Shumaker | |
2014-04-22 | re-factor for tournament_stage's and separate scheduling modules | Luke Shumaker | |
2014-04-22 | run ./generate.sh | Luke Shumaker | |
2014-04-22 | redesign of tournaments index and matches index | tkimia | |
2014-04-07 | ajax support in match show | tkimia | |
2014-04-07 | Ran generate.sh | AndrewMurrell | |
2014-04-07 | Merge branch 'master' of https://github.com/LukeShu/leaguer | guntasgrewal | |
Conflicts: app/controllers/matches_controller.rb app/views/matches/show.html.erb | |||
2014-04-07 | Tournament advancement stuff. IT'S 4 AM | guntasgrewal | |
2014-04-07 | profiles updated | tkimia | |
2014-04-07 | Merge branch 'master' of https://github.com/LukeShu/leaguer | guntasgrewal | |
2014-04-07 | fix bugs | guntasgrewal | |
2014-04-07 | new graphics of the day | tkimia | |
2014-04-07 | your team is shown as light green in the tournament tree | tkimia | |
2014-04-07 | lol# On branch master | tkimia | |
2014-04-06 | matches start | tkimia | |
2014-04-06 | some more graphics | tkimia | |
2014-04-06 | started SVG generation | tkimia | |
2014-04-05 | Match status 1 page | guntasgrewal | |
2014-04-03 | matches table is back, and a lot of things are fixed | tkimia | |
2014-04-03 | fixed some of andrews weird stuff with starting a tournament | tkimia | |
2014-04-01 | Merge branch 'master' of https://github.com/LukeShu/leaguer | Tomer Kimia | |
2014-04-01 | AJAX is now working in the tournament loading page | Tomer Kimia | |
2014-04-01 | Merge branch 'master' of http://github.com/LukeShu/leaguer | AndrewMurrell | |
2014-04-01 | Settled Merge Conflicts. | AndrewMurrell | |
2014-04-01 | players can now leave tournaments | Tomer Kimia | |
2014-04-01 | Re-ran generate. | AndrewMurrell | |
2014-03-25 | Adding match status after solving conflicts | guntasgrewal | |
2014-03-25 | Match Status added | guntasgrewal | |
2014-03-25 | revert Guntas | AndrewMurrell | |
2014-03-25 | added match status | guntasgrewal | |
2014-03-07 | I changed some of the views for the tournaments and matches (like how match ↵ | DavisLWebb | |
creation asked for a winner) | |||
2014-03-07 | Merge branch 'clean' | DavisLWebb | |
Conflicts: app/models/match.rb app/views/matches/index.html.erb app/views/matches/show.html.erb | |||
2014-03-07 | Merge branch 'clean' | DavisLWebb | |
Conflicts: app/models/match.rb app/views/matches/index.html.erb app/views/matches/show.html.erb db/migrate/20140304043618_create_servers.rb db/migrate/20140304043622_create_matches.rb db/migrate/20140304043624_create_teams.rb db/migrate/20140304043626_create_alerts.rb db/migrate/20140304043629_create_pms.rb db/migrate/20140304043633_create_users.rb db/migrate/20140304043637_create_server_settings.rb db/migrate/20140304043700_create_tournament_options.rb db/migrate/20140307045916_create_servers.rb db/migrate/20140307045922_create_matches.rb db/migrate/20140307045927_create_teams.rb db/migrate/20140307045934_create_alerts.rb db/migrate/20140307045941_create_pms.rb db/migrate/20140307050001_create_users.rb db/migrate/20140307050016_create_server_settings.rb db/migrate/20140307050023_create_tournament_options.rb db/migrate/20140307051752_create_servers.rb db/migrate/20140307051756_create_tournaments.rb db/migrate/20140307051800_create_matches.rb db/migrate/20140307051804_create_teams.rb db/migrate/20140307051808_create_alerts.rb db/migrate/20140307051812_create_pms.rb db/migrate/20140307051816_create_games.rb db/migrate/20140307051820_create_users.rb db/migrate/20140307051824_create_game_attributes.rb db/migrate/20140307051827_create_server_settings.rb db/migrate/20140307051831_create_user_team_pairs.rb db/migrate/20140307051835_create_team_match_pairs.rb db/migrate/20140307051853_add_index_to_users_email.rb db/migrate/20140307051857_add_index_to_users_user_name.rb db/migrate/20140307051901_add_password_digest_to_users.rb db/migrate/20140307051904_add_remember_token_to_users.rb db/migrate/20140307051908_create_tournament_options.rb db/schema.rb generate.sh | |||
2014-03-06 | matches now belong to tournament | nfoy | |
2014-03-06 | matches routed | nfoy | |
2014-03-02 | Added Tournament Name. | AndrewMurrell | |
2014-03-02 | currently adding Session controller and view | DavisLWebb | |
2014-03-02 | Merge branch 'master' of http://github.com/LukeShu/leaguer | DavisLWebb | |
Conflicts: Gemfile.lock app/views/layouts/application.html.erb config/routes.rb | |||
2014-02-18 | Changes to generate.sh | AndrewMurrell | |
2014-02-18 | Added the generate shell command. Please do not commit the generated files. | AndrewMurrell | |