Revision history for Maypole-FormBuilder

0.23   Thur 30 Jun 2005, 11:00
        - added Maypole::FormBuilder::Model::Plain

0.22   Tues 28 Jun 2005, 14:00
        - added as_form_with_related() method to MP::P::FB to support the same method 
            in CDBI::FB

0.212  Tues 28 Jun 2005, 12:30
        - more POD fixes

0.211  Fri  24 June 2005, 14:30
        - very minor POD fixes

0.21   Tues 14 Jun 2005, 11:50
        - fixed searching by not setting the form mode to do_search in MP::Plugin::FB::do_search()
            (I don't get why that would break it though)
        - fixed bugs in list template when a search returns no objects (use 
            $request->model_class instead of $object->[0]) 
        - removed template var 'search' from list template - check $request->action eq 
            'do_search' instead
        - refactored search template to take advantage of new search_opt_cmp and search_opt_order_by 
            options in CDBI::FB::search_form()
        - removed has_a fields from required lists in MP::Plugin::FB synopsis - CDBI::FB now adds them 
            automatically        

0.2    Sun  12 Jun 2005, 17:20
        - fixed the editlist mode, so all the buttons now work (unsetting sticky 
            forms was the key - otherwise, all the forms adopted the values in 
            the submitted request)
        
        - added sessions to the demo app, to keep track of the list view mode
            - various modifications to methods in MP::FB::Model
            - added switchlistmode() exported method
            
        - MP::Plugin::FB:
            - removed HTML rendering mode from MP::Plugin::FB::as_forms()
            - added MP::Plugin::FB::render_form_as_row()
            - added MP::Plugin::FB::listviewmode() to return the list view mode from the 
                session (or 'list' if no session is available)
        
        - templates:
            - removed the editlist template - it's all in the list template now
            - removed hacks from pager and addnew templates to support different list view modes

0.12   Sat  11 Jun 2005, 21:45
        - Fixed a bug in Maypole::Plugin::FormBuilder::setup(). The vars() method 
            in the view class was removing classmetadata from _all_ apps in the 
            current interpreter that used the same view as the FB app. Bad for 
            mod_perl.

0.11   Fri  10 Jun 2005, 11:55
        - morning after the night before POD fixes
        - all modules load MP::FB and use its VERSION 
        - moved do_delete() from MP::FB::Model::Base to MP::FB::Model

0.1    Thur  9 Jun 2005, 22:45
        First version, released on an unsuspecting world.