aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* first DRAFT of matching passwords widget so we can move it out of the model. ...groditi2008-02-262-0/+49
* fixed File typeedenc2008-02-262-2/+2
* split out can_sync_to_action from sync_to_action in anticipation of new passw...groditi2008-02-261-8/+29
* pass outer args down to widget sub-viewport rendersmatthewt2008-02-191-0/+1
* missed one ;)matthewt2008-02-181-1/+0
* no, I didn't mean to commit thatmatthewt2008-02-181-1/+0
* count codematthewt2008-02-181-0/+2
* sensible fix for DateTime namespace clashmatthewt2008-02-171-2/+2
* revert r620matthewt2008-02-177-7/+9
* 90% there with Reflector code generation!groditi2008-02-162-0/+909
* changed DateTime type constant to DateTimeObjectedenc2008-02-155-7/+7
* typo was messing with clearersgroditi2008-02-151-2/+2
* hiddenarray needed to be moved to field::mutable. should we discontinue this ...groditi2008-02-152-3/+5
* how did hidden array end up here?groditi2008-02-151-0/+0
* use stringificationmatthewt2008-02-141-1/+1
* widget fragment debugmatthewt2008-02-141-1/+9
* different style for required fieldswreis2008-02-141-0/+8
* setting content_type for error actionswreis2008-02-141-1/+3
* checking that content_type has been set (it should make any mistake more obvi...wreis2008-02-141-2/+4
* last change broke css servinggroditi2008-02-121-1/+2
* fixed content type settingwreis2008-02-121-1/+1
* fixed field type methods for DateTimeedenc2008-02-113-3/+3
* r20434@hades (orig r549): groditi | 2008-01-30 18:09:54 -0300edenc2008-02-1157-681/+573
|\
| * fix vp_args passing to actionsmatthewt2008-02-101-2/+2
| * fix method modifiersmatthewt2008-02-101-2/+2
| * _ prefixed writer doth not mean rwmatthewt2008-02-101-1/+2
| * avoid passwords going into <input> elementsmatthewt2008-02-091-0/+1
| * was part of skin precedence changes but bungled the commandmatthewt2008-02-091-1/+2
| * prevent immutable creating new() methods for Reaction metaclassesmatthewt2008-02-093-0/+6
| * alter skin loading precedence (layoutset path search always starts from toip ...matthewt2008-02-091-6/+9
| * refactor Reflector a bit and eliminate some silent fail possibilitiesmatthewt2008-02-081-8/+22
| * added meta_info for VP::SiteLayoutwreis2008-02-072-0/+14
| * complete MooseX::Types portmatthewt2008-02-0720-79/+113