Author: gwoo
Date: 2009-12-08 21:58:46 -0800
fixing typo in Validator
Author: Joël Perras
Date: 2009-12-09 03:15:55 -0500
Adding MockConnections class & overriding the connection class used in MockCouchPost. This removes the dependency of having a working db connection to test (and use) the CouchDB adapter as a model data source.
Author: Joël Perras
Date: 2009-12-10 01:11:03 -0500
Fixing request environment variable when PHP is run as CGI.
Author: alkemann
Date: 2009-12-10 13:55:16 +0100
hook fixes for lithium/action
Author: alkemann
Date: 2009-12-10 14:03:23 +0100
hooks fixes for lithium/console
Author: alkemann
Date: 2009-12-10 14:08:25 +0100
hooks fixes for lithium/core
Author: alkemann
Date: 2009-12-10 14:21:04 +0100
hooks fixes for lithium/data
Author: alkemann
Date: 2009-12-10 14:23:28 +0100
hooks fixes for lithium/g11n
Author: alkemann
Date: 2009-12-10 14:27:38 +0100
hooks fixes for lithium/http
Author: alkemann
Date: 2009-12-10 14:40:00 +0100
hooks fixes for lithium/storage
Author: alkemann
Date: 2009-12-10 14:45:06 +0100
hooks fixes for lithium/template
Author: alkemann
Date: 2009-12-10 14:54:23 +0100
hooks fixes for lithium/test
Author: alkemann
Date: 2009-12-10 15:02:38 +0100
hooks fixes for lithium/util
Author: alkemann
Date: 2009-12-10 15:45:18 +0100
fixing hooks fails in lithium/tests/cases
Author: alkemann
Date: 2009-12-10 15:51:48 +0100
fixing hook fails in lithium/tests/mocks
Author: alkemann
Date: 2009-12-10 19:19:50 +0100
div hook fixes
Author: alkemann
Date: 2009-12-11 00:04:09 +0100
formatting fix in `CouchDB`
Author: gwoo
Date: 2009-12-12 10:05:59 -0800
fixing Model::__init() when connection is false
Author: gwoo
Date: 2009-12-12 17:28:14 -0800
updating model test to use a MockSource that defines some mock schemas
Author: gwoo
Date: 2009-12-12 17:30:41 -0800
fixing errors in model test related to mock-source