|
Version Control
|
|
Written by Flavio Adalberto Kubota
|
|
My name is Flavio and I'll develop a version control system for article component.
I am new to the Joomla! community and I started with a little bit of history. I've read Joomla! hystory on wikipedia and I've been even more motivated after this.
In this last week I have studied Joomla!. I have read some articles from Joomla! Developers Documentation on http://docs.joomla.org/Developers. An important article that I want to cite is Coding style and standards, and I want to encourage my SoC colleagues to read it too.
I also have studied Joomla! database model. I want to alter database least as possible, and to keep database normalization. I want to create the version control system as a component and make installable to Joomla!. And after, it is possible to embed in the Joomla! core.
Version control system will create and manage revisions of article component. Version Control System log all changes when the document is saved, and make possible revert to any version. It is also possible to compare any different version.
In this first month, I will be focused on revision control functionality, and leave user interface for a later discuss. I am current studying this functionality.
Any feedback is appreciated.
I will post again soon..
|
Wednesday, 21 May 2008
Currently, I am in needs of such a component and in lack of solutions for Joomla 1.5, I have to build a workaround. The difficulty I have with the article management is, that besides the "normal" articles, I have JoomFish running with various translations for one "real" article. So it would be great, whether you could include the JoomFish-structure as well into the versioning system.
Tuesday, 20 May 2008
Thanks for your work in this area. It is going to be a very popular and helpful project.