Support Joomla!
Version Control

Thu

24

Apr

2008

Team: Version Control
Written by Amy Stephen   
Flavio Kubota

Flavio Kubota is an undergraduate Computer Science student at the State University of Campinas in Brazil. He is interested in Web applications, networks, and software engineering and has worked with both PHP and AJAX. Flavio enjoys competing in programming contests and learning about emerging technology. Participating in Joomla!'s Google Summer of Code program will be Flavio's first experience with open source development and he hopes to continue doing so well after the program concludes.

Ian MacLennan Mentor: Ian MacLennan is a resident of the Greater Toronto Area and a well known community member who leads the Joomla! Development Documentation Team. Ian is also an integral part of the Joomla! Bug Squad. He has a degree in Electrical Engineering and works for a structural engineering company. While Ian calls himself a "hobby programmer," he is well respected for his experience with Joomla!, patience, and ability to teach others about the Joomla! framework. Ian co-leads the Joomla! GHoC program with Wilco Jansen.

 

0 Comments

Wed

23

Apr

2008

Abstract: Version Control
User Rating: / 3
PoorBest 
Written by Ian MacLennan   

I will introduce a Version Control system for article component in Joomla! In a collaborating group, it is important to preventing overwriting each others changes. Version Control allows a group to revert a document to any past state, to compare any version and to see who made a particular change in the article.

There will be also a conflict resolver, that try to merge two articles if there is a modification on the same time or a lock system to avoid it. I will create the all the pages of the version control system and API to access the methods.

 

1 Comments