Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vCard 4.0: fix Name Property #146

Open
wants to merge 13 commits into
base: 2.0.0-dev
Choose a base branch
from

Commits on Mar 4, 2019

  1. fix Name Property (wrong order: FN and N have different orders!) mand…

    …atory check for fullname
    helveticadomes committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    0404f6f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. fix Name Property (wrong order: FN and N have different orders!) mand…

    …atory check for fullname
    helveticadomes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    17d55da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-fixed-name-property' of github.com:helveticadom…

    …es/vcard into feature-fixed-name-property
    helveticadomes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    da3372a View commit details
    Browse the repository at this point in the history
  3. change firstname with lastname, like requested

    helveticadomes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    690a942 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature-fixed-name-property' of github.com:helveticadom…

    …es/vcard into feature-fixed-name-property
    Melroy van den Berg committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1884522 View commit details
    Browse the repository at this point in the history
  5. Add extra testcases. Defect in vcf files, changed as well. Still a bu…

    …g in the BDAY parser (change production code to fix). The testcases is correct.. 1 error left to fix as well
    Melroy van den Berg committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    543756d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. vcard 1 & 2 added (I forgot to add them)

    Melroy van den Berg committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    390b6c8 View commit details
    Browse the repository at this point in the history
  2. DateTimeOrStringValue format fixed, now according to rfc6350. bear in…

    … mind to validate DateTimeValue class as well!
    melroy89 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    52659dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    946f95a View commit details
    Browse the repository at this point in the history
  4. Code layout fixes

    melroy89 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    aa1eddd View commit details
    Browse the repository at this point in the history
  5. Improve UT

    melroy89 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    51ecc1b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    9985584 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Test FullName mandatory exception test

    Melroy van den Berg committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    061f052 View commit details
    Browse the repository at this point in the history