30 Jul 2010

feedContributions

Top Android Market Operator

List top paid, featured, or free apps from android market store. Usage: {topandroid()} - list top free apps by default. {topandroid('paid')} - list top paid apps. {topandroid('free')} - list top free apps. {topandroid('featured')} - list top featured apps. This is another a sample operator that shows how to parser external pages using Simple HTML Dom Parser ( http://simplehtmldom.sourceforge.net/ ). It may conflict with topapps operator, if this happen you have to remove simple_html_dom.php from one of these extensions.

30 Jul 2010 11:09pm GMT

feedshare.ez.no > All forums

Re: Online Editor Disappeared!

I'm having the exact same problem, with 4.3.0 (no ezflow). Suddenly I get an error about not having permission to use ezoe, when before I have just used it. After I clear caches, the editor comes back. I believe it has something to do with eZ mixing roles or policies between siteaccesses, because it usually happens when I'm logged in as an admin on the admin interface and, simultaneously, as a Guest account (without ezoe policy) on the frontend. All other policies seem to work fine.

30 Jul 2010 10:24pm GMT

Re: Copyright issue

Thanks for the quick and clear answer! :)

30 Jul 2010 9:19pm GMT

Re: Copyright issue

Hi Daniel,

Welcome to the community portal. I'll keep it short, Thiago is spot on with his answer. You are allowed to hide/remove the copyright line / output to your site.

Regards Robin

30 Jul 2010 6:13pm GMT

Re: Copyright issue

No, you can hide this information, there's an option on design->look and fell

But if you change the kernel you need to release your changes as gpl. If you want to sell proprietary code based on eZ you'll need buy some of the proprietary license.

30 Jul 2010 5:48pm GMT

Copyright issue

Hi,
One copyright issue. If I use the GPL version of ezpublish, am I obliged to keep EZ copyright information and "Powered by ... " informaion at the footer of the pages and <meta> tags?
I do not want to remove that informations from the source code (php, tpl...), but only from the html code that the system generates and sends to a web browser. Is that allowed by the GPL license?

30 Jul 2010 5:40pm GMT

Re: search seetings in site.ini is not working

kracker is right romeo,

you should spend some time in the ezpublish irc support channel
it would surely help you in finding solutions and answers

/dev/null

ps. remember to enable to search engine indexing cronjob

30 Jul 2010 3:38pm GMT

Re: search seetings in site.ini is not working

Romeo,

While I don't have an answer to your current question.

I do see that you post to the forums by yourself a lot.
Have you considered seeking real-time ezpublish help
I think you should connect to the eZ Publish IRC Channel for live real-time talk about anything eZ.

http://share.ez.no/about/get-involved#eztoc772_1_3

Cheers,

//kracker

30 Jul 2010 3:28pm GMT

search seetings in site.ini is not working

default Search is working in ez. But none of blow setting is working

[SearchSettings]
AllowEmptySearch=disabled
EnableWildcard=true
LogSearchStats=enabled
MaximumSearchLimit=2
SearchViewHandling=template
StopWordThresholdPercent=60
StopWordThresholdValue=30

Can anyone please suggest me what will be the reason will be helpfull.Romeo

30 Jul 2010 2:19pm GMT

Re: Redesign of projects.ez.no

Hi Bertrand

I've just created a twitter account today, tcv_br

I think projects.ez.no would has fewer categories and more like ez.no/develepor/contribs

The main page would be like Joomla extension home page, with these areas: random new extensions, new extensions, updated extensions, random extensions

There's would also has some navigation sorting options: top rated, most downloaded, most commented, etc.

Some integration with share.ez.no would be great.

30 Jul 2010 12:15pm GMT

feedContributions

TopApps Operator

List top paid or free apps from apple store. Usage: {topapps()} - list top free apps by default. {topapps('paid')} - list top paid apps. {topapps('free')} - list top paid apps.

30 Jul 2010 11:55am GMT

feedshare.ez.no > All forums

Re: Hot to browse node tree from php

I think you specify in this way:

eZContentBrowse::browse( array( 'action_name' => 'YourAction',
'from_page' => '/yourmodule/yourview/' . $someID,
'cancel_page' => '/yourmodule/yourview/' . $someID),
$Module );

You will need to make some changes in browse.ini and include 'YourAction' settings.

30 Jul 2010 11:41am GMT

Re: Redesign of projects.ez.no

Hi Thiago.

First, sincere congratulations for your extensions publishing rythm, you're quite impressive !

projects.ez.no is one of the babies Nicolas (our world famous community manager) wants to get started on after the redesign phase of share.ez.no. There is a lot to be done here, and he will be looking for any help the community can bring.

If you want to start discussing this with others here, please do !

By the way, do you have a twitter account ? It would be easier when I'm advertising your extensions ;)

30 Jul 2010 9:02am GMT

Re: MySQL Use

Thanks a lot Bertrand !!!

It's now really clear. I was missing the point "With START TRANSACTION, autocommit remains disabled"

Sure it makes sense. Well done guys. ;)

30 Jul 2010 8:57am GMT

issing translation for message in context: 'kernel/navigationpart

Can anyone please give me a suggestion what is wtong with this debug output.is it sever to my website.

Debug: ezpI18n::translateText

Missing translation for message in context: 'kernel/navigationpart' with comment: 'Navigation part'. The untranslated message is: 'Webshop'

30 Jul 2010 8:40am GMT

Re: Ahhhh ezoe 5.1.0 is driving me crazy

I solved the problem but I still don't know what was it.

All what I did is I did an upgrade from 4.3.0 to 4.3.0 and everything worked ok.

Thank you

30 Jul 2010 7:45am GMT

Re: Hot to browse node tree from php

Ok thanks Thiago you put me in the right way.

But now when I choice a node with content/browse and press select button the script go to edit page, How can I go back to my script?

And another question is how can I make a single selection for a node (radio button)?

30 Jul 2010 7:39am GMT

Re: MySQL Use

No problem whatsoever with your english, Laurent. Most of us here don't speak english as their native language anyway :)

Regarding the set autocommit part, it is a bit unrelated: we indeed don't disable autocommit, because, well, there is no need to. When a query isn't considered transaction unsafe (e.g. it can be executed independantly from the previous one), we just execute the query. Now if a set of queries are interdependant on each other, we do explicitely start a transaction ($db->begin()), and as the manual says (http://dev.mysql.com/doc/refman/5.0/en/commit.html), starting a transaction will disable autocommit.

We then just execute the "transaction unsafe" queries, and commit them using $db->commit(). If an error occurs in the transaction, the query is automatically rollbacked by the DB layer. Does it make sense ?

30 Jul 2010 7:20am GMT

26 Jul 2010

feedContributions

GanttChart

Integration of jsGantt ( http://www.jsgantt.com/ ) with eZ publish. http://projects.ez.no/ganttchart/downloads Requires ezjscore.

26 Jul 2010 3:01pm GMT

24 Jul 2010

feedContributions

Twitter Block for eZ flow

A twitter block type for eZ flow.

24 Jul 2010 11:38am GMT

23 Jul 2010

feedContributions

Unity Web Player File Support

This extension allow publications of Unity Web Player Files, http://unity3d.com/ A demo of what is it is available on: http://unity3d.com/gallery/live-demos/tropical-paradise Download: http://projects.ez.no/unity3d/downloads

23 Jul 2010 1:37pm GMT

AutoPlayCarousel

It's a new block type for eZ flow sites. It's like default media carousel block type, but has auto play.

23 Jul 2010 1:36pm GMT

21 Jul 2010

feedContributions

ModelViewer

Extension to upload and visualize .obj ( 3d model ) files. http://www.youtube.com/watch?v=c3xFE3NvkNk Download: http://projects.ez.no/modelviewer

21 Jul 2010 8:00pm GMT

CPlot - Chart Extension

Chart template operator extension. Download: http://projects.ez.no/cplot/downloads

21 Jul 2010 7:57pm GMT

13 Jul 2010

feedshare.ez.no > Articles and Tutorials

Need for speed - How to use eZ Find search fetch instead of standard content list/tree fetch

This tutorial should give eZ Publish developers some new ideas on how to use eZ Find. The ever growing need for speed can be achieved by using eZ Find search function instead of standard content list/tree fetch functions. Solr engine, used by eZ Find, is far more superior regarding read speed than mysql (at least in the way eZ Publish uses them). This fact becomes apparent when dealing with 10 or 100 thousands of objects in your database with complicated eZ Publish SQL queries starting to slow down rapidly. If you need text search capabilities difference in read speed becomes even more obvious.

13 Jul 2010 8:27am GMT

09 Jul 2010

feedContributions

Bellcom Quickpay Payment gateway

Use Quickpays payment gateway in eZ Publish

09 Jul 2010 12:45pm GMT

07 Jul 2010

feedContributions

URL Shortener classes and template operators

Set of classes and operators to shorten URLs from PHP and templates.

07 Jul 2010 12:15pm GMT

05 Jul 2010

feedshare.ez.no > Articles and Tutorials

Advanced development with eZ Find - part 3 : Leveraging the Solr syntax

Here is the third part of a series of tutorials about eZ Find. At the end of this series, you will have been exposed all details on how it works, and be able to make an advanced usage, in various context, of this enterprise-grade search plug-in. This series will serve as a base for a talk on the subject at the eZ Conference 2010, in Berlin. As well as the Libre Software meeting.

Read the 1st and 2nd parts :

05 Jul 2010 9:53am GMT

28 Jun 2010

feedez.no News

eZ Awards 2010 winners

eZ is proud to announce the winners of the eZ Awards 2010 in Berlin.

28 Jun 2010 7:46am GMT

24 Jun 2010

feedez.no News

Interview with Digital Media Sponsor NXC

We have had a talk to Yngve Tvedt, Group CEO of NXC to hear a bit more about their ambitions during eZ Conference in Berlin.

24 Jun 2010 7:53am GMT

22 Jun 2010

feedez.no News

App for eZ Conference 2010 program available now

eZ Partner and Global Sponsor silver.solutions announced yesterday the release of their App for eZ Conference, available for Apple and Android mobile devices.

22 Jun 2010 8:56am GMT

21 Jun 2010

feedez.no News

eZ is proud to announce the nominees for eZ Awards 2010

On the evening of Thursday 24th, special recognition will be given to key people within the eZ Ecosystem and the Open Source community.

21 Jun 2010 8:24am GMT

15 Jun 2010

feedshare.ez.no > Articles and Tutorials

Advanced development with eZ Find - part 2 : Indexing additional fields in Solr

Here is the second part of a series of tutorials about eZ Find. At the end of this series, you will have been exposed all details on how it works, and be able to make an advanced usage, in various context, of this enterprise-grade search plug-in. This series will serve as a base for a talk on the subject at the eZ Conference 2010, in Berlin. As well as the Libre Software meeting.

Read the first part here : Advanced development with eZ Find - part 1 : Datatypes in Solr and eZ Find

15 Jun 2010 12:20pm GMT

14 Jun 2010

feedez.no News

Sponsor interview with CJW Network

eZ Conference 2010 is only 10 days away, and we have had a talk with Felix Woldt at Community Sponsor CJW Network.

14 Jun 2010 1:05pm GMT

09 Jun 2010

feedez.no News

all2e GmbH is sponsoring the eZ Conference 2010

We have had a chance to talk to Norman Leutner at all2e GmbH regarding their commitment as a sponsor during eZ Conference 2010.

09 Jun 2010 6:10am GMT

07 Jun 2010

feedshare.ez.no > Articles and Tutorials

Advanced development with eZ Find - part 1 : Datatypes in Solr and eZ Find

Here is the first part of a series of tutorials about eZ Find. At the end of this series, you will have been exposed all details on how it works, and be able to make an advanced usage, in various context, of this enterprise-grade search plug-in. This series will serve as a base for a talk on the subject at the eZ Conference 2010, in Berlin. As well as the Libre Software meeting.

07 Jun 2010 3:05pm GMT

04 Jun 2010

feedshare.ez.no > Articles and Tutorials

Creating eZ Publish Objects in PHP

This tutorial will show you how to create eZ Publish objects using PHP to allow you to dynamically create or import content from elsewhere. After reading this article you should be able to create objects for any situation including those with XML fields, image or file fields and object relations.

04 Jun 2010 3:09pm GMT

03 Jun 2010

feedez.no News

Interview with eZ Confence sponsor: Interoute

Interoute is sponsoring the Partner Day and eZ Awards at eZ Conference 2010.

03 Jun 2010 1:01pm GMT

01 Jun 2010

feedez.no News

eZ Conference sponsor interview: silver.solutions gmbh

We have had a talk with eZ Conference Global Sponsor Ania Hentz at silver.solutions gmbh regarding their activities during the event in Berlin.

01 Jun 2010 9:22am GMT

27 May 2010

feedshare.ez.no > Articles and Tutorials

Lots of Websites, One eZ Publish Installation - Adding Siteaccesses in eZ Publish

This tutorial gives developers the power to extend the features and flexibility of eZ Publish beyond a single website, to having an unlimited number in one installation. At the end of this tutorial you will have learned how to best leverage eZ Publish's siteaccess concept to create multiple websites. It will let you apply this concept through the concrete case of building two different, multilingual websites on one single eZ Publish instance.

27 May 2010 3:36pm GMT

26 May 2010

feedez.no News

Weka Austria decides on eZ Publish

Weka Verlag GmbH, Vienna ( www.weka.at) the Austrian subsidiary the international specialized publishing group Weka has decided to implement the award winning web content management platform, eZ Publish, created by Norwegian software company eZ Systems.

26 May 2010 8:22am GMT

25 May 2010

feedshare.ez.no > Articles and Tutorials

Adding custom security policy limitations to your modules

This tutorial will show you how to deal with custom security policy limitations for your modules. Once read, you will be able to fully take advantage of the granularity in eZ Publish's security and access control system.

25 May 2010 2:44pm GMT

21 May 2010

feedez.no News

eZ Conference 2010 program is out

eZ is proud to host the 8th annual eZ Conference in Berlin on the 24th and 25th of June. This Web Content Management & Digital Media conference is attended by hundreds of industry leaders and experts every year, and all web professionals, including the entire eZ Ecosystem, are invited. The regular Partner meeting is held on the 23rd.

21 May 2010 3:13pm GMT

eZ Systems and Apple seminar: Is your content ready for the new digital channels?

The iPad is arriving shortly in the Norwegian market, and this is just one example of the many digital channels one has to choose from, when trying to reach current and potential customers. But what does this mean for your digital content?

21 May 2010 10:38am GMT

20 May 2010

feedez.no News

Site of the month winners

We are happy to announce the Site of the Month winners for February, March and April.

20 May 2010 10:49am GMT

18 May 2010

feedez.no News

Pivotal IT and eZ Systems Create Strategic Partnership

Pivotal Information Technology (Pivotal IT), a leading technology consulting and service company today announced that it has formalized its agreement with eZ Systems (eZ), the global company that provides solutions for the Content Management Ecosystem. The agreement brings together the world's largest open source Web Content Management companies product of eZ Publish Premium, and Pivotal IT technology consulting and program management services to form a value offering for customers.

18 May 2010 7:25am GMT

15 May 2010

feedContributions

eZSynthaxHightlighter

eZSynthaxHighlighter is here to help a developer/coder to post code snippets online with ease and have it look pretty. It's 100% JavaScript/CSS based.

15 May 2010 9:55pm GMT

14 May 2010

feedez.no News

Webinar: eZ TeamRoom - enterprise collaboration for eZ Publish

Join Luke Barton and Bård Farstad in this webinar that focusses on enterprise collaboration possibilities with eZ Publish and the newly released eZ TeamRoom extension.

14 May 2010 6:48am GMT

05 May 2010

feedez.no News

More eZ Publish video content available

eZ has enhanced the production of video content after the release of eZ Publish 4.3. eZ`s own YouTube channel is constantly growing with content and subscribers, feel free to share and view our demos and tutorials today!.

05 May 2010 9:06am GMT

28 Apr 2010

feedshare.ez.no > Articles and Tutorials

Install eZ Publish 4.3 on Apple Snow Leopard Server

At the end of this tutorial, you will have gone through all steps involved in installing eZ Publish on an OSX Snow Leopard Server. This includes settings up the required stack, and installing eZ Publish itself.

28 Apr 2010 2:06pm GMT

27 Apr 2010

feedez.no News

French railway operator SNCF’s online magazine on eZ Publish

Voyazine hosting travel guide, the online magazine for the French railway operator SNCF was developed with eZ Publish by NOVEN and it is hosted by the eZ Business Partner INTEROUTE. eZ Publish was chosen as the main platform because of its flexibility, scalability and easiness of use. Download the full case study via the banner below.

27 Apr 2010 8:52am GMT

30 Mar 2010

feedContributions

VZT TiltViewer

The VZTTiltViewer uses tiltviewer flash to present gallery from your Flickr account or from local images.

30 Mar 2010 11:04am GMT

eZ Publish 4.3.0 released

We are proud to announce the release of eZ Publish 4.3.0, after a development cycle of six months. This release contains many new features, performance enhancements and over 150 bug fixes in both the kernel as in its associated extensions compared to eZ Publish 4.2.0

30 Mar 2010 7:56am GMT

25 Mar 2010

feedez.no Community News

Security advisory, promptly patch your eZ Publish instances

Today, the EZSA-2010-001 security advisory was released, fixing a remote vulnerability in eZ Search.

25 Mar 2010 5:04pm GMT

19 Mar 2010

feedContributions

VZTCalendar extension

The VZTCalendar (vztcalendar) extension allows you to display events in a dynamic calendarview width a jQuery plugin.

19 Mar 2010 2:08pm GMT

17 Mar 2010

feedez.no Community News

eZ Publish 4.3.0rc1 released

17 Mar 2010 1:14pm GMT

eZ iPhone admin

The eZ iPhone admin (vzthhadmin) extension allows you to easy manage content with your iPhone or other mobile device.

17 Mar 2010 11:47am GMT

16 Mar 2010

feedContributions

Google Maps Version 3

This extension add a news Google Maps API Version 3 how datatype. This allow you to select a point in world, dimension map, text for marker, layout of navigator and view map. The interface where you can select all this value is very simple and intuitive. For now only Italian translation is present.

16 Mar 2010 3:43pm GMT

09 Mar 2010

feedez.no Community News

eZ Publish 4.3.0beta2 released

We are happy to announce the availability of eZ Publish 4.3.0 beta2. It provides several fixes and updates to the extensions provided.

09 Mar 2010 1:56pm GMT

05 Mar 2010

feedContributions

Yubico YubiKey OTP extension for eZ Publish

The purpose of this project is to provide support to YubiKey authentication for eZ Publish. This in order to make eZ Publish authentication more secure either by: - replacing the standard password by the use of the One Time Password (OTP) generated by the YubiKey USB key. An OTP is a password that becomes invalid on the first use and gets invalidate if another OTP is generated from the same YubiKey. - adding a 2nd factor to eZ Publish authentication. In order to login, the user needs the both his password and the OTP from the authorized YubiKey. This mode brings Multi-Factor Authentication (MFA) to eZ Publish. More about YubiKey: http://www.yubico.com/ http://blogs.techrepublic.com.com/security/?p=899

05 Mar 2010 10:12am GMT

23 Feb 2010

feedez.no Community News

eZ Publish 4.3.0 beta1 released

Following the alpha1 release of eZ Publish we are happy to announce the beta1 release. It builds on the alpha1 and provides further bugfixes and adjustements.

23 Feb 2010 9:06am GMT

10 Feb 2010

feedez.no Community News

eZ Publish 4.3.0 alpha1 released

We are happy to announce the release of eZ Publish 4.3.0alpha1. This release contains several improvements and bugfixes for the kernel, and is accompanied by several new extensions. A few highlights are provided below.

10 Feb 2010 1:23pm GMT

23 Dec 2009

feedshare.ez.no > Articles and Tutorials

ezjscore: eZ Publish JavaScript and Ajax framework

ezjscore is an eZ Publish extension that provides a simple framework for using Ajax, JavaScript, and (to a smaller extent) CSS. It is bundled with eZ Flow and Website Interface installations in eZ Publish 4.2 and is mostly compatible with previous eZ Publish 4.x versions. In this article, we will provide documentation for ezjscore and show you some example code, all with the goal of helping you to build more powerful, richer, and better performing eZ Publish websites.

23 Dec 2009 6:45pm GMT

ODF support in eZ Components

With the new stable version 2009.2 of the eZ Components, the Document component get support for the OpenDocument format. You can convert OpenDocumentText (ODT) to the internally used Docbook XML and from there to any of the other formats supported by the component (like RST, Wiki markup or ezxml). The other way around works in addition, read any format supported by Document and convert it to ODT. You can nicely style the generated document using a CSS sub-set and even generate a PDF with the very same style settings.

I wrote up a tutorial this new feature of the Document component on my blog, where you can also download example source code and examine the results of conversions.

23 Dec 2009 1:54pm GMT

Using a SSO in eZ Publish

Sometimes, during a web application development, you need to interface with your client's software(s) and/or websites in order to keep a common and coherent session within its applicative environment. To do this, it is often useful to use a special tool : SSO (Single Sign On). This article illustrates one way of integrating an eZ Publish based web application into an existing SSO architecture

23 Dec 2009 10:23am GMT

02 Dec 2009

feedez.no Community News

The eZ Community activities have moved from http://ez.no/developer to http://share.ez.no

Continuing on addressing more care and dedication to its community, eZ Systems created a dedicated portal for all community-related activities around eZ Publish: http://share.ez.no

02 Dec 2009 6:09pm GMT

22 Oct 2009

feedez.no Community News

eZ Publish Community pushed forward - Nicolas Pastorino becomes Community Manager

eZ follows the release of eZ Publish 4.2 with an important move for whole eZ Community. Nicolas Pastorino, former Expert Consultant at eZ Systems Western Europe, eZ Labs Engineer and member of the Product Management team is named as Community Manager part of eZ Systems Headquarters team.

22 Oct 2009 7:37am GMT

29 Sep 2009

feedez.no Community News

eZ Publish 4.2.0 released

We are proud to announce the release of eZ Publish 4.2. This release contains many new features and over 250 bug fixes in both the kernel as in its associated extensions compared to eZ Publish 4.1.0

A long list of extensions that are available to enhance your eZ Publish installation is given later in this article.

29 Sep 2009 2:31pm GMT

23 Sep 2009

feedez.no Community News

eZ Publish 4.2.0-rc2 released

After last week's rc1 release, we are pleased to provide you the second and final release candidate of the upcoming major release of eZ Publish 4.2.0 next tuesday. An additional 20+ issues are resolved in the eZ Publish kernel and associated extensions. This is also the (short) last community testing opportunity for eZ Publish 4.2.0 while it undergoes also a frantic internal QA procedure.

23 Sep 2009 7:19pm GMT

17 Sep 2009

feedez.no Community News

eZ Publish 4.2.0-rc1 released

Hot on the heels of the beta1 release, we are pleased to provide you the first release candidate of the upcoming major release of eZ Publish 4.2.0. An additional 30+ issues are resolved in the eZ Publish kernel and associated extensions.

17 Sep 2009 9:35am GMT

14 Sep 2009

feedez.no Community News

Translation files for eZ Publish 4.2.0 are available

We are happy to inform that eZ Publish is now in string-freeze mode, and that updated translation files for the 4.2.0 release are available.

14 Sep 2009 1:23pm GMT

09 Sep 2009

feedez.no Community News

eZ Publish 4.2.0beta1 released

After the alpha1 release of eZ Publish 4.2 and its associated extensions, we are pleased to provide you the beta version which contains another 60+ enhancements and bug fixes in the kernel since the alpha1 release

09 Sep 2009 7:44pm GMT

30 Aug 2009

feedshare.ez.no > Articles and Tutorials

Selling Pay-Per-Download Products

Many products - PDF books, songs, and online games, among others - are well suited for a pay-per-download workflow. In such a case, customers buy products online and receive immediate access, without requiring any action from the seller. eZ Publish provides a framework to quickly set up pay-per-download products.

30 Aug 2009 10:00pm GMT

24 Aug 2009

feedez.no Community News

eZ Publish 4.2 release webinar 16. September

Join Bård Farstad, the CTO and co-founder of eZ, in this webinar that focus on the upcoming release of eZ Publish and the extensions eZ Flow and eZ Find.

24 Aug 2009 12:43pm GMT

20 Aug 2009

feedez.no Community News

eZ Publish 4.2.0alpha1 released

We are pleased to announce the release of eZ Publish 4.2.0alpha1. The kernel carries about 130 enhancements and bug fixes (since 4.1.0). Together with this release, several extensions are available as well that enhance the useability and feature set of eZ Publish substantially.

20 Aug 2009 4:47pm GMT

12 Aug 2009

feedez.no Community News

Nominate eZ Publish for the 2009 Packt Open Source CMS Award

Packt Publishing Ltd is now accepting nominations for the 2009 Packt Open Source CMS Award.

12 Aug 2009 10:14am GMT

27 Jul 2009

feedshare.ez.no > Articles and Tutorials

Dangers of CSRF and XSS

27 Jul 2009 8:59am GMT

18 Jun 2009

feedshare.ez.no > Articles and Tutorials

Import export from ODF

This article is a quick guide to one of the powerful publishing features of eZ Publish: the ability to import and export content using the eZ OpenDocument Format (eZODF) extension. This article will describe some of the benefits of the extension as compared to online content editing. It will also provide an illustrated how-to to show how easy the feature is to use.

18 Jun 2009 10:58am GMT

30 May 2009

feedez.no Open Funding

eZ Community Extension

A community project for creating a community extension. This can be a co-operation project like cosmosui.org (read more about it). Where we have a extension who connects to ez where every plugin can communicate with this extension. Plugins: * Easier blogging system - users could create blogs theyre self, choosing if blog in subdomain or in folder and wich folder. * Profile system - give users theyre own channels with private messaging, information, latest activity.... They could also choose style if administrator set "yes" * Bookmarking - Give users a option to easy get acess to pages. Example: Interesting article about dogs. The user an save it as a bookmark and choose if he want to publish it to profile or have it private. * User groups - A portal pages for groups including: Forums, News, Members, Files, Mailing list ... *Mailing list and Newsletter - Let users signup for a mailing list created by editors advanced functionality is the hting here. And Mailing list improving the social thing more! * Forums - adding bbcodes, profil boxes and changing layout * Youtube like function

30 May 2009 2:58pm GMT

14 Apr 2009

feedshare.ez.no > Articles and Tutorials

eZ Publish Knowledge Series: WebDAV support in eZ Publish 4.1 now using eZ Components

eZ Publish 4.1 brings improved WebDAV support by replacing its original building blocks by the eZ Components WebDAV component. The new version conserves all existing features, plus it now capitalises on the solid base of eZ Components with its unit tests, documentation and extensibility. This allows for easier maintenance and addition of new features, such as locking, in subsequent eZ publish releases as well.

14 Apr 2009 8:40am GMT

30 Mar 2009

feedshare.ez.no > Articles and Tutorials

eZ Publish Knowledge Series: «Stale Cache» or «How caches in eZ Publish 4.1 are handled in a smarter way»

This article describes in detail the principles and functions of the new cache system present in eZ Publish 4.1. Overall the idea can be summarised as follows: instead of deleting cache elements and then regenerate them across concurrent requests, the logic is reversed to a refresh algorithm. Basically a cache element will be marked as invalid but not deleted until a new version is ready. During the generation of the new cache element, the old version will still be served until it is ready.

30 Mar 2009 9:19am GMT

28 Feb 2009

feedez.no Open Funding

Wiki-style page creation

Allow a page to be created 'on the fly' when a link to a non-existant page is created. When creating a link to an ezobject (e.g. when using OE), if the object does not exist, allow user to create it via a dialogue which allows them to specify content class, content of the minimum required attributes of that class and the main location of new node. Each of these values should carry defaults. Could default to a class which only requires a title and carries a default location to be a sub-item of the current item. Much of the UI is already in place (as per search or browse when ezobject link type is selected) but would need a 'Create here' button added and a cut-down version of the content creation form to only include the minimum required attributes. Dialogue could also be manually opened or could be triggered by for example detection of CamelCase text in content.

28 Feb 2009 3:16am GMT

18 Mar 2008

feedez.no Open Funding

HTTP acceleration with Varnish

Using Varnish HTTP acceleration with eZ publish About Varnish: Varnish is a state-of-the-art, high-performance HTTP accelerator. Varnish is targeted primarily at the FreeBSD 6/7 and Linux 2.6 platforms, and takes full advantage of the virtual memory system and advanced I/O features offered by these operating systems. Written from scratch by developers with experience from writing operating system kernels, and taking full advantage of the advanced I/O, threading and virtual memory facilities offered by modern operating systems, its performance exceeds that of its competitors by an order of magnitude. More about Varnish: http://varnish.projects.linpro.no/ Using the Varnish reverse proxy in combination with eZ publish requires a modification of the current Session and cookie handling within eZ when the user is able to login on the site. Having a hook within the eZ cache system to clear the Varnish cache for a specific URL would be an enhancement. This project should include: - Rewritten, enhaced eZ session / cookie handling - Purging mechanism within eZ publish - General guideline / documentation how to implement Varnish within an eZ publish enviroment. - Sample varnish .vcl files for: single installation, multiple instances - Installation documentation - Performance test

18 Mar 2008 11:48am GMT

04 Mar 2008

feedez.no Open Funding

OpenID Support

OpenID has gathered an impressive mass of support (Yahoo!, Google, Microsoft, IBM, Verisign, etc.) and seems to be destined for a breakthrough. Some LAMP-platforms (Drupal, Joomla) already provide support. We need to get on that train. I know eZ Components has some support, but as an out-of-the-box solution it'd be ideal.

04 Mar 2008 7:52pm GMT

03 Mar 2008

feedez.no Open Funding

Messaging Functionality

We need some more built-in web2.0 functionality like "Private Messaging". Suggested functionality: - users should be able to send messages to other users. - a user should be able to view, edit and delete his messages - a user should be able to reply to a message - a user should be able to get notified via email if he has received a new message Feel free to add some missing features!

03 Mar 2008 10:08am GMT

29 Feb 2008

feedez.no Open Funding

Fuzzy and wildcard search for eZ Find

eZ Find is a great improvement over the standard search engine in eZ Publish, but it's missing the possibility to do fuzzy and wildcard searches. Suggested improvements: Wildcard: w?rd - matches: word, ward, ... car* - matches : car, carisma, ... te*t - matches : test, tenuit, ... Fuzzy: sestem - matches: system, systems, ... The total workload for this improvement is estimated to 10 work days.

29 Feb 2008 4:20pm GMT

09 Jan 2008

feedez.no Open Funding

Oracle For EZ 4.0

Develop a customization for ez 4.0 for operation with Oracle 10G.

09 Jan 2008 2:13pm GMT

14 Dec 2007

feedez.no Open Funding

How to interact between Javascript and Ez Script language

Hi! Please see the following post at the forum: http://ez.no/developer/forum/setup_design/javascript_inside_ezpublish_script I think some kind of solution should be implemented somehow...

14 Dec 2007 4:02am GMT

22 Nov 2007

feedez.no Open Funding

Enhanced translation workflow

The management of translated content in eZ Publish could be optimized to provide better collaboration between authors, editors and translators which would both ease the management and administration and in return reduce translation cost of maintaining a multilingual website. See the requirement specification for details.

22 Nov 2007 12:54pm GMT

23 Oct 2007

feedez.no Open Funding

More Accessibility with EZ Publish

We're accessibility certified specialist in Lyon (France) and most of our leads and/or customers need to improve the accessibility level of their internet site. To help them to increase this accessibility level, particulary in the public sector in France, we need to use a CMS with a full features of accessibility (front and back office). We intend to participate in a community project that could be financed by EZ Systems, to study and adapt the EZ Publish CMS to answer to these new constraints (WAI AAA for exemple in a large ministry in France is mandatory), European Labels are also to be considered (Accessiweb, EuraCert,...)

23 Oct 2007 3:47pm GMT

01 Oct 2007

feedez.no Open Funding

Shopping List - Sharing

PROJECT NAME: Shopping List - Sharing PROJECT DESCRIPTION: Enable the online shopper to share his shopping cart with others. Enables the owner of a web shop to send offers on a package of products to his customers. BENEFITS: Get the possibility to share the shopping cart in your web shop. This feature will give you greate benefits: - Enable the online shopper to share his shopping cart with others (useful if he wants comments from colleagues, family or friends before he makes the purchasing decision) - Enable the owner of a web shop to send offers on a package of products (Shopping List) to his customers. PROJECT INFORMATION: When an online shopper presses Views Cart, he normally will see all he has put in to his cart, the total amount and also there is a place he can click on "Buy". With this new feature he will get a new place he can click: "Send Shopping List". Upon pressing this button, a new window will open up. He will there see for instance the following. Headline: "Forward your Shopping List to a friend" Text: All fields marked with * are mandatory. Text: "*Receivers e-mail " Text: "*Your e-mail " Text: "Regards " Text: Message for the receiver Box with editable text: "Hi, here is a Shopping Cart I've created at . I think you will find it interesting. " Button: "Send Cart" Text: "Tip: Do you want to send to multiple receivers, use comma to separate the e-mail addresses." Text: "Please be aware that the e-mail addresses will not be stored. They will only be used for this message. WHAT ABOUT DISCOUNTS AND LOG IN? When someone opens this link, he will see the Shopping Cart without any customer specific discounts. The customer must log in to see his customer specific discounts. When he presses "Buy" or tries to edit the cart, he will be asked to log in.

01 Oct 2007 2:21pm GMT

22 Aug 2007

feedez.no Open Funding

eZ Calendar

More than two years ago, in the User Group for education in Scandinavia (eZUG edu), we discussed the possibility of doing a joint project to get an eZ Calendar, as time handling so greatly affects many other important aspects of publishing. A lot of approaches were discussed. Integrations, different standards, synchronization and much more. Also on the funding side we in fact managed to jointly raise appx USD 100.000 at one point, but the project still failed. I've attached a drafted specification put together for a case discussed with MySQL, who also at some point wanted this functionality. The idea is to share the story with you. At some point I suspect this WILL become a project, but we currently have no specific ideas as to how. The current calendar in eZ Publish is, I think, but a minor step in making this as it ought to be. Please feel free to browse through the document and to comment on how we might proceed to make this real.

22 Aug 2007 9:02am GMT

20 Aug 2007

feedez.no Open Funding

Certify eZ survey extension

The eZ survey extension, http://projects.ez.no/ezsurvey, is widely used, simply because people need such functionality on their sites. It has some bugs now, some are described in comments at the page for v.1.1: http://ez.no/community/contribs/applications/ez_survey__1 eZ survey should be a certified and supported extension, for both new eZp 3.x-versions and the coming eZp 4 versions. Maybe it should be included in standard eZ publish distribution. New functionality and improvements needed should be discussed here, then a specification should be written. A wish from me for functionality would be more detailed access-control of the different views and operations. One example: survey -> remove -> owner(self) to be able to let users administrating their own survey, and not deleting other's.

20 Aug 2007 7:47am GMT

13 Aug 2007

feedez.no Open Funding

report point/sales - (like ez`s partner activities)

We`re in need for a system/extention that lets users registrer sales/points using ez publish. And also shows the results in a highscore. What we need is basicly ez`s own system for partner activities. I`ve heard with Vidar Top about it, but that "extention" is not stable/complete enough to be released. http://ez.no/partner/reportpoints http://ez.no/partner/view/full Hopefully somebody else also needs this!

13 Aug 2007 1:57pm GMT

02 Aug 2007

feedez.no Open Funding

English Translation for "JAC Tutorial eZ Publish Extension Entwicklung"

Felix Woldt of JAC Systeme has published a highly useful tutorial on extension development. http://ez.no/community/contribs/documentation/jac_tutorial_ger_de_ez_publish_extension_entwicklung Unfortunately this paper is available only in German (or Polish, due to a publication in eZ Special), but it would be highly valuable for all eZ developers. The tutorial has 36 pages that need to be translated from German into English.

02 Aug 2007 1:56pm GMT

29 Jul 2007

feedez.no Open Funding

Content Diff Email Notifications

Have you ever wished that the email notifications sent from eZ Publish gave you more insight into the context or content of the change which you have been alerted? Our customer's first question is always, 'What changed?'. With a very large number of content objects (articles) in their website and a large number of content editors working around the clock from all around the world the customer's site content administrators only have a limited amount of time to spend monitoring and reacting to notification emails. Currently in order to view these differences each time they receive an email notification they must login each time into eZ Publish to view the full diff of the content object's versions. Customers often have a strong desire to see at a glance what's changed within the notification email, instead and/or without going to the site to see what's changed using the existing content diff functionality. We envision that users monitoring published content object modifications using the notification system will be able to receive an email notification as part of the moderation workflow containing an overview of changes between different versions (plain text diff output) of a content object in eZ publish. Provided that older versions of a content object exists, two versions will be selected and analyzed. The differences between the versions will then be presented within the existing email notifications sent to the user. This addition would greatly enhance the relevance and usefulness of email notifications sent from eZ Publish.

29 Jul 2007 11:28am GMT