aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Field
Commit message (Expand)AuthorAgeFilesLines
* added clone and inherit fix to Field::Mutable::HiddenArrayedenc2009-11-161-2/+2
* working around Moose glitch via parameterized rolesedenc2009-11-114-13/+42
* fixed hidden array viewport value_string attributeedenc2009-09-041-1/+4
* String fragment viewportgroditi2009-07-101-0/+44
* use more MooseX::Types and support actionattribute in Action vp to explicitly...groditi2009-07-0817-68/+69
* fix mismatched package names in PODgroditi2009-05-261-1/+1
* r1220@nifty (orig r1047): wreis | 2009-02-21 20:39:36 +0100wreis2009-03-031-0/+6
|\
| * fixed bool fieldwreis2009-03-031-0/+6
* | fixed ChooseOne value_stringedenc2009-02-191-2/+8
|/
* basic is_modified supportmatthewt2009-01-242-0/+17
* fixed Boolean->adopt_value_stringwreis2008-12-041-1/+1
* double negation is hard to readgroditi2008-11-261-1/+1
* fix for certain fields failing silently when they are required and left blankgroditi2008-11-261-1/+6
* adding logic to deal with unset option in a ChooseOneedenc2008-10-301-0/+4
* fixed vestigial $ctx accessedenc2008-09-221-2/+2
* fixed field sync logic + commentsedenc2008-09-091-1/+13
* proper fix for can_sync_to_actionwreis2008-09-091-2/+2
* fix matching passwords stuffgroditi2008-09-041-7/+6
* svk add FAILgroditi2008-08-211-0/+16
* r21697@martha (orig r857): edenc | 2008-08-19 15:07:48 -0400groditi2008-08-211-1/+0
|\
| * re-added "field is required" messagesedenc2008-08-191-1/+0
* | refactpored most of the action stuff into roles. should fields be a role too?groditi2008-08-151-2/+4
|/
* reverting wrong fix to Field::Role::Mutablewreis2008-08-071-5/+1
* fixed mutable role for field's vpwreis2008-07-301-1/+5
* rclass stuff ripped out of everything but widget classesmatthewt2008-07-2430-644/+695
* improvements to MatchingPassword to have a better layout, label, and error me...groditi2008-06-142-1/+12
* typo in matching passwordsgroditi2008-06-141-1/+1
* setting value for Field::Mutable::DateTime in order to get an error messageedenc2008-05-281-1/+1
* fixes for File fieldsedenc2008-03-142-5/+12
* minor fix for boolean fieldsedenc2008-03-141-1/+1
* special exists event, force_eventsmatthewt2008-03-111-0/+2
* rewrite IM predicatesmatthewt2008-03-051-2/+2
* fix value checking for non-object choicesmatthewt2008-02-271-1/+1
* - fix default handling for Mutable::Booleanmatthewt2008-02-271-1/+1
* first DRAFT of matching passwords widget so we can move it out of the model. ...groditi2008-02-261-0/+33
* split out can_sync_to_action from sync_to_action in anticipation of new passw...groditi2008-02-261-8/+29
* missed one ;)matthewt2008-02-181-1/+0
* sensible fix for DateTime namespace clashmatthewt2008-02-171-2/+2
* revert r620matthewt2008-02-172-2/+3
* changed DateTime type constant to DateTimeObjectedenc2008-02-151-2/+2
* hiddenarray needed to be moved to field::mutable. should we discontinue this ...groditi2008-02-151-2/+4
* how did hidden array end up here?groditi2008-02-151-0/+0
* r20434@hades (orig r549): groditi | 2008-01-30 18:09:54 -0300edenc2008-02-1118-288/+146
|\
| * complete MooseX::Types portmatthewt2008-02-074-5/+7
| * simple mutable fields now use value_string (ChooseMany unconverted)matthewt2008-02-0310-44/+92
| * datetime now handles optional using a wrap on value_stringmatthewt2008-02-032-16/+14
| * add value_is_required, add logic for sync of clearer on !required attrsmatthewt2008-02-021-13/+42
| * sync_to_action not required, will trigger off value setmatthewt2008-02-021-1/+0
| * vestigial classes, nukedmatthewt2008-02-022-232/+0
| * Collection field vp works again.matthewt2008-02-021-0/+12