Revision history for Perl extension Bigtop.

0.38 Sat Jul 10 17:02:39 CDT 2010 for CPAN distribution

0.37 Fri Jul 09 12:25:26 CDT 2010

0.36

0.35 Thurs Sept 3 11:26:00 CDT 2009

0.34

0.33 Sat Jul 11 10:16:26 CDT 2009

0.32 not released to CPAN

0.31 Wed Jun 11 09:37:05 CDT 2008 (Not released to CPAN)

0.30 Tue Aug 14 17:15:11 CDT 2007

0.29 Fri Jun 22 09:23:20 CDT 2007

0.28 Fri May 11 14:55:26 CDT 2007

0.27 Thu May 10 09:10:22 CDT 2007

        method controller_config is hashref {
            literal `mykey => 'somevalue'`;
            authed_methods 
                do_delete => ``;
            permissions `crudcrud-r--` => admin;
        }
    - added support for Gantry's new row and table level permissions new
      keywords in main listing methods:
          header_option_perms `Special Add` => create;
          row_option_perms `Exotic Edit` => update, `See Details` => retrieve;
    - Change tentmaker so it uses bigtop keywords instead of labels for
      easier movement between it an hand editing (and to consolidate book
      chapters, eventually).

0.26 Thu Mar 29 12:34:08 CDT 2007

0.25 Thu Feb 15 11:12:12 CST 2007

0.24 Wed Feb 14 12:50:24 CST 2007

0.23 Tue Feb 13 16:10:32 CST 2007

0.22 Thu Feb 8 14:25:30 CST 2007

0.21 Mon Jan 22 09:56:44 CST 2007

0.20 Thu Dec 7 13:50:02 CST 2006

0.19 Wed Nov 8 12:31:31 CST 2006

Highlights

0.18 Wed Oct 4 15:07:47 CDT 2006

0.17 Mon Oct 2 09:50:12 CDT 2006

0.16 Mon Sep 25 09:57 CDT 2006

0.15 Thu Sep 21 12:29:17 CDT 2006

Highlights
many-to-many support for DBIx::Class ASCII art for specifying table relationships try:

bigtop -n AppName 'pos->job job<->skill' augment an existing bigtop file with bigtop and tentmaker flags Gantry controllers now have (a few) generated page hit tests tentmaker...

has a new Field Quick Edit box for its most common edits allows multiple fields to be made at once has much more magic to save even more time stand alone servers have flags to change database connection info

0.14 Wed Aug 16 16:20 CDT 2006

Highlights
  1. Quicker app generation in two ways. Way 1 (if you have sqlite installed):

    bigtop --new App table1 table2 cd App # create database # populate database from docs/schema.yourdb ./app.server

        Way 2:
            tentmaker
            on app body tab create table1 and table2
            save as file.bigtop
            bigtop --create file.bigtop
            cd Sample
            sqlite app.db < docs/schema.sqlite
            ./app.server

2. DBIx::Class support
3. All around better defaults

0.13 Fri Jun 9 08:08:16 CDT 2006

0.12 Tue May 23 10:58:22 CDT 2006

0.11 Wed May 17 12:48:11 CDT 2006

0.10 Fri May 12 14:50 CDT 2006

0.09 Wed May 10 10:41:49 CDT 2006

0.08 Wed May 10 07:47:23 CDT 2006

0.07 Fri May 5 15:39:16 CDT 2006

0.06 Thu Mar 23 08:26:46 CST 2006

0.05 Wed Feb 1 14:15:33 CST 2006

0.04 Tue Jan 3 16:04:56 CST 2006

0.03 Tue Dec 13 08:59:34 CST 2005

0.02 Fri Oct 28 07:37:37 CDT 2005

0.01 Thu Sep 15 09:05:07 2005