13 years agoVersion 2.002002 2.002002
Alexander Hartmaier [Tue, 3 Aug 2010 12:53:12 +0000]
Version 2.002002

13 years agoFixed pod coverage and added a test for it
Alexander Hartmaier [Tue, 3 Aug 2010 12:08:20 +0000]
Fixed pod coverage and added a test for it

updated dist.ini to use @Basic instead of @Classic
fixed twice included PkgVersion (by @Classic and explicit)

13 years agofixed update again, all tests pass
Alexander Hartmaier [Tue, 3 Aug 2010 09:01:51 +0000]
fixed update again, all tests pass

13 years agofixed nested updates and column accessor != name
Alexander Hartmaier [Mon, 2 Aug 2010 16:44:53 +0000]
fixed nested updates and column accessor != name

13 years agoFixed t/rpc/list.t error message regex to pass with Moose version >=1.05
Alexander Hartmaier [Mon, 2 Aug 2010 16:13:14 +0000]
Fixed t/rpc/list.t error message regex to pass with Moose version >=1.05

13 years agoUse column accessor for updating an existing object instead of passing the new values...
Alexander Hartmaier [Mon, 2 Aug 2010 15:35:49 +0000]
Use column accessor for updating an existing object instead of passing the new values to update

This enables the column accessors to do additional work (for example with method modifiers)

13 years agoFixed search for related columns overwriting existing params in generate_column_param...
Alexander Hartmaier [Mon, 2 Aug 2010 15:31:56 +0000]
Fixed search for related columns overwriting existing params in generate_column_parameters

14 years agomore robust json boolean testing
Alexander Hartmaier [Thu, 8 Apr 2010 16:44:10 +0000]
more robust json boolean testing

14 years agoVersion 2.002001. 2.002001
Florian Ragwitz [Wed, 31 Mar 2010 23:41:49 +0000]
Version 2.002001.

14 years agoUpdate Changes.
Florian Ragwitz [Wed, 31 Mar 2010 23:39:54 +0000]
Update Changes.

14 years agoShut the damn tests up.
Florian Ragwitz [Wed, 31 Mar 2010 23:38:07 +0000]
Shut the damn tests up.

14 years agodon't inflate items
Alexander Hartmaier [Wed, 10 Mar 2010 18:58:02 +0000]
don't inflate items

item and list should do the same thing
this fixes the rest item test
we'll add object inflation for both item and list later when we've found
a clean solution

14 years agoremoved debugging code in rest item test
Alexander Hartmaier [Wed, 10 Mar 2010 18:57:29 +0000]
removed debugging code in rest item test

14 years agoimproved pod for list_munge_parameters
Alexander Hartmaier [Tue, 9 Mar 2010 11:54:51 +0000]
improved pod for list_munge_parameters

14 years agoremoved dependency on DBIx::Class::TimeStamp
Alexander Hartmaier [Tue, 2 Mar 2010 17:48:22 +0000]
removed dependency on DBIx::Class::TimeStamp

InflateColumn::DateTime is included in DBIx::Class already

14 years agochanged Catalyst::Action::REST dependency to Catalyst::Action::Serialize
Alexander Hartmaier [Tue, 2 Mar 2010 17:31:15 +0000]
changed Catalyst::Action::REST dependency to Catalyst::Action::Serialize

14 years agoRevert "removed Catalyst::Action::REST dependency"
Florian Ragwitz [Tue, 2 Mar 2010 17:01:43 +0000]
Revert "removed Catalyst::Action::REST dependency"

This reverts commit bacc415e2d39a141a3d9c2766da6454906e952f7.

We still want to deserialize shit.

14 years agonew test for item fetching with inflated objects
Alexander Hartmaier [Tue, 2 Mar 2010 16:49:31 +0000]
new test for item fetching with inflated objects

require DBIx::Class::TimeStamp 0.12 which is used by Result::Track for datetime inflation

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