Download CatWalk
News
CatWalk is now officially part of TurboGears. this means that when you download the next release of TurboGears, you will
be able to run 'tg-admin gui' from the command line and CatWalk will be open in a new browser window for you.
Though you will still be able to 'mount' CatWalk to your application (controller file).
If you don't want to wait for the next release of TurboGears to play with CatWalk you can checkout
TurboGears from the repository.
If you want to follow the development of CatWalk, try my blog
There are already a couple of small movie clips and screendumps there.
Download the standalone version of CatWalk
Changelog
19.10.05
Add support for host based access restriction
19.10.05
Added support for displaying MultipleJoins values
18.10.05
Add dropwdown support for EnumCol
18.10.05
Add support for defining which column to use as label for ForeignKeys
17.10.05
Remove dependency on mx.DateTime.
Thanks to Lauris Buksis-Haberkorns for contributing this!
17.10.05
Add support for IE6 (hunt and fix a couple of showstoppers for IE)
16.10.05
Updated the display of foreignKey columns with a link to their own
structure definition
15.10.05
Refactor the names of the javascripts methods to gain more
consistency (and clarity)
15.10.05
Refactor the javascript functions into methods of the 'catwalk'
object in order to avoid namespace clashes
13.10.05
Implement support for the following SQLObject column types:
- BoolCol
- DateCol
- DecimalCol
Enforce the maxlength of the StringCol type (char and varchar)
Implement validation the input of IntCols and FloatCols