Development

/tags/RELEASE_0_4_4/CHANGELOG

You must first sign up to be able to contribute.

root/tags/RELEASE_0_4_4/CHANGELOG

Revision 224, 2.7 kB (checked in by fabien, 7 years ago)

CHANGELOG update

Line 
1 SVN
2 ---
3
4 Version 0.4.3
5 -------------
6
7 * [jgchristopher] new input_in_place_editor_tag and input_auto_complete_tag helpers
8 * [fabien]        new email support
9 * [fabien]        modules can now be declared internal only (for slots and emails modules for example)
10 * [fabien]        view classes are now configurable (per module)
11 * [fabien]        all category in configuration files is now optional
12 * [fabien]        added build-schema to pakefile
13 * [fabien]        new RSS feed classes
14 * [fabien]        cleaning cache is safer (based on a patch from jgchristopher)
15                   applications are now unavailable when you are in the process of cleaning the config cache
16                   WARNING: To use this new feature in your existing projects, you must override your
17                            config.php file with the one in 'data/symfony/skeleton/app/app/config/config.php'
18                            and create an unavailable.html file in your web directory
19                            (see an example in data/symfony/skeleton/project/web/unavailable.html)
20 * [fabien]        added new shortcuts to help debugging
21 * [fabien]        new class to easily load test datas from YAML files into databases (Propel)
22 * [fabien]        better cache support
23 * [fabien]        safeguard for recursive slots
24 * [fabien]        added the possibility to disable the web debug sidebar for specific action (RSS, XML, SVG, ...)
25
26 Version 0.4.2
27 -------------
28
29 * [fabien] changed default suffix from .html to / (breaks backward compatibility)
30 * [fabien] added configurable suffix by route (with directory and no suffix support) and enforced one URL for one ressource
31 * [fabien] dev environment is much faster
32 * [fabien] better debug sidebar
33 * [fabien] better i18n support (variable substitution)
34 * [fabien] lot a small fixes for Windows users
35 * [fabien] extended error messages support
36 * [fabien] new helpers:
37            * objects_for_select
38            * button_to (patch from francois)
39 * [fabien] automatic support for created_at and updated_at columns (Propel + generator)
40 * [fabien] renamed internal Log class to sfLog to avoid class name collision
41 * [fabien] removed tiny mce from symfony package
42 * [fabien] rich text support (tinymce) for textarea_tag helper
43 * [marc]   IIS support
44 * [fabien] module helpers support (lib/helper directory of a module)
45 * [fabien] many symfony generators enhancements:
46            * refactoring
47            * propel CRUD (primary id != id, foreign keys, multi primary keys, post link and confirm for delete, ...)
48 * [fabien] better Ajax support (prototype and script.aculo.us)
49 * [fabien] support for non virtual host configurations
50 * [fabien] easier helpers debugging
51
52 Version 0.4.1
53 -------------
54
55 Initial public release
Note: See TracBrowser for help on using the browser.