Path

projects / news


Latest project news

Exponential Platform

Exponential Platform Open Source CMS Project joins Exponential Projects @ projects.exponential.earth!

We are working now to create a better platform and experience as we expand our offerings to end users.

On projects we plan to increase adoption interactions by increasing the amount of supported software plugins / features available and prepared for installation and documented immediate use.

The Exponential Basic Project has joined the Exponential Projects initiative at Projects.Exponential.Earth, marking an important step in building a simpler, community-focused CMS. Our goal is to create a better platform and user experience as we continue expanding the resources available to end users.

Part of this effort includes increasing adoption by growing the number of supported plugins and features.

These will be prepared for easy installation, accompanied by clear documentation, and ready for immediate use, ensuring that users can get started quickly and focus on their content instead of technical hurdles.

Exponential Projects

I am very excited to tell everyone the news that projects (under 7x/Exponential) is rebooting, dropping subversion support, expanding git / composer support and importing more extensions into new projects from GitHub.

Checkout our recent progress. Please enjoy this preview available now. Visit: https://lnkd.in/gXY-vn7a

Linkedin Story from 7x on this (limited length): https://lnkd.in/gR_N7uwU

Expanded details available only in the share announcement, https://lnkd.in/gDeNWuqU

I also worked extra hard this time and setup user account syncing from share.exponential.earth to projects so you can share logins between both sites! I want to do this with eZpedia as well given enough time. #breakthrough

Listen to our instagram post audio on mobile and enjoy the tunes! https://lnkd.in/gSx6GeJD

Rebooting our community software extension / plugin source code forge / support portal in 2025.

7x and Graham Brookins are proud to share the news of a responsive projects.ez.no replacement portal from 7x release silently on 09/10 and shared with Telegram Channel Support Exponential as a preview.

Exponential Projects is a full responsive redesign of the older projects.ez.no website portal, upgraded to a stable edition of Exponential 6.0.x.

To see Exponential Projects yourself please enjoy this preview available now. Visit: https://projects.exponential.earth

Exponential Platform Legacy

Exponential Platform Legacy Open Source CMS Project joins Exponential Projects.Exponential.Earth!

We are working now to create a better platform and experience as we expand our offerings to end users.

On projects we plan to increase adoption interactions by increasing the amount of supported software plugins / features available and prepared for installation and documented immediate use.

Exponential Projects

Exponential Projects now offers seamless login and account integration with Share Exponential, allowing users to access both platforms with a single account.

This enhancement simplifies the user experience by removing the need to create or manage multiple logins, making it easier for members to collaborate, share content, and participate across the Exponential ecosystem.

By connecting accounts between Projects and Share, users gain a more unified environment where their identity, contributions, and interactions are consistent across platforms, fostering greater engagement and streamlined participation in community-driven initiatives.

Exponential

Exponential Open Source CMS Project joins Exponential Projects.Exponential.Earth!

We are working now to create a better platform and experience as we expand our offerings to end users.

On projects we plan to increase adoption interactions by increasing the amount of supported software plugins / features available and prepared for installation and documented immediate use.

Exponential Projects

7x is hard at work at restoring and improving the features provided by this site to uniquely foster growth with your extension to Exponential (CMS; v6.0+)

Dedicated PDF catalogue

Version 0.9.6 of the PDF catalogue has just been released. This release comes with some small new features and contains several bug fixes.

This version has been proved to work with the Website Interface package of eZ Publish 4.4.

2.1.0 is the same version that you'll find bundled with eZ Publish 4.4.

2.0.4 is the bugfix release for eZ Publish versions 4.1 to 4.3.

Besides bugfixes, the main new thing is support for the eZDFS cluster mode.

As announced at the eZ Community day in Paris on 2010-09-21, here is the version 1.1.0 of SQLI Import.

New features implemented :

  • Added manual frequency support for scheduled imports (not less than every 5 minutes). You can now define the frequency you like instead of just selecting hourly, daily...
  • Added import duration monitor

Bugs fixed :

You can download the package in the downloads section.

Enjoy ! :)

Version 0.9.5 of the PDF catalogue has just been released. This release comes with a new feature that enables users to directly download web pages as PDF documents and contains some minor bug fixes.

A demonstration of the dedicated PDF catalogue is available here: http://www.alexander-block.net/eng/Business/eZ-Systems/Personal-PDF-Catalogue

This version fixes :

It also implements a shorthand method to easily handle HTML in content API :

// Code below is available in an import handler
$content->fields->intro = $this->getRichContent( $myHTMLContent );

// Code below is available everywhere
$content->fields->intro = SQLIContentUtils::getRichContent( $myHTMLContent );

Janrain Auth is an implementation of Janrain (formerly RPX) authentication framework into eZ Publish.

Thanks to this extension, you will be able to propose your internet users to authenticate through their favourite social network, such as Facebook, Google, Twitter or Yahoo!.

This version fixes 2 issues, related to content API :

  • Content creation with non-default language
  • Parent location doesn't update in publisher

It also implements a new defaultLocation virtual property in SQLIContent. This property returns the default location, corresponding to the eZContentObject main_node :

$defaultLocation = $sqliContent->defaultLocation; // returns SQLILocation

After several weeks teasing, the first stable version of SQLI Import is finally out !

Download it here.

Here are some details about it :

  • Handler driven. Each data source must be managed by a handler written in PHP
  • Easy to configure
  • PHP Interface for the handler
  • Error management (exceptions)
  • On-the-fly options management (configuration independent)
  • Simplified API to manipulate content objects
  • Set of class to manage CSV structures as easily as with SimpleXML.
  • Complete documentation (startup/developer guide and API doc)

Furthermore, this extension also allows an easy exploitation via the admin interface :

  • Schedule imports, with recurrence
  • Launch one shot imports
  • Display progression percentage for a running import
  • Be able to interrupt a running import

Hello everyone,

This is a new alpha version from eZRSS2. Just add fetch function support.

Exemple:

Fetch all your rss: fetch( rss2, FetchAll )
Fetch rss by language: fetch( rss2, FetchByLanguage, hash( 'lang', array('eng-GB', 'fre-FR' ) )

Cheers

Philippe

First release of the html5boilerplate eZ Publish design extension released. Support for eZ JSCore minification, Google Analytics, The Canonical meta tag, etc.

Download gzip or export from SVN.

2 bugs fixed in this maintenance release :

  • Fixed bug with eZDFSFileHandler. Did not work properly and lacked of MountPointPath handling
  • Fixed error in admin tab security policy (in 4.3)

Upgrade is recommended, especially if you use DFS cluster.

Download update here.

Screenshot

Version 0.9.4 of the PDF catalogue has just been released. This release comes with a new feature for the dedicated PDF catalogue and a fresh layout of the design elements.

A demonstration of the dedicated PDF catalogue is available here: http://www.alexander-block.net/eng/Business/eZ-Systems/Personal-PDF-Catalogue

CPlot 0.1 beta

Changed cplot fetch function to template operator. Now supports flash, svg, and png. Can plot line, bar, pie,and radar charts as flash, svg, and png, but can only display candle charts as flash.

A sample can be found at "site_admin_url/cplot/test. Be aware, svg files is not supported by IE.

http://projects.ez.no/cplot/downloads

We added few improvements

- added impression count for suggested terms (contributed by Olivier Portier)

- added ezfind installation id as a optional ini setting to avoid using database at all

Enjoy

GanttChart

Just released an alpha version. It works with ez web interface.

http://projects.ez.no/ganttchart/downloads

twitter

Now you can show your tweets on your eZ flow site:

http://projects.ez.no/twitterblock/downloads

Next release: August 24, 2010.

Open Graph protocol logo

Netgen Open Graph is an extension for eZ Publish CMS that allows simple integration with Open Graph protocol, either official or compatible with Facebook.

AutoPlayCarousel

Just finished version 1.0 alpha.

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

Next release: August 23, 2010.

Add your project!

Add your project and get the tools you need to manage it:

  • Areas for news articles, downloads, forums and image galleries
  • Wide range of available content RSS feeds
  • News section to help you promote your project changes and improvements to others online
  • A useful Git / GitHub / Composer source code integration
  • Forums to help support your project users
  • Let others join your project

You need to be logged in to add a new project. You can do so here.

New projects

Updated projects

Browse

There are currently 3653 registered projects.

Browse by Organization...

Browse by Type...

Search

Use our powerful search engine to find the existing extension you need.