MDL-16587 bit of a large refactor of the portfolio formats. still more to come.

This commit is contained in:
mjollnir_ 2008-10-11 17:33:20 +00:00
parent a813ddc975
commit 6be1dcae99
16 changed files with 295 additions and 141 deletions

View file

@ -97,9 +97,15 @@ define('PORTFOLIO_FORMAT_FILE', 'file');
define('PORTFOLIO_FORMAT_MBKP', 'mbkp');
/**
* html - subtype of file
* richhtml - like html but with attachments.
*/
define('PORTFOLIO_FORMAT_HTML', 'html');
define('PORTFOLIO_FORMAT_RICHHTML', 'richhtml');
/**
* plainhtml - a single html representation - no attachments
*/
define('PORTFOLIO_FORMAT_PLAINHTML', 'plainhtml');
/**
* image - subtype of file