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?
Where is the changelog of a Joomla page?
90 Views Asked by Steve M. Bay At
1
There are 1 best solutions below
Related Questions in JOOMLA
- Frontend editor in joomla 3 does not load the assigned position
- Using helper getTagItemsQuery needs alias ids not actual aliases
- Joomla css path incorrect
- Maddening scope issue
- Joomla Breezing forms - Form not found issue
- how to hide an id from a joomla url
- Joomla Get menu id from names
- How to get database information from Joomla category
- Joomla 3 RSS url syntax
- Redirect URLs using Redirect component or htacess
- How are Joomla 3 passwords encrypted?
- Updating Mysql Database Aruba
- Joomla 3 - template only works with category, will not show single article
- Joomla password reset not working
- Error 403 when posting on Facebook a Joomla URL for multilingual site
Related Questions in JOOMLA-EXTENSIONS
- Frontend editor in joomla 3 does not load the assigned position
- Joomla backend component file upload for custom component
- Can't to place categories module on product page
- How to change Joomla component's view default format?
- Which joomla module choose to create screencasts?
- How do I get the API Live info for my VirtueMart3 in Joomla?
- Generate CSS or JS dynamically for a Joomla module
- Connect two joomla websites user base
- How to fix relative path issue in Joomla for a component?
- Joomla search URL Issue
- How can we write cutom form and code for joomla login?
- Joomla Mosets Tree Listings
- Allow users to see, edit, delete only his topics in Forum in Joomla
- Can I disable modules with mobile detection in Joomla?
- fopen() very slow when used in Joomla
Related Questions in CHANGELOG
- Using grunt-conventional-changelog retroactively
- Can't generate changelog with conventional-changelog
- Jenkins changelog is showing all the changes done to the repository instead of last successful build
- How to write a grep that pick up specific word in the third line?
- Regex - Extract all text except square brackets and their contents
- What's a good way to compile client facing release notes for a git-flow managed software project?
- With Mercurial, how do you hg log a branch with cross-branch ancestors?
- How to sync Git commit message, tag message and the CHANGELOG
- How to make a Changelog?
- Creating a professional changelog using an AlertDialog (on Android in Java)
- sharer.php changed today? Any changelog?
- gitchangelog problems with release versions
- Where do I find release notes/changelog for common Node.js modules
- Where is the changelog of a Joomla page?
- Safari changes ARIA HTML features?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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