Portfolyo Changelog =================== * Release 0.2 (03/09/2005): - Pictures can be attached to projects. The new configuration parameter ``picturePath`` specifies the location for uploaded pictures. - Switched from homebrewn CGI application framework to Quixote - Unified naming conventions (using camelCase throughout the whole codebase). All configuration parameters now use camelCase, too (the old names are still supported for backwards compatibility). * Release 0.1.3 (02/13/2005): - Export/import of all data to/from a flat XML file - Full Unicode support (support for all kinds of character sets) * Release 0.1.2 (09/15/2003): - Switched from homebrewn object-relational mapper to SQLObject - Added support for PostgreSQL (thanks to SQLObject) - New config file parameter ``db_type`` (default: MySQL) * Release 0.1.1 (09/01/2003): - "Static" template processing for CSS files to be cached by browsers - Cheetah template compiling for better performance (new optional config parameter ``compile_templates``) - Slightly more detailed benchmarks in debug mode - Distinction of optional and required config parameters - Installer upgrade-aware * Release 0.1 (08/23/2003): - Basic setup of distribution, basic features