| BuildTask |
Interface for a generic build task. Does not support dependencies. This will
simply run a chunk of code when called. |
| CliDebugView |
A basic HTML wrapper for stylish rendering of a developement info view. Used to
output error messages, and test results. |
| ConvertFrom26Task |
Interface for a generic build task. Does not support dependencies. This will
simply run a chunk of code when called. |
| Debug |
Supports debugging and core error handling. |
| DebugView |
A basic HTML wrapper for stylish rendering of a developement info view. Used to
output error messages, and test results. |
| DeleteUnusedCustomerFilesTask |
Interface for a generic build task. Does not support dependencies. This will
simply run a chunk of code when called. |
| DevelopmentAdmin |
Base class for URL access to development tools. Currently supports the ; and
TaskRunner. |
| FillLinkTrackingTask |
Interface for a generic build task. Does not support dependencies. This will
simply run a chunk of code when called. |
| FillOldLogDataTask |
A migration task is a build task that is reversible. |
| FindBadLinksTask |
Interface for a generic build task. Does not support dependencies. This will
simply run a chunk of code when called. |
| ImportTestContentTask |
Interface for a generic build task. Does not support dependencies. This will
simply run a chunk of code when called. |
| MigrationTask |
A migration task is a build task that is reversible. |
| MySQLDatabaseConfigurationHelper |
This is a helper class for the SS installer. |
| PhotoGalleryMigrationTask |
A migration task is a build task that is reversible. |
| SapphireREPL |
|
| SS_Backtrace |
|
| SS_Cli |
Class to facilitate command-line output. Support less-trivial output stuff such
as colours (on xterm-color) |
| SS_Log |
Wrapper class for a logging handler like Zend_Log which takes a message
(or a map of context variables) and sends it to one or more Zend_Log_Writer_Abstract subclasses for output. |
| SS_LogEmailWriter |
Sends an error message to an email whenever an error occurs in sapphire. |
| SS_LogErrorEmailFormatter |
Formats SS error emails with a basic layout. |
| SS_LogErrorFileFormatter |
Formats SS error entries in an error file log. Format: [d-M-Y h:i:s]
<type> at <file> line <line>: <errormessage> <url> |
| SS_LogFileWriter |
Sends an error message to an email whenever an error occurs in sapphire. |
| SS_ZendLog |
Extensions to Zend_Log to make it work nicer with SS_Log. |
| TaskRunner |
|