Fortissimo Changes

Added more params to Mongo datasource.

Mon, 2011-09-19 15:55
m Fortissimo/skel/src/core/Fortissimo/FortissimoMongoDatasource.php m test/reports/testsuites.xml Added more params to Mongo datasource.
Categories: Development

Fixed docs.

Mon, 2011-09-19 15:43
m Fortissimo/skel/src/Fortissimo.php Fixed docs. Removed PHPDoc, since we use doxy.
Categories: Development

Merge pull request #3 from mattfarina/master

Mon, 2011-07-11 10:09
m Fortissimo/skel/src/Fortissimo.php Merge pull request #3 from mattfarina/master Fixing the request mapper bug
Categories: Development

Added the request mapper to the context object by default.

Sat, 2011-07-09 06:52
m Fortissimo/skel/src/Fortissimo.php Added the request mapper to the context object by default.
Categories: Development

Added ReadLine command from Villain.

Fri, 2011-07-01 21:26
m Fortissimo/skel/src/config/commands-update.php + Fortissimo/skel/src/core/Fortissimo/CLI/ReadLine.php Added ReadLine command from Villain.
Categories: Development

Updated README.

Tue, 2011-06-28 21:02
m README.mdown Updated README.
Categories: Development

Improved CLI.

Tue, 2011-06-28 20:30
m Fortissimo/skel/fort m Fortissimo/skel/src/core/Fortissimo/CLI/ParseOptions.php Improved CLI. --get values now correctly decoded, improved docs.
Categories: Development

Added ParseOptions CLI option parser.

Tue, 2011-06-28 09:43
+ Fortissimo/skel/src/core/Fortissimo/CLI/ParseOptions.php Added ParseOptions CLI option parser. This was backported from Villain, and namespace support was removed for compatibility with PHP 5.2.
Categories: Development

Added .ini to .htaccess restrictions.

Sat, 2011-06-18 09:25
m Fortissimo/skel/src/_htaccess Added .ini to .htaccess restrictions.
Categories: Development

Fort can now handle GET requests.

Fri, 2011-06-17 19:50
m Fortissimo/skel/fort Fort can now handle GET requests.
Categories: Development

Fixing Fort param line parsing and help.

Fri, 2011-06-17 19:25
m Fortissimo/skel/fort Fixing Fort param line parsing and help.
Categories: Development

Substantial improvements to Fort.

Fri, 2011-06-17 11:05
m Fortissimo/skel/fort Substantial improvements to Fort. Fort now correctly processes args, allows ini-style configs, and has a better help system.
Categories: Development

Provide a way to preload certain things before commands.php.

Wed, 2011-06-15 10:31
m Fortissimo/skel/src/index.php Provide a way to preload certain things before commands.php.
Categories: Development

Fixed minor bug in has() method of theme impl.

Fri, 2011-06-10 16:58
m Fortissimo/skel/src/core/Fortissimo/Theme/Theme.php m test/reports/testsuites.xml Fixed minor bug in has() method of theme impl.
Categories: Development

Merge pull request #2 from mattfarina/master

Wed, 2011-06-08 00:36
m Fortissimo/skel/src/Fortissimo.php Merge pull request #2 from mattfarina/master Make the Theme classes autoload.
Categories: Development

Adding the Theme implementation directory, with its classes, to the autoloader by default.

Tue, 2011-06-07 21:11
m Fortissimo/skel/src/Fortissimo.php Adding the Theme implementation directory, with its classes, to the autoloader by default.
Categories: Development

Added an exception for cases where a called theme does not exist.

Thu, 2011-06-02 15:35
m Fortissimo/skel/src/core/Fortissimo/Theme/Theme.php Added an exception for cases where a called theme does not exist.
Categories: Development

Added --list to fort command.

Thu, 2011-06-02 11:22
m Fortissimo/skel/fort Added --list to fort command.
Categories: Development