Home arrow Support & FAQs arrow Forum arrow Generalarrow News & Blogarrow Revision control arrives for Joomla, finally!
Pages: [1]
Print
Author Topic: Revision control arrives for Joomla, finally!  (Read 5092 times)
V-man
Administrator
Hero Member
*****

Karma: +98/-0
Posts: 3045


JCal Pro, the Joomla calendar


View Profile
« on: September 12, 2008, 10:32:44 PM »

This article was originally published on our blog here.

As Joomla 1.5 continues to add new features and bug fixes to the codebase, it gets closer and closer to becoming a true, enterprise-class content management system. However, there are still some features absent from the core functionality which limit the widespread adoption of Joomla in large-scale, mission-critical environments. Perhaps the most obvious of these ‘killer features' are customizable access controls (i.e. advanced user/usergroup permissioning), nested content categories, customizable user registration and revision control. The latter is the management of multiple revisions or ‘versions' of the same unit of information. In colaborative environments, revision control is a mustr but even for the lone editor or content provider, revision control provides a very convenient content back-up solution for those times when you accidentally delete a few hours of writing.


In practical terms for Joomla, this means storing and managing all the versions/editions of a content item so that they may be recovered if necessary. Common revision control features also includes version comparison  and merging. Like many of the advanced features above, the developer community has developed a few solutions to bridge this gap. A feature summary is shown at the end of this article for the available revision control extensions currently available.


Versioning

    Versioning was the first player on the revision control scene for Joomla. It currently only tracks versions/editions applied to articles on the frontend of a Joomla website. Comparing and restoring previous versions is restricted to the backend of Joomla. The primary disadvantages of Versioning is the lack of version control when editing articles in the backend and of course the fact that it is only available for Joomla 1.0. In addition, the project has not been updated since Dec. 2006 and due to an apparent oversight, frontend changes are only recorded when the user clicks the ‘Save' button. Clicking the ‘Apply' button in the content editor saves the article but does not create a revision.


Egxact Revision Manager (ERM)

    Egxact Revision Manager (ERM) has been on the Joomla scene for over a year now (since June 2007) and boasts a comprehensive feature set including the ability to notify site administrators when a content item has been updated. This is a great feature in collaborative situations or when content changes are performed by one or more persons but must be approved and published by a superior. ERM includes an accurate comparison tool to identify changes between versions, but the side-by-side display of the versions is somewhat clumsy.

    One of the features unique to ERM is the ability to manage version on both the frontend and backend of your Joomla site. With full native support for both Joomla 1.0 and 1.5, the only real feature that is lacking from ERM is the ability to merge versions. However, the other version management features are built in seamlessly to the 'edit article' interface, which means you don't need to go to a separate version manager interface to compare and work with versions.


Version Control System (VCS)

    The newest player in the bunch is VCS, a 2008 Google Summer of Code initiative that has not been officially released on the Joomla extension directory. However, I have used this extension without issue on a few production sites and it appears to be a mature application despite its recent development. Versions created on the frontend or backend are seamlessly recorded and can be compared and merged into a new version. The admin tools including restore and merge are restricted to the backend. Unlike ERM, the version management utilities are segregated to a seperate version manager interface. This is not as pleasing as the per-article integration of ERM, but for active and frequent versioning of many articles, it is a more efficient interface.

    VCS is only available for Joomla 1.5 and it uses many familiar features of the Joomla 1.5 API including Mootools pop-up screens for version comparison and changing the versioning parameters. Compared to ERM, the comparison feature is quite aesthetically pleasing and large blocks of content (e.g.. paragraphs) are designated as unchanged, changed, deleted, etc. However, with whole blocks of content denoted as "changed", the exact change is not highlighted. One has to visually locate any differences, which could be tedious for things like typographical errors. Although this extension is currently free for download, it's not clear if there is are active  development and support paths.


What does the future of Revision Control hold for Joomla?

    Future progress for these projects appears to be viable only for the Joomla 1.5 solutions, ERM and VCS. Each of these will need to focus on multilingual support. Adding a plugin architecture to allow for version data from other extensions to be tracked and managed would is probably the only killer feature not yet available. It's not clear yet if VCS will have continued development, but integration into the Joomla core is a definitely possibility. As a commercial GPL application, ERM is likely to have continued development as an independent extension.

 

Take-home message

    In conclusion, I recommend VCS for users exclusively on the Joomla 1.5 track who want to reduce costs or have many articles requiring frequent version maintenance. However, ERM is the best option if you have to support revision control on both Joomla 1.0 and 1.5, or if you require the ability to restore versions from the Joomla frontend. The $90 download fee for ERM provides access to both versions and includes updates for one year. Both VCS and ERM are GPL-licensed and of course not encrypted in any way, meaning they can be used on any number of domains.
« Last Edit: September 12, 2008, 11:49:07 PM by V-man » Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.

*** Paid Support is available through Open Source Support Desk.
MRJIT
Global Moderator
Hero Member
*****

Karma: +149/-1
Posts: 1788


View Profile
« Reply #1 on: September 13, 2008, 03:42:33 AM »

Thanks for this blog. Its an area i've been meaning to look at for a while but somehow something else always comes up-. You've just saved me a great chunk of time. Thanks
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored unless requested by me.

*** Paid Support is available through Open Source Support Desk.
V-man
Administrator
Hero Member
*****

Karma: +98/-0
Posts: 3045


JCal Pro, the Joomla calendar


View Profile
« Reply #2 on: September 13, 2008, 07:18:33 AM »

Ya, I had to evaluate them for another project, so I thought I'd write it up Smiley
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.

*** Paid Support is available through Open Source Support Desk.
evilrobot
Guest
« Reply #3 on: September 15, 2008, 12:47:10 PM »

I'll have to check these out.  Do you happen to know offhand if either will make it so that the old version will stay published until the new version can be approved? 

Joomla currently unpublishes any edited content until it can be approved, which is not ideal - if either of these can do that I'm sold.
Logged
V-man
Administrator
Hero Member
*****

Karma: +98/-0
Posts: 3045


JCal Pro, the Joomla calendar


View Profile
« Reply #4 on: September 15, 2008, 02:55:56 PM »

You can contol publishing on a global or per-article basis for VCS. For ERM, you better check the demo before shelling out the $$.
« Last Edit: September 15, 2008, 02:58:45 PM by V-man » Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.

*** Paid Support is available through Open Source Support Desk.
jessdunbar
Newbie
*

Karma: +0/-0
Posts: 4


View Profile Email
« Reply #5 on: April 13, 2009, 12:02:04 PM »

V-man! It was nice meeting you at the jday vegas.
Can you please e-mail me regarding the jug and other projects.

Jess
Logged
V-man
Administrator
Hero Member
*****

Karma: +98/-0
Posts: 3045


JCal Pro, the Joomla calendar


View Profile
« Reply #6 on: April 13, 2009, 12:55:53 PM »

Same here Jess. I just e-mailed you at the account associated with your account on this web site.
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.

*** Paid Support is available through Open Source Support Desk.
jessdunbar
Newbie
*

Karma: +0/-0
Posts: 4


View Profile Email
« Reply #7 on: April 13, 2009, 01:03:52 PM »

jess_m@hotmail.com I didn't receive anything
Logged
V-man
Administrator
Hero Member
*****

Karma: +98/-0
Posts: 3045


JCal Pro, the Joomla calendar


View Profile
« Reply #8 on: April 13, 2009, 01:05:31 PM »

How about now?
Logged

*** Please read this post and the FAQs before posting in the forum. ***
*** Documentation links: JCal Pro | Advanced Search | I'll Be There RSVP ***
*** Support questions via PM or e-mail will be ignored.

*** Paid Support is available through Open Source Support Desk.
Pages: [1]
Print