edenc [Wed, 28 May 2008 11:46:31 +0000]
setting value for Field::Mutable::DateTime in order to get an error message
matthewt [Wed, 7 May 2008 18:12:58 +0000]
get rid of warning caused by un-unimported make_immutable keyword, now deprecated by Moose
groditi [Wed, 7 May 2008 17:37:50 +0000]
no reason for member_type to build lazily, it should be required
groditi [Tue, 6 May 2008 17:27:54 +0000]
minor style cleanups and non-destructive config merging in Controller
groditi [Tue, 6 May 2008 01:07:53 +0000]
non destructive config merge
groditi [Tue, 6 May 2008 01:01:30 +0000]
do not display the pager for 1 page long results
matthewt [Sat, 3 May 2008 16:46:26 +0000]
update Moose dep
groditi [Sat, 26 Apr 2008 20:04:50 +0000]
made layoutset name generation smarter, basic tests for name generation
matthewt [Wed, 23 Apr 2008 13:21:34 +0000]
fix pop_viewport
wreis [Wed, 9 Apr 2008 15:06:12 +0000]
fixed dm_name_from_class_name and dm_name_from_source_name
edenc [Fri, 14 Mar 2008 18:05:33 +0000]
removing silly debug statement from Image widget
edenc [Fri, 14 Mar 2008 17:55:12 +0000]
Image File widget
edenc [Fri, 14 Mar 2008 17:54:22 +0000]
fixes for File fields
groditi [Fri, 14 Mar 2008 17:50:52 +0000]
$attr_name ne ->reader
groditi [Fri, 14 Mar 2008 17:45:29 +0000]
$attr_name ne ->reader
edenc [Fri, 14 Mar 2008 15:19:39 +0000]
minor fix for boolean fields
groditi [Fri, 14 Mar 2008 01:47:52 +0000]
mutable fields were getting double line breaks
groditi [Fri, 14 Mar 2008 00:05:37 +0000]
fix URI type
groditi [Thu, 13 Mar 2008 23:10:38 +0000]
new URI type
groditi [Wed, 12 Mar 2008 01:01:13 +0000]
add some stuffto TODO
groditi [Wed, 12 Mar 2008 00:55:49 +0000]
better error reporting and some sugar for upcoming code generator.
wreis [Tue, 11 Mar 2008 19:35:16 +0000]
TODO update
matthewt [Tue, 11 Mar 2008 04:37:14 +0000]
I have no idea what the reflector changes in the last commit were supposed to be, but they didn't work
matthewt [Tue, 11 Mar 2008 02:17:31 +0000]
special exists event, force_events
groditi [Tue, 11 Mar 2008 01:26:32 +0000]
TODO. please add tasks as appropriate since IRC is not a permanent place for important ideas or bugs
matthewt [Mon, 10 Mar 2008 19:31:29 +0000]
factor button code out and add default class
matthewt [Sun, 9 Mar 2008 17:55:45 +0000]
lost the short-circuit out of can_apply if a field still needs synchronisation
matthewt [Fri, 7 Mar 2008 17:54:44 +0000]
factor out DBIC::Result action base and SimpleMethodCall action role
matthewt [Thu, 6 Mar 2008 21:21:04 +0000]
add REACTION_UI_WIDGET_DEBUG_LAYOUTS
matthewt [Wed, 5 Mar 2008 19:15:30 +0000]
rewrite IM predicates
groditi [Fri, 29 Feb 2008 21:25:14 +0000]
fix for error in changeset 647 in regards to value checking in non-required attrs
groditi [Fri, 29 Feb 2008 21:20:41 +0000]
add _parent back in. sorry, mst
matthewt [Fri, 29 Feb 2008 21:05:58 +0000]
undef fixes
groditi [Fri, 29 Feb 2008 00:57:03 +0000]
sorry about noise.. trailing whitespace.. collection_name can now be a method name in preparation for matching change in the reflector where collections are methods, not attributes. there is abslutely no need for that nonsense since we dont even use that metadata. stop mimicking DBIC
groditi [Fri, 29 Feb 2008 00:07:06 +0000]
_parent => $self ? not only is it dumb, but it is not used anywhere. gone
groditi [Fri, 29 Feb 2008 00:00:03 +0000]
try value_string and then try value
groditi [Thu, 28 Feb 2008 23:59:17 +0000]
pass down options accurately
wreis [Thu, 28 Feb 2008 20:32:48 +0000]
just check_valid_value if the attr_is_required
wreis [Thu, 28 Feb 2008 16:20:20 +0000]
factor out error_for_attribute so that can emulate required => sub {} behaviour
matthewt [Wed, 27 Feb 2008 20:50:52 +0000]
fix value checking for non-object choices
matthewt [Wed, 27 Feb 2008 20:11:12 +0000]
- fix default handling for Mutable::Boolean
groditi [Tue, 26 Feb 2008 04:14:37 +0000]
first DRAFT of matching passwords widget so we can move it out of the model. not tested yet at all.
edenc [Tue, 26 Feb 2008 03:44:04 +0000]
fixed File type
groditi [Tue, 26 Feb 2008 02:47:19 +0000]
split out can_sync_to_action from sync_to_action in anticipation of new password check stuff
matthewt [Tue, 19 Feb 2008 12:31:00 +0000]
pass outer args down to widget sub-viewport renders
matthewt [Mon, 18 Feb 2008 19:17:56 +0000]
missed one ;)
matthewt [Mon, 18 Feb 2008 18:56:11 +0000]
no, I didn't mean to commit that
matthewt [Mon, 18 Feb 2008 18:28:34 +0000]
count code
matthewt [Sun, 17 Feb 2008 16:56:43 +0000]
sensible fix for DateTime namespace clash
matthewt [Sun, 17 Feb 2008 16:50:28 +0000]
revert r620
groditi [Sat, 16 Feb 2008 06:06:18 +0000]
90% there with Reflector code generation!
edenc [Fri, 15 Feb 2008 21:30:25 +0000]
changed DateTime type constant to DateTimeObject
groditi [Fri, 15 Feb 2008 20:43:53 +0000]
typo was messing with clearers
groditi [Fri, 15 Feb 2008 19:51:46 +0000]
hiddenarray needed to be moved to field::mutable. should we discontinue this field?
groditi [Fri, 15 Feb 2008 19:48:06 +0000]
how did hidden array end up here?
matthewt [Thu, 14 Feb 2008 19:09:58 +0000]
use stringification
matthewt [Thu, 14 Feb 2008 19:08:52 +0000]
widget fragment debug
wreis [Thu, 14 Feb 2008 03:15:30 +0000]
different style for required fields
wreis [Thu, 14 Feb 2008 03:03:24 +0000]
setting content_type for error actions
wreis [Thu, 14 Feb 2008 02:59:58 +0000]
checking that content_type has been set (it should make any mistake more obvious, perhaps)
groditi [Tue, 12 Feb 2008 22:54:16 +0000]
last change broke css serving
wreis [Tue, 12 Feb 2008 02:59:12 +0000]
fixed content type setting
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
edenc [Mon, 11 Feb 2008 19:00:44 +0000]
fixed demo app
edenc [Mon, 11 Feb 2008 18:59:58 +0000]
fixed field type methods for DateTime
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
matthewt [Sun, 10 Feb 2008 11:57:43 +0000]
fix vp_args passing to actions
matthewt [Sun, 10 Feb 2008 11:57:26 +0000]
get rid of extraneous whitepsace in textaeras
matthewt [Sun, 10 Feb 2008 10:49:18 +0000]
fix method modifiers
matthewt [Sun, 10 Feb 2008 10:48:52 +0000]
_ prefixed writer doth not mean rw
matthewt [Sat, 9 Feb 2008 17:27:38 +0000]
avoid passwords going into <input> elements
matthewt [Sat, 9 Feb 2008 17:26:50 +0000]
was part of skin precedence changes but bungled the command
matthewt [Sat, 9 Feb 2008 17:24:23 +0000]
prevent immutable creating new() methods for Reaction metaclasses
matthewt [Sat, 9 Feb 2008 17:23:48 +0000]
alter skin loading precedence (layoutset path search always starts from toip except for =extends NEXT
matthewt [Fri, 8 Feb 2008 09:42:45 +0000]
refactor Reflector a bit and eliminate some silent fail possibilities
wreis [Thu, 7 Feb 2008 21:12:22 +0000]
added meta_info for VP::SiteLayout
matthewt [Thu, 7 Feb 2008 15:58:53 +0000]
complete MooseX::Types port
matthewt [Thu, 7 Feb 2008 08:52:49 +0000]
pass _parent to collections
matthewt [Thu, 7 Feb 2008 08:52:10 +0000]
better error on failed layout set lookup
edenc [Mon, 4 Feb 2008 18:07:25 +0000]
added Field::mutable::File
edenc [Mon, 4 Feb 2008 18:06:38 +0000]
making field_args rw for custom field set up
edenc [Mon, 4 Feb 2008 12:01:32 +0000]
added Field::File and Widget::Image
groditi [Mon, 4 Feb 2008 00:18:36 +0000]
burnt out, so writing some docs to clear my brain
matthewt [Sun, 3 Feb 2008 20:27:18 +0000]
clean out pre-widget stuff
matthewt [Sun, 3 Feb 2008 14:03:21 +0000]
simple mutable fields now use value_string (ChooseMany unconverted)
matthewt [Sun, 3 Feb 2008 13:48:49 +0000]
vestigial widget class removed
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)
matthewt [Sun, 3 Feb 2008 12:44:08 +0000]
make delayed setup components work so implements+does with required methods in the role works
matthewt [Sun, 3 Feb 2008 09:55:15 +0000]
datetime now handles optional using a wrap on value_string
matthewt [Sun, 3 Feb 2008 09:54:30 +0000]
generate clearer for !required action attributes
groditi [Sat, 2 Feb 2008 19:20:40 +0000]
oops forward takes args as an arrayref and i forgot to remove that
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
wreis [Sat, 2 Feb 2008 17:52:14 +0000]
fixed layout path for ArrayRef type
matthewt [Sat, 2 Feb 2008 17:07:10 +0000]
add value_is_required, add logic for sync of clearer on !required attrs
matthewt [Sat, 2 Feb 2008 16:33:15 +0000]
sync_to_action not required, will trigger off value set
matthewt [Sat, 2 Feb 2008 16:18:31 +0000]
vestigial classes, nuked
matthewt [Sat, 2 Feb 2008 16:12:31 +0000]
Collection field vp works again.
matthewt [Thu, 31 Jan 2008 16:23:08 +0000]
get rid of the 'title is undef' error
matthewt [Thu, 31 Jan 2008 13:32:16 +0000]
rework skin path handling
matthewt [Thu, 31 Jan 2008 12:40:10 +0000]
defaults.conf support works much better if I commit the damn thing