14 years agoremoved Catalyst::Action::REST dependency
Alexander Hartmaier [Tue, 2 Mar 2010 16:45:58 +0000]
removed Catalyst::Action::REST dependency

14 years agoCreate related rows on create.
Florian Ragwitz [Tue, 2 Mar 2010 04:30:53 +0000]
Create related rows on create.

Kind of a lame hack because set_inflated_columns isn't quite working as i think
it's supposed to. Giving control over creating the new, unstored, result from
object_no_id to the creation thingy would probably fix this properly.

14 years agoCreate related rows if they don't exist already.
Florian Ragwitz [Tue, 2 Mar 2010 00:49:12 +0000]
Create related rows if they don't exist already.

14 years agoStop treating false values for related objects as no value.
Florian Ragwitz [Tue, 2 Mar 2010 00:22:17 +0000]
Stop treating false values for related objects as no value.

14 years agoDon't rely on absolute paths in exeptions.
Florian Ragwitz [Tue, 2 Mar 2010 00:12:09 +0000]
Don't rely on absolute paths in exeptions.

14 years agoUpdate changes for rafl's Action::REST drop
nperez [Mon, 1 Mar 2010 22:03:49 +0000]
Update changes for rafl's Action::REST drop

14 years agoUse ActionRole::MatchRequestMethod instead of Action::REST.
Florian Ragwitz [Mon, 1 Mar 2010 21:59:26 +0000]
Use ActionRole::MatchRequestMethod instead of Action::REST.

14 years agowhitespace clean up
nperez [Mon, 1 Mar 2010 17:42:46 +0000]
whitespace clean up

14 years agoEnd point clean up and alter forwards to method calls in end points
nperez [Mon, 1 Mar 2010 17:42:22 +0000]
End point clean up and alter forwards to method calls in end points

14 years agoImplement generate_rs to provide a default implementation for getting the resultset...
nperez [Mon, 1 Mar 2010 17:03:38 +0000]
Implement generate_rs to provide a default implementation for getting the resultset before setting it into the current request

14 years agoPrepare for release
nperez [Mon, 1 Mar 2010 07:13:23 +0000]
Prepare for release

14 years agoAdd rafl to the authors list since he is so awesome
nperez [Mon, 1 Mar 2010 06:59:58 +0000]
Add rafl to the authors list since he is so awesome

14 years agoMake tests pass for new definitive chaining
nperez [Mon, 1 Mar 2010 06:55:58 +0000]
Make tests pass for new definitive chaining

14 years agoRemove the test db
nperez [Mon, 1 Mar 2010 04:20:32 +0000]
Remove the test db

14 years agoIgnore the test db
nperez [Mon, 1 Mar 2010 04:19:43 +0000]
Ignore the test db

14 years agoMerge in object_split functionality object_split
nperez [Mon, 1 Mar 2010 02:11:42 +0000]
Merge in object_split functionality

14 years agoStart proper dispatch chaining for objects with and without identifiers
nperez [Mon, 1 Mar 2010 01:38:29 +0000]
Start proper dispatch chaining for objects with and without identifiers

14 years agoAdd failing test for updating related rows with ::REST.
Florian Ragwitz [Sun, 28 Feb 2010 22:57:08 +0000]
Add failing test for updating related rows with ::REST.

14 years agoFixed some typos and code cleanups
Alexander Hartmaier [Thu, 18 Feb 2010 10:02:05 +0000]
Fixed some typos and code cleanups

14 years agoRemove debugging code from tests
Alexander Hartmaier [Thu, 18 Feb 2010 10:01:27 +0000]
Remove debugging code from tests

14 years agoGive row_format_output a context.
Florian Ragwitz [Tue, 16 Feb 2010 20:40:32 +0000]
Give row_format_output a context.

14 years agoRemove debugging code.
Florian Ragwitz [Mon, 15 Feb 2010 08:49:07 +0000]
Remove debugging code.

14 years agoRelease 2.001003 2.001003
nperez [Sat, 13 Feb 2010 01:04:04 +0000]
Release 2.001003

14 years agoUpdate Changes
nperez [Sat, 13 Feb 2010 01:01:38 +0000]
Update Changes

14 years agoPass in with each save_objects step
nperez [Sat, 13 Feb 2010 00:59:28 +0000]
Pass in  with each save_objects step

14 years agoImplement per object save_objects and make each step explicit to allow maximum custom...
nperez [Thu, 11 Feb 2010 05:03:10 +0000]
Implement per object save_objects and make each step explicit to allow maximum customization

14 years agoAdd more coercions to some types so we can specify more complex sorting behavior
nperez [Thu, 11 Feb 2010 03:37:41 +0000]
Add more coercions to some types so we can specify more complex sorting behavior

14 years agoRelease 2.001002 2.001002
nperez [Tue, 9 Feb 2010 15:45:48 +0000]
Release 2.001002

14 years agoSince page is now calculated from offset and rows, just check for page again when...
nperez [Tue, 9 Feb 2010 05:41:16 +0000]
Since page is now calculated from offset and rows, just check for page again when prepping total

14 years agoAttribute building order is important for offset-based paging
nperez [Tue, 9 Feb 2010 05:26:50 +0000]
Attribute building order is important for offset-based paging

14 years agoEnable offset based paging
nperez [Mon, 8 Feb 2010 22:47:16 +0000]
Enable offset based paging

14 years agoImplement per object inflation hook in end
nperez [Mon, 8 Feb 2010 19:47:30 +0000]
Implement per object inflation hook in end

14 years agoSigh. Missed a place where I was still using MX::Aliases
nperez [Mon, 8 Feb 2010 17:46:33 +0000]
Sigh. Missed a place where I was still using MX::Aliases

14 years agoupdated changelog
Alexander Hartmaier [Mon, 8 Feb 2010 12:19:28 +0000]
updated changelog

14 years agoadded MooseX::Types::Structured to the required modules
Alexander Hartmaier [Mon, 8 Feb 2010 12:01:25 +0000]
added MooseX::Types::Structured to the required modules

14 years agoSome pod fixes, updating Changes, prepping for release
nperez [Thu, 4 Feb 2010 14:36:26 +0000]
Some pod fixes, updating Changes, prepping for release

14 years agoinitial commit with working tests, docs, and conversion to dzil+podweaver
nperez [Thu, 4 Feb 2010 14:15:31 +0000]
initial commit with working tests, docs, and conversion to dzil+podweaver