more POD!
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort /
2008-10-24 groditi just a little more POD
2008-10-24 groditi more POD
2008-10-11 groditi some more doc patches
2008-10-11 groditi some stub POD
2008-10-11 groditi completely new way of handling action prototypes for...
2008-10-11 groditi formatting changes only. no actual functionality difference
2008-10-11 groditi change listview/grid so that members of a grid can...
2008-10-11 groditi uri vp, widget, template
2008-10-11 groditi image vp, widget, template
2008-10-11 groditi general changes.some formatting, better entities encodi...
2008-09-22 edenc fixed vestigial $ctx access
2008-09-09 edenc fixed field sync logic + comments
2008-09-09 wreis proper fix for can_sync_to_action
2008-09-04 groditi fix matching passwords stuff
2008-09-03 wreis missed default
2008-09-02 wreis Grid->field_labels as rw attr
2008-09-01 wreis fixed value_is_required
2008-08-22 matthewt action and object changes for field containers
2008-08-22 matthewt merge docs for action viewport roles
2008-08-22 groditi r21704@martha (orig r864): groditi | 2008-08-20 20...
2008-08-22 groditi r21703@martha (orig r863): groditi | 2008-08-20 20...
2008-08-22 groditi r21699@martha (orig r859): groditi | 2008-08-19 19...
2008-08-22 groditi r21695@martha (orig r856): groditi | 2008-08-19 13...
2008-08-22 groditi r21467@martha (orig r828): groditi | 2008-08-15 19...
2008-08-21 groditi svk add FAIL
2008-08-21 groditi container support built into fields and an example...
2008-08-21 groditi r21697@martha (orig r857): edenc | 2008-08-19 15...
2008-08-19 groditi s/pl/ok/ #typo
2008-08-19 edenc re-added "field is required" messages
2008-08-19 groditi object mutable was an unpopular name
2008-08-19 groditi r21468@martha (orig r829): castaway | 2008-08-16...
2008-08-18 rafl Revert "coerce VP::SiteLayouts static_base_uri from...
2008-08-18 groditi kill incorrect use of meta
2008-08-18 groditi kill use of meta
2008-08-18 rafl coerce VP::SiteLayouts static_base_uri from URI.
2008-08-18 rafl Remove empty pod sections.
2008-08-15 groditi refactpored most of the action stuff into roles. should...
2008-08-08 edenc removed viewport dependency on ->ctx
2008-08-07 wreis reverting wrong fix to Field::Role::Mutable
2008-07-30 wreis fixed mutable role for field's vp
2008-07-24 matthewt rclass stuff ripped out of everything but widget classes
2008-07-22 wreis method attr for Action vp
2008-07-17 matthewt disable TimeRangeCollection since it's basically pointless
2008-07-10 groditi fix the parameter attributes goof re meta
2008-06-14 groditi improvements to MatchingPassword to have a better layou...
2008-06-14 groditi typo in matching passwords
2008-05-28 edenc setting value for Field::Mutable::DateTime in order...
2008-05-07 groditi no reason for member_type to build lazily, it should...
2008-05-06 groditi minor style cleanups and non-destructive config merging...
2008-03-14 edenc fixes for File fields
2008-03-14 edenc minor fix for boolean fields
2008-03-11 matthewt special exists event, force_events
2008-03-09 matthewt lost the short-circuit out of can_apply if a field...
2008-03-05 matthewt rewrite IM predicates
2008-02-29 matthewt undef fixes
2008-02-27 matthewt fix value checking for non-object choices
2008-02-27 matthewt - fix default handling for Mutable::Boolean
2008-02-26 groditi first DRAFT of matching passwords widget so we can...
2008-02-26 edenc fixed File type
2008-02-26 groditi split out can_sync_to_action from sync_to_action in...
2008-02-18 matthewt missed one ;)
2008-02-17 matthewt sensible fix for DateTime namespace clash
2008-02-17 matthewt revert r620
2008-02-15 edenc changed DateTime type constant to DateTimeObject
2008-02-15 groditi hiddenarray needed to be moved to field::mutable. shoul...
2008-02-15 groditi how did hidden array end up here?
2008-02-11 edenc fixed field type methods for DateTime
2008-02-11 edenc r20434@hades (orig r549): groditi | 2008-01-30 18...
2008-02-10 matthewt fix method modifiers
2008-02-07 wreis added meta_info for VP::SiteLayout
2008-02-07 matthewt complete MooseX::Types port
2008-02-04 edenc added Field::mutable::File
2008-02-04 edenc making field_args rw for custom field set up
2008-02-04 edenc added Field::File and Widget::Image
2008-02-03 matthewt simple mutable fields now use value_string (ChooseMany...
2008-02-03 matthewt kill vestigial adopt_value method in Field (since ...
2008-02-03 matthewt datetime now handles optional using a wrap on value_string
2008-02-02 wreis fixed layout path for ArrayRef type
2008-02-02 matthewt add value_is_required, add logic for sync of clearer...
2008-02-02 matthewt sync_to_action not required, will trigger off value set
2008-02-02 matthewt vestigial classes, nuked
2008-02-02 matthewt Collection field vp works again.
2008-01-30 groditi ChooseMany fix
2008-01-30 edenc checking _model_has_value
2008-01-30 edenc r20426@hades (orig r541): matthewt | 2008-01-30 14...
2008-01-30 edenc using _model_has_value instead of has_value
2008-01-30 groditi lazy build implies clearer
2008-01-30 groditi minor pod fix
2008-01-30 edenc removing vestigial subroutine
2008-01-30 edenc r20384@hades (orig r523): wreis | 2008-01-26 12:21...
2008-01-30 matthewt first cut of Reaction::UI::Skin and SiteLayout VP+widget
2008-01-30 edenc checking for definedness on required fields
2008-01-29 wreis fixed DBIC types
2008-01-29 matthewt refactored value string building
2008-01-29 matthewt better error reporting on reflection failure for Object...
2008-01-28 edenc unlazified field value setting
2008-01-26 wreis fixed assertion for _build_fields_for_type_Str
2008-01-26 wreis fixed _build_value_string for ChooseOne fields
2008-01-26 groditi Create fields are fixed again. Also fixed: ChooseMany...
2008-01-24 matthewt is_lazy implies builder or default but need to ensure...
next