Commits for forks / michaelhue / lithium / branches / master

Commit Message Author Date
0858...7714 Fixed issue with specifying fields in SQL queries. Thanks Howard3. Nate Abele 2011-01-12 07:10:32 -0500
25aa...7b80 Fixing `COUNT()` queries where multiple fields are specified. Thanks Howard3. Nate Abele 2011-01-11 18:29:12 -0500
8d3c...24ea Database & Database Test additions for the 'like' operator Howard3 2011-01-11 13:09:22 -0600
f741...a412 Fixing issue with nested objects being persisted properly in `mongo_db\Exporter`. Nate Abele 2011-01-11 00:38:03 -0500
39e1...d5ed Updating CRUD integration test, and fixing CRUD operations for CouchDB. Refactoring casting in MongoDB adapter. Adding notes on related objects in `\data\Model`. Nate Abele 2011-01-08 19:30:19 -0500
eaa5...adae Rewriting change-tracking in data entities. Original state and changes are now tracked in separate arrays. Implementing `Exporter` class to convert entity changes to MongoDB commands. This breaks relational databases, which need to be updated. Sorry. Nate Abele 2010-12-29 16:04:32 -0500
cfd2...213b Adding support for `'code'` and `'binary'` types to MongoDB adapter. Nate Abele 2010-12-19 21:38:05 -0500
1e77...da98 Allowing list of exported keys to be configurable in `\data\model\Query::export()`. Nate Abele 2010-12-19 21:36:37 -0500
1c28...fcb0 Adding conversion for `MongoDate` objects in `\data\entity\Document::to()`. Adding test coverage. Nate Abele 2010-12-10 19:47:37 -0500
ddff...8b5f Allowing `\action\Dispatcher::applyRules()` to add parsed context to passed parameters. Nate Abele 2011-01-28 20:16:29 -0500
a16e...c85c Adding view compiler rule so that content from `$this` can be short-hand escaped using ``. Nate Abele 2011-01-27 15:18:24 -0500
f8e3...ef2b Adding flag to `Curl` socket adapter to fix requests which return with HTTP 100 Continue. Nate Abele 2011-01-27 12:56:50 -0500
f714...8046 Adding sanity check to `\net\http\Service::send()` in case `$response` is empty. Nate Abele 2011-01-27 12:47:30 -0500
79d1...f460 Updating tests for `\action\Response` to reflect new caching headers. Nate Abele 2011-01-27 11:38:12 -0500
51db...7c57 Adding content negotiation settings to `\action\Controller`, adding documentation. Nate Abele 2011-01-27 00:50:55 -0500
9741...a5f2 Implementing content negotiation in `\net\http\Media` and `\action\Request`. Adding tests with comments for documentation. Nate Abele 2011-01-27 00:39:31 -0500
5b5d...7e9d Updating docblock for `\action\Controller::render()`. Nate Abele 2011-01-25 17:54:36 -0500
ac3b...56c2 Adding test cases to prove that `