The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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.