edenc [Mon, 22 Dec 2008 16:22:55 +0000]
using value/related_object for related objects
wreis [Thu, 4 Dec 2008 20:29:54 +0000]
fixed Boolean->adopt_value_string
purge [Wed, 3 Dec 2008 16:20:14 +0000]
s/\./-/ in fieldname
t0m [Wed, 26 Nov 2008 21:16:53 +0000]
Fix or skip all the tests
groditi [Wed, 26 Nov 2008 20:44:49 +0000]
groditi [Wed, 26 Nov 2008 20:44:37 +0000]
r24109@martha (orig r991): groditi | 2008-11-26 15:37:44 -0500
Alter event application to only apply events that belong to the VP or one of it's children. This will clear any bugs
with stray events causing forms to validate out of turn as well as prevent excessive calls to apply_events
groditi [Wed, 26 Nov 2008 20:44:30 +0000]
r24108@martha (orig r990): groditi | 2008-11-26 15:36:13 -0500
formatting fix
groditi [Wed, 26 Nov 2008 20:44:26 +0000]
r24107@martha (orig r989): groditi | 2008-11-26 15:35:40 -0500
prefix the viewport names with r-vp because html element ids may not start with a number
groditi [Wed, 26 Nov 2008 20:44:20 +0000]
r24106@martha (orig r988): groditi | 2008-11-26 15:34:44 -0500
some formatting fixes and removal of stray attribute
groditi [Wed, 26 Nov 2008 20:41:53 +0000]
r24110@martha (orig r992): t0m | 2008-11-26 15:37:59 -0500
Fix componentUI so that it compiles. Make a couple of the tests which don't work skip
groditi [Wed, 26 Nov 2008 20:38:01 +0000]
r24105@martha (orig r987): t0m | 2008-11-26 15:07:37 -0500
Fix the POD test
t0m [Wed, 26 Nov 2008 20:37:59 +0000]
Fix componentUI so that it compiles. Make a couple of the tests which don't work skip
groditi [Wed, 26 Nov 2008 20:37:44 +0000]
Alter event application to only apply events that belong to the VP or one of it's children. This will clear any bugs
with stray events causing forms to validate out of turn as well as prevent excessive calls to apply_events
groditi [Wed, 26 Nov 2008 20:36:13 +0000]
formatting fix
groditi [Wed, 26 Nov 2008 20:35:40 +0000]
prefix the viewport names with r-vp because html element ids may not start with a number
groditi [Wed, 26 Nov 2008 20:34:44 +0000]
some formatting fixes and removal of stray attribute
t0m [Wed, 26 Nov 2008 20:07:37 +0000]
Fix the POD test
groditi [Wed, 26 Nov 2008 18:57:22 +0000]
create a branch for refactoring the event delivery system to deliver only releveant events to viewports
groditi [Wed, 26 Nov 2008 02:08:43 +0000]
double negation is hard to read
groditi [Wed, 26 Nov 2008 02:07:26 +0000]
fix for certain fields failing silently when they are required and left blank
edenc [Tue, 25 Nov 2008 13:26:22 +0000]
fixed error message display bug in Reset Password
t0m [Tue, 25 Nov 2008 02:17:51 +0000]
Tell the user that they're an idiot in more helpful ways
groditi [Tue, 11 Nov 2008 21:17:18 +0000]
dont leak weaken
groditi [Tue, 11 Nov 2008 21:08:20 +0000]
fix leaks via make_context_closure
groditi [Tue, 11 Nov 2008 20:45:53 +0000]
memory leaks on CRUD fixed
groditi [Tue, 11 Nov 2008 19:51:04 +0000]
other memory leak
groditi [Sat, 8 Nov 2008 22:06:06 +0000]
fix mempory leak where we were leaking $c every request
groditi [Sat, 8 Nov 2008 19:25:01 +0000]
removed IntrospectableM2M and added a dep to it now that it's a separate dist
groditi [Sat, 1 Nov 2008 03:20:41 +0000]
apparently we are still creating an alias to the tail of the package name which was interfering with the TCs
groditi [Sat, 1 Nov 2008 03:08:27 +0000]
stupid typo in Image widget
wreis [Fri, 31 Oct 2008 23:06:04 +0000]
r28810@tabor (orig r927): wreis | 2008-10-29 17:55:57 -0300
refactoring reset_password stuff
r28811@tabor (orig r928): wreis | 2008-10-29 20:27:53 -0300
new confirmation_code role
r28812@tabor (orig r929): wreis | 2008-10-29 23:23:54 -0300
fixed package name | updated deps
r28813@tabor (orig r930): wreis | 2008-10-29 23:25:18 -0300
fixed verify_confirmation_code | added do_apply
r28879@tabor (orig r931): wreis | 2008-10-30 18:26:33 -0300
added can_apply
r28948@tabor (orig r938): groditi | 2008-10-31 18:44:47 -0300
tiny stylistic change
wreis [Fri, 31 Oct 2008 23:04:38 +0000]
r28901@tabor (orig r932): edenc | 2008-10-30 19:28:16 -0300
declaring ->ctx as a weak ref to avoid memory leaks
r28902@tabor (orig r933): edenc | 2008-10-30 19:29:18 -0300
adding logic to deal with unset option in a ChooseOne
r28927@tabor (orig r934): edenc | 2008-10-31 11:15:39 -0300
readded lazy checks to enable choose one defaults based on lazy_build
r28928@tabor (orig r935): edenc | 2008-10-31 12:35:19 -0300
reversed lazy checks as they cause optional fields to fail
r28949@tabor (orig r939): groditi | 2008-10-31 19:04:14 -0300
r23076@martha (orig r916): groditi | 2008-10-11 16:42:31 -0400
make the behavior of sort_by_spec more predictable and a default order on empty spec
r28950@tabor (orig r940): groditi | 2008-10-31 19:04:19 -0300
r23077@martha (orig r917): groditi | 2008-10-11 16:44:51 -0400
on second thought, make all empty specs return a lexical sort
r28951@tabor (orig r941): groditi | 2008-10-31 19:04:34 -0300
r23078@martha (orig r918): groditi | 2008-10-11 17:00:05 -0400
change listview/grid so that members of a grid can have actions by default, it will just no-op if there is no prototypes present
r28952@tabor (orig r942): groditi | 2008-10-31 19:04:45 -0300
r23079@martha (orig r919): groditi | 2008-10-11 17:03:58 -0400
formatting changes only. no actual functionality difference
r28953@tabor (orig r943): groditi | 2008-10-31 19:04:56 -0300
r23080@martha (orig r920): groditi | 2008-10-11 17:15:47 -0400
completely new way of handling action prototypes for actions in CRUD that is much saner and less reliant on $ctx. also more flexible and configurable
r28954@tabor (orig r944): groditi | 2008-10-31 19:05:01 -0300
r23081@martha (orig r921): groditi | 2008-10-11 19:35:34 -0400
some stub POD
r28955@tabor (orig r945): groditi | 2008-10-31 19:05:07 -0300
r23082@martha (orig r922): groditi | 2008-10-11 19:45:47 -0400
some more doc patches
r28956@tabor (orig r946): groditi | 2008-10-31 19:05:13 -0300
r23441@martha (orig r923): groditi | 2008-10-23 22:00:04 -0400
POD FTW
r28957@tabor (orig r947): groditi | 2008-10-31 19:05:19 -0300
r23442@martha (orig r924): groditi | 2008-10-23 22:26:09 -0400
more POD
r28958@tabor (orig r948): groditi | 2008-10-31 19:05:26 -0300
r23443@martha (orig r925): groditi | 2008-10-23 23:15:03 -0400
just a little more POD
r28959@tabor (orig r949): groditi | 2008-10-31 19:05:35 -0300
r23463@martha (orig r926): groditi | 2008-10-24 19:50:38 -0400
more POD!
r28960@tabor (orig r950): groditi | 2008-10-31 19:05:49 -0300
r23569@martha (orig r936): groditi | 2008-10-31 17:10:33 -0400
checking in more pod, some fixes for weird bugs, a manual for migration, an extra ComponentUI example and a new ResultSet base class for IM actions
groditi [Fri, 31 Oct 2008 22:05:49 +0000]
r23569@martha (orig r936): groditi | 2008-10-31 17:10:33 -0400
checking in more pod, some fixes for weird bugs, a manual for migration, an extra ComponentUI example and a new ResultSet base class for IM actions
groditi [Fri, 31 Oct 2008 22:05:35 +0000]
r23463@martha (orig r926): groditi | 2008-10-24 19:50:38 -0400
more POD!
groditi [Fri, 31 Oct 2008 22:05:26 +0000]
r23443@martha (orig r925): groditi | 2008-10-23 23:15:03 -0400
just a little more POD
groditi [Fri, 31 Oct 2008 22:05:19 +0000]
r23442@martha (orig r924): groditi | 2008-10-23 22:26:09 -0400
more POD
groditi [Fri, 31 Oct 2008 22:05:13 +0000]
r23441@martha (orig r923): groditi | 2008-10-23 22:00:04 -0400
POD FTW
groditi [Fri, 31 Oct 2008 22:05:07 +0000]
r23082@martha (orig r922): groditi | 2008-10-11 19:45:47 -0400
some more doc patches
groditi [Fri, 31 Oct 2008 22:05:01 +0000]
r23081@martha (orig r921): groditi | 2008-10-11 19:35:34 -0400
some stub POD
groditi [Fri, 31 Oct 2008 22:04:56 +0000]
r23080@martha (orig r920): groditi | 2008-10-11 17:15:47 -0400
completely new way of handling action prototypes for actions in CRUD that is much saner and less reliant on $ctx. also more flexible and configurable
groditi [Fri, 31 Oct 2008 22:04:45 +0000]
r23079@martha (orig r919): groditi | 2008-10-11 17:03:58 -0400
formatting changes only. no actual functionality difference
groditi [Fri, 31 Oct 2008 22:04:34 +0000]
r23078@martha (orig r918): groditi | 2008-10-11 17:00:05 -0400
change listview/grid so that members of a grid can have actions by default, it will just no-op if there is no prototypes present
groditi [Fri, 31 Oct 2008 22:04:19 +0000]
r23077@martha (orig r917): groditi | 2008-10-11 16:44:51 -0400
on second thought, make all empty specs return a lexical sort
groditi [Fri, 31 Oct 2008 22:04:14 +0000]
r23076@martha (orig r916): groditi | 2008-10-11 16:42:31 -0400
make the behavior of sort_by_spec more predictable and a default order on empty spec
groditi [Fri, 31 Oct 2008 21:44:47 +0000]
tiny stylistic change
groditi [Fri, 31 Oct 2008 21:10:33 +0000]
checking in more pod, some fixes for weird bugs, a manual for migration, an extra ComponentUI example and a new ResultSet base class for IM actions
edenc [Fri, 31 Oct 2008 15:35:19 +0000]
reversed lazy checks as they cause optional fields to fail
edenc [Fri, 31 Oct 2008 14:15:39 +0000]
readded lazy checks to enable choose one defaults based on lazy_build
edenc [Thu, 30 Oct 2008 22:29:18 +0000]
adding logic to deal with unset option in a ChooseOne
edenc [Thu, 30 Oct 2008 22:28:16 +0000]
declaring ->ctx as a weak ref to avoid memory leaks
wreis [Thu, 30 Oct 2008 21:26:33 +0000]
added can_apply
wreis [Thu, 30 Oct 2008 02:25:18 +0000]
fixed verify_confirmation_code | added do_apply
wreis [Thu, 30 Oct 2008 02:23:54 +0000]
fixed package name | updated deps
wreis [Wed, 29 Oct 2008 23:27:53 +0000]
new confirmation_code role
wreis [Wed, 29 Oct 2008 20:55:57 +0000]
refactoring reset_password stuff
groditi [Fri, 24 Oct 2008 23:50:38 +0000]
more POD!
groditi [Fri, 24 Oct 2008 03:15:03 +0000]
just a little more POD
groditi [Fri, 24 Oct 2008 02:26:09 +0000]
more POD
groditi [Fri, 24 Oct 2008 02:00:04 +0000]
POD FTW
groditi [Sat, 11 Oct 2008 23:45:47 +0000]
some more doc patches
groditi [Sat, 11 Oct 2008 23:35:34 +0000]
some stub POD
groditi [Sat, 11 Oct 2008 21:15:47 +0000]
completely new way of handling action prototypes for actions in CRUD that is much saner and less reliant on $ctx. also more flexible and configurable
groditi [Sat, 11 Oct 2008 21:03:58 +0000]
formatting changes only. no actual functionality difference
groditi [Sat, 11 Oct 2008 21:00:05 +0000]
change listview/grid so that members of a grid can have actions by default, it will just no-op if there is no prototypes present
groditi [Sat, 11 Oct 2008 20:44:51 +0000]
on second thought, make all empty specs return a lexical sort
groditi [Sat, 11 Oct 2008 20:42:31 +0000]
make the behavior of sort_by_spec more predictable and a default order on empty spec
groditi [Sat, 11 Oct 2008 20:36:22 +0000]
r23072@martha (orig r912): groditi | 2008-10-11 16:35:20 -0400
uri vp, widget, template
groditi [Sat, 11 Oct 2008 20:36:14 +0000]
r23071@martha (orig r911): groditi | 2008-10-11 16:34:25 -0400
image vp, widget, template
groditi [Sat, 11 Oct 2008 20:36:07 +0000]
r23070@martha (orig r910): groditi | 2008-10-11 16:32:40 -0400
general changes.some formatting, better entities encoding and improved error message
groditi [Sat, 11 Oct 2008 20:35:20 +0000]
uri vp, widget, template
groditi [Sat, 11 Oct 2008 20:34:25 +0000]
image vp, widget, template
groditi [Sat, 11 Oct 2008 20:32:40 +0000]
general changes.some formatting, better entities encoding and improved error message
groditi [Sat, 11 Oct 2008 20:25:48 +0000]
r23066@martha (orig r906): edenc | 2008-10-05 07:29:59 -0400
added coercion option to reflector
r23067@martha (orig r907): edenc | 2008-10-10 18:18:59 -0400
doc patches from clwolfe
groditi [Sat, 11 Oct 2008 20:25:12 +0000]
branching for some new changes
edenc [Fri, 10 Oct 2008 22:18:59 +0000]
doc patches from clwolfe
edenc [Sun, 5 Oct 2008 11:29:59 +0000]
added coercion option to reflector
edenc [Mon, 29 Sep 2008 20:13:29 +0000]
adding default class to grid <table>
matthewt [Mon, 29 Sep 2008 17:27:51 +0000]
up Moose dep to version that doesn't need _fix_metaclass_cinompatibility and remove the call
groditi [Fri, 26 Sep 2008 02:24:39 +0000]
fixing the arrayref [controller, action] notation
edenc [Mon, 22 Sep 2008 05:27:10 +0000]
fixed vestigial $ctx access
edenc [Wed, 17 Sep 2008 23:14:10 +0000]
removed is_required message
wreis [Wed, 17 Sep 2008 19:30:58 +0000]
fixed doctype layout
edenc [Tue, 9 Sep 2008 18:49:06 +0000]
fixed field sync logic + comments
edenc [Tue, 9 Sep 2008 18:48:24 +0000]
checking default values for action parameter attributes
wreis [Tue, 9 Sep 2008 14:41:26 +0000]
proper fix for can_sync_to_action
matthewt [Sat, 6 Sep 2008 20:09:27 +0000]
add namespace::clean dep
groditi [Thu, 4 Sep 2008 00:46:20 +0000]
fix matching passwords stuff
groditi [Wed, 3 Sep 2008 23:31:05 +0000]
no foo is required messages on the first render
edenc [Wed, 3 Sep 2008 17:49:28 +0000]
parameter_hashref() now uses default values from action attributes
wreis [Wed, 3 Sep 2008 03:00:07 +0000]
missed default
wreis [Tue, 2 Sep 2008 23:26:29 +0000]
Grid->field_labels as rw attr
wreis [Mon, 1 Sep 2008 20:34:42 +0000]
fixed value_is_required
matthewt [Sun, 24 Aug 2008 13:46:13 +0000]
I'm a retard
groditi [Sat, 23 Aug 2008 01:55:59 +0000]
roles support for all classes created by the reflector. this should make the reflector much more versatile and reusing basic action components a lot easier
matthewt [Fri, 22 Aug 2008 18:36:20 +0000]
action and object changes for field containers
matthewt [Fri, 22 Aug 2008 18:29:51 +0000]
merge docs for action viewport roles
matthewt [Fri, 22 Aug 2008 18:28:39 +0000]
don't exclude widgets anymore from rclass to moose helper
matthewt [Fri, 22 Aug 2008 18:25:31 +0000]
exclude failing tests
matthewt [Fri, 22 Aug 2008 18:24:36 +0000]
restore change
matthewt [Fri, 22 Aug 2008 18:24:01 +0000]
fail. forgot to commit Makefile.PL earlier