Where is the changelog of a Joomla page?

63 Views Asked by At

I'm new with Joomla, but I should fix some bugs on a page. Do you know, where can I find the changelog of the page? Is there any log, or I have to looking for some extension?

1

There are 1 best solutions below

0
On

If you are referring to keeping a trace of changes in page formatting, then an external tool such as git or svn will do the trick.

If you however want to monitor changes to the contents of a page (text, title, meta etc), then you want to look into a plugin. I have used com_versions successfully on fairly large sites (3000+ articles 10+ authors) and it worked nicely. No configuration, just a new button in your edit field where you can inspect and choose previous versions. You can find it here: http://www.fatica.net/extensions/simple-content-versioning.html