TYPO3 47 alpha1 » History » Version 12
Oliver Hader, 2011-11-29 15:29
1 | 1 | Steffen Ritter | h1. TYPO3 4.7 alpha1 |
---|---|---|---|
2 | |||
3 | 12 | Oliver Hader | Released November 29th 2011 |
4 | 1 | Steffen Ritter | |
5 | {{>toc}} |
||
6 | |||
7 | h2. Upgrading and compatibility |
||
8 | |||
9 | 9 | Oliver Hader | This first alpha release of TYPO3 4.7 shows a snapshot of the current development on the road to the final version. TYPO3 4.7.0 will be released on April 24th 2012. This very release is focused on removing deprecated functionality from the core and a highly improved frontend rendering concerning web accessibility. |
10 | 1 | Steffen Ritter | |
11 | 9 | Oliver Hader | To upgrade an existing installation to 4.6.0alpha1, please consider the following steps: |
12 | 1 | Steffen Ritter | |
13 | 9 | Oliver Hader | * Open the Install Tool: |
14 | 1 | Steffen Ritter | ** Use the "Database COMPARE" section and apply all database schema changes. |
15 | 9 | Oliver Hader | ** Use the "Update Wizard" to upgrade the compatibility version to 4.7. |
16 | 6 | Steffen Ritter | |
17 | 1 | Steffen Ritter | h2. New installations |
18 | |||
19 | 10 | Oliver Hader | Try out the *Introduction Package* which provides a very easy way to get the first contact with TYPO3 - there are various examples integrated to show how particular features work in TYPO3. |
20 | Besides the regular Introduction Package TYPO3 4.7 comes with the brand new *Government Package* which is intended to be a show-off of web accessible standard and thus being useful for a disposal in governmental environments. |
||
21 | 1 | Steffen Ritter | |
22 | h2. What happened so far |
||
23 | 2 | Steffen Ritter | |
24 | 12 | Oliver Hader | * *Many unused deprecated files and functions have been removed in* |
25 | 6 | Steffen Ritter | Please have these breaking changes in mind while upgrading |
26 | 3 | Steffen Ritter | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=ce270dddbe366475fce29e1b1042238ac4eb3172 |
27 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=071b13daebf6f806c64a2199e4cb424a3973fd70 |
||
28 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=c860aa01a6118fe3e820ca921ac14e26e1587b77 |
||
29 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=97a6f07f8fb990302ce3b05865aedcc77f220917 |
||
30 | 1 | Steffen Ritter | |
31 | 3 | Steffen Ritter | * *indexed_search has now an extensions available which uses MySQL fulltext feature* |
32 | 2 | Steffen Ritter | If you want to use and try this feature, install the additional indexed_search_mysql extensions |
33 | |||
34 | 10 | Oliver Hader | * *ADOdb library has been upgraded to version 5.14* |
35 | 4 | Steffen Ritter | |
36 | 10 | Oliver Hader | * *Icons for the filelist conent element in frontend are configurable* |
37 | 1 | Steffen Ritter | currently there is no documentation available, which will be improved soon |
38 | 3 | Steffen Ritter | |
39 | 10 | Oliver Hader | * *The caching framework now uses a compressed database backend by default for pages and page_sections* |
40 | If you have less CPU power but more database space, you might are free to revert back to use the uncompressed version again |
||
41 | 4 | Steffen Ritter | |
42 | 2 | Steffen Ritter | * *A new set of interfaces called "collection interfaces" has been introduced* |
43 | 10 | Oliver Hader | These interfaces define an generic and common API how to deal with common data sets in TYPO3. |
44 | A new Clipboard will be based on this, as well as the possiblity to arrange TCA records or files in a collection. |
||
45 | Furthermore, the file abstraction layer (FAL) will use them to visualize generic folders. |
||
46 | 4 | Steffen Ritter | |
47 | 5 | Steffen Ritter | * *Frontend-Accessibility features have been integrated* |
48 | 10 | Oliver Hader | The rendering of CSS Styles Content has been overworked to generate valid output for the available document types. |
49 | Especially for HTML5 rendering, CSS Styled Content has been overworked completely, to use the new possiblities, being as semantic as possible and reduce the amount of superfluous markup. |
||
50 | 5 | Steffen Ritter | Furthermore no inline CSS is generated anymore. |
51 | 10 | Oliver Hader | See a detailed list of all issues that have been solved for this topic: http://forge.typo3.org/projects/typo3v4-accessibility/issues?query_id=274 |
52 | 2 | Steffen Ritter | |
53 | 1 | Steffen Ritter | h2. What's next? |
54 | |||
55 | 12 | Oliver Hader | There are a lot of other projects that are targeted for TYPO3 4.7 and which shall be part of on of the next releases. As always the first beta releases also defined the feature freeze - thus, no new features will be allowed after TYPO3 4.7 beta1 - the feature freeze is scheduled for February 7th 2012. |
56 | See the TYPO3 4.7 article to get more details for the next upcoming major release of the v4 branch: http://news.typo3.org/news/article/typo3-47-with-standards-and-accessibility-to-a-new-decade |
||
57 | 1 | Steffen Ritter | |
58 | 12 | Oliver Hader | The next alpha release (TYPO3 4.7 alpha2) will be released on December 20th 2011 and is focused on upgrading to Ext JS 4 and cleaning up the backend. |
59 | 1 | Steffen Ritter | |
60 | 12 | Oliver Hader | If you want to support TYPO3 4.7 to make it a shiny release, you are highly encouraged to |
61 | 1 | Steffen Ritter | |
62 | 12 | Oliver Hader | * review pending issues (see http://review.typo3.org/) |
63 | * hand in your ideas and changes by creating patches |
||
64 | * follow the discussions in the typo3.projects.v4 news group and provide your ideas and feedback |
||
65 | 1 | Steffen Ritter | |
66 | 12 | Oliver Hader | Thanks a bunch! |