aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* oops forward takes args as an arrayref and i forgot to remove thatgroditi2008-02-022-5/+5
* the forwards on basic_page and basic_model_action were breaking config mergin...groditi2008-02-022-10/+10
* fixed layout path for ArrayRef typewreis2008-02-021-1/+1
* add value_is_required, add logic for sync of clearer on !required attrsmatthewt2008-02-023-14/+47
* 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
* get rid of the 'title is undef' errormatthewt2008-01-311-4/+8
* rework skin path handlingmatthewt2008-01-312-12/+29
* moved widget class search path to Skinmatthewt2008-01-312-29/+40
* removed view arg to LayoutSet, moved to using skin to resolve widget class, a...matthewt2008-01-312-4/+2
* remove vestigial overridematthewt2008-01-311-5/+0
* added widget_search_path option (ignored), defaults.conf support and moved fi...matthewt2008-01-314-17/+31
* ChooseMany fixgroditi2008-01-301-2/+4
* r20387@hades (orig r526): edenc | 2008-01-28 00:23:45 -0300edenc2008-01-308-17/+21
|\
| * checking _model_has_valueedenc2008-01-301-0/+1
| * r20426@hades (orig r541): matthewt | 2008-01-30 14:33:27 -0300edenc2008-01-305-6/+31
| |\
| * | using _model_has_value instead of has_valueedenc2008-01-301-1/+1
| * | removing vestigial subroutineedenc2008-01-301-5/+0
| * | r20384@hades (orig r523): wreis | 2008-01-26 12:21:51 -0300edenc2008-01-3027-209/+349
| |\ \
| * | | checking for definedness on required fieldsedenc2008-01-303-4/+8
| * | | fixed typoedenc2008-01-301-2/+2
| * | | unlazified field value settingedenc2008-01-288-24/+30
* | | | nuked CreditCard typewreis2008-01-301-49/+0
* | | | better error messages / dont swallow error when a widget has compile errorsgroditi2008-01-301-19/+11
| |_|/ |/| |
* | | lazy build implies clearergroditi2008-01-301-1/+1
* | | minor pod fixgroditi2008-01-301-3/+3
* | | =extends NEXT in widgets worksmatthewt2008-01-302-2/+11
* | | skin inheritnace within a single search pathmatthewt2008-01-301-0/+15
* | | use skin to lookup 'extends' in LayoutSetmatthewt2008-01-301-1/+2
| |/ |/|
* | first cut of Reaction::UI::Skin and SiteLayout VP+widgetmatthewt2008-01-308-120/+176
* | added _class_to_attribute_name methodwreis2008-01-301-2/+7
* | container widgetmatthewt2008-01-294-18/+72
* | fixed DBIC typeswreis2008-01-292-6/+13
* | -Debug is -stupid-matthewt2008-01-291-1/+1
* | refactored value string buildingmatthewt2008-01-296-28/+37
* | better error reporting on reflection failure for Object viewportmatthewt2008-01-291-1/+6
* | fixed assertion for _build_fields_for_type_Strwreis2008-01-261-1/+2
* | unquoted Reaction::Typeswreis2008-01-265-30/+30
* | added CheckNumber type constraintwreis2008-01-261-4/+9
|/
* fixed _build_value_string for ChooseOne fieldswreis2008-01-261-1/+2
* Create fields are fixed again. Also fixed: ChooseMany when tryingto remove th...groditi2008-01-2612-22/+41
* tweak add_domain_model to default attribute metaclass rather than forcibly co...matthewt2008-01-251-1/+2
* clean up implements implementation by providing an add_method_to_target metho...matthewt2008-01-252-7/+15
* revert #515, completely the wrong solution and blows the diff for the right onematthewt2008-01-251-24/+6
* Moose::Role fixed for new moosegroditi2008-01-242-7/+27
* minor doc fixeswreis2008-01-242-3/+3
* is_lazy implies builder or default but need to ensure \!lazy_fail (Field valu...matthewt2008-01-241-2/+1
* more robust 'can we ask for a value' handling - need to check default as well...matthewt2008-01-241-1/+4
* Choices doesn't inflate single values, ChooseOne produces better debug info o...matthewt2008-01-242-3/+10