Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This article by <a href="http://jlleblanc.com/" rel="nofollow">Joe LeBlanc</a> is one of the few things I've found regarding Revision Control in Joomla!: <a href="http://joomlaablog.blogspot.it/2010/11/how-to-track-your-joomla-project-with.html" rel="nofollow">http://joomlaablog.blogspot.it/2010/11/how-to-track-your-joomla-project-with.html</a></p> <blockquote> <p>There are two general strategies you can employ for using Git with Joomla: either track the entire Joomla installation or track a specific extension. The major deterrent to tracking Joomla itself with Git is the sheer size of the Joomla codebase. While Git is reasonably fast, it can still be overkill to track an entire Joomla installation if you’re adding a single template or module.</p> <p>On the other hand, putting everything into Git makes it possible to determine when patches were applied to the Joomla site. This can be helpful when you’re trying to trace an issue to a specific patch. Also, if you’re creating a number of extensions that are all designed to work together, you may have no choice but to place the entire site under version control.</p> <p>If you’re working on a single extension and you know it’s the only one that will be a part of a project, it may be more advantageous to track a single directory. <strong>A single frontend only component, backend only component, module, or template are all candidates for being tracked separately from a Joomla installation</strong>. It’s difficult to track plugins in this way, due to the fact that plugin .php files are placed side-by-side in shared folders. Tracking complete components this way is also problematic, as changes in the backend can affect behavior in the frontend.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload