Fortissimo Changes
Merge branch '2.x' of github.com:technosophos/Fortissimo into 2.x
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
Added section support to AddINI.
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.
m src/Fortissimo/Command/Context/AddPathToContext.php
Fixed documentation for AddPathToContext.
Categories: Development
Added new AddPathToContext command.
+ src/Fortissimo/Command/Context/AddPathToContext.php
+ test/Tests/Fortissimo/AddPathToContextTest.php
Added new AddPathToContext command.
Categories: Development
INI file can be declared optional.
m src/Fortissimo/Command/Context/AddINI.php
m test/Tests/Fortissimo/AddINITest.php
INI file can be declared optional.
Categories: Development
Added ShowHelp command.
+ src/Fortissimo/Command/CLI/ShowHelp.php
Added ShowHelp command.
Categories: Development
Added support for help systems.
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.
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
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.
+ src/Fortissimo/Command/Flow/Each.php
+ test/Tests/Fortissimo/EachTest.php
Adding Each, which is still broken.
Categories: Development
Updated flow control.
m src/Fortissimo.php
m src/Fortissimo/Command/Flow/Wrapper.php
m src/Fortissimo/Command/Util/Increment.php
Updated flow control.
Categories: Development
Fixed an issue from the move to namespaces. One spot was missed.
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.
+ src/Fortissimo/Command/Flow/Wrapper.php
Adding a utility to wrap a command in a control structure.
Categories: Development
Moved Until into the new Flow namespace.
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.
m test/Tests/Fortissimo/UntilTest.php
Added recursive test.
Categories: Development








