enhancement Success

User tests: Successful: Unsuccessful:

avatar elkuku
elkuku
12 Aug 2014

This will add a diff algorithm in PHP and use it to render differences in titles and description texts.

Example:

debug-3874

This is similar to what GitHub does:

debug-3875

Fix #413

avatar elkuku elkuku - open - 12 Aug 2014
avatar elkuku elkuku - change - 14 Aug 2014
Title
Add diff view for changed titles and description texts - Ref #413
Add diff view for changed titles and description texts - Fix #413
Labels Added: enhancement
avatar b2z b2z - close - 15 Aug 2014
avatar b2z b2z - change - 15 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-15 05:44:56
avatar b2z
b2z - comment - 15 Aug 2014

Note to @mbabker - composer.json was changed.

avatar allenzhao
allenzhao - comment - 16 Aug 2014

Hmm about this, composer.lock file was also changed after I use composer update, but I didn’t fetch any changes of composer.lock from the master branch, so I have to ignore the change . Is that expected?

-- 
Allen Zhao
Sent with Airmail

On August 15, 2014 at 1:48:38 PM, Dmitry Rekun (notifications@github.com) wrote:

Note to @mbabker - composer.json was changed.


Reply to this email directly or view it on GitHub.

avatar elkuku
elkuku - comment - 16 Aug 2014

Hmm about this, composer.lock file

Yes this is one problem...
Usually when working with multiple branches, each of them containing changes to composer files, you get pretty ugly merge conflicts.
So I personally avoid to commit changes to the composer.lock file to the repo (unless this is required).
After the changes are committed to the master branch, the composer.lock file should be updated of course.

Not sure if this is a common practice, also we don't have any agreement on this for the JTracker project (AFAIK)

avatar b2z
b2z - comment - 18 Aug 2014

After the changes are committed to the master branch, the composer.lock file should be updated of course.

That's how it should be.

Add a Comment

Login with GitHub to post a comment