factor button code out and add default class
[catagits/Reaction.git] / lib /
2008-03-10 matthewt factor button code out and add default class
2008-03-09 matthewt lost the short-circuit out of can_apply if a field...
2008-03-07 matthewt factor out DBIC::Result action base and SimpleMethodCal...
2008-03-06 matthewt add REACTION_UI_WIDGET_DEBUG_LAYOUTS
2008-03-05 matthewt rewrite IM predicates
2008-02-29 groditi fix for error in changeset 647 in regards to value...
2008-02-29 groditi add _parent back in. sorry, mst
2008-02-29 matthewt undef fixes
2008-02-29 groditi sorry about noise.. trailing whitespace.. collection_n...
2008-02-29 groditi _parent => $self ? not only is it dumb, but it is not...
2008-02-29 groditi try value_string and then try value
2008-02-28 groditi pass down options accurately
2008-02-28 wreis just check_valid_value if the attr_is_required
2008-02-28 wreis factor out error_for_attribute so that can emulate...
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-19 matthewt pass outer args down to widget sub-viewport renders
2008-02-18 matthewt missed one ;)
2008-02-18 matthewt no, I didn't mean to commit that
2008-02-18 matthewt count code
2008-02-17 matthewt sensible fix for DateTime namespace clash
2008-02-17 matthewt revert r620
2008-02-16 groditi 90% there with Reflector code generation!
2008-02-15 edenc changed DateTime type constant to DateTimeObject
2008-02-15 groditi typo was messing with clearers
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-14 matthewt use stringification
2008-02-14 matthewt widget fragment debug
2008-02-14 wreis different style for required fields
2008-02-14 wreis setting content_type for error actions
2008-02-14 wreis checking that content_type has been set (it should...
2008-02-12 groditi last change broke css serving
2008-02-12 wreis fixed content type setting
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 vp_args passing to actions
2008-02-10 matthewt fix method modifiers
2008-02-10 matthewt _ prefixed writer doth not mean rw
2008-02-09 matthewt avoid passwords going into <input> elements
2008-02-09 matthewt was part of skin precedence changes but bungled the...
2008-02-09 matthewt prevent immutable creating new() methods for Reaction...
2008-02-09 matthewt alter skin loading precedence (layoutset path search...
2008-02-08 matthewt refactor Reflector a bit and eliminate some silent...
2008-02-07 wreis added meta_info for VP::SiteLayout
2008-02-07 matthewt complete MooseX::Types port
2008-02-07 matthewt pass _parent to collections
2008-02-07 matthewt better error on failed layout set lookup
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-04 groditi burnt out, so writing some docs to clear my brain
2008-02-03 matthewt clean out pre-widget stuff
2008-02-03 matthewt simple mutable fields now use value_string (ChooseMany...
2008-02-03 matthewt vestigial widget class removed
2008-02-03 matthewt kill vestigial adopt_value method in Field (since ...
2008-02-03 matthewt make delayed setup components work so implements+does...
2008-02-03 matthewt datetime now handles optional using a wrap on value_string
2008-02-03 matthewt generate clearer for !required action attributes
2008-02-02 groditi oops forward takes args as an arrayref and i forgot...
2008-02-02 groditi the forwards on basic_page and basic_model_action were...
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-31 matthewt get rid of the 'title is undef' error
2008-01-31 matthewt rework skin path handling
2008-01-31 matthewt moved widget class search path to Skin
2008-01-31 matthewt removed view arg to LayoutSet, moved to using skin...
2008-01-31 matthewt remove vestigial override
2008-01-31 matthewt added widget_search_path option (ignored), defaults...
2008-01-30 groditi ChooseMany fix
2008-01-30 edenc r20387@hades (orig r526): edenc | 2008-01-28 00:23...
2008-01-30 edenc checking _model_has_value
2008-01-30 wreis nuked CreditCard type
2008-01-30 groditi better error messages / dont swallow error when a widge...
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 matthewt =extends NEXT in widgets works
2008-01-30 matthewt skin inheritnace within a single search path
2008-01-30 matthewt use skin to lookup 'extends' in LayoutSet
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-30 edenc fixed typo
2008-01-30 wreis added _class_to_attribute_name method
2008-01-29 matthewt container widget
2008-01-29 wreis fixed DBIC types
2008-01-29 matthewt -Debug is -stupid-
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
next