0.10
- If an Alzabo::Exception::RDBMSRules exception is thrown, the full
exception (with stack trace) is now output to STDERR. This helps
debugging in case the exception is due to an error in Alzabo, as
opposed to user error.
- Some submission handling components were redirecting to the wrong
place after handling a RDBMSRules exception.
0.09 2003-10-20
- Fixes so that the GUI still works with pre 0.79_02 versions of
Alzabo.
- Added a SIGNATURE file.
0.08 2003-10-17
- Support for table attributes (with Alzabo 0.79_02 +).
- Support for functional indexes (with Alzabo 0.79_02 +).
- Improved the formatting of the front page's schema list when it
expands to two columns.
- Improved the formatting of the table and column name lists
- Tried to make the installation process a little clearer,
specifically in terms of saying what the component root is, since not
all users are going to be previously familiar with Mason. Suggested
by Mark Stosberg.
0.07 2003-10-08
- Offer two styles of graph layout (neato & dot).
- There were still a couple of spots using
Alzabo::Config::mason_extension(). Reported by Barry Hoggard.
0.06 2003-10-06
- Add "pk" after primary key colums in column list.
- The installer was ignoring the user-provided extension, and simply
giving all files the default ".mhtml" extension. Reported by Barry
Hoggard.
0.05 2003-10-04
- Renamed to Alzabo::GUI::Mason.
0.04 2003-09-24
- Cleaned up look of a couple pages (post SQL-execute pages).
- Added an AlzaboGUI/Mason.pm file so CPAN indexes this distro.
0.03 2003-09-20
- Add back foreign key & index functionality.
0.02 2003-09-20
- Include a passthrough Makefile.PL
0.01 2003-09-20
- Initial release of new Mason interface.
- Among other improvements, the GraphViz-generated schema graph is now
much nicer. These improvements were based in part on the code in
SQL Fairy.