Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2024-08-05 13:01:02
- lindabb
- Member
- Registered: 2023-02-17
- Posts: 132
New changes in the development
Is there any way to know which file changed since last week in github ?
https://github.com/textpattern/textpattern/blob/dev/HISTORY.txt
doesn’t tell you which file actually changed, but you have scroll over each folder and file to see which file changed.
Will be nice to file/s change history list
Thank you
Offline
Re: New changes in the development
The HISTORY.txt is only updated periodically as a kind of general log of what’s new in this version.
If you want to see exactly what’s new, check GitHub’s commit history (this is the dev version) which details precisely what changed with each new addition. Click on a commit entry and it will show you what changed in each file that was affected. If you need to do this a lot, there are tools for helping you track git repositories.
There’s also a history button at the top of each individual file. For example, if you navigate to the taghandlers.php file on GitHub, at the top right you’ll see a history button that shows you the history of just that file.
The “Blame” view next to “Code” at the top-left shows you a run-down of the lines and who changed what most recently.
TXP Builders – finely-crafted code, design and txp
Offline
#3 2024-08-05 14:57:20
- lindabb
- Member
- Registered: 2023-02-17
- Posts: 132
Re: New changes in the development
Thank you so much for your time, that is what I need.
Offline
Pages: 1