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

Date Value #35

Merged
merged 67 commits into from Apr 8, 2020
Merged

Date Value #35

merged 67 commits into from Apr 8, 2020

Commits on Feb 25, 2020

  1. feature (value): add component for date value

    Tobias Schweizer committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    3c9b4cc View commit details
    Browse the repository at this point in the history
  2. feature (value): add component for date input

    Tobias Schweizer committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6d6f3d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. feature (value): write updated date to Knora

    Tobias Schweizer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9329685 View commit details
    Browse the repository at this point in the history
  2. feature (value): handle single dates and periods correctly

    Tobias Schweizer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    fc97275 View commit details
    Browse the repository at this point in the history
  3. feature (value): try to determine active calendar dynamically

    Tobias Schweizer committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f304cda View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. feature (value): set active calendar via directive (ongoing)

    Tobias Schweizer committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    051e989 View commit details
    Browse the repository at this point in the history
  2. feature (values): add calendar header

    Tobias Schweizer committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2752ae1 View commit details
    Browse the repository at this point in the history
  3. refactor (values): rename variable

    Tobias Schweizer committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3e3cd54 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Merge branch 'master' into wip/11-date-value

    # Conflicts:
    #	package-lock.json
    #	package.json
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.html
    #	projects/knora-ui/src/lib/viewer/viewer.module.ts
    #	src/app/app.component.ts
    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0f6c620 View commit details
    Browse the repository at this point in the history
  2. refactor (value): unify use of jdndatepicker directive

    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    b8463c3 View commit details
    Browse the repository at this point in the history
  3. refactor (value): unify use of jdndatepicker directive

    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    95348f2 View commit details
    Browse the repository at this point in the history
  4. test (value): add test component for date

    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1f1b847 View commit details
    Browse the repository at this point in the history
  5. chore (package.json): use new version of date adapter

    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9d55821 View commit details
    Browse the repository at this point in the history
  6. test (value): add test calendar header

    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    5f603d8 View commit details
    Browse the repository at this point in the history
  7. test (value): add test calendar header

    Tobias Schweizer committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9228f68 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. test (value): add test calendar header

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ced59d5 View commit details
    Browse the repository at this point in the history
  2. test (value): add test calendar header

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    82f395a View commit details
    Browse the repository at this point in the history
  3. test (value): add test calendar header

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    fe26c80 View commit details
    Browse the repository at this point in the history
  4. feature (values): handle calendar initialization

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    00b5cfb View commit details
    Browse the repository at this point in the history
  5. test (value): specs for jdn datepicker directive

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    867cecb View commit details
    Browse the repository at this point in the history
  6. test (value): specs for jdn datepicker directive

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e8704fc View commit details
    Browse the repository at this point in the history
  7. test (value): specs for date input component

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    15d6d09 View commit details
    Browse the repository at this point in the history
  8. test (value): specs for date value component

    Tobias Schweizer committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    da95792 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. feature (values): override standardValidatorFunc for dates

    Tobias Schweizer committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4c7676d View commit details
    Browse the repository at this point in the history
  2. feature (values): populate update and creation value

    Tobias Schweizer committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    5c517e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. tests (values): add test for date value component

    Tobias Schweizer committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    3f90159 View commit details
    Browse the repository at this point in the history
  2. tests (values): add test for date value component

    Tobias Schweizer committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a4ff803 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    83c3766 View commit details
    Browse the repository at this point in the history
  2. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    7496acb View commit details
    Browse the repository at this point in the history
  3. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    afdba7f View commit details
    Browse the repository at this point in the history
  4. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3e22967 View commit details
    Browse the repository at this point in the history
  5. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1190f97 View commit details
    Browse the repository at this point in the history
  6. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    95165e5 View commit details
    Browse the repository at this point in the history
  7. tests (values): add test for date value component

    Tobias Schweizer committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    57414eb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge branch 'master' into wip/11-date-value

    # Conflicts:
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.html
    #	projects/knora-ui/src/lib/viewer/values/time-value/jdn-datepicker-directive/jdndatepicker.directive.spec.ts
    #	projects/knora-ui/src/lib/viewer/viewer.module.ts
    #	src/app/app.component.ts
    Tobias Schweizer committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    346be3d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Merge branch 'master' into wip/11-date-value

    # Conflicts:
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.html
    #	projects/knora-ui/src/lib/viewer/viewer.module.ts
    #	src/app/app.component.ts
    Tobias Schweizer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    e950b17 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into wip/11-date-value

    # Conflicts:
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.html
    #	projects/knora-ui/src/lib/viewer/viewer.module.ts
    #	src/app/app.component.ts
    Tobias Schweizer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b436ed7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b458483 View commit details
    Browse the repository at this point in the history
  4. feature (value): handle periods in dates values

    Tobias Schweizer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    37c9605 View commit details
    Browse the repository at this point in the history
  5. test (value): fix spec

    Tobias Schweizer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c3aea1d View commit details
    Browse the repository at this point in the history
  6. test (value): fix spec

    Tobias Schweizer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    616bce3 View commit details
    Browse the repository at this point in the history
  7. feature (value): handle periods in dates values

    Tobias Schweizer committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    f9749d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. feature (value): handle periods in dates values

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8e9847e View commit details
    Browse the repository at this point in the history
  2. tests (value): add test for date value comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9aed5b6 View commit details
    Browse the repository at this point in the history
  3. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3eb99cb View commit details
    Browse the repository at this point in the history
  4. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f32f59c View commit details
    Browse the repository at this point in the history
  5. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8a0e021 View commit details
    Browse the repository at this point in the history
  6. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2df7562 View commit details
    Browse the repository at this point in the history
  7. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    a777eff View commit details
    Browse the repository at this point in the history
  8. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    3bff9e7 View commit details
    Browse the repository at this point in the history
  9. tests (value): add test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d6ed773 View commit details
    Browse the repository at this point in the history
  10. tests (value): adapt test for date input comp.

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    853c432 View commit details
    Browse the repository at this point in the history
  11. fix (value): make input readonly in date input

    Tobias Schweizer committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c406458 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge branch 'master' into wip/11-date-value

    # Conflicts:
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.html
    #	projects/knora-ui/src/lib/viewer/values/time-value/time-input/time-input.component.html
    #	projects/knora-ui/src/lib/viewer/viewer.module.ts
    #	src/app/app.component.html
    #	src/app/app.component.ts
    Tobias Schweizer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8771aa3 View commit details
    Browse the repository at this point in the history
  2. fix (value): remove obsolete file

    Tobias Schweizer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    87462a5 View commit details
    Browse the repository at this point in the history
  3. feature (value): adapt date to common value comp. structure

    Tobias Schweizer committed Apr 6, 2020
    2 Configuration menu
    Copy the full SHA
    def47c9 View commit details
    Browse the repository at this point in the history
  4. tests (value): adapt tests for date comp. comment

    Tobias Schweizer committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    333b776 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. refactor (value): define validator for date input to check for same c…

    …alendar in a period
    Tobias Schweizer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    dabcc2e View commit details
    Browse the repository at this point in the history
  2. refactor (value): define validator for date input to check for start …

    …before end in a period
    Tobias Schweizer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7f20d79 View commit details
    Browse the repository at this point in the history
  3. tests (value): adapt assertions for date input comp. comment

    Tobias Schweizer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    0bee998 View commit details
    Browse the repository at this point in the history
  4. fix (value): remove <br> in date value comp. template

    Tobias Schweizer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    720106f View commit details
    Browse the repository at this point in the history
  5. fix (value): fix class name in date input comp. template

    Tobias Schweizer committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b243a4b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Merge branch 'master' into wip/11-date-value

    # Conflicts:
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.spec.ts
    #	projects/knora-ui/src/lib/viewer/operations/display-edit/display-edit.component.ts
    Tobias Schweizer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3a343dd View commit details
    Browse the repository at this point in the history
  2. refactor (value): move calendar header HTML to template file

    Tobias Schweizer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d7e2127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7687d View commit details
    Browse the repository at this point in the history
  4. refactor (value): small adaptions in date value comp.

    Tobias Schweizer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f5d7a65 View commit details
    Browse the repository at this point in the history
  5. tests (value): small adaption in date value spec

    Tobias Schweizer committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    6117cdd View commit details
    Browse the repository at this point in the history