Development

/branches/pookey/CHANGELOG

You must first sign up to be able to contribute.

root/branches/pookey/CHANGELOG

Revision 953, 4.9 kB (checked in by fabien, 7 years ago)

upgraded to scriptaculous 1.5.3

Line 
1 SVN
2 ---
3
4 Version 0.6.1
5 -------------
6
7 * [fabien] lot of bugs fixes
8 * [faiben] updated scriptaculous to 1.5.3
9 * [fabien] added a new sfFileValidator validator
10 * [fabien] lots of bug fixes and new features in the admin generator (file upload, credentials, ...)
11 * [fabien] stylesheets, javascripts, ... are now part of the sfWebResponse object
12            DEPRECATED methods:
13              $action->addStylesheet(), $action->addJavascript(), $action->setTitle()
14              $action->addHttpMeta(), $action->addMeta()
15 * [fabien] debug environment is much faster now
16
17 Version 0.6.0
18 -------------
19
20 WARNING: This release breaks backward compatibility.
21 Please read the UPGRADE file before upgrading your projects.
22
23 * [fabien] new symfony web server (alpha)
24 * [fabien] support for etags, conditionnal get, vary headers...
25 * [fabien] new sfResponse object
26 * [fabien] new filtering system
27 * [fabien] added new components system (slots are now deprecated)
28 * [fabien] updated propel/creole
29 * [fabien] updated script.aculo.us to 1.5.1
30 * [rovert] console controller
31 * [fabien] new sfFinder class to ease file and directories searching
32 * [fabien] new quickstart package system
33 * [rovert] use syck when available to speed yaml parsing
34 * [fabien] new plugin system
35 * [fabien] removed orm.yml configuration file in favor of databases.yml
36 * [fabien] updated spyc library
37 * [fabien] support to be able to pass some variables/objects to the next next request/forward
38 * [fabien] more fine grained credentials
39 * [fabien] application are now in an apps directory
40 * [fabien] new validateXXX() method for action
41 * [fabien] renamed all classes that are Propel dependant with Propel in their names
42 * [fabien] symfony now automatically clear the cache when upgrading
43 * [fabien] dynamic defaults to routing
44 * [fabien] module i18n translations
45 * [fabien] new i18n.yml configuration file
46 * [fabien] new sfPropelAdmin generator
47 * [fabien] autoloading is now more configurable at runtime
48 * [fabien] new build-db / insert-sql pakefile tasks
49 * [fabien] more unit tests
50 * [fabien] disabled logging by default in production environment
51 * [fabien] new sfConfig object to deal with all symfony configuration (no more constant)
52
53 Version 0.4.4
54 -------------
55
56 * [fabien]        bug fixes
57
58 Version 0.4.3
59 -------------
60
61 * [jgchristopher] new input_in_place_editor_tag and input_auto_complete_tag helpers
62 * [fabien]        new email support
63 * [fabien]        modules can now be declared internal only (for slots and emails modules for example)
64 * [fabien]        view classes are now configurable (per module)
65 * [fabien]        all category in configuration files is now optional
66 * [fabien]        added build-schema to pakefile
67 * [fabien]        new RSS feed classes
68 * [fabien]        cleaning cache is safer (based on a patch from jgchristopher)
69                   applications are now unavailable when you are in the process of cleaning the config cache
70                   WARNING: To use this new feature in your existing projects, you must override your
71                            config.php file with the one in 'data/symfony/skeleton/app/app/config/config.php'
72                            and create an unavailable.html file in your web directory
73                            (see an example in data/symfony/skeleton/project/web/unavailable.html)
74 * [fabien]        added new shortcuts to help debugging
75 * [fabien]        new class to easily load test datas from YAML files into databases (Propel)
76 * [fabien]        better cache support
77 * [fabien]        safeguard for recursive slots
78 * [fabien]        added the possibility to disable the web debug sidebar for specific action (RSS, XML, SVG, ...)
79
80 Version 0.4.2
81 -------------
82
83 * [fabien] changed default suffix from .html to / (breaks backward compatibility)
84 * [fabien] added configurable suffix by route (with directory and no suffix support) and enforced one URL for one ressource
85 * [fabien] dev environment is much faster
86 * [fabien] better debug sidebar
87 * [fabien] better i18n support (variable substitution)
88 * [fabien] lot a small fixes for Windows users
89 * [fabien] extended error messages support
90 * [fabien] new helpers:
91            * objects_for_select
92            * button_to (patch from francois)
93 * [fabien] automatic support for created_at and updated_at columns (Propel + generator)
94 * [fabien] renamed internal Log class to sfLog to avoid class name collision
95 * [fabien] removed tiny mce from symfony package
96 * [fabien] rich text support (tinymce) for textarea_tag helper
97 * [marc]   IIS support
98 * [fabien] module helpers support (lib/helper directory of a module)
99 * [fabien] many symfony generators enhancements:
100            * refactoring
101            * propel CRUD (primary id != id, foreign keys, multi primary keys, post link and confirm for delete, ...)
102 * [fabien] better Ajax support (prototype and script.aculo.us)
103 * [fabien] support for non virtual host configurations
104 * [fabien] easier helpers debugging
105
106 Version 0.4.1
107 -------------
108
109 Initial public release
Note: See TracBrowser for help on using the browser.