no reason for member_type to build lazily, it should be required
[catagits/Reaction.git] / lib / Reaction / UI /
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-05-06 groditi non destructive config merge
2008-05-06 groditi do not display the pager for 1 page long results
2008-04-26 groditi made layoutset name generation smarter, basic tests...
2008-04-23 matthewt fix pop_viewport
2008-03-14 edenc removing silly debug statement from Image widget
2008-03-14 edenc Image File widget
2008-03-14 edenc fixes for File fields
2008-03-14 edenc minor fix for boolean fields
2008-03-12 groditi better error reporting and some sugar for upcoming...
2008-03-11 matthewt special exists event, force_events
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-06 matthewt add REACTION_UI_WIDGET_DEBUG_LAYOUTS
2008-03-05 matthewt rewrite IM predicates
2008-02-29 matthewt undef fixes
2008-02-29 groditi sorry about noise.. trailing whitespace.. collection_n...
2008-02-29 groditi try value_string and then try value
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-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-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-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 alter skin loading precedence (layoutset path search...
2008-02-07 wreis added meta_info for VP::SiteLayout
2008-02-07 matthewt complete MooseX::Types port
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 datetime now handles optional using a wrap on value_string
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 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-29 matthewt container widget
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 wreis minor doc fixes
2008-01-24 matthewt is_lazy implies builder or default but need to ensure...
2008-01-24 matthewt more robust 'can we ask for a value' handling - need...
next