documentation/development
|
now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists.
|
2005-10-03 21:45:39 +00:00 |
img
|
small changes here and there. a debug function (SPOT), css, start of a navigation bar.
|
2005-09-20 07:05:05 +00:00 |
imgsource
|
small changes here and there. a debug function (SPOT), css, start of a navigation bar.
|
2005-09-20 07:05:05 +00:00 |
createaccount.py
|
display of a board seems to work again.
|
2005-11-24 18:31:33 +00:00 |
database.py
|
debugging sqlobject within mod_python sucked, so I switched to cherrypy before the switch to sqlobject was complete. What works again: login, account creation, game overview, game creation.
|
2005-11-24 15:39:22 +00:00 |
default.css
|
display of a board seems to work again.
|
2005-11-24 18:31:33 +00:00 |
deletegame.py
|
changed database backend to SqlObject. currently unusable until some bugs are fixed.
|
2005-11-23 17:34:20 +00:00 |
filehandling.py
|
changed database backend to SqlObject. currently unusable until some bugs are fixed.
|
2005-11-23 17:34:20 +00:00 |
gamecreation.py
|
debugging sqlobject within mod_python sucked, so I switched to cherrypy before the switch to sqlobject was complete. What works again: login, account creation, game overview, game creation.
|
2005-11-24 15:39:22 +00:00 |
generate_goban_images.py
|
small changes here and there. a debug function (SPOT), css, start of a navigation bar.
|
2005-09-20 07:05:05 +00:00 |
gnugo.py
|
before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ...
|
2005-10-09 17:27:17 +00:00 |
goban.py
|
display of a board seems to work again.
|
2005-11-24 18:31:33 +00:00 |
helper.py
|
debugging sqlobject within mod_python sucked, so I switched to cherrypy before the switch to sqlobject was complete. What works again: login, account creation, game overview, game creation.
|
2005-11-24 15:39:22 +00:00 |
init_webgo.py
|
changed database backend to SqlObject. currently unusable until some bugs are fixed.
|
2005-11-23 17:34:20 +00:00 |
login.py
|
display of a board seems to work again.
|
2005-11-24 18:31:33 +00:00 |
logout.py
|
changed database backend to SqlObject. currently unusable until some bugs are fixed.
|
2005-11-23 17:34:20 +00:00 |
main.py
|
display of a board seems to work again.
|
2005-11-24 18:31:33 +00:00 |
playgame.py
|
display of a board seems to work again.
|
2005-11-24 18:31:33 +00:00 |
psql.py
|
game selection now has a nice table with players, access time etc. Users can now set an optional name for the game they create. This name gets displayed in game selection table.
|
2005-10-09 21:29:29 +00:00 |