Skip to content

Commit

Permalink
[fc] Repository: Products.CMFDiffTool
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2018-10-02T08:45:08+02:00
Author: Stephan Geulette (sgeulette) <s.geulette@imio.be>
Commit: plone/Products.CMFDiffTool@1a6134d

Display titles in diff of zope.schema.List using vocabulary

Files changed:
M CHANGES.rst
M Products/CMFDiffTool/ListDiff.py
M Products/CMFDiffTool/testing.py
M Products/CMFDiffTool/tests/testListDiff.py
M buildout.cfg
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2018-10-02T09:44:18+02:00
Author: Stephan Geulette (sgeulette) <s.geulette@imio.be>
Commit: plone/Products.CMFDiffTool@7221805

Flake8 corrections

Files changed:
M .gitignore
M CHANGES.rst
M Products/CMFDiffTool/ATCompoundDiff.py
M Products/CMFDiffTool/BaseDiff.py
M Products/CMFDiffTool/BinaryDiff.py
M Products/CMFDiffTool/CMFDTHtmlDiff.py
M Products/CMFDiffTool/CMFDiffTool.py
M Products/CMFDiffTool/FieldDiff.py
M Products/CMFDiffTool/ListDiff.py
M Products/CMFDiffTool/TextDiff.py
M Products/CMFDiffTool/__init__.py
M Products/CMFDiffTool/choicediff.py
M Products/CMFDiffTool/dexteritydiff.py
M Products/CMFDiffTool/namedfile.py
M Products/CMFDiffTool/testing.py
M Products/CMFDiffTool/tests/testATCompoundDiff.py
M Products/CMFDiffTool/tests/testChangeSet.py
M Products/CMFDiffTool/tests/testFieldDiff.py
M Products/CMFDiffTool/tests/testListDiff.py
M Products/CMFDiffTool/tests/testTextDiff.py
M Products/CMFDiffTool/tests/test_binarydiff.py
M Products/CMFDiffTool/tests/test_dexteritydiff.py
M Products/CMFDiffTool/tests/test_filelistdiff.py
M buildout.cfg
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2018-10-02T13:26:46+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.CMFDiffTool@b683b12

Merge pull request #34 from sgeulette/master

When displaying differences on a zope.schema.List field, vocabulary terms titles are displayed (if a vocabulary is linked to the field)

Files changed:
M .gitignore
M CHANGES.rst
M Products/CMFDiffTool/ATCompoundDiff.py
M Products/CMFDiffTool/BaseDiff.py
M Products/CMFDiffTool/BinaryDiff.py
M Products/CMFDiffTool/CMFDTHtmlDiff.py
M Products/CMFDiffTool/CMFDiffTool.py
M Products/CMFDiffTool/FieldDiff.py
M Products/CMFDiffTool/ListDiff.py
M Products/CMFDiffTool/TextDiff.py
M Products/CMFDiffTool/__init__.py
M Products/CMFDiffTool/choicediff.py
M Products/CMFDiffTool/dexteritydiff.py
M Products/CMFDiffTool/namedfile.py
M Products/CMFDiffTool/testing.py
M Products/CMFDiffTool/tests/testATCompoundDiff.py
M Products/CMFDiffTool/tests/testChangeSet.py
M Products/CMFDiffTool/tests/testFieldDiff.py
M Products/CMFDiffTool/tests/testListDiff.py
M Products/CMFDiffTool/tests/testTextDiff.py
M Products/CMFDiffTool/tests/test_binarydiff.py
M Products/CMFDiffTool/tests/test_dexteritydiff.py
M Products/CMFDiffTool/tests/test_filelistdiff.py
M buildout.cfg
  • Loading branch information
jensens committed Oct 2, 2018
1 parent 58fa196 commit ed3d336
Showing 1 changed file with 75 additions and 26 deletions.
Loading

0 comments on commit ed3d336

Please sign in to comment.