Author: David Persson
Date: 2010-02-03 14:10:41 +0100
Updating windows console wrapper, accounting for spaces in path. Closes #26.
Author: David Persson
Date: 2010-02-03 14:12:31 +0100
Lowercasing `rem`s in windows console wrapper.
Author: gwoo
Date: 2010-02-02 09:34:50 -0800
updating request type handling in \action\Request
Author: Nate Abele
Date: 2010-02-02 13:49:12 -0500
Refactoring `http\Media` so that types must be registered (using `type()`) in order to be auto-rendered. Correcting exception thrown when attempting to render an unhandled type.
Author: Nate Abele
Date: 2010-01-31 18:02:30 -0500
Adding documentation and small refactoring to `core\Environment`.
Author: Nate Abele
Date: 2010-01-31 22:41:51 -0500
Adding documentation to `core\Environment`, refactoring `Environment::get()`, adding `Environment::reset()`.
Author: Nate Abele
Date: 2010-01-31 22:43:13 -0500
Adding test coverage for `util\String::uuid`, removing `@todo`.
Author: Nate Abele
Date: 2010-02-01 11:00:10 -0500
Adding documentation to `core\Environment`, fixing issue in `Environment::set()` where new configurations could not be created.
Author: Nate Abele
Date: 2010-02-01 12:29:35 -0500
Refactoring `util\String` to clean up API and reduce method complexity.
Author: Nate Abele
Date: 2010-02-01 12:47:41 -0500
Adding test coverage for `core\StaticObject` method filtering.
Author: Nate Abele
Date: 2010-02-01 12:55:13 -0500
Adding test coverage for `core\Object::__set_state()`.
Author: Nate Abele
Date: 2010-02-03 11:50:52 -0500
Refactoring `util\Collection` to remove dependency on `http\Media`. Added `Collection::formats()` to enable registering format handler classes.
Author: Nate Abele
Date: 2010-02-05 16:49:51 -0500
Updating test and bootstrap references from `\http` to `\net\http`.
Author: David Persson
Date: 2010-01-31 16:14:35 +0100
More exception handling in `Inspector`.
Author: David Persson
Date: 2010-01-31 16:16:03 +0100
`Library` command to throw exception if not initialized with a request.
Author: David Persson
Date: 2010-01-31 16:17:18 +0100
Readability refactor of `Test` command.
Author: David Persson
Date: 2010-01-31 17:07:58 +0100
Adding `Base` test filter.
Author: David Persson
Date: 2010-01-31 17:11:12 +0100
Small whitespace change in test classes.
Author: David Persson
Date: 2010-01-31 17:13:59 +0100
Removing test case stubs.
Author: David Persson
Date: 2010-01-31 18:28:37 +0100
Correcting namespace of `Unit` test case.