Skip to content

Commit

Permalink
rename signed script
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 5, 2012
1 parent ce0e151 commit dc3d1a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/templating/AssetHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import play.api.templates.Html

trait AssetHelper {

val assetVersion = 15
val assetVersion = 16

def cssTag(name: String) = css("stylesheets/" + name)

Expand Down
2 changes: 1 addition & 1 deletion conf/routes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GET /$gameId<[\w\-]{8}> controllers.Round.watcher(g
GET /$gameId<[\w\-]{8}>/$color<white|black> controllers.Round.watcher(gameId: String, color: String)
GET /$fullId<[\w\-]{12}> controllers.Round.player(fullId: String)
GET /$gameId<[\w\-]{8}>/$color<white|black>/socket controllers.Round.websocketWatcher(gameId: String, color: String)
GET /$gameId<[\w\-]{8}>/signed.js controllers.Round.signedJs(gameId: String)
GET /$gameId<[\w\-]{8}>/s.js controllers.Round.signedJs(gameId: String)
GET /$fullId<[\w\-]{12}>/socket controllers.Round.websocketPlayer(fullId: String)
GET /$fullId<[\w\-]{12}>/abort controllers.Round.abort(fullId: String)
GET /$fullId<[\w\-]{12}>/resign controllers.Round.resign(fullId: String)
Expand Down
4 changes: 2 additions & 2 deletions todo
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ not possible to copy the link URL invite when using a iOS device. Can this be ea
search bug http:https://en.lichess.org/games/search?players.a=&players.b=&players.winner=&eloMin=&eloMax=&hasAi=&aiLevelMin=&aiLevelMax=&variant=&mode=1&opening=&turnsMin=&turnsMax=&durationMin=&durationMax=&status=35&dateMin=&dateMax=&sort.field=tu&sort.order=asc
takeback substract time for person granting
add fullscreen mode for spectators and load new games in a loop (based on certain filter options) - thus creating a chess tv channel
remove tournament lobby message on cancel
make chess captcha more usable
shutdown ai on absence of messages
tournament 404 page
log off = tournament resign

0 comments on commit dc3d1a5

Please sign in to comment.