unstable switchover before template renaming. added searchpath for widgets trying...
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>
Tue, 2 Oct 2007 20:05:44 +0000 (20:05 +0000)
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>
Tue, 2 Oct 2007 20:05:44 +0000 (20:05 +0000)
commite22de1011c40b639cc4b6e5586a9e0defe855285
tree67e007d3eee18254d0f9e3111acaedafd80e80dd
parent6ab43711ccd779eedce107001b300043e2056a0c
unstable switchover before template renaming. added searchpath for widgets trying to make list view work. added gridview
33 files changed:
lib/ComponentUI/View/Site.pm
lib/Reaction/Meta/Attribute.pm
lib/Reaction/UI/LayoutSet.pm
lib/Reaction/UI/LayoutSet/TT.pm
lib/Reaction/UI/View.pm
lib/Reaction/UI/ViewPort/GridView.pm [new file with mode: 0644]
lib/Reaction/UI/ViewPort/GridView/Role/Order.pm [new file with mode: 0644]
lib/Reaction/UI/ViewPort/GridView/Role/Pager.pm [new file with mode: 0644]
lib/Reaction/UI/ViewPort/GridView/Row.pm [new file with mode: 0644]
lib/Reaction/UI/ViewPort/ListView.pm
lib/Reaction/UI/ViewPort/ObjectView.pm
lib/Reaction/UI/Widget/GridView.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/GridView/Row.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/ListView.pm
lib/Reaction/UI/Widget/Value.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/Boolean.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/Collection.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/DateTime.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/List.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/Number.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/RelatedObject.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/String.pm [new file with mode: 0644]
lib/Reaction/UI/Widget/Value/Text.pm [new file with mode: 0644]
share/skin/default/layout/grid_view [new file with mode: 0644]
share/skin/default/layout/list_view
share/skin/default/layout/value/boolean [new file with mode: 0644]
share/skin/default/layout/value/collection [new file with mode: 0644]
share/skin/default/layout/value/date_time [new file with mode: 0644]
share/skin/default/layout/value/list [new file with mode: 0644]
share/skin/default/layout/value/number [new file with mode: 0644]
share/skin/default/layout/value/related_object [new file with mode: 0644]
share/skin/default/layout/value/string [new file with mode: 0644]
share/skin/default/layout/value/text [new file with mode: 0644]