Ansermot.ch Another computer sciences blog….

5mar/100

Developing TYPO3 Extensions With Security In Mind

3mar/100

Google Summer of Code 2010 coming up

As you know (or not), TYPO3 was in the Google Summer of Code 2009 and it was very successful. TYPO3 team want to do better this year. Take a look about what they wrote.

We are excited that Google Summer of Code is underway again this year. After having had a successful first Google Summer of Code last year, we are happy to also apply for GSoC 2010.

We're looking for help to make this years Summer of Code even better than last year and are asking you to think about how things could improve.

Read the full article

24fév/100

TYPO3 4.3.2 and 4.2.12 released

The TYPO3 Core Team announces versions 4.3.2 and 4.2.12 of the TYPO3 Enterprise Content Management System.

They are announcing the release of the following TYPO3 updates:

  • TYPO3 4.3.2
  • TYPO3 4.2.12

All versions are maintenance releases and contain bugfixes and security fixes.

IMPORTANT: These versions include important security fixes to the TYPO3 core. A security announcement has just been released:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/

Post's details

15fév/100

Support for TYPO3 4.0 is officially over

As we can read on typo3.org, the support is now over.
So it's really time to upgrade for the turtles who are still running the 4.0 or under.

Read the full post

15fév/100

TYPO3 – New maintenance policy

The TYPO3 Core Team is pleased to announce its new official maintenance policy for TYPO3 4.x.

Today the TYPO3 Core Team published its new maintenance policy on typo3.org (see link below). This translates into a nice new version matrix (thanks to Oliver Klee) that shows at a glance what is the status of all recent TYPO3 versions.

With this new information we hope that the lifecycle of each TYPO3 version will be clear to all members of the community. It should help planning upgrades for TYPO3 administrators.

This new policy also clarifies the work of both the Core Team and the Security Team, as we had - until recently - some fuzziness about which versions to keep patching and for what kind of bugs or security fixes.

We hope that you will appreciate this increased clarity.

Original post
11fév/100

typo3.org Relaunch

Relaunching typo3.org is finally on a solid road to success. d.k.d Internet Service GmbH from Frankfurt, Germany has been given the task to officially manage the project and handle the first step to implement the new design.

In December punkt.de provided a clone of the current typo3.org site and an analysis of content, structure and code has been done already.
In February Jens Hoffmann (TYPO3 Usability Team Leader) will present the designs and layouts to the TYPO3 Association for confirmation. As soon as the designs are confirmed, dkd will implement the new designs.
Agencies and freelancers wishing to participate in making the future typo3.org more feature rich and usable are invited to contact Søren Schaffstein (soe...@typo3.org) who is coordinating the project. Agencies who accepted a work package in the past will be contacted soon and asked if they still want to work on this project.
To coordinate all tasks a new Forge-project has been set up. Available work packages, coding guidelines and instructions how to contribute will be posted there.

Source : news.typo3.org

5jan/100

On the Road to TYPO3 v4.4

Every couple of weeks, I want to give you a quick status update on how development is progressing with the next TYPO3 v4 release. Here is the first update!

Every couple of weeks, I want to give you a quick status update on how development is progressing with the next TYPO3 v4 release. Here is what's going on:

  • Changes from the TYPO3 User Experience Week
  • TCEforms Refactoring
  • Workspaces

Read the full post

1déc/090

TYPO3 Security Issues

Security vulnerabilities have been discovered in following third party TYPO3
extensions:

  • "Calendar Base" (cal)
  • "Direct Mail" (direct_mail)
  • "[AN] Search it!" (an_searchit)
  • "Simple download-system with counter and categories" (kk_downloader)
  • "Automatic Base Tags for RealUrl" (lt_basetag)
  • "Trips" (mchtrips)
  • "simple Glossar" (simple_glossar)
  • "TW Productfinder" (tw_productfinder)
  • "DB Integration" (wfqbe)

Go there for cal
Go there for direct_mail
Go there for the rest

30nov/090

TYPO3 Version 4.3 Released

BAAR, 2009-11-30Today the TYPO3 Association released the newest version of their outstandingly successful Open Source project TYPO3. TYPO3 has been downloaded over 4.1 million times – making it one of the world’s leading Enterprise Open Source projects.

The latest TYPO3 version 4.3 comes packed with numerous brand new features and improvements. Highlights include the completely new Frontend editing module and the integration of Extbase and Fluid. Additionally, TYPO3’s already excellent security features have been improved even further.

Read the full announce

26nov/090

TYPO3 Hooks Tutorial

Some days ago I needed to extends tt_news for adding some required features.
While googling, I found this cute tutorial, using the extension wfqbe as exemple.

Helpful knowledge: You should know the basics of extension building (creating a new extension with the kickstarter should suffice), if you haven’t worked with wfqbe so far you should get to know the extension first. wfqbe requires some basic SQL skills.

If you need to learn more about hooks, then go read it here