catagits/Reaction.git
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 r20469@hades (orig r580): edenc | 2008-02-04 09:01...
2008-02-11 edenc fixed demo app
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 get rid of extraneous whitepsace in textaeras
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 defaults.conf support works much better if I commit...
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-31 matthewt change dist name to Reaction
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-28 edenc branching for vp/widget emergency fixes
2008-01-26 wreis fixed assertion for _build_fields_for_type_Str
2008-01-26 wreis unquoted Reaction::Types
2008-01-26 wreis added CheckNumber type constraint
2008-01-26 wreis added dep
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-25 matthewt tweak add_domain_model to default attribute metaclass...
2008-01-25 matthewt clean up implements implementation by providing an...
2008-01-25 matthewt revert #515, completely the wrong solution and blows...
2008-01-24 groditi Moose::Role fixed for new moose
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...
2008-01-24 matthewt Choices doesn't inflate single values, ChooseOne produc...
2008-01-23 matthewt make default handling respect predicate when attr is...
2008-01-22 groditi nicer regex for trimming whitespace from templates...
2008-01-21 groditi dont apply events if there is no events. misc cleanups...
2008-01-21 groditi add a default 404 and 403 action, use the 404 on collec...
2008-01-21 groditi little bugfix in regards to collection actions
2008-01-17 groditi quick fix for value issue
2008-01-17 wreis fixed reader and predicate generation for reflector
2008-01-17 wreis fixed CreditCard type
2008-01-17 wreis fixed _build_fields_for_type_Row
2008-01-15 groditi howdid action form not get deleted?
2008-01-14 wreis added Reaction::Types::CreditCard
2008-01-14 groditi more Pod! description + a little bit of synopsis and...
2008-01-10 groditi leetle bug fix
next