ez publish community gateway

› Import and publish package via terminal / php cli

This is only a tip, nowadays better tools could do the job in my opinion. Here we go.

19/10/2011 6:38 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez projects

› CJW Newsletter Funding and Roadmap for Version 2.0

19/10/2011 5:48 pm (UTC)   eZ Projects   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› eZ Publish Community links round-up 18/10/11

Third edition of the links round-up, for you today, hoping this will help more of you to stay tuned on the eZ Community's life. This third digest covers the period since the second edition (14/09/2011).

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

ez publish community gateway

› Preview of documentation as of Beta 2

eZ Systems will launch a Beta 2 version of the Annapurna release on October 25. At the same date we will, of course, open the documentation for a preview.

18/10/2011 2:05 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Community track at eZ Day Paris, Oct 14th : the wrap-up

First day at the office after a wonderful eZ Community afternoon at the eZ Day in Paris last friday, i thought i'd share with all of you. Read on for impressions and slides !

17/10/2011 10:20 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez projects

› eZOnRails 0.2 released

Now with support for automatically registering existing php methods as fetch functions!

14/10/2011 11:56 pm (UTC)   eZ Projects   View entry   Digg!  digg it!   del.icio.us  del.icio.us

damien pobel

› How to locate the PHP code corresponding to a template operator?

I've seen this question for the datetime operator lately on Google+. This is a very common question that has an easy answer whenever you know how the eZ Publish template operators are working internally.

If you look at the tutorial on how to write a template operator in an eZ Publish extension, you'll notice that you have to declare in an array that a given set of template operators is implemented by a given PHP class. This system is valid for extensions but in fact, it's also how the stock template operators are declared. The only difference is where the eztemplateautoload.php files are located. For the stock template operators, those files are in the directories listed in site.ini/[TemplateSettings]/AutoloadPathList[] and not in the autoloads sub-directory of each extension declared in site.ini/[TemplateSettings]/ExtensionAutoloadPath[].

Given that, it's easy to find where the datetime operator is declared for instance with the following command:

$ find . -name eztemplateautoload.php -exec grep -il datetime {} \;
# looking for file named eztemplateautoload.php containing "datetime"
./lib/eztemplate/classes/eztemplateautoload.php

And by looking at this file, you can see that this template operator is implemented by the class eZTemplateLocaleOperator and the autoload file or your favorite IDE will then show you where it is located in the eZ Publish directory.

14/10/2011 9:20 pm (UTC)   Damien Pobel   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Developer preview of the new eZ Publish public PHP API : you step-in !

Today eZ unveiled the new public API concept at the eZ Day in Paris, for further development with our Community. It is a major step towards a layered architecture that allows easy functional extensions of eZ Publish.

14/10/2011 4:45 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Developer preview of the new eZ Publish public PHP API : you step-in!

Today eZ unveiled the new public API concept at the eZ Day in Paris, for further development with our Community. It is a major step towards a layered architecture that allows easy functional extensions of eZ Publish.

14/10/2011 4:45 pm (UTC)   http://share.ez.no   View entry   Digg!  digg it!   del.icio.us  del.icio.us

ez publish community gateway

› Developer preview of the new eZ Publish public PHP API : you step-in

Today eZ unveiled the new public API concept at the eZ Day in Paris, for further development with our Community. It is a major step towards a layered architecture that allows easy functional extensions of eZ Publish.

14/10/2011 4:45 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