SVN --- Version 0.4.3 ------------- * [jgchristopher] new input_in_place_editor_tag and input_auto_complete_tag helpers * [fabien] new email support * [fabien] modules can now be declared internal only (for slots and emails modules for example) * [fabien] view classes are now configurable (per module) * [fabien] all category in configuration files is now optional * [fabien] added build-schema to pakefile * [fabien] new RSS feed classes * [fabien] cleaning cache is safer (based on a patch from jgchristopher) applications are now unavailable when you are in the process of cleaning the config cache WARNING: To use this new feature in your existing projects, you must override your config.php file with the one in 'data/symfony/skeleton/app/app/config/config.php' and create an unavailable.html file in your web directory (see an example in data/symfony/skeleton/project/web/unavailable.html) * [fabien] added new shortcuts to help debugging * [fabien] new class to easily load test datas from YAML files into databases (Propel) * [fabien] better cache support * [fabien] safeguard for recursive slots * [fabien] added the possibility to disable the web debug sidebar for specific action (RSS, XML, SVG, ...) Version 0.4.2 ------------- * [fabien] changed default suffix from .html to / (breaks backward compatibility) * [fabien] added configurable suffix by route (with directory and no suffix support) and enforced one URL for one ressource * [fabien] dev environment is much faster * [fabien] better debug sidebar * [fabien] better i18n support (variable substitution) * [fabien] lot a small fixes for Windows users * [fabien] extended error messages support * [fabien] new helpers: * objects_for_select * button_to (patch from francois) * [fabien] automatic support for created_at and updated_at columns (Propel + generator) * [fabien] renamed internal Log class to sfLog to avoid class name collision * [fabien] removed tiny mce from symfony package * [fabien] rich text support (tinymce) for textarea_tag helper * [marc] IIS support * [fabien] module helpers support (lib/helper directory of a module) * [fabien] many symfony generators enhancements: * refactoring * propel CRUD (primary id != id, foreign keys, multi primary keys, post link and confirm for delete, ...) * [fabien] better Ajax support (prototype and script.aculo.us) * [fabien] support for non virtual host configurations * [fabien] easier helpers debugging Version 0.4.1 ------------- Initial public release