Executes the test cases specified. This can either be all test cases or a specific package or a specific test case in a package. More »
Posted in Test on 19 Nov 2009 @ 20:39
Lists all the tests cases in the tests folder. More »
Posted in Test on 19 Nov 2009 @ 20:39
Helps create a backup by calling the registered databases utility method to backup the system. Requires the databases to be specified for backup. More »
Posted in Db on 19 Nov 2009 @ 20:30
Shows the current database update status. More »
Posted in Db on 19 Nov 2009 @ 20:30
Attempts to apply outstanding database updates - but only if commit has been set, otherwise runs a test execution of the updates. More »
Posted in Db on 19 Nov 2009 @ 20:30
Creates a command that requires one value out of several possibilities. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Encodes the passed string into a hashed string via the passwordHash object. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Captures process information from ps -waxl and writes it to a log file named after the process. Can have a variable sleep time between readings. More »
Posted in Cli on 19 Nov 2009 @ 20:30
Recurse directories when searching for resources More »
Posted in Cli on 19 Nov 2009 @ 20:30
Utility command that simple passes the input into the PHP serialize function and outputs it. Useful if you have to hack a database record that is a serialised string of text for instance. A specific example: the baseTableParamSet stores all propertie... More »
Posted in Cli on 19 Nov 2009 @ 20:30