Author: Edmunds Kalniņš
Date: 2011-01-10 10:20:45 +0200
Fixing passing MySQL resource in Database::schema()
Author: Edmunds Kalniņš
Date: 2011-02-27 22:16:43 +0200
Router::match() no longer ignores $options for string rotes.
Author: Nate Abele
Date: 2011-03-24 21:46:17 -0400
Correcting typos in `console` namespace docs. Refactoring example code.
Author: Nate Abele
Date: 2011-03-28 10:36:56 -0400
Updating copyright year.
Author: Nate Abele
Date: 2011-03-29 08:35:41 -0400
Correcting issue in `\action\Request::_parseAccept()` where the `Accept` header only contains a single value. Fixes #322.
Author: David Persson
Date: 2011-02-08 22:48:17 +0100
Updating `Stream` net adapter to correctly parse response.
Author: gwoo
Date: 2011-02-12 10:55:17 -0800
working on sockets
Author: gwoo
Date: 2011-03-30 19:49:39 -0700
making `\net\socket` classes work the same
Author: gwoo
Date: 2011-03-30 20:16:37 -0700
adding `tests\integration\SocketTest`
Author: Nate Abele
Date: 2011-04-01 08:41:40 -0400
Changing incorrect MongoDB operator. Fixes #327.
Author: Nate Abele
Date: 2011-04-11 20:37:20 -0400
Removing reference in `\data\Model::_findFilters()`. Fixes #331.
Author: Nate Abele
Date: 2011-04-11 21:22:00 -0400
Changing incorrect parameter passed to `\data\Model::save()` filter when callbacks are disabled. Added test case. Fixes #244.
Author: David Persson
Date: 2011-03-24 13:26:20 +0100
Escape entities in assert fail message.
Author: David Persson
Date: 2011-03-25 00:10:08 +0100
Allow class and method to be correctly replaced.
Author: David Persson
Date: 2011-03-25 01:22:19 +0100
Guarding some test with skips where couchdb, mongodb or a running mysql server was required.
Author: David Persson
Date: 2011-03-25 01:22:58 +0100
Guarding net tests with skips, lowering timeout, switching to remote server.
Author: David Persson
Date: 2011-03-25 00:19:55 +0100
Syntax.
Author: David Persson
Date: 2011-03-25 01:35:07 +0100
Removing stray closing tag.
Author: David Persson
Date: 2011-03-25 14:55:59 +0100
Switch to remote host in net test configuration, too.
Author: Nate Abele
Date: 2011-04-11 21:40:28 -0400
Updating `\net\socket` tests, and fixing method signature of mock class.