Catalyst-Plugin-AutoCRUD
view release on metacpan or search on metacpan
* Scans Models and loads any which are DBICish, Model::LFB::DBIC now optional
* Supports multiple Schema (databases) being loaded
* "Home" page with selector for databases and tables
* Will load Schema on the fly from DB if schema_class is not provided
* Allow Static handler to serve CSS (add mime type)
* Filter/search row is now added server-side rather than via ExtJS hacks -
this is much cleaner, simpler to implement, and allows grid resizing to work
* Move stylesheets from being in-line TT files, to their own served CSS
* Add header and footer information to all pages
* Remove ExtJS ViewPort, and render Grid directly to a Div
* Split javascript sources into more templates, as they've grown quite large
* Update POD to describe new use cases
* Change License to Artistic/GPL (previously only GPL2, by mistake)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Thu, 28 Aug 2008 15:15:32 +0100
libcatalystx-listframework-builder (0.29) UNRELEASED; urgency=low
* Bug fix for missing commas in templated javascript (thanks to nigel)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Tue, 26 Aug 2008 14:04:00 +0100
libcatalystx-listframework-builder (0.28) UNRELEASED; urgency=low
* Better handling of timstamps & DateTime obj - using the Ext xdatetime extension
* Migrate to Module::Install (from ExtUtils::MakeMaker)
* Change built-in static handler to be generic and not just for images
* Rename ajax call get_stringified to list_stringified
* Ship test suite (watch the sucker blow!)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Sat, 23 Aug 2008 21:13:30 +0100
libcatalystx-listframework-builder (0.27) UNRELEASED; urgency=low
* Fix for expanding grid dealing with viewport resize (reported by redspike)
* New test suite, about one third done (tests basics, and the list action)
* Fix for use as plugin with existing TT View + RenderView (thanks to karpet and abraxxa)
* Add metadata dumper action, in support of testing
* Fix the helloworld template to have an HTML tag
* Remove unecessary check for !=0 on params in the list AJAX call (has ||= already)
* Remove unused params from TT view
* Use c.config.extjs2 in templates rather than c.extjs2 (report by abraxxa)
* Small tidying to templates used for main page output
* Friendly error page if Javascript is disabled in the client browser (report by malcolm)
* Fix exists bug in Metadata.pm (thanks to abraxxa)
* Better support for Result Class names with underscores (report by abraxxa)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Fri, 22 Aug 2008 13:00:54 +0100
libcatalystx-listframework-builder (0.25) UNRELEASED; urgency=low
* Grid expands to show rows until it needs a scrollbar
* Delete column uses tooltip for text
* Fix for form's combobox (related) search to be case insensitive
* Nuke all the c.base usage in favour of c.uri_for
* Change all component namespace into LFB::
Your DBIC Model's config *must* change from Model::DBIC to Model::LFB::DBIC
* Config var for ExtJS lib location changed from javascript to extjs2
Your App config *must* change from using "javascript" to "extjs2"
* Application is now relocateable and useable as a plugin (see POD for details)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Tue, 19 Aug 2008 14:40:05 +0100
libcatalystx-listframework-builder (0.24) UNRELEASED; urgency=low
* CSS fix for IE so that tabbed form with fieldset works properly
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Sun, 17 Aug 2008 20:53:15 +0100
libcatalystx-listframework-builder (0.23) UNRELEASED; urgency=low
* More Javascript fixes (for IE, and using JSLint)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Sun, 17 Aug 2008 16:21:49 +0100
libcatalystx-listframework-builder (0.22) UNRELEASED; urgency=low
* Fix trailing JS list comma problem in IE (reported by Laust Frederiksen)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Sun, 17 Aug 2008 15:05:07 +0100
libcatalystx-listframework-builder (0.21) UNRELEASED; urgency=low
* Now print more useful error on missing/unknown table w/ links to tables
* Text in delete column is more useful (refs PK val) rather than "Delete"
* Deprecate stringify in favour of display_name
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Thu, 14 Aug 2008 00:13:29 +0100
libcatalystx-listframework-builder (0.19) UNRELEASED; urgency=low
* Change system to be a Catalyst Plugin on the recommendation of mst
* Small tweaks to controller action suggested by jhthorsen
* POD updates to use Config::General rather than YAML (again, thanks mst)
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Tue, 12 Aug 2008 23:31:42 +0100
libcatalystx-listframework-builder (0.18) UNRELEASED; urgency=low
* Some great input from jhthorsen helped refactor the bootstrapping
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Sun, 10 Aug 2008 08:43:40 +0100
libcatalystx-listframework-builder (0.17) UNRELEASED; urgency=low
* Fix for has_one, might_have situations where the PK val is user-supplied
* POD tweaks
* Fix the crappy test. Need to write proper tests when API is more stable.
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Sat, 9 Aug 2008 13:12:50 +0100
libcatalystx-listframework-builder (0.16) UNRELEASED; urgency=low
* Fix to help people using ConfigLoader plugin >= 0.20
-- Oliver Gorwits <oliver.gorwits@oucs.ox.ac.uk> Thu, 7 Aug 2008 13:14:20 +0100
libcatalystx-listframework-builder (0.15) UNRELEASED; urgency=low
* Stop fiddling linebreaks in TT - will come back to this one
( run in 1.168 second using v1.01-cache-2.11-cpan-71847e10f99 )