ez publish community gateway

› New flavor of eZ Publish Community Project : 2011.9, check it out !

The latest flavor of eZ Publish Community Project, 2011.9, was unleashed today, read on for more insight !

28/09/2011 2:13 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez projects

› Mobile sitemap for google

The extension xrowmetadata got a new feature: Now it's possible to create a specific sitemap for the mobile version of a site.

27/09/2011 9:39 pm (UTC)   eZ Projects   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez projects

› PHPIDS 1.0.0! Out. Now.

Today, our extension PHPIDS is finally surfacing with its very first stable release. Please feel free to download your copy now...

27/09/2011 8:49 pm (UTC)   eZ Projects   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Social network, chat ed incontri

La sempre più capillare diffusione di internet, che ormai ha raggiunto praticamente la dimensione globale, ha portato con sé lo sviluppo di veri e propri strumenti di comunicazione di massa che, da un giorno all'altro hanno permesso di mettere in connessione paesi lontani, persone lontanissime, offrendo loro il sogno impalpabile di poter organizzare incontri senza conoscersi e, soprattutto, senza essersi mai visti prima

26/09/2011 6:11 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

derick rethans

› Xdebug's Code Coverage speedup

Xdebug's Code Coverage speedup

Besides a debugging and development aid, Xdebug also implements the back-end code to provide code coverage information for use with PHPUnit. Code coverage tells you how much of your code base is actually being tested by your unit tests. It's a very useful feature, but sadly, it slows down PHP's execution quite a lot. One part of this slowdown is the overhead to record the information internally, but another part is because I have to overload lots of opcodes. (Opcodes are PHP's internal execution units, similar to assembler instructions) They are always overloaded even if code coverage is not used, because it's only safe to overload them for the whole request.

The upcoming Xdebug 2.2 has a few changes to improve code coverage performance. First of all, the speed with which information about code coverage is recorded has been improved by contributions by Taavi Burns. And secondly, Xdebug 2.2 features a new setting, xdebug.coverage_enable with which it is possible to disable the overloading of code coverage specific opcodes. By default that setting will still be on.

Just to show how those improvements have effect on the speed, I've run a benchmark (running Apache Zeta Components Graph's tests) to compare Xdebug 2.1.2 against Xdebug 2.2-dev.

The results are as follows:

Version

With CC

Without CC

With coverage_enable=0

Without Xdebug

2.1.2

06:44

00:49

not available

00:32

2.2-dev

05:37

00:48

00:46

00:32

Another benchmark, run by Ross McFarlane gives: @derickr Based on 3 runs each, execution of 254 tests with 1070 assertions has dropped from 19s to 12s. Nice work!.

In Xdebug 2.2 I would also like to introduce modes. Each mode will set a default configuration for Xdebug's setting to be the most optimal for that specific tasks. Examples of tasks could be: "profiling", "debugging" or "tracing". Let me know (in the comments) whether you think that's a good idea.

http://en.wikipedia.org/wiki/Assembler_%28computer_programming%29#Assembly_language

23/09/2011 10:23 am (UTC)   Derick Rethans   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez projects

› Netgen Indexer 1.0 released

We at Netgen just released our brand new extension called Netgen Indexer.

22/09/2011 11:40 am (UTC)   eZ Projects   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› What's been cooking in eZ Tags over the last few months

Hey eZ Community!

I'm fairly sure a number of you already heard about eZ Tags before (at least judging by the reception at eZ Conference in London :) ). In case you missed the announcement on twitter or http://projects.ez.no/eztags two weeks ago, I just wanted to let you guys know that version 1.2 has been released.

21/09/2011 5:41 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Community track at the eZ Day, Paris, October 14th : register now, for free !

Next October 14th, in Paris : Community track at the eZ Day. Technology & eZ Community insight (in French), you should register now, seats are limited !

 
21/09/2011 12:00 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Importing image objects from a RSS feed

Below is a script to import image objects from a RSS feed, such as a Flickr photo feed. It's not a very complicated script, but it combines a few nice simple tasks:

  • parsing a XML file;
  • retreiving images from another server and storing these locally;
  • creating image objects.
19/09/2011 10:00 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Continuous improvement of the eZ Community through cutting-edge research : results of the interview round

Late last year a i started a promising collaboration with Robin Teigland, Paul di Gangi, Bjørn-Tore Flåten and Elia Giovacchini on the User-Organization relationship in Private-Collective Communities. IT might sound a bit academic, but the overarching idea for us as a Community was to identify tracks if improvement. After a first delivery of results based on an initial survey, find below the analysis of the second phase : the interviews round.

19/09/2011 4:32 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

eZ publish™ copyright © 1999-2005 eZ systems as