ChangeLog

thread: 2 messages  |  last: a year ago  |  started: friday, march 12, 2010, 9:30 am pst


#1  |  Leonardo (Minas Gerais) Brazil
Friday, March 12, 2010, 9:30 AM PST

Hello group Qcodo.

I have an idea, the changelog we can only see a list
was made of. I think it would be interesting if we could see the modified files.

For the times I implement something in the core and is hard for me to upgrade, if I could see the files that were added or updated much easier.

What do you guys think?

#2  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Friday, March 12, 2010, 10:16 AM PST

Actually, this is already done.

If you simply want to view files that have changed including their contents, you can use the viewer on GitHub

If you are wanting to see what changed, specifically within your own application version-to-version, I recommend using the Qcodo Updater tool.  There is a “report only” mode which will generate a report of all files that will be updated with any update to Qcodo to your local codebase.

/path/to/my/cli/qcodo qcodo-updater --interaction=report-only STABLE
or
/path/to/my/cli/qcodo qcodo-updater --interaction=report-only DEVELOPMENT

The above syntax can be used to generate that report for you.  Moreover, the “report” that is generated is actually a script, itself, which can be run directly to perform the updates if you wish.



Copyright © 2005 - 2012, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.