Revision history for Maypole-Plugin-QuickTable

0.302  Thur 21 July 2005, 10:00
        - maybe_link_view was not handling non-Maypole objects properly - now 
            it stringifies them

0.301  Thur 21 July 2005, 09:45
        - test if a Maypole::Model thing is an object or a class in maybe_link_view
        - test definedness of $order_by before doing string comparison in tabulate

0.3    Wed  20 July 2005, 12:00
        - added code from Ron McClain to support clickable search-by column headers 
        - empty has_many columns were not being rendered in listview (now they are 
            rendered as an empty table cell, so keeping in sync with column headers)
            because maybe_many_link_views() was returning an empty list when supplied 
            with an empty list of values. Now it returns ''

0.2    Wed  20 July 2005, 01:00
        - added 'fields' argument to tabulate() - it was hard-wired to 
            use display_columns
            - fields defaults to display_columns + related (i.e. db columns plus has_many accessors)
        - added maybe_many_link_views() method

0.11   Fri  10 Jun 2005, 12:40
        - POD fixes
        - changed the location of quicktable_defaults. Now it's 
            simply a Class::Data::Inheritable method on the model

0.1    Thur  9 Jun 2005, 23:00
        First version, released on an unsuspecting world.