<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		
		<title>typo3.org: Latest News</title>
		<link>http://typo3.org/</link>
		<description>Latest news from typo3.org</description>
		<language>en</language>
		<image>
			<title>typo3.org: Latest News</title>
			<url>http://typo3.org/clear.gif</url>
			<link>http://typo3.org/</link>
			<width></width>
			<height></height>
			<description>Latest news from typo3.org</description>
		</image>
		<generator>TYPO3 - get.content.right</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		
		
		
		<lastBuildDate>Tue, 15 May 2012 19:59:00 +0200</lastBuildDate>
		
		
		<item>
			<title>FLOW3 1.1 beta 1 released</title>
			<link>http://typo3.org//news/article/flow3-11-beta-1-released/</link>
			<description>The FLOW3 team is pleased to announce the release of FLOW3 1.1 beta 1. After several months of development, we have now closed the lid of the feature box and present this first beta for getting feedback from the FLOW3 community.</description>
			<content:encoded><![CDATA[<h2>Upgrading from FLOW3 1.0</h2>
FLOW3 1.1 contains various new features and - we knew you would like that - big speed improvements. We also took the opportunity to adjust some important APIs, such as the Model View Controller mechanism. Thus the upcoming FLOW3 version is not 100% backwards compatible and this is what we anticipated. But we found a nice way to ease everyone’s upgrade pain: a brand new code migration tool automatically adjusts your code to fit the most important API changes. And for the few parts it can't refactor you just follow the detailed upgrade instructions.
<h2>Beta and Stable Releases</h2>
We plan to release two beta versions in total, followed by the stable release of FLOW3 1.1. If necessary, we'd also release additional betas or adjust the timeline in order to meet our quality standards. Both beta releases have a specific goal:
FLOW3 1.1 beta 1 contains all improvements we want to see in the final version.&nbsp;The goal for this release is to get feedback on the compatibility and stability: does your project still work fine after following our upgrade instructions? What did we miss?&nbsp;Although the first beta contains most of the code of the new major features (HTTP, I18N, content security, more speed ...), those features are not fully documented yet. Which brings us to the goal for the second beta release:
FLOW3 1.1 beta 2 will contain all features, including the big new ones. The objective for this release is to also get feedback on the HTTP foundation, the localization and translation framework and all the other gems we put into 1.1. We will provide documentation for all of the new features so you know how to test and use them in your own projects. Once we are confident that 1.1 works equally fine for you like it does for us, we are ready for a stable 1.1 release.
<h2>Share Your Insights</h2>
At this point we’d like to invite you to upgrade existing projects or start new ones based on 1.1. Don’t use it in production yet, but please do share your insights and possible problems you might face. Please refer to the <link http://wiki.typo3.org/Upgrade_FLOW3>upgrading instructions</link> and add your own findings to the related <link http://wiki.typo3.org/wiki/index.php?title=Talk:Upgrade_FLOW3&action=edit&redlink=1>discussion page</link>.
The prospective release date for FLOW3 1.1 beta 2 is May 29th. We hope you enjoy it.]]></content:encoded>
			
			<pubDate>Tue, 15 May 2012 19:59:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3 6.0 - Back to the Future</title>
			<link>http://typo3.org//news/article/typo3-60-back-to-the-future/</link>
			<description>Back on track, embracing the Future.
Our ideas for the upcoming TYPO3 6.0 release.</description>
			<content:encoded><![CDATA[<a id="c2564"></a><p>We chose the code name &quot;Back to the Future&quot; for the TYPO3 6.0 release coming this fall for various reasons. First of all it's of course&nbsp;a fun and geeky reference to a <a href="http://www.imdb.de/title/tt0088763/" target="_blank" >movie</a>. But it is also a reference to the history of TYPO3 v4 and the planned but not yet released complete rewrite of the CMS with the codename &quot;Phoenix&quot;. With the version 4 branch now moving forward towards a new major version number, we can leave behind some self made limitations and get <em>Back on track, embracing the Future</em>. This in particular means that 6.0 will incorporate heavy code cleanups especially moving some modules to extbase, the modern and&nbsp;future proof framework which has been backported form the Phoenix code. Besides that we will improve and intense&nbsp;the collaboration with the Phoenix team when it comes to new features so that&nbsp;new concepts and&nbsp;APIs are the same or similar where it makes sense. This will make TYPO3 v6 more stable and maintainable and smoothes the transition path to Phoenix.</p>
<p>During the TYPO3 Core Team Meeting as well as during the TYPO3 Developer Days 2012 we brainstormed some ideas what&nbsp;changes or features&nbsp;could make it into 6.0. We want to give you a short overview of the different topics, roughly sorted by the <a href="/news/article/typo3-60-release-management/" >visions</a> we have for that version.</p>
<p>If you want to help with any of them, feel free to <a href="/news/article/typo3-60-release-management/" >get in touch with us</a>. Of course you can also work on something totally different, maybe you have some additional ideas or want to start a team on something else. Then also feel free to contact us, to get your project up and running.</p>
<p><em>This list is neither complete nor is it final. It might be the case that some of these projects will not make it into 6.0 and need to be postponed to later versions.&nbsp;But for sure&nbsp;others will. If you already have a project you want to see in 6.0, just add it in the comments section and we will add it to the list.</em></p><a id="c2577"></a><h2>Enhance User Experience</h2><a id="c2565"></a><h3>Improve Usability</h3><p class="p1">(Patrick Broens, Helmut Hummel, Jens Hoffmann, Benni Mack)</p>
<p class="p1">The overall usability of the TYPO3 backend should be improved, especially for the editors. There will also be a code sprint on this topic, to get some hands-on work done together.&nbsp;</p>
<p class="p1"><em></em></p><a id="c2574"></a><h3>New way to manage extensions</h3><p class="p1">The current extension manager is criticized quite often for being unusable, slow and not able to do all the stuff you want to do with it while being able to do stuff you don’t want to do it. In this project we want to rethink the whole extension manager based on which features do you really need, how should they be implemented and what can be done in a different place altogether. The plan is to have the UX concept first and then get started implementing it.&nbsp;</p>
<p class="p3"><a href="http://forge.typo3.org/projects/extensionmanager" target="_blank" >http://forge.typo3.org/projects/extensionmanager</a></p><a id="c2573"></a><h3>jQuery Integration</h3><p>We plan to replace prototype/scriptaculous with jQuery in the backend.&nbsp;jQuery is a solid and widely used and actively maintained&nbsp;JavaScript Framework.&nbsp;Incorporating&nbsp;jQuery is an important building block to be more agile with enhancements to the backend and&nbsp;thus&nbsp;streamlining the user experience.&nbsp;</p>
<p>Have a look at the projects page on forge for the status:</p>
<p><a href="http://forge.typo3.org/projects/typo3v6-jquery" target="_blank" >http://forge.typo3.org/projects/typo3v6-jquery</a></p><a id="c2568"></a><h3>Support for Mobile Devices</h3><p>(Steffen Ritter, Patrick Broens, Sven Wolfermann)</p>
<p>More and more of the overall internet users are using mobile devices. The TYPO3 frontend is already able to serve mobile and responsive web sites but the TYPO3 backend is at the moment pretty much unusable on mobile devices. To showcase the frontend capabilities of TYPO3 we want to rewrite the introduction package adhering the principles of responsive web design. For the backend we want to achieve at least a basic support of tablet computers (especially concerning resizing / scrolling issues).&nbsp;</p><a id="c2572"></a><h3>Deployment and Updates</h3><p>(Tobias Liebig, Olly Hader, Michael Stucki)</p>
<p class="p1">TYPO3 updates for minor versions are easy enough to do. In fact they are so easy that they could probably be automated. We want to have an easy way (&quot;push a button&quot;) to upgrade a TYPO3 extension. On the same subject we also want to have better console support for doing things in TYPO3 like installing or updating extensions making it possible to write shell scripts to automate these processes.&nbsp;</p>
<p class="p3"><a href="http://forge.typo3.org/projects/show/extension-deployment" target="_blank" >http://forge.typo3.org/projects/show/extension-deployment</a></p><a id="c2578"></a><h2>Improve and ensure code quality</h2><a id="c2575"></a><h3>Infrastructure to monitor code quality</h3><p>(Helmut Hummel, Andy Grunwald, Christian Trabold)</p>
<p>We want to build and provide an infrastructure that makes it easy to execute unit&nbsp;and&nbsp;functional tests on development systems and have them automatically executed on every commit to our review system (Gerrit). The first steps for the latter are done already. We have a Jenkins server (ci.typo3.org) that does a syntax check for every commit and also checks for CGL violations. Additionally executing unit tests on each commit are basically working, using the travis ci infrastructure (<a href="http://travis-ci.org" target="_blank" >travis-ci.org</a>). The plan is to get this running at least for the end of the 6.0 development and ship a “green build” to the users with this release.</p><a id="c2566"></a><h3>Move towards more simplicity</h3><p class="p1">In the last few years the backend got more and more complex. More features and system extensions were included in the Core while at the same time due to backwards compatibility not much was removed, resulting in a bigger TYPO3 with every release. With a new major version we get the chance to remove old and outdated code as well as extensions that nobody uses anymore or that are not maintained. We aim to have a public discussion about features and extensions that just bloat the core and want to decide together with the community how to get a smaller TYPO3.&nbsp;</p><a id="c2571"></a><h3>Secure the building</h3><p>(Georg Ringer, Helmut Hummel)</p>
<p>To improve security even more we want to provide an easy to use and easily understandable API for security features (for example &quot;encodeForHtmlAttribute&quot;, &quot;encodeForJavaScript&quot; or &quot;validateFilename&quot;).</p><a id="c2581"></a><h3>Revamp the Logging</h3><p>This project aims to:</p><ul><li>streamline them into on single logging API,</li><li>optimize the user interface of the Log module,</li><li>create and maintain suitable documentation for the different target groups</li><li>cleanup logging configuration.</li><li></li></ul><p>&nbsp;If you want to help out in this topic, contact us or join the team&nbsp;directly&nbsp;on forge</p>
<p><a href="http://forge.typo3.org/projects/typo3v4-logging" target="_blank" >http://forge.typo3.org/projects/typo3v4-logging</a></p><a id="c2579"></a><h2>Encourage and strengthen Collaboration</h2><a id="c2570"></a><h3>Let's get into the FLOW</h3><p>(Olly Hader , Patrick Broens, Georg Ringer, Christian Kuhn, Sebastian Kurfürst / Thomas Maroschik / Tolleiv Nietsch, Christian Müller)</p>
<p class="p1">As we have a really cool shiny PHP framework in our community now we want to take even more steps to make use of the benefits of this framework. That includes porting more backend modules to extbase and fluid, which will in the long term make restructuring the backend interface much easier. Have a look at the core mailing list in the thread “[TYPO3-core] Call for help: Migrate core extensions to extbase”.</p>
<p class="p1">Additionally we want to develop a common package repository for FLOW3 packages and TYPO3 extensions.</p><a id="c2580"></a><h2>Miscellaneous</h2><a id="c2569"></a><h3>It's getting cloudy - or what file abstraction can do for you</h3><p class="p1">(Benni Mack, Steffen Ritter)</p><div><p>Another important topic at the moment is support for cloud storages. With the File Abstraction Layer we will get an abstraction that makes it easily possible to use different file storages. The whole file abstraction layer is already included in the master branch but has to be tested and can be extended. There will be an extension that illustrates the principle of using another storage, for example WebDav. Everyone can then easily implement their own storage solutions.&nbsp;</p></div><a id="c2567"></a><h3>External tool integration / REST API</h3><p>(Thomas Maroschik, Helmut Hummel)</p>
<p>The way content is added to websites is changing. We can imagine that in the future you want to use voice input for editing content, mobile interfaces, your play station or something entirely new. To make that possible we need to implement an API for the basic actions you do (like: editing, adding, deleting or reading content). Basically the plan would be to implement a REST API for these actions.</p>]]></content:encoded>
			
			<pubDate>Mon, 14 May 2012 10:30:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3 Phoenix and FLOW3 - April 2012</title>
			<link>http://typo3.org//news/article/typo3-phoenix-and-flow3-april-2012/</link>
			<description>The major event for the TYPO3 community in April surely were the TYPO3 Developer Days in Munich. We had handed in a number of session and workshop proposals centered around Phoenix and FLOW3 - and were overwhelmed by the response we had. Afterwards the focus of a part of the team went back to FLOW3, to get things done for the release of version 1.1.</description>
			<content:encoded><![CDATA[<h2>TYPO3 Phoenix</h2>
The <em>new new new</em> TypoScript rendering has been merged last month, and the various sites in production have been updated as needed. History management and link handling have been tweaked, the rewritten page tree implementation was submitted to the codebase and some workspace publishing bugs were squashed. Christian worked on the concept for content types in Phoenix and prepared <link https://docs.google.com/document/d/1VClktpH9iwxbJH8wgJWnKCeUrwpe0mit-lCB3Rrv21c/edit>some</link> <link https://docs.google.com/spreadsheet/ccc?key=0AhbrhtOBpaEDdG0yamlZbHdkTjhZdFRHU01hT2VObVE>documents</link>.&nbsp;
Aske and Bastian continued to work on the setup tool for Phoenix (and other FLOW3 applications) and pushed the results to the review server. This brings us&nbsp;a lot closer to a smooth experience for first-time Phoenix users.
As already mentioned, we had some very nice sessions around Phoenix and the technologies we are using during the TYPO3 Developer Days. The sessions on EmberJS and TYPO3 Phoenix key concepts, the workshops on building a Phoenix website and creating a Phoenix plugin, the introduction to the TypoScript rendering engine (using Fluid) - all were well received and often ended with lively discussions about open tasks, possible solutions and new concepts. The longest workshop was about developing the concept for the Phoenix backend, and enough people participated the full day to fill four separate working groups. At the end of the day we had collected names and contact details from a number of people that want to participate in the project and had quite some results in the areas setup, editing, user permission handling and general UI/UX that can be implemented or serve as a good base for further work.
One part that was already started is the management view. Sebastian worked on it and already produced some <link https://skitch.com/skurfuerst/8uk5c/content>impressive</link> <link https://skitch.com/skurfuerst/8uk51/content>results</link>.&nbsp;Bastian later met with Marc Neuhaus (author of the <link https://github.com/mneuhaus/FLOW3-Admin>FLOW3 Admin package</link>) and had a real nice discussion on how to join forces for the Phoenix Content Management module
Another task ticked off in April was the launch of the call for papers for the <link http://t3con12-quebec.typo3.org/>T3CON12 Québec</link>. During T3DD12 some of our team also spent some hours with Visay Keo who is maintaining the Phoenix-powered website for the <link http://t3con12-asia.typo3.org/>T3CON12 Asia</link> &nbsp;to help him get things up and running.
<h2>FLOW3</h2>
Robert finalized the HTTP foundation changes and they were merged into the master codebase. A side effect is that unit and functional tests (not only) for the MVC stack have become a lot easier now, due to no longer needing to mock requests (simply create an instance) and a &quot;virtual browser&quot; that can be used in functional tests.&nbsp;
Another large change were the improvements and bug fixes for content security in FLOW3, that should now be fully working as expected. The same is true for file monitoring, which was given a thorough nudge and should now reliably detect all situations that make cache invalidation necessary.
Bastian had a first go at reviewing the <link http://forge.typo3.org/projects/team-php_codesniffer>FLOW3 ruleset for PHP_CodeSniffer</link> and Karsten changed the location of XLIFF files in FLOW3 packages to make the Pootle translation software happy. Those using FLOW3 on Windows probably are happiest about the removal of the .Shortcuts folder we introduced a while back to speed up class loading in FLOW3 - the use of symlinks is a real pain on Windows…
Of course FLOW3 was also a topic for the TYPO3 Developer Days. Robert presented noteworthy changes that will be part of FLOW3 1.1 and the Form project was presented to interested developers by Bastian Waidelich. Connecting the worlds of FLOW3 and the TYPO3 CMS, the future TER project also was presented and Sebastian brushed up <link https://docs.google.com/document/d/1uFyP1H559OFAcqUKiz3uEBdpdqqs4B22AbpnaoNsfvY/edit>this whitepaper</link> for that occasion.
<h2>The End</h2>
That's it for April. Now on with May… stay tuned!]]></content:encoded>
			<author>karsten@typo3.org</author>
			<pubDate>Fri, 11 May 2012 17:34:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>T3BOARD13 confirmed to be back in Austria, Schmittenhöhe, Zell am See, 15.02.2013 - 22.02.2013</title>
			<link>http://typo3.org//news/article/t3board13-confirmed-to-be-back-in-austria-schmittenhoehe-zell-am-see-15022013-22022013/</link>
			<description>The twelfth Edition of the T3BOARD will be in Austria next year!
For the second time we'll be on the Schmittenhöhe Hotel near Zell am See. This time we made sure that we'll be early in the season so that we'll have powder-runs instead of water-skiing ;-).</description>
			<content:encoded><![CDATA[<div>The price for the week inclusive half-board and skipass will be about 700&nbsp;euros. Exact details will be published here as soon as we have it. Registration will start in September 2012.</div>
<div></div>
<div>We'll have about&nbsp;125 beds to book, save the Date!</div>
<div></div>
<div>Adrian &amp; Marion</div>
<div></div>
<div>Links:&nbsp;</div>
<div><link http://www.berghotel-schmitten.at/en/default.asp _blank>www.berghotel-schmitten.at/en/default.asp</link></div>
<div><link http://www.zellamsee-kaprun.com _blank>www.zellamsee-kaprun.com</link></div>
<div></div>
<div>Questions? Please refer to the <link http://lists.typo3.org/cgi-bin/mailman/listinfo/t3board _blank>T3BOARD mailing list</link>.&nbsp;</div>
<div></div>
<div>Check out pics and vids of&nbsp;T3BOARD12 on <link http://t3board12.typo3.org _blank>t3board12.typo3.org</link>!</div>]]></content:encoded>
			
			<pubDate>Fri, 11 May 2012 13:30:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3camp Stuttgart</title>
			<link>http://typo3.org//news/article/typo3camp-stuttgart/</link>
			<description>TYPO3camp Stuttgart kicks of a whole new series of TYPO3camps for 2012. The latest version of this successful TYPO3camp took place from April 27 - April 29.</description>
			<content:encoded><![CDATA[The TYPO3camp, in it's second incarnation, brought 200 people from all over Germany, Austria and Switzerland to the beautiful location at Uni Hohenheim. With <em>20% female participants</em> a new record for TYPO3 events was set and the weather gods where with this event.
<img src="/uploads/RTEmagicC_t3cs12-riona_kuthe.jpg.jpg" txdam="1111" height="345" width="518" alt="" /><br /><em>Photo by Riona Kuthe</em>
On Friday a warm-up party took place in the big entrance hall of the Schloß Hohenheim with a little bit of music and some socializing. On Saturday an excellent breakfast was served followed the session planning. The 5 session rooms accomodated a lot of sessions. There was a TYPO3 certification on the camp grounds on Saturday afternoon as well. <br />A big party with free cocktails shaken (not stirred) by Patrick Lobacher, Volker Graubaum, Markus Goldbeck and trendy music by Mash-Up DJ Sven Wolfermann made the night easily turn into day. <br />The event was visited by the Reverend Neverend collecting donations for TYPO3. 
<img src="/uploads/RTEmagicC_t3cs12-jochen_weiland.jpg.jpg" txdam="1110" height="389" width="518" alt="" /><br /> <em>Photo by Jochen Weiland</em>
Sunday started with another session planning round to fill the still empty slots, but within minutes brave speakers offered to share their knowledge. The end of the camp started with the best speaker awards, thanking all the helping hands, sponsors, participants and the awesome catering. Attendants and organisation could look back to a wonderful weekend and are already looking forward to the next Stuttgart TYPO3camp in 2013 and all other TYPO3camps still to come this year.
Check out the <link 41>TYPO3 events page</link> to find out where your next TYPO3camp will be.]]></content:encoded>
			<author>thomas@typo3camp-stuttgart.de</author>
			<pubDate>Thu, 10 May 2012 19:58:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3Wiki now in new Corporate Design</title>
			<link>http://typo3.org//news/article/typo3wiki-now-in-new-corporate-design/</link>
			<description>The TYPO3Wiki now has been updated with a new skin which brings it in line with the new design of typo3.org.</description>
			<content:encoded><![CDATA[The TYPO3Wiki still used the design of the old typo3.org. By implementing a new skin it now has the same look and feel as the new typo3.org mainsite.<br /><br />We want to thank Martin Huber from <link http://www.in2code.de/>in2code</link>, who did a great job doing the implementation. His work made this possible!<br /><br />Happy editing<br />Your TYPO3 DocTeam]]></content:encoded>
			<author>documentation@typo3.org</author>
			<pubDate>Sat, 05 May 2012 15:32:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>The Phoenix team reports on the Developer Days 2012</title>
			<link>http://typo3.org//news/article/the-phoenix-team-reports-on-the-developer-days-2012/</link>
			<description>Generally the TYPO3 Developer Days 2012 were very motivating, we talked to lots of people and had a very positive and intense time. Finally, it feels like FLOW3 is getting real and people start to gasp that Phoenix is at the horizon.</description>
			<content:encoded><![CDATA[I personally feel that especially the transition between TYPO3 v4 (which is soon called v6) and FLOW3 / Phoenix really works out. At the overall Core Team Meeting before the T3DD, we recognized that the <link 34>Berlin Manifesto</link> which was published back in 2008 by the core development team, is still valid today, serving us as a guiding principle in our daily work. We all agree that TYPO3 Phoenix will be our flagship CMS product in the future, and are very eager to push into that direction.
Furthermore, we recognized that Extbase as a key bridge between TYPO3 and FLOW3/Phoenix is widely accepted by the community as of today. Furthermore, we figured out how to still improve the workflow between Extbase, FLOW3 and TYPO3; which will further smoothen the transition path.
In the tutorials we mentored at the T3DD12, many people got their hands dirty trying out the concepts of Phoenix for the first time, and we got very positive and constructive feedback from these sessions.<br />Currently, the path of trying out Phoenix is still a little rough, but we work hard on a graphical setup tool which makes this process a lot easier.
<img src="/uploads/RTEmagicC_201204-phoenix_meeting.jpg.jpg" txdam="1103" height="291" width="518" alt="" />
Besides the tutorials, we also took part in a lot of workshops which were important for us as a team to figure out the next steps towards a fully-functional Phoenix. Especially the workshop about the Phoenix Backend Concept yielded a great idea-collection and feasible next steps we're working on implementing now. Now, the challenge is to connect the concepts in a coherent manner, and implementing them in a pragmatic and functional way.
I'd like to encourage everybody interested and passionate about Phoenix to connect with the FLOW3/Phoenix team in the #flow3 channel on irc.freenode.net, as we have lots of open tasks and many exciting projects. This of course includes PHP and JavaScript coding, but also maintaining the <link http://flow3.typo3.org/ - - "FLOW3 Framework">flow3 website</link>, improving documentation or implementing features for our conference websites. We need your help to make Phoenix real!]]></content:encoded>
			<author>sebastian.kurfurst@typo3.org</author>
			<pubDate>Thu, 03 May 2012 14:29:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3 6.0 Release Management</title>
			<link>http://typo3.org//news/article/typo3-60-release-management/</link>
			<description>Introducing the Release Management Team for the upcoming TYPO3 version 6.0</description>
			<content:encoded><![CDATA[<a id="c2539"></a><p>We're pleased to announce the release manager&nbsp;for the next version&nbsp;TYPO3 6.0 which is planned to be released this fall.&nbsp;</p>
<p>You probably already have&nbsp;heard that&nbsp;Helmut Hummel will take over this task. Helmut currently is the leader of the TYPO3 Security Team and an active member of the TYPO3 Core Development Team. Since the expectations for a new major version 6.0 are high and the time until the release is limited, doing the release management for this version will be a challenging task. This is why he is supported by Christian Kuhn and Susanne Moog. All three will join forces in helping to coordinate the community efforts to make the new TYPO3 version 6.0 shiny and outstanding.</p>
<p>Here is a short introduction of the people in that team:</p><a id="c2540"></a><h2>Helmut Hummel</h2><div class="csc-textpic csc-textpic-intext-left"><div class="csc-textpic-imagewrap"><div class="csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol" style="width:150px;"><div><img src="/typo3temp/pics/Helmut_Hummel_a1ff9ca4ac.jpg" width="150" height="188" alt="Helmut Hummel" /></div><div class="csc-textpic-caption"></div></div></div><div class="csc-textpic-text"><p>I have been around the TYPO3 project for quite a while now. In the beginning I started with asking questions and giving answers on mailing lists. Later I helped out tracking down bugs and in the end I started contributing code to fix those little gremlins. My main focus back then was to further improve a great product which I started to love and loved even more, the more I learned about it. While doing so, I found out that not only the product itself is great, but in particular the people that are dedicated to maintain and improve it. Learning from the people in the community and sharing my own knowledge with them became an important part of my life.&nbsp;</p>
<p>I now have the honour of being the release manager of the next TYPO3 version. In order to stay focused on this task, I suggest four objectives which I would love to see fulfilled for this release.</p><ol><li class="ol">Enhance User Experience</li><li class="ol">Improve and ensure Code Quality</li><li class="ol">Increase overall Security</li><li class="ol">Encourage and strengthen Collaboration</li></ol><p>The first three objectives I see as important building blocks to make TYPO3 more useful, more stable and more fun to use; Just right according to our mission: &quot;<em>Jointly Innovate Excellent Free Software Enabling People to Communicate</em>&quot; The fourth one I see as an important working mode to reach these goals. Alongside our vision &quot;<em>Inspiring People to Share</em>&quot; we would like to encourage everyone to contribute to this release. Besides involving the community I'd like to strengthen the collaboration between the core development team and other&nbsp;teams like the design team, documentation team, extbase team,&nbsp;FLOW3 team; just to mention a few.</p>
<p>If you have ideas, concepts, already working code or just want to help out: Don't hesitate to contact us. We already have a lot of ideas of how&nbsp;to make your contribution easy, fun and valued.</p>
<p>You can&nbsp;contact me via&nbsp;Skype (helhum) or&nbsp;email (<a href="javascript:linkTo_UnCryptMailto('ftbemh3axefnm7anffxeTmrih,7hkz');" >helmut.hummel(at)typo3.org</a>).</p></div></div><div class="csc-textpic-clear"><!-- --></div><a id="c2542"></a><h2>Susanne Moog</h2><div class="csc-textpic csc-textpic-intext-left"><div class="csc-textpic-imagewrap"><div class="csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol" style="width:150px;"><div><img src="/typo3temp/pics/Susanne_Moog_d79dc2678c.jpg" width="150" height="160" alt="Susanne Moog" /></div><div class="csc-textpic-caption"></div></div></div><div class="csc-textpic-text"><p>My name is Susi and I'm a TYPO3 addict. I am working with TYPO3 since 2005 and in the Core Team since 2010. I love TYPO3 and Open Source in general not only for its possibilities to be part of something bigger but also because of the meanings behind it. </p>
<p>In the release team I want to take care of communication to the outside and coordinating things. I want to be the “<em>enabling people to communicate</em>” part, as in the past it has become clear&nbsp;that communication is vital. I will&nbsp;of course also review change requests and hopefully also contribute some code ;) </p>
<p>Code-wise&nbsp;I plan to&nbsp;mainly&nbsp;work on a new extension manager based on extbase.</p>
<p> You can contact me via skype (susanne.moog) or email (<a href="javascript:linkTo_UnCryptMailto('ftbemh3lnltggx7fhhzTmrih,7hkz');" >susanne.moog(at)typo3.org</a>).</p></div></div><div class="csc-textpic-clear"><!-- --></div><a id="c2541"></a><h2>Christian Kuhn</h2><div class="csc-textpic csc-textpic-intext-left"><div class="csc-textpic-imagewrap"><div class="csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol" style="width:150px;"><div><img src="/typo3temp/pics/Christian_Kuhn_a5837d6739.jpg" width="150" height="199" alt="Christian Kuhn" /></div><div class="csc-textpic-caption"></div></div></div><div class="csc-textpic-text"><p>I’m Christian “lolli” Kuhn and I’m a TYPO3 geek. After working with TYPO3 for years I became visible in the community when the core patch list opened in 2007. I have been working with the core team since then and have been invited as an official member in 2009. Most of my core work was more under the hood. I often tackled those issues no one else took care of. For 6.0 I want to concentrate on further cleaning up the existing codebase and migrating more core extensions to extbase. Therefore I’m now also member of the extbase team and will try to fill the communication gap between extbase and the core team and code. A lot of stuff is currently happening in this area and help is appreciated. </p>
<p>You can contact me for help or if you have questions&nbsp;via skype (christiank.enet) or email (<a href="javascript:linkTo_UnCryptMailto('ftbemh3vakblmbtg7dnagTmrih,7hkz');" >christian.kuhn(at)typo3.org</a>).</p></div></div><div class="csc-textpic-clear"><!-- --></div>]]></content:encoded>
			
			<pubDate>Mon, 30 Apr 2012 13:09:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3 Summer of Code 2012 - it happens!</title>
			<link>http://typo3.org//news/article/typo3-summer-of-code-2012-it-happens/</link>
			<description>You might already read the article on typo3.org about our own approach of a Summer of Code.
It really happens!</description>
			<content:encoded><![CDATA[I wrote down some basic rules and a roadmap for the summer in the wiki on&nbsp;<link http://wiki.typo3.org/T3soc2012 _blank>http://wiki.typo3.org/T3soc2012</link>.
Now&nbsp;it's your turn to hand in a project proposal. We are really looking forward to it.
<h3>Basic Rules</h3>
<ul><li><strong>There is no money/stipend</strong><ul><li>We are not Google and this summer of code is not related to Google at all! We have our own rules and own timeline. We won't have any stipends for your project (sorry), which means you won't receive any money for working on a project. We try to find some sponsors for maybe travel costs, T3CON-Tickets and some swags (no promises here).</li><li>But we will make sure you will recieve as much fame and appreciation by the community as possible.</li></ul></li><li><strong>You will be guided by a mentor</strong><ul><li>For each project we will assign (at least) one mentor. Your mentor is well-known to the community and most likely a Core Team Member, too. He will be your guide, your project manager, contact person, door into the community, helping hand regarding communication. He will help you to do the conceptional work, will nudge other people if you depend on them and is open to all questions about TYPO3 and the community. He will make sure your project is on track and going into the right direction.</li></ul></li><li><strong>No need to be enrolled at a university</strong><ul><li>You do not need to be enrolled as a student, but need to make sure you will have enough time to work on the project during the summer (see our roadmap below).</li></ul></li><li><strong>We will require regular reports</strong><ul><li>To make sure your project is still on track and to help you best, we will need you to report and communicate on a regular base with your mentor. We will encourage you and your mentor to make some buzz on your article (blog articles, twitter, google+).</li></ul></li></ul>
<h3>Sponsors</h3>
We don't have any sponsors yet. If you are interested in supporting the T3SoC drop me a note at tobias.liebig(at)typo3.org
<h3>Roadmap</h3>
<ul><li><strong>now - 6.5. Students hand in their application.</strong><ul><li>Choose a project to work on. Get inspiration from&nbsp;<span><link http://wiki.typo3.org/Gsoc2012/Ideas _blank>http://wiki.typo3.org/Gsoc2012/Ideas</link></span></li><li>Describe your project and tell us a little bit about yourself. Have a look at the application template and try to answer all questions in your proposal:<span><link http://wiki.typo3.org/Gsoc2012/Ideas _blank>http://wiki.typo3.org/Gsoc2012/Application_Template</link></span></li><li>We might want to publish some parts of your proposal later. Make sure outsiders can get your project idea from reading your description.</li><li>Put your proposal on&nbsp;<span><link http://wiki.typo3.org/T3soc2012 _blank>http://wiki.typo3.org/</link></span>&nbsp;as a subpage of &quot;T3soc2012&quot;.</li><li><strong>Title our page like &quot;T3soc2012/Proposal/{mycoolproject}&quot;</strong>&nbsp;and send us a link to tobias.liebig(at)typo3.org</li></ul></li><li><strong>7.5. - 25.5. Finish up Project Proposal; Mentor assignment</strong><ul><li>We are going to read your proposal and give you some feedback.</li><li>We will assign a mentor to you as early as possible. He will help you to finish and cleanup your project description and fix your Roadmap.</li><li><span><link http://wiki.typo3.org/Gsoc2012/Mentors _blank>http://wiki.typo3.org/Gsoc2012/Mentors</link></span></li><li>If you have any preference, tell us in your proposal.</li></ul></li><li><strong>End of May Announcements of the projects</strong><ul><li>We will publish your project description and start some buzz about it.</li><li>Use this week to get in contact with your mentor and setup yourself.</li><li>Make sure your dev envoirment and all perquisite are ready, so your can start right away from 1st of June</li><li>Setup a project on&nbsp;<span><link http://forge.typo3.org/ _blank>http://forge.typo3.org/</link></span></li></ul></li><li><strong>June/July/Aug Coding period</strong><ul><li>Work on your project.</li><li>Push your code to forge (or github) as often as possible.</li><li>Do at least weekly meetings (Skype/BBB/GoogleHangout/Whatever) with your mentor. Report him what you have done in the last week and what are you going to do in the next days. If you get stuck, need any help or feedback, this is the place to ask for it.</li><li>Publish a brief weekly report on your blog and as a mail to your Mentor, the admin and the dev maillinglist.</li><li>Let us know, where you publish such thing, so we and the community can follow your project progress.</li><li>Take care about the replies and feedback you receive.</li><li>All Mentors and the Summer-Admin will meet every two or three weeks to make sure everything its fine. Your mentor will need to report the status of your project in this meetings. Make sure to keep him up to date.</li></ul></li><li><strong>31.8. Suggested end of coding period</strong><ul><li>Aim to have everything done by end of august. Really make sure everything you have done is finished ('done done').</li><li>Prefer to postpone a feature instead of having something half-finished.</li></ul></li><li><strong>1.9. - 21.9. Finish things up</strong><ul><li>Cleanup your code. Make sure all unit tests are green (and also make sure sure to have some).</li><li>If suitable/feasable, setup a public demo system.</li><li>Write and publish a final report about your project.</li><li>Prepare a 10 minute presentation for our talk at the T3CON12 in Stuttgart.</li></ul></li><li><strong>4.10. - 6.10. T3CON12 Stuttgart</strong><ul><li>We are going to present your project at the T3CON12. We really would love to see you there. If try to find sponsors for the ticket and travel costs (but can't promise anything by now; we will keep you updated as early as possible).</li></ul></li></ul>
If you have any questions, drop my a mail at tobias.liebig(at)typo3.org
We are really looking forward to your awesome projects!]]></content:encoded>
			<author>tobias.liebig@typo3.org</author>
			<pubDate>Thu, 26 Apr 2012 14:28:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>TYPO3 4.7.0 released</title>
			<link>http://typo3.org//news/article/typo3-470-released/</link>
			<description>The TYPO3 Community and the TYPO3 Core Development team is proud to announce the release of the final version TYPO3 4.7.0. TYPO3 4.7 concentrates on standards and accessibility while continuing the deprecation clean-up process started with TYPO3 4.6. As always a smooth migration and backwards compatibility is granted.</description>
			<content:encoded><![CDATA[After six month of collaborative work, pitfalls, failures and success a new version of TYPO3 has been released. In an team effort including over 100 people from several countries TYPO3 4.7 &quot;standards and accessibility&quot; came to life.
<h3>What to expect from TYPO3 4.7</h3>
TYPO3 Version 4.7 is a big step forward to standards compliance and accessibility. Since Version 4.7 TYPO3 easily works with HTML5 and thus allows comfortable integration of recent video and audio standards. Web accessibility is for the first time an integral part of the TYPO3 core. Additional new features and corrections ease the work of developers, integrators and editors.
<h4>TYPO3 harmonizes with HTML5</h4>
Wherever rich media content (images, audio or video) needs to be integrated on various platforms, HTML5 has established itself as the de facto standard in development of modern websites. Therefore from TYPO3 Version 4.7 on, HTML5 conformity is a core feature. What was possible in earlier versions of TYPO3 only indirectly (via Extensions or custom configurations), is now very easy. In conjunction with the system extension ›CSS Styled Content‹ TYPO3 Version 4.7 now generates clean HTML5 source code that corresponds to the W3C validation guidelines.<br />The feature-enhanced and HTML5 optimised Rich Text Editor (RTE) can be adapted much more easily to individual needs. In addition, the integration of HTML5 video and audio files is now possible as well as the simultaneous uploading of multiple files within TCEForms. For video content TYPO3 Version 4.7 uses the JavaScript library videojs and Flowplayer as fallback. 
<h4>Web Accessibility by default</h4>
Web Accessibility is not an entirely new concept in TYPO3. The creation of accessible websites with TYPO3 was possible for quite some time already. However the necessary steps and configuration had to be completed again with each new TYPO3 installation. This sometimes time-consuming procedure is now obsolete. Web accessibility is now active by default with TYPO3 Version 4.7 and an integral part of the TYPO3 core. This is a great improvement – and not only for those who maintain more than one TYPO3 website.
<h4>›Government Package‹: An increase in accessibility</h4>
With TYPO3 Version 4.7 a dedicated ›Government Package‹ is available for authorities and other interested parties for the first time. It is tailored to the specific needs of public authorities websites and was funded by the Federal Agency for Agriculture and Food in Germany (Bundesanstalt für Landwirtschaft und Ernährung (BLE)). As an IT provider for many government organizations BLE is relying on TYPO3 as Web-CMS. Initially the ›Government Package‹ will be available in German only. An English version is already being planned.<br />More information about the ›Government Package‹ can be found on the official demo website (German language only): http://government.v4.demo.typo3.org/home.html
<h4>Other new features, improvements and bug fixes</h4>
TYPO3 integrators and developers will be happy! Among other things about the more flexible cache handling. About the expansion of the stdWrap function. And about several new hooks and TCA-options. And TYPO3 Version 4.7 has become much faster compared to earlier versions. This became possible through the definition of UTF-8 as the only allowed character set, through the optimization of TYPO3s default search engine “indexed_search” and not least by removing lots of outdated code.
Detailed information can be found at the following resources.
<link 514 - bu>General Release Notes</link> <link http://wiki.typo3.org/TYPO3_4.7 - bu>Technical Release Notes</link> <link http://git.typo3.org/TYPO3v4/Core.git?a=blob;f=ChangeLog;h=42d8d853bbfbd46c9d419b958c30ded8fa708196;hb=TYPO3_4-7 - bu>ChangeLog</link>
<h3>Get TYPO3 4.7 now...</h3>
You can download the TYPO3 4.7 packages on our download page.
<link 179#2516 - bu>Download TYPO3 4.7</link>
<h4>Documentation</h4>
The Core-Documentation already has been updated to match the new possibilities shipped by TYPO3 version 4.7.
<ul><li><link http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.7.0/view/ _top>TypoScript Reference</link> (doc_core_tsref)</li><li><link http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.7.0/view/ _top>TSconfig </link>(doc_core_tsconfig)</li><li><link http://typo3.org/documentation/document-library/core-documentation/doc_core_tca/4.7.1/view/ _top>TCA Reference</link> (doc_core_tca)</li><li><link http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.7.0/view/ _top>TypoScript Syntax and In-depth</link> (doc_core_ts)</li></ul>
Special thanks go to <link http://forge.typo3.org/users/329>Francois Suter</link> and <link http://forge.typo3.org/users/236>Christopher Stelmaszyk</link> from the TYPO3 Documentation team for making this happen.
<h4>Upgrading Information, technical details and support</h4>
Further information about the Release, its new features and important technical information about upgrading and compatibility are collected on the according wiki-page. If you encounter extension compatibility problems feel free to add them to the list within the wiki.
<link http://wiki.typo3.org/TYPO3_4.7 _top bu>TYPO3 4.7 Wiki-Page</link>
If you have question the community will support you in our Mailinglists &quot;german&quot; and &quot;english&quot; as well as via Twitter.<br />You encountered an bug? We kindly ask you to report your problems at our <link http://forge.typo3.org/projects/typo3v4-core/issues>bugtracker</link>.
<h4>Package checksum</h4>
You might want to check inegrity of the downloaded packages against the following MD5 checksums:
<pre>849445ad455cd8b99cf16336cfd6ea42 blankpackage-4.7.0.tar.gz<br />f761ae06eb10b3c78e864c02ff8e5dee blankpackage-4.7.0.zip<br />4dfbb48315620ead950467716b643df6 dummy-4.7.0.tar.gz<br />432a72095123a890a27bd8abf67d69a0 dummy-4.7.0.zip<br />4d12f77c7c23a7ad933f197382110244 governmentpackage-4.7.0.tar.gz<br />26d047f7cdf504e7729a991b83c3e52a governmentpackage-4.7.0.zip<br />a80bf051234ba775e3ee163428a0436f introductionpackage-4.7.0.tar.gz<br />b6bccd01c7f99eb181cdd9ccbfd064c6 introductionpackage-4.7.0.zip<br />db91d285ee79a8c68ebad3eeefa0e143 typo3_src+dummy-4.7.0.zip<br />b030bce602f1ab7b7d15f35dcc93da66 typo3_src-4.7.0.tar.gz<br />42baed6db65d6cb538049dc5718a0592 typo3_src-4.7.0.zip</pre>
<h3>About TYPO3</h3>
TYPO3 is a Content Management System (CMS) without license fees based on the scripting language PHP. With TYPO3 content can easily be created, managed, and extended even for complex websites. New versions of TYPO3 are developed within a six months release cycle. Release Manager of TYPO3 Version 4.7 is Steffen Ritter. The TYPO3 framework is currently maintained and improved by the non-profit TYPO3 Association and an international community of developers. TYPO3 is available in 51 languages and is used for free by companies such as Lufthansa, Daimler, General Electric, the United Nations, Harvard University, and countless universities, governments, agencies, and non-profit organizations. ]]></content:encoded>
			<author>steffen.ritter@typo3.org</author>
			<pubDate>Tue, 24 Apr 2012 00:01:00 +0200</pubDate>
			
		</item>
		
	</channel>
</rss>
