Author: Nate Abele
Date: 2010-04-29 06:59:57 -0400
Adding fix for adding empty tests in `\test\Group`.
Author: Nate Abele
Date: 2010-04-29 09:54:55 -0400
Fixing `\security\Auth::config()` when no configurations are defined.
Author: Nate Abele
Date: 2010-04-30 09:08:11 -0400
Documenting method parameters in `\template\helper\Form`.
Author: Nate Abele
Date: 2010-05-01 10:18:16 -0400
Adding test for Growl logger adapter, and refactoring for improved test coverage.
Author: Nate Abele
Date: 2010-05-01 10:40:32 -0400
Fixing `'sticky'` flag in Growl logger, adding test case.
Author: Nate Abele
Date: 2010-05-01 11:49:47 -0400
Updating documentation for `\core\Libraries`.
Author: Nate Abele
Date: 2010-05-01 12:01:22 -0400
Fixing default cache config to abort when in CLI mode.
Author: Nate Abele
Date: 2010-05-01 12:03:13 -0400
Refactoring test lookup fix for `\test\Group::_unitClass()`, references ticket #70.
Author: Nate Abele
Date: 2010-05-01 22:20:59 -0400
Fixing file paths in default home page.
Author: Nate Abele
Date: 2010-05-02 10:34:20 -0400
Rewriting test for `\core\Libraries` to not cause a fatal error when it fails.
Author: Joël Perras
Date: 2010-05-04 14:41:04 -0400
Adding docs and tests for `template\view\Renderer`.
Author: Joël Perras
Date: 2010-05-04 14:44:07 -0400
Fixing bug where using `set()` from a view/element would not make the variables available in the layout.
Author: Joël Perras
Date: 2010-05-04 15:21:44 -0400
Adding test cases for `test\Unit::assertCookie()`.
Author: Nate Abele
Date: 2010-05-04 12:13:03 -0400
Ensuring correct default values for `Adaptable` classes.
Author: Nate Abele
Date: 2010-05-05 15:55:29 -0400
Updating example used in docblock of `\util\Validator::check()`. Fixes ticket #79.
Author: Joël Perras
Date: 2010-05-10 10:05:44 -0400
Adding additional `strategy` path to make extension strategies more versatile.
Author: Nate Abele
Date: 2010-05-07 17:45:09 -0400
Fixing coding standards issues with `@see` tags.
Author: Nate Abele
Date: 2010-05-08 10:57:29 -0400
Fixing failing test in `UnitTest::testAssertCookie()`.
Author: Nate Abele
Date: 2010-05-08 11:01:02 -0400
Updating exception message formatting in `Adaptable`, adding check to `\security\Auth` to throw exception when accessing undefined configurations.
Author: Nate Abele
Date: 2010-05-11 11:54:36 -0400
Removing unneeded variable declaration in `\template\helper\Form::field()`.