TYPO3 47 alpha1 » History » Version 5
Steffen Ritter, 2011-11-29 14:50
1 | 1 | Steffen Ritter | h1. TYPO3 4.7 alpha1 |
---|---|---|---|
2 | |||
3 | Released November, 29th 2011 |
||
4 | |||
5 | {{>toc}} |
||
6 | |||
7 | h2. Upgrading and compatibility |
||
8 | |||
9 | Please note that this version is released as an very early alpha release. It shows a snapshot of our development so far on the road to 4.7.0, which will be released in April/2012. Take a look at the Roadmap for more information about the schedule. |
||
10 | |||
11 | The first Alpha release concentrates on Deprecation CleanUP and Frontend-Accessibility. |
||
12 | |||
13 | To upgrade an existing installation of 4.5 to 4.6.0alpha1, please consider the following steps: |
||
14 | |||
15 | * Visit the Install Tool: |
||
16 | ** Use the "Database COMPARE" section and apply all database schema changes. |
||
17 | ** Use the "Update Wizard" to upgrade the compatibility to 4.7. |
||
18 | |||
19 | h2. New installations |
||
20 | |||
21 | Try out the *introduction package* which provides a very easy way of installing TYPO3 and having some example setup already in place. |
||
22 | If you are interested in the new accessibility features shipped for the TYPO3 frontend, switch your *introduction package* to html5 mode or try out the new invented *government packages* which aims to be the *introduction packages* preconfigured for accessibility and usage in governmental agencies. |
||
23 | |||
24 | 2 | Steffen Ritter | h2. What happened so far |
25 | |||
26 | 3 | Steffen Ritter | * *Many unused and deprecated files have been removed in* |
27 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=ce270dddbe366475fce29e1b1042238ac4eb3172 |
||
28 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=071b13daebf6f806c64a2199e4cb424a3973fd70 |
||
29 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=c860aa01a6118fe3e820ca921ac14e26e1587b77 |
||
30 | ** http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=97a6f07f8fb990302ce3b05865aedcc77f220917 |
||
31 | 1 | Steffen Ritter | |
32 | 3 | Steffen Ritter | * *indexed_search has now an extensions available which uses MySQL fulltext feature* |
33 | 2 | Steffen Ritter | If you want to use and try this feature, install the additional indexed_search_mysql extensions |
34 | |||
35 | 3 | Steffen Ritter | * *ADOdb library has been raised to version 5.14* |
36 | 4 | Steffen Ritter | |
37 | 3 | Steffen Ritter | * *Icons for file-links in frontend are configurable* |
38 | currently there is no documentation available, which will be improved soon |
||
39 | 4 | Steffen Ritter | |
40 | 3 | Steffen Ritter | * *The caching framework now uses compressed DB backend by default for pages and page_sections* |
41 | If you have less CPU power but more database space, you might want to change this manually again |
||
42 | 4 | Steffen Ritter | |
43 | 3 | Steffen Ritter | * *the system extension "linkvalidator" has been integrated as submodule* |
44 | take care to run _git submodule --init_ wenn working on GIT branch |
||
45 | 4 | Steffen Ritter | |
46 | 2 | Steffen Ritter | * *A new set of interfaces called "collection interfaces" has been introduced* |
47 | These interfaces define an generic and common api how to deal with sets of data in TYPO3 Core. |
||
48 | A new Clipboard will be based upon this, as well as the possiblity to "group" tca records or files within a collection. |
||
49 | 1 | Steffen Ritter | Furthermore the FAL layer will use them as an interface for the represantion of an "folder". |
50 | 4 | Steffen Ritter | |
51 | * *Frontend-Accessibility features have been integrated* |
||
52 | 5 | Steffen Ritter | The rendering of CSS Styles Content has been overworked to generate valid output for every selectable doktype. |
53 | Especially for HTML5 rendering CSS Styled Content has been overworked completely, to use the new possiblities, beeing as semantic as possible and reduce the amount of superflouus markup. |
||
54 | Furthermore no inline CSS is generated anymore. |
||
55 | All Tasks which had been solved for this grouped within this list: http://forge.typo3.org/projects/typo3v4-accessibility/issues?query_id=274 |
||
56 | |||
57 | 2 | Steffen Ritter | |
58 | 1 | Steffen Ritter | h2. What's next? |
59 | |||
60 | 2 | Steffen Ritter | Many projects are targeted at TYPO3 4.7 and will be included in Core with the next pre-releases until the feature-freeze deadline which will occur on 3th February 2012. Further details you may see at [[http://news.typo3.org/news/article/typo3-47-with-standards-and-accessibility-to-a-new-decade]] |
61 | 1 | Steffen Ritter | |
62 | The Alpha2 release willl concentrate on ExtJS 4 upgrade and Backend Cleanup... |
||
63 | |||
64 | It seems to be the right time for you to give us a help by: |
||
65 | |||
66 | * Joining our teams, |
||
67 | * Reviewing issues that are already pending on the core list, |
||
68 | * Supply patches for new features or bug fixes, |
||
69 | * Participate in discussions on the typo3.projects.v4 list around new features and concepts. |
||
70 | |||
71 | Thanks! |