RSS Feed

Show last changes
Date File Revision Author Revision Log
2008/08/28 18:53:58 8315 8315 karpet change behaviour of get_primary_key() in base Controller to not look in req->params for pk values
2008/08/28 18:36:02 8314 8314 karpet add tests and fix for sort table prefixing
2008/08/28 18:35:29 8313 8313 karpet always uc() sort dir
2008/08/28 03:54:03 8312 8312 karpet turn off debugging
2008/08/28 03:53:22 8311 8311 karpet fix Pg vs PostgreSQL db type check; fix query maker
2008/08/28 03:22:49 8310 8310 karpet oops. run make test *before* committing...
2008/08/28 03:21:33 8309 8309 karpet + * support for 0.30 core api param name change
+ * add 'int' to column types registered as 'treat_like_int'

2008/08/28 03:19:54 8308 8308 karpet * implement Utils features for ne_sign() use_ilike() and treat_like_int()

2008/08/28 03:18:54 8307 8307 karpet + * clean up old style $self->config->{value} to instead use $self->value in Controller
+ * add app_class() and model_meta() accessors to ModelAdapter
+ * in base Controller, rename view_on_single_result() method to uri_for_view_on_single_result and make
+ accessor for the config value 'view_on_single_result'
+ * change all reserved param names in Model::Utils to use 'cxc-' prefix instead of '_'. Backwards compat
+ is preserved where possible.
2008/08/27 19:23:12 8306 8306 castaway Applied doc patch from lucs
2008/08/27 12:17:16 8305 8305 karpet 0.06 release branch Copied from /CatalystX-CRUD/CatalystX-CRUD-ModelAdapter-DBIC/trunk/:8304
2008/08/27 12:16:19 8304 8304 karpet 0.06 release
2008/08/27 03:42:32 8303 8303 karpet oops. never released 0.14 so clean up Changes
2008/08/27 03:39:35 8302 8302 karpet move some YUI code in here
2008/08/27 03:37:05 8301 8301 karpet 0.05 release branch Copied from /CatalystX-CRUD/CatalystX-CRUD-ModelAdapter-DBIC/trunk/:8300
2008/08/27 03:36:31 8300 8300 karpet 0.05 release
2008/08/27 03:34:59 8299 8299 karpet refactor create() to make it easier to get at superclass
2008/08/26 20:22:32 8298 8298 karpet more REST tests and get File model search feature to actually work
2008/08/26 20:22:09 8297 8297 karpet move create seeding feature from RHTMLO to core
2008/08/26 20:20:37 8296 8296 karpet move create() to core Controller