aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* more $self->blessed stompagematthewt2008-07-082-2/+1
* move constant delcarations into class {} block to make conversion cleanermatthewt2008-07-082-5/+5
* $self->blessed sense make nomatthewt2008-07-081-1/+2
* valid_values as inheritable optionwreis2008-07-042-1/+5
* Added rw => 1 to Introomega2008-06-221-1/+1
* Fix a filter/single issueomega2008-06-221-1/+1
* fix some merge problemsomega2008-06-224-6/+94
* fix up config usage (try 2, since I'm an idiot)matthewt2008-06-221-1/+1
* fix up config usagematthewt2008-06-221-2/+3
* improvements to MatchingPassword to have a better layout, label, and error me...groditi2008-06-143-2/+22
* typo in matching passwordsgroditi2008-06-141-1/+1
* *grumble*inheritable classdata *grumble*groditi2008-06-142-22/+8
* new component to make m2ms introspectables so we can hint the reflectorgroditi2008-06-112-32/+77
* setting value for Field::Mutable::DateTime in order to get an error messageedenc2008-05-281-1/+1
* get rid of warning caused by un-unimported make_immutable keyword, now deprec...matthewt2008-05-071-0/+1
* no reason for member_type to build lazily, it should be requiredgroditi2008-05-073-5/+10
* minor style cleanups and non-destructive config merging in Controllergroditi2008-05-064-6/+8
* non destructive config mergegroditi2008-05-061-4/+5
* do not display the pager for 1 page long resultsgroditi2008-05-063-2/+11
* made layoutset name generation smarter, basic tests for name generationgroditi2008-04-261-9/+15
* fix pop_viewportmatthewt2008-04-231-4/+12
* fixed dm_name_from_class_name and dm_name_from_source_namewreis2008-04-091-2/+2
* removing silly debug statement from Image widgetedenc2008-03-141-1/+0
* Image File widgetedenc2008-03-141-1/+2
* fixes for File fieldsedenc2008-03-143-23/+23
* $attr_name ne ->reader groditi2008-03-141-1/+1
* $attr_name ne ->reader groditi2008-03-141-4/+2
* minor fix for boolean fieldsedenc2008-03-141-1/+1
* fix URI typegroditi2008-03-141-2/+3
* new URI typegroditi2008-03-131-4/+8
* better error reporting and some sugar for upcoming code generator.groditi2008-03-122-1/+9
* I have no idea what the reflector changes in the last commit were supposed to...matthewt2008-03-111-6/+125
* special exists event, force_eventsmatthewt2008-03-113-2/+19
* TODO. please add tasks as appropriate since IRC is not a permanent place for ...groditi2008-03-111-125/+6
* factor button code out and add default classmatthewt2008-03-101-1/+1
* lost the short-circuit out of can_apply if a field still needs synchronisationmatthewt2008-03-091-0/+1
* factor out DBIC::Result action base and SimpleMethodCall action rolematthewt2008-03-074-12/+35
* add REACTION_UI_WIDGET_DEBUG_LAYOUTSmatthewt2008-03-061-0/+11
* rewrite IM predicatesmatthewt2008-03-056-12/+48
* fix for error in changeset 647 in regards to value checking in non-required a...groditi2008-02-291-7/+7
* add _parent back in. sorry, mstgroditi2008-02-291-1/+5
* undef fixesmatthewt2008-02-294-2/+4
* sorry about noise.. trailing whitespace.. collection_name can now be a metho...groditi2008-02-291-11/+16
* _parent => $self ? not only is it dumb, but it is not used anywhere. gonegroditi2008-02-291-5/+1
* try value_string and then try valuegroditi2008-02-291-2/+6
* pass down options accuratelygroditi2008-02-281-3/+3
* just check_valid_value if the attr_is_requiredwreis2008-02-281-6/+6
* factor out error_for_attribute so that can emulate required => sub {} behaviourwreis2008-02-282-3/+10
* fix value checking for non-object choicesmatthewt2008-02-271-1/+1
* - fix default handling for Mutable::Booleanmatthewt2008-02-272-2/+2