Portfolyo Changelog =================== * Release 0.2.1 (03/13/2005): - The display order of pictures for a project can now be changed after pictures were added. - Introduced the concept of "retired" skills. Skills unused for more than a defined number of months are considered "retired" and labeled as such. The new configuration parameter "retiredSkillsThreshold" is used to set the retiring threshold. - An external Cheetah library is now used if one is found (minimum version 0.9.16a2 is required, though). An external compiled Cheetah instance considerably speeds up template processing. - Fixed bug with heavily aliased thumbnails (all thumbnails are JPEG's now) * 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