blog.Resource

Archive:

News-Feeds:


RSS 2.0
RSS 0.91
RDF
ATOM 0.3
August 7, 2013

Awesomeness of Open-Source

Category: Georg Ringer

By: Georg Ringer

Open-Source is more than a buzzword!

This article describes one aspect why Open-Source can be so much better and how a product can be improved by everyone in such a short time.

Identify the issue

A client of us reported an issue about missing preview texts in the page module if using Japanese chars. As it worked fine for german or english text I could be pretty sure that this problem is related to UTF-8. The cause was the usage of the PHP function chunk_split() which is not binary safe. 

As a next step I searched for "typo3 forge wordWrapper" and found the issue #15797 which has been created over 7 years ago.

Fixing it

The proposed solution was not satisfying and chunk_split() is still not binary safe. However the web evolves and it was pretty easy to solve the task by some lines of CSS.

The change was pushed to the review server and after some changes, the 5th patch set has been merged to the core and backported to 6.1 (Thanks guys). 

Conclusion

In total I needed less than 1 hour for fixing this issue for our customer and for the rest of the TYPO3 community. This is what I really love! It can be so easy to improve an Open-Source product!

I know that not every bugfix is that simple or solved that fast.

Thanks to www.cyberhouse.at making it possible to improve TYPO3!


comments

comment #1
Gravatar: Luc Luc August 7, 2013 09:05
So... seven years after the bug got fixed...

Whoohooo OpenSource is as awesome as Brad Pitt in Tibet !

/troll

comment #2
Gravatar: Georg Ringer Georg Ringer August 7, 2013 09:27
if the closed issue wouldn't have been there, I would have created a new one.

comment #3
Gravatar: ks ks August 7, 2013 09:53
Sadly other patches are blocked for political reasons :( see you the one for Belayouts via TSC ...

Sorry, comments are closed for this post.