catagits/Reaction.git
2008-05-27 wreis changed approach as requested by mdk
2008-05-26 wreis r6225@tabor (orig r703): matthewt | 2008-05-03 13...
2008-05-07 matthewt get rid of warning caused by un-unimported make_immutab...
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-05-03 matthewt update Moose dep
2008-05-02 wreis r5944@tabor: wallacer | 2008-05-02 18:26:07 -0300
2008-05-02 wreis r5943@tabor: wallacer | 2008-05-02 17:30:59 -0300
2008-05-02 wreis default_skin branch Copied from /Reaction/0.001/trunk
2008-04-26 groditi made layoutset name generation smarter, basic tests...
2008-04-23 matthewt fix pop_viewport
2008-04-09 wreis fixed dm_name_from_class_name and dm_name_from_source_name
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 groditi $attr_name ne ->reader
2008-03-14 groditi $attr_name ne ->reader
2008-03-14 edenc minor fix for boolean fields
2008-03-14 groditi mutable fields were getting double line breaks
2008-03-14 groditi fix URI type
2008-03-13 groditi new URI type
2008-03-12 groditi add some stuffto TODO
2008-03-12 groditi better error reporting and some sugar for upcoming...
2008-03-11 wreis TODO update
2008-03-11 matthewt I have no idea what the reflector changes in the last...
2008-03-11 matthewt special exists event, force_events
2008-03-11 groditi TODO. please add tasks as appropriate since IRC is...
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 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
next