16 years agodifferent style for required fields
wreis [Thu, 14 Feb 2008 03:15:30 +0000]
different style for required fields

16 years agosetting content_type for error actions
wreis [Thu, 14 Feb 2008 03:03:24 +0000]
setting content_type for error actions

16 years agochecking that content_type has been set (it should make any mistake more obvious...
wreis [Thu, 14 Feb 2008 02:59:58 +0000]
checking that content_type has been set (it should make any mistake more obvious, perhaps)

16 years agolast change broke css serving
groditi [Tue, 12 Feb 2008 22:54:16 +0000]
last change broke css serving

16 years agofixed content type setting
wreis [Tue, 12 Feb 2008 02:59:12 +0000]
fixed content type setting

16 years ago r20469@hades (orig r580): edenc | 2008-02-04 09:01:32 -0300
edenc [Mon, 11 Feb 2008 19:04:22 +0000]
 r20469@hades (orig r580):  edenc | 2008-02-04 09:01:32 -0300
 added Field::File and Widget::Image
 r20470@hades (orig r581):  edenc | 2008-02-04 15:06:38 -0300
 making field_args rw for custom field set up
 r20471@hades (orig r582):  edenc | 2008-02-04 15:07:25 -0300
 added Field::mutable::File
 r20544@hades (orig r604):  edenc | 2008-02-11 15:59:58 -0300
 fixed field type methods for DateTime
 r20545@hades (orig r605):  edenc | 2008-02-11 16:00:44 -0300
 fixed demo app

16 years agofixed demo app
edenc [Mon, 11 Feb 2008 19:00:44 +0000]
fixed demo app

16 years agofixed field type methods for DateTime
edenc [Mon, 11 Feb 2008 18:59:58 +0000]
fixed field type methods for DateTime

16 years ago r20434@hades (orig r549): groditi | 2008-01-30 18:09:54 -0300
edenc [Mon, 11 Feb 2008 18:38:38 +0000]
 r20434@hades (orig r549):  groditi | 2008-01-30 18:09:54 -0300
 better error messages / dont swallow error when a widget has compile errors
 r20435@hades (orig r550):  wreis | 2008-01-30 18:10:59 -0300
 nuked CreditCard type
 r20442@hades (orig r553):  groditi | 2008-01-30 19:20:28 -0300
 ChooseMany fix
 r20443@hades (orig r554):  matthewt | 2008-01-31 05:07:33 -0300
 change dist name to Reaction
 r20444@hades (orig r555):  matthewt | 2008-01-31 07:07:29 -0300
 added widget_search_path option (ignored), defaults.conf support and moved file extension to View
 r20445@hades (orig r556):  matthewt | 2008-01-31 07:47:10 -0300
 remove vestigial override
 r20446@hades (orig r557):  matthewt | 2008-01-31 08:06:10 -0300
 removed view arg to LayoutSet, moved to using skin to resolve widget class, added temporary proxy to View from Skin
 r20447@hades (orig r558):  matthewt | 2008-01-31 08:35:47 -0300
 moved widget class search path to Skin
 r20448@hades (orig r559):  matthewt | 2008-01-31 09:40:10 -0300
 defaults.conf support works much better if I commit the damn thing
 r20449@hades (orig r560):  matthewt | 2008-01-31 10:32:16 -0300
 rework skin path handling
 r20451@hades (orig r562):  matthewt | 2008-01-31 13:23:08 -0300
 get rid of the 'title is undef' error
 r20452@hades (orig r563):  matthewt | 2008-02-02 13:12:31 -0300
 Collection field vp works again.
 r20453@hades (orig r564):  matthewt | 2008-02-02 13:18:31 -0300
 vestigial classes, nuked
 r20454@hades (orig r565):  matthewt | 2008-02-02 13:33:15 -0300
 sync_to_action not required, will trigger off value set
 r20455@hades (orig r566):  matthewt | 2008-02-02 14:07:10 -0300
 add value_is_required, add logic for sync of clearer on !required attrs
 r20456@hades (orig r567):  wreis | 2008-02-02 14:52:14 -0300
 fixed layout path for ArrayRef type
 r20457@hades (orig r568):  groditi | 2008-02-02 15:40:58 -0300
 the forwards on basic_page and basic_model_action were breaking config merging at the push viewport stage
 r20459@hades (orig r570):  groditi | 2008-02-02 16:20:40 -0300
 oops forward takes args as an arrayref and i forgot to remove that
 r20461@hades (orig r572):  matthewt | 2008-02-03 06:54:30 -0300
 generate clearer for !required action attributes
 r20462@hades (orig r573):  matthewt | 2008-02-03 06:55:15 -0300
 datetime now handles optional using a wrap on value_string
 r20463@hades (orig r574):  matthewt | 2008-02-03 09:44:08 -0300
 make delayed setup components work so implements+does with required methods in the role works
 r20464@hades (orig r575):  matthewt | 2008-02-03 09:48:41 -0300
 kill vestigial adopt_value method in Field (since 'value' doesn't get set on a non-mutable field anyway)
 r20465@hades (orig r576):  matthewt | 2008-02-03 10:48:49 -0300
 vestigial widget class removed
 r20466@hades (orig r577):  matthewt | 2008-02-03 11:03:21 -0300
 simple mutable fields now use value_string (ChooseMany unconverted)
 r20467@hades (orig r578):  matthewt | 2008-02-03 17:27:18 -0300
 clean out pre-widget stuff
 r20468@hades (orig r579):  groditi | 2008-02-03 21:18:36 -0300
 burnt out, so writing some docs to clear my brain
 r20523@hades (orig r586):  matthewt | 2008-02-07 05:52:10 -0300
 better error on failed layout set lookup
 r20524@hades (orig r587):  matthewt | 2008-02-07 05:52:49 -0300
 pass _parent to collections
 r20525@hades (orig r588):  matthewt | 2008-02-07 12:58:53 -0300
 complete MooseX::Types port
 r20526@hades (orig r589):  wreis | 2008-02-07 18:12:22 -0300
 added meta_info for VP::SiteLayout
 r20530@hades (orig r590):  matthewt | 2008-02-08 06:42:45 -0300
 refactor Reflector a bit and eliminate some silent fail possibilities
 r20534@hades (orig r594):  matthewt | 2008-02-09 14:23:48 -0300
 alter skin loading precedence (layoutset path search always starts from toip except for =extends NEXT
 r20535@hades (orig r595):  matthewt | 2008-02-09 14:24:23 -0300
 prevent immutable creating new() methods for Reaction metaclasses
 r20536@hades (orig r596):  matthewt | 2008-02-09 14:26:50 -0300
 was part of skin precedence changes but bungled the command
 r20537@hades (orig r597):  matthewt | 2008-02-09 14:27:38 -0300
 avoid passwords going into <input> elements
 r20539@hades (orig r599):  matthewt | 2008-02-10 07:48:52 -0300
 _ prefixed writer doth not mean rw
 r20540@hades (orig r600):  matthewt | 2008-02-10 07:49:18 -0300
 fix method modifiers
 r20541@hades (orig r601):  matthewt | 2008-02-10 08:57:26 -0300
 get rid of extraneous whitepsace in textaeras
 r20542@hades (orig r602):  matthewt | 2008-02-10 08:57:43 -0300
 fix vp_args passing to actions

16 years agofix vp_args passing to actions
matthewt [Sun, 10 Feb 2008 11:57:43 +0000]
fix vp_args passing to actions

16 years agoget rid of extraneous whitepsace in textaeras
matthewt [Sun, 10 Feb 2008 11:57:26 +0000]
get rid of extraneous whitepsace in textaeras

16 years agofix method modifiers
matthewt [Sun, 10 Feb 2008 10:49:18 +0000]
fix method modifiers

16 years ago_ prefixed writer doth not mean rw
matthewt [Sun, 10 Feb 2008 10:48:52 +0000]
_ prefixed writer doth not mean rw

16 years agoavoid passwords going into <input> elements
matthewt [Sat, 9 Feb 2008 17:27:38 +0000]
avoid passwords going into <input> elements

16 years agowas part of skin precedence changes but bungled the command
matthewt [Sat, 9 Feb 2008 17:26:50 +0000]
was part of skin precedence changes but bungled the command

16 years agoprevent immutable creating new() methods for Reaction metaclasses
matthewt [Sat, 9 Feb 2008 17:24:23 +0000]
prevent immutable creating new() methods for Reaction metaclasses

16 years agoalter skin loading precedence (layoutset path search always starts from toip except...
matthewt [Sat, 9 Feb 2008 17:23:48 +0000]
alter skin loading precedence (layoutset path search always starts from toip except for =extends NEXT

16 years agorefactor Reflector a bit and eliminate some silent fail possibilities
matthewt [Fri, 8 Feb 2008 09:42:45 +0000]
refactor Reflector a bit and eliminate some silent fail possibilities

16 years agoadded meta_info for VP::SiteLayout
wreis [Thu, 7 Feb 2008 21:12:22 +0000]
added meta_info for VP::SiteLayout

16 years agocomplete MooseX::Types port
matthewt [Thu, 7 Feb 2008 15:58:53 +0000]
complete MooseX::Types port

16 years agopass _parent to collections
matthewt [Thu, 7 Feb 2008 08:52:49 +0000]
pass _parent to collections

16 years agobetter error on failed layout set lookup
matthewt [Thu, 7 Feb 2008 08:52:10 +0000]
better error on failed layout set lookup

16 years agoadded Field::mutable::File
edenc [Mon, 4 Feb 2008 18:07:25 +0000]
added Field::mutable::File

16 years agomaking field_args rw for custom field set up
edenc [Mon, 4 Feb 2008 18:06:38 +0000]
making field_args rw for custom field set up

16 years agoadded Field::File and Widget::Image
edenc [Mon, 4 Feb 2008 12:01:32 +0000]
added Field::File and Widget::Image

16 years agoburnt out, so writing some docs to clear my brain
groditi [Mon, 4 Feb 2008 00:18:36 +0000]
burnt out, so writing some docs to clear my brain

16 years agoclean out pre-widget stuff
matthewt [Sun, 3 Feb 2008 20:27:18 +0000]
clean out pre-widget stuff

16 years agosimple mutable fields now use value_string (ChooseMany unconverted)
matthewt [Sun, 3 Feb 2008 14:03:21 +0000]
simple mutable fields now use value_string (ChooseMany unconverted)

16 years agovestigial widget class removed
matthewt [Sun, 3 Feb 2008 13:48:49 +0000]
vestigial widget class removed

16 years agokill vestigial adopt_value method in Field (since 'value' doesn't get set on a non...
matthewt [Sun, 3 Feb 2008 12:48:41 +0000]
kill vestigial adopt_value method in Field (since 'value' doesn't get set on a non-mutable field anyway)

16 years agomake delayed setup components work so implements+does with required methods in the...
matthewt [Sun, 3 Feb 2008 12:44:08 +0000]
make delayed setup components work so implements+does with required methods in the role works

16 years agodatetime now handles optional using a wrap on value_string
matthewt [Sun, 3 Feb 2008 09:55:15 +0000]
datetime now handles optional using a wrap on value_string

16 years agogenerate clearer for !required action attributes
matthewt [Sun, 3 Feb 2008 09:54:30 +0000]
generate clearer for !required action attributes

16 years agooops forward takes args as an arrayref and i forgot to remove that
groditi [Sat, 2 Feb 2008 19:20:40 +0000]
oops forward takes args as an arrayref and i forgot to remove that

16 years agothe forwards on basic_page and basic_model_action were breaking config merging at...
groditi [Sat, 2 Feb 2008 18:40:58 +0000]
the forwards on basic_page and basic_model_action were breaking config merging at the push viewport stage

16 years agofixed layout path for ArrayRef type
wreis [Sat, 2 Feb 2008 17:52:14 +0000]
fixed layout path for ArrayRef type

16 years agoadd value_is_required, add logic for sync of clearer on !required attrs
matthewt [Sat, 2 Feb 2008 17:07:10 +0000]
add value_is_required, add logic for sync of clearer on !required attrs

16 years agosync_to_action not required, will trigger off value set
matthewt [Sat, 2 Feb 2008 16:33:15 +0000]
sync_to_action not required, will trigger off value set

16 years agovestigial classes, nuked
matthewt [Sat, 2 Feb 2008 16:18:31 +0000]
vestigial classes, nuked

16 years agoCollection field vp works again.
matthewt [Sat, 2 Feb 2008 16:12:31 +0000]
Collection field vp works again.

16 years agoget rid of the 'title is undef' error
matthewt [Thu, 31 Jan 2008 16:23:08 +0000]
get rid of the 'title is undef' error

16 years agorework skin path handling
matthewt [Thu, 31 Jan 2008 13:32:16 +0000]
rework skin path handling

16 years agodefaults.conf support works much better if I commit the damn thing
matthewt [Thu, 31 Jan 2008 12:40:10 +0000]
defaults.conf support works much better if I commit the damn thing

16 years agomoved widget class search path to Skin
matthewt [Thu, 31 Jan 2008 11:35:47 +0000]
moved widget class search path to Skin

16 years agoremoved view arg to LayoutSet, moved to using skin to resolve widget class, added...
matthewt [Thu, 31 Jan 2008 11:06:10 +0000]
removed view arg to LayoutSet, moved to using skin to resolve widget class, added temporary proxy to View from Skin

16 years agoremove vestigial override
matthewt [Thu, 31 Jan 2008 10:47:10 +0000]
remove vestigial override

16 years agoadded widget_search_path option (ignored), defaults.conf support and moved file exten...
matthewt [Thu, 31 Jan 2008 10:07:29 +0000]
added widget_search_path option (ignored), defaults.conf support and moved file extension to View

16 years agochange dist name to Reaction
matthewt [Thu, 31 Jan 2008 08:07:33 +0000]
change dist name to Reaction

16 years agoChooseMany fix
groditi [Wed, 30 Jan 2008 22:20:28 +0000]
ChooseMany fix

16 years ago r20387@hades (orig r526): edenc | 2008-01-28 00:23:45 -0300
edenc [Wed, 30 Jan 2008 21:56:18 +0000]
 r20387@hades (orig r526):  edenc | 2008-01-28 00:23:45 -0300
 branching for vp/widget emergency fixes
 r20388@hades (orig r527):  edenc | 2008-01-28 01:05:58 -0300
 unlazified field value setting
 r20403@hades (orig r537):  edenc | 2008-01-30 12:43:49 -0300
 fixed typo
 r20404@hades (orig r538):  edenc | 2008-01-30 13:20:23 -0300
 checking for definedness on required fields
 r20429@hades (orig r544):  edenc | 2008-01-30 16:51:39 -0300
 removing vestigial subroutine
 r20432@hades (orig r547):  edenc | 2008-01-30 17:56:04 -0300
 using _model_has_value instead of has_value
 r20436@hades (orig r551):  edenc | 2008-01-30 18:14:42 -0300
 checking _model_has_value

16 years agochecking _model_has_value
edenc [Wed, 30 Jan 2008 21:14:42 +0000]
checking _model_has_value

16 years agonuked CreditCard type
wreis [Wed, 30 Jan 2008 21:10:59 +0000]
nuked CreditCard type

16 years agobetter error messages / dont swallow error when a widget has compile errors
groditi [Wed, 30 Jan 2008 21:09:54 +0000]
better error messages / dont swallow error when a widget has compile errors

16 years ago r20426@hades (orig r541): matthewt | 2008-01-30 14:33:27 -0300
edenc [Wed, 30 Jan 2008 20:57:55 +0000]
 r20426@hades (orig r541):  matthewt | 2008-01-30 14:33:27 -0300
 use skin to lookup 'extends' in LayoutSet
 r20427@hades (orig r542):  matthewt | 2008-01-30 14:56:22 -0300
 skin inheritnace within a single search path
 r20428@hades (orig r543):  matthewt | 2008-01-30 15:17:34 -0300
 =extends NEXT in widgets works
 r20430@hades (orig r545):  groditi | 2008-01-30 17:45:33 -0300
 minor pod fix
 r20431@hades (orig r546):  groditi | 2008-01-30 17:46:36 -0300
 lazy build implies clearer

16 years agousing _model_has_value instead of has_value
edenc [Wed, 30 Jan 2008 20:56:04 +0000]
using _model_has_value instead of has_value

16 years agolazy build implies clearer
groditi [Wed, 30 Jan 2008 20:46:36 +0000]
lazy build implies clearer

16 years agominor pod fix
groditi [Wed, 30 Jan 2008 20:45:33 +0000]
minor pod fix

16 years agoremoving vestigial subroutine
edenc [Wed, 30 Jan 2008 19:51:39 +0000]
removing vestigial subroutine

16 years ago=extends NEXT in widgets works
matthewt [Wed, 30 Jan 2008 18:17:34 +0000]
=extends NEXT in widgets works

16 years agoskin inheritnace within a single search path
matthewt [Wed, 30 Jan 2008 17:56:22 +0000]
skin inheritnace within a single search path

16 years agouse skin to lookup 'extends' in LayoutSet
matthewt [Wed, 30 Jan 2008 17:33:27 +0000]
use skin to lookup 'extends' in LayoutSet

16 years ago r20384@hades (orig r523): wreis | 2008-01-26 12:21:51 -0300
edenc [Wed, 30 Jan 2008 17:24:56 +0000]
 r20384@hades (orig r523):  wreis | 2008-01-26 12:21:51 -0300
 added CheckNumber type constraint
 r20385@hades (orig r524):  wreis | 2008-01-26 12:28:01 -0300
 unquoted Reaction::Types
 r20386@hades (orig r525):  wreis | 2008-01-26 12:29:08 -0300
 fixed assertion for _build_fields_for_type_Str
 r20397@hades (orig r531):  matthewt | 2008-01-29 04:39:49 -0300
 better error reporting on reflection failure for Object viewport
 r20398@hades (orig r532):  matthewt | 2008-01-29 04:40:51 -0300
 refactored value string building
 r20399@hades (orig r533):  matthewt | 2008-01-29 08:11:06 -0300
 -Debug is -stupid-
 r20400@hades (orig r534):  wreis | 2008-01-29 08:26:17 -0300
 fixed DBIC types
 r20401@hades (orig r535):  matthewt | 2008-01-29 08:35:18 -0300
 container widget
 r20402@hades (orig r536):  wreis | 2008-01-29 23:41:25 -0300
 added _class_to_attribute_name method
 r20405@hades (orig r539):  matthewt | 2008-01-30 13:33:10 -0300
 first cut of Reaction::UI::Skin and SiteLayout VP+widget

16 years agofirst cut of Reaction::UI::Skin and SiteLayout VP+widget
matthewt [Wed, 30 Jan 2008 16:33:10 +0000]
first cut of Reaction::UI::Skin and SiteLayout VP+widget

16 years agochecking for definedness on required fields
edenc [Wed, 30 Jan 2008 16:20:23 +0000]
checking for definedness on required fields

16 years agofixed typo
edenc [Wed, 30 Jan 2008 15:43:49 +0000]
fixed typo

16 years agoadded _class_to_attribute_name method
wreis [Wed, 30 Jan 2008 02:41:25 +0000]
added _class_to_attribute_name method

16 years agocontainer widget
matthewt [Tue, 29 Jan 2008 11:35:18 +0000]
container widget

16 years agofixed DBIC types
wreis [Tue, 29 Jan 2008 11:26:17 +0000]
fixed DBIC types

16 years ago-Debug is -stupid-
matthewt [Tue, 29 Jan 2008 11:11:06 +0000]
-Debug is -stupid-

16 years agorefactored value string building
matthewt [Tue, 29 Jan 2008 07:40:51 +0000]
refactored value string building

16 years agobetter error reporting on reflection failure for Object viewport
matthewt [Tue, 29 Jan 2008 07:39:49 +0000]
better error reporting on reflection failure for Object viewport

16 years agounlazified field value setting
edenc [Mon, 28 Jan 2008 04:05:58 +0000]
unlazified field value setting

16 years agobranching for vp/widget emergency fixes
edenc [Mon, 28 Jan 2008 03:23:45 +0000]
branching for vp/widget emergency fixes

16 years agofixed assertion for _build_fields_for_type_Str
wreis [Sat, 26 Jan 2008 15:29:08 +0000]
fixed assertion for _build_fields_for_type_Str

16 years agounquoted Reaction::Types
wreis [Sat, 26 Jan 2008 15:28:01 +0000]
unquoted Reaction::Types

16 years agoadded CheckNumber type constraint
wreis [Sat, 26 Jan 2008 15:21:51 +0000]
added CheckNumber type constraint

16 years agoadded dep
wreis [Sat, 26 Jan 2008 03:42:18 +0000]
added dep

16 years agofixed _build_value_string for ChooseOne fields
wreis [Sat, 26 Jan 2008 03:34:31 +0000]
fixed _build_value_string for ChooseOne fields

16 years agoCreate fields are fixed again. Also fixed: ChooseMany when tryingto remove the last...
groditi [Sat, 26 Jan 2008 03:12:26 +0000]
Create fields are fixed again. Also fixed: ChooseMany when tryingto remove the last item.

16 years agotweak add_domain_model to default attribute metaclass rather than forcibly construct...
matthewt [Fri, 25 Jan 2008 04:25:47 +0000]
tweak add_domain_model to default attribute metaclass rather than forcibly construct the meta-attr object

16 years agoclean up implements implementation by providing an add_method_to_target method in...
matthewt [Fri, 25 Jan 2008 04:19:52 +0000]
clean up implements implementation by providing an add_method_to_target method in Reaction::Class that Reaction::Role can override

16 years agorevert #515, completely the wrong solution and blows the diff for the right one
matthewt [Fri, 25 Jan 2008 04:17:58 +0000]
revert #515, completely the wrong solution and blows the diff for the right one

16 years agoMoose::Role fixed for new moose
groditi [Thu, 24 Jan 2008 22:14:50 +0000]
Moose::Role fixed for new moose

16 years agominor doc fixes
wreis [Thu, 24 Jan 2008 17:00:37 +0000]
minor doc fixes

16 years agois_lazy implies builder or default but need to ensure \!lazy_fail (Field value buildi...
matthewt [Thu, 24 Jan 2008 09:55:31 +0000]
is_lazy implies builder or default but need to ensure \!lazy_fail (Field value building code)

16 years agomore robust 'can we ask for a value' handling - need to check default as well as...
matthewt [Thu, 24 Jan 2008 07:41:36 +0000]
more robust 'can we ask for a value' handling - need to check default as well as builder

16 years agoChoices doesn't inflate single values, ChooseOne produces better debug info on valida...
matthewt [Thu, 24 Jan 2008 06:37:27 +0000]
Choices doesn't inflate single values, ChooseOne produces better debug info on validation fail

16 years agomake default handling respect predicate when attr is not lazy build
matthewt [Wed, 23 Jan 2008 03:54:44 +0000]
make default handling respect predicate when attr is not lazy build

16 years agonicer regex for trimming whitespace from templates and cancel label fix
groditi [Tue, 22 Jan 2008 19:32:08 +0000]
nicer regex for trimming whitespace from templates and cancel label fix

16 years agodont apply events if there is no events. misc cleanups. i think we should delete...
groditi [Mon, 21 Jan 2008 23:56:15 +0000]
dont apply events if there is no events. misc cleanups. i think we should delete events from the event hash when they are handled.

16 years agoadd a default 404 and 403 action, use the 404 on collection controller, make html...
groditi [Mon, 21 Jan 2008 22:08:47 +0000]
add a default 404 and 403 action, use the 404 on collection controller, make html source less ugly by eliminating unnecessary whitespace

16 years agolittle bugfix in regards to collection actions
groditi [Mon, 21 Jan 2008 19:50:30 +0000]
little bugfix in regards to collection actions

16 years agoquick fix for value issue
groditi [Thu, 17 Jan 2008 22:04:00 +0000]
quick fix for value issue

16 years agofixed reader and predicate generation for reflector
wreis [Thu, 17 Jan 2008 05:10:49 +0000]
fixed reader and predicate generation for reflector

16 years agofixed CreditCard type
wreis [Thu, 17 Jan 2008 03:03:33 +0000]
fixed CreditCard type

16 years agofixed _build_fields_for_type_Row
wreis [Thu, 17 Jan 2008 02:33:59 +0000]
fixed _build_fields_for_type_Row

16 years agohowdid action form not get deleted?
groditi [Tue, 15 Jan 2008 18:27:10 +0000]
howdid action form not get deleted?

16 years agoadded Reaction::Types::CreditCard
wreis [Mon, 14 Jan 2008 20:17:35 +0000]
added Reaction::Types::CreditCard

16 years agomore Pod! description + a little bit of synopsis and method / attribute stubs
groditi [Mon, 14 Jan 2008 17:41:11 +0000]
more Pod! description + a little bit of synopsis and method / attribute stubs

16 years agoleetle bug fix
groditi [Thu, 10 Jan 2008 23:01:19 +0000]
leetle bug fix