SilverStripe.com Blog

SilverStripe 2.2.3 released - recommend hot fix

Posted by Sam on 31 October 2008

We have a new release of SilverStripe available: 2.2.3

IMPORTANT NOTE

This release of SilverStripe fixes an issue that came to the attention of the SilverStripe development team earlier today.  It could potentially let malicious users bypass the CMS security. For this reason, we strongly recommend that you upgrade all of your sites.

Read the full post

8 Comments Tags: ,

PostgreSQL support prototyped

Posted by Sigurd on 29 October 2008

While MySQL is an extremely versatile and hugely popular database, we have been wanting to give users of our software choice in using other databases—this is very helpful, for instance, where you might have existing applications or software running PostgreSQL or Microsoft SQL Server and where you want tight integration.

Last year, as part of the support we received through Google Summer of Code, Philipp Krenn started work on this effort, which was then passed onto Geoff Munn, one of SilverStripe's core developers.

Read the full post

2 Comments Tags: ,

100,000 downloads!

Posted by Sigurd on 25 October 2008

Today we passed 100,000 downloads of the core SilverStripe software. Much more comes from 2008 so far than from all of 2007; just one of the metrics showing our growth.

PHP Magazine profiles SilverStripeIn addition, there's tens of thousands of other copies which were included on the cover disks of technology magazines like PHP Magazin and PC World, and where our software has been circulated on other websites.

Read the full post

10 Comments Tags: ,

SilverStripe takes home NZ Open Source Award

Posted by Sam on 25 September 2008

Last night, Brian, Sig, and I attended the NZ Open Source Awards.  We were finalists in two categories: Open Source Use in Business and Open Source Software Project.  State Services Commission was also a finalist for the National Broadband Map, which we developed.

We were delighted to win the award for best Open Source Software Project!

Read the full post

6 Comments Tags: , ,

Scaling SilverStripe with Caching

Posted by Sam on 29 August 2008

When you are dealing with the levels of traffic seen on sites like the Democratic National Convention, it's not enough to dynamically serve every page view.  You need to change your approach.

To this end, there is a new feature in the trunk / daily build version of SilverStripe: "static publishing".  What happens is that each time you publish a page in the CMS, it will generate static versions of appropriate URLs.  You can then configure Apache to send these files directly to the visitors, without hitting Sapphire or the database.  And because the cache generation is linked to the publish function, your cached site is kept up to date.

Read the full post

8 Comments Tags: ,

Up and coming features for developers

Posted by Sam on 5 August 2008

Here's a blog post for all you hard-core developers.

This week we are merging a number of exciting changes from a development branch - known as "branches/roa" to some - into the main subversion trunk release.  Those of you who wish to access these features early will be able to do so by using the subversion trunk or the daily builds.

Read the full post

12 Comments Tags:

15,000 more copies of SilverStripe thanks to PC World.

Posted by Sigurd on 3 July 2008

PC World July 2008 DVDThe July issue of New Zealand PC World includes a full page interview about SilverStripe, and a multiple page tutorial on how to install SilverStripe and do basic website customisation.

The software is included on the cover DVD, so go out and buy a copy from a local retailer! (For those outside of New Zealand: the tutorial will be online at the PC World site in one month.)

Read the full post

0 Comments Tags: ,

New automated testing tools

Posted by Sam on 16 June 2008

With demands of recent projects, we've done some internal work to improve the visibility and documentation of our testing infrastructure. Much of this functionality has been available in SilverStripe for some time, but we want to continue to raise the bar. Just landed in trunk are some recent changes aimed at improving the experience of testing and making it easier than ever for developers to write automated tests that run alongside application code and SilverStripe modules.

Our new Testing Guide explains what you need to know, and how to get started. As our user-base expands, and we continue to build larger and more sophisticated applications atop the SilverStripe core, we're upping the ante for module maintainers and contributors to commit unit tests along with their new code.

Read the full post

2 Comments Tags: ,

SilverStripe v2.2.2 released

Posted by Sigurd on 22 May 2008

We're proud to announce that SilverStripe v2.2.2 can now be downloaded. It fixes hundreds of bugs and adds a few new features, such as a paste from Microsoft Word button in the editor!

New paste from word icon

Read the full post

7 Comments Tags: ,

SilverStripe overview videos produced

Posted by Sigurd on 1 May 2008

We've made it easier to introduce people to what SilverStripe can do with two new videos showcasing our software. They're designed to be the starting point of people's knowledge with SilverStripe, and lead them to our demo and probe further.

Site editing / content management system overview: 

Site Editing Overview

Overview of building websites with SilverStripe: 

 

Read the full post

4 Comments Tags: , ,

1 2 3 4 57

Looking for our Open Source Software? Then head to SilverStripe.org.

Comments on this website? Please give feedback.