Resolve broken pipe and remote end hung up unexpectedly error messages when pushing to GitHub repositories.
CLA assistant as new service for OXID contributor license agreements
As CLAhub is not reliable any longer, we moved to cla-assistant.io in the hope this service is more stable. Previously signed CLAs could fortunately be imported. Please let us know immediately if you find something suspicious.
PhpStorm OXID plugin available
Thanks to @Haehnchen, a native PhpStorm plugin for OXID eShop is available, very helpful for anybody developing with this e-commerce framework.
Use shallow clone to reduce the download size of a GitHub repository
Reduce the download size of a git repository using a shallow clone with a history truncated to the specified number of revisions.
On parental leave again: the new baby is born
My fourth son is born! I am glad to announce that I’ll be on parental leave for eight weeks again until May 22nd.
Travis CI available for OXID eShop CE repository
One of the most remarkable pull requests to the public OXID eShop repository at GitHub in the recent past is #197: add full functional Travis CI configuration by @adriankirchner. Thanks a lot!
GitHub contributors: we facilitaded OCA signing
Signing an OXID contributor agreement became more easy: instead of downloading a document, printing it, signing and sending it back, you’ll now be asked for filling a web-based form instead.
ioly – the new open source module manager for any PHP project
Some developers went to Spain to combine work and holiday recently and got back with an outstanding cool software package, ready to use for OXID eShop but in general usable for any PHP project: the open source module installer “ioly”. Learn more about it in this blog post.
How to Write a Module for OXID eShop: Round the Price on Product Details Page to a Fiver
Learn how to write a very simple module for OXID eShop: round up the price on the product details page to five cent. Simply copy an existing method and overwrite it with your additions.
How to Write a Module for OXID eShop: Display “You will save x %” on the Product Details Page
In this blog post I’ll show you step-by-step how to easily generate a module for displaying content saving on the product detail page of your OXID eShop installation, if you entered a recommended retail price as well as your price. You will also learn how to embed your own CSS and how to make your module multilingual.