Fortissimo Changes

Merge branch '2.x' of github.com:technosophos/Fortissimo into 2.x

Wed, 2012-06-20 14:09
m src/Fortissimo.php m src/Fortissimo/Command/CLI/ParseOptions.php + src/Fortissimo/Command/CLI/ShowHelp.php m src/Fortissimo/Command/Context/AddINI.php + src/Fortissimo/Command/Context/AddPathToContext.php m src/Fortissimo/Registry.php m src/Fortissimo/RequestMapper.php m test/Tests/Fortissimo/AddINITest.php + test/Tests/Fortissimo/AddPathToContextTest.php m test/test.ini Merge branch '2.x' of github.com:technosophos/Fortissimo into 2.x
Categories: Development

Updated README.

Wed, 2012-06-20 14:09
m README.mdown Updated README.
Categories: Development

Added section support to AddINI.

Mon, 2012-06-18 16:26
m src/Fortissimo/Command/Context/AddINI.php m test/Tests/Fortissimo/AddINITest.php m test/test.ini Added section support to AddINI.
Categories: Development

Fixed documentation for AddPathToContext.

Sat, 2012-06-16 07:39
m src/Fortissimo/Command/Context/AddPathToContext.php Fixed documentation for AddPathToContext.
Categories: Development

Added new AddPathToContext command.

Sat, 2012-06-16 07:35
+ src/Fortissimo/Command/Context/AddPathToContext.php + test/Tests/Fortissimo/AddPathToContextTest.php Added new AddPathToContext command.
Categories: Development

INI file can be declared optional.

Fri, 2012-06-15 16:46
m src/Fortissimo/Command/Context/AddINI.php m test/Tests/Fortissimo/AddINITest.php INI file can be declared optional.
Categories: Development

Fixed comment example.

Thu, 2012-06-14 20:56
m src/Fortissimo/Registry.php Fixed comment example.
Categories: Development

Fixed example code.

Thu, 2012-06-14 20:46
m src/Fortissimo/RequestMapper.php Fixed example code.
Categories: Development

Added ShowHelp command.

Fri, 2012-05-25 17:36
+ src/Fortissimo/Command/CLI/ShowHelp.php Added ShowHelp command.
Categories: Development

Added support for help systems.

Fri, 2012-05-25 17:32
m src/Fortissimo.php m src/Fortissimo/Registry.php Added support for help systems. Help systems can now retrieve the configuration and the route help text.
Categories: Development

Added support for usage.

Fri, 2012-05-25 17:28
m src/Fortissimo/Command/CLI/ParseOptions.php Added support for usage.
Categories: Development

Merge branch '2.x' of github.com:technosophos/Fortissimo into 2.x

Fri, 2012-05-25 16:28
m src/Fortissimo/Runtime/WebRunner.php Merge branch '2.x' of github.com:technosophos/Fortissimo into 2.x
Categories: Development

Adding Each, which is still broken.

Fri, 2012-05-25 16:28
+ src/Fortissimo/Command/Flow/Each.php + test/Tests/Fortissimo/EachTest.php Adding Each, which is still broken.
Categories: Development

Updated flow control.

Fri, 2012-05-25 16:27
m src/Fortissimo.php m src/Fortissimo/Command/Flow/Wrapper.php m src/Fortissimo/Command/Util/Increment.php Updated flow control.
Categories: Development

Updated docs.

Fri, 2012-05-25 16:26
m src/Fortissimo/Registry.php Updated docs.
Categories: Development

Fixed an issue from the move to namespaces. One spot was missed.

Fri, 2012-05-04 16:22
m src/Fortissimo/Runtime/WebRunner.php Fixed an issue from the move to namespaces. One spot was missed.
Categories: Development

Adding a utility to wrap a command in a control structure.

Tue, 2012-04-17 17:26
+ src/Fortissimo/Command/Flow/Wrapper.php Adding a utility to wrap a command in a control structure.
Categories: Development

Updated TODO.

Mon, 2012-04-16 11:09
m TODO.mdown Updated TODO.
Categories: Development

Moved Until into the new Flow namespace.

Wed, 2012-04-11 12:15
m src/Fortissimo/Command/Flow/Until.php m test/Tests/Fortissimo/UntilTest.php Moved Until into the new Flow namespace.
Categories: Development

Added recursive test.

Wed, 2012-04-11 09:59
m test/Tests/Fortissimo/UntilTest.php Added recursive test.
Categories: Development