Announcements
2.1.0 "Panda" Released
Published Tue Oct 7 19:20:26, 2008 by, AlexC in Announcements
The final version of the long awaited 2.1.0, codenamed "Panda", has been released and is now available for Download! Panda is the third major release of TangoCMS, and implements features that were greatly needed by many, such a RSS feeds.
What's Different?
During the time that 2.0 was released and now, the main focus has been on polishing up the codebase and fixing as many bugs as possible. This means that 2.1.0 is our most stable and polished release to date, a great deal of bugs have been fixed, many of these mean that TangoCMS will now install on a lot more server environments than previous versions.
The implementation of 'Hooks' within Zula (the framework that powers TangoCMS) opens up a whole new level of possible modules that can later be developed, either by our selves or by the community. An example of this is a WYSIWYG editor, for those that are not fully comfortable using MediaWiki formatting, or HTML. We hope to create such module, and more, in the upcoming future.
Existing Users
Users of the 2.0.x series can very simply upgrade to the 2.1.x series, for details upon that please read the 2.0.x To 2.1.x Upgrade Guide
2.1.0 Release Candidate
Published Mon Sep 29 13:56:01, 2008 by, AlexC in Announcements
The release candidate (RC) for 2.1.0 "Panda" has been release and available for download! This release is now considered stable, however, we would still advise to wait roughly 1 week for when the final release is out, before using it in a production environment.
Currently there are only a few CSS issues that need to be worked out, which are blocking the release of 2.1.0. These should be worked out in the next couple of days.
SVN Repository Moved
Published Wed Sep 17 14:17:35, 2008 by, AlexC in Announcements
Due to migration to another server, all SVN repository URLs have changed as we are now using SVN Serve. The new URL is as follows
- '''svn://tangocms.org/tangocms'''
To switch your local SVN working copies over, simply use the following command in the WC root (assuming you checked out http://svn.tangocms.org/tangocms before)
svn switch --relocate http://svn.tangocms.org/tangocms svn://tangocms.org/tangocms svn up
Older URLs (ie, http://svn.tangocms.org/tangocms) are no longer available, and the above URL is in effect as of now.